|
CartoType API
|
#include <cartotype_tile_accessor.h>
Public Member Functions | |
| virtual const MString & | TileName (TResult &aError, int32 aZoom, int32 aX, int32 aY)=0 |
An interface class to provide tile filenames.
| virtual const MString& CartoType::CTileDataAccessor::MTileNameProvider::TileName | ( | TResult & | aError, |
| int32 | aZoom, | ||
| int32 | aX, | ||
| int32 | aY | ||
| ) | [pure virtual] |
Provide the name of the file containing a certain tile. It is acceptable always to return a reference to the same string object.
1.7.5.1