![]() |
Maria GDK 5.0.0.911
Documentation of native code in develop branch
|
Public Member Functions | |
| void | setMapSignature (const std::string &map_signature) |
| const std::string & | getMapSignature () const |
| void | setName (const std::string &name) |
| const std::string & | getName () const |
| void | setMapType (MapContentType map_type) |
| MapContentType | getMapType () const |
| const std::vector< ResolutionArea > & | resolutionAreas () const |
| std::vector< ResolutionArea > & | resolutionAreas () |
| const std::vector< std::shared_ptr< TileCacheSpec > > & | tileCacheSpecs () const |
| std::vector< std::shared_ptr< TileCacheSpec > > & | tileCacheSpecs () |
| void | setTags (const std::vector< std::string > &tags) |
| const std::vector< std::string > & | getTags () const |
| double | getHighestResolution () const |
| Utility method to get the highest resolution of the map entry. | |
| bool | intersectsRect (const BasicGeoTypes::GeoRect &vpRect) |
| bool | containsPoint (const BasicGeoTypes::GeoPos &pos) |
| const ElevationDataInfo & | elevationDataInfo () const |
| ElevationDataInfo & | elevationDataInfo () |
| const std::map< std::string, std::string > & | metadata () const |
| std::map< std::string, std::string > & | metadata () |