|
CartoType API
|
#include <cartotype_cloudmade_map_database.h>
Classes | |
| class | CRegion |
Public Types | |
| enum | { ERegionSize = 65536 / 128, EMaxCachedRegions = 64 } |
Public Member Functions | |
| CMapDataContext * | NewContext (TResult &aError) |
| const TRect & | ExtentInDegrees () const |
| const CRegion * | Region (TResult &aError, const TPoint &aPoint) |
Static Public Member Functions | |
| static CCloudMadeMapDataBase * | New (TResult &aError, MInternetAccessor &aInternetAccessor, const MString &aUrl) |
A database for CloudMade map data.
| anonymous enum |
| CCloudMadeMapDataBase * CCloudMadeMapDataBase::New | ( | TResult & | aError, |
| MInternetAccessor & | aInternetAccessor, | ||
| const MString & | aUrl | ||
| ) | [static] |
Create a database for CloudMade vector tiles. The URL should be of the form http://vector-maps.cloudmade.com/API-KEY/, where the first part may change (this is the URL as of 1st May 2009) and the API-KEY has been supplied by CloudMade.
1.7.5.1