shumate-0.0
Description:
Shumate is a library providing a widget to display maps in applications.
Content:
Namespaces:
- Shumate
- Location - An interface common to objects having latitude and longitude.
- Coordinate - The Coordinate structure contains only private data and should be accessed using the provided API
- FileCache - The FileCache structure contains only private data and should be accessed using the provided API
- Layer - The Layer structure contains only private data and should be accessed using the provided API
- License - The License structure contains only private data and should be accessed using the provided API
- MapLayer - The MapLayer structure contains only private data and should be accessed using the provided API
- MapSource - The MapSource structure contains only private data and should be accessed using the provided API
- MapSourceDesc - The MapSourceDesc structure contains only private data and should be accessed using the provided API
- MapSourceFactory - The MapSourceFactory structure contains only private data and should be accessed using the provided API
- Marker - The Marker structure contains only private data and should be accessed using the provided API
- MarkerLayer - The MarkerLayer structure contains only private data and should be accessed using the provided API
- MemoryCache - The MemoryCache structure contains only private data and should be accessed using the provided API
- NetworkTileSource - The NetworkTileSource structure contains only private data and should be accessed using the provided API
- PathLayer - The PathLayer structure contains only private data and should be accessed using the provided API
- Point - The Point structure contains only private data and should be accessed using the provided API
- Scale - The Scale structure contains only private data and should be accessed using the provided API
- Tile - The Tile structure contains only private data and should be accessed using the provided API
- TileSource - The TileSource structure contains only private data and should be accessed using the provided API
- View - The View structure contains only private data and should be accessed using the provided API
- Viewport
- MapProjection - Projections supported by the library.
- State - Tile loading state.
- Unit - Units used by the scale.
- FileCacheError - Error codes in the FileCacheError domain.
- NetworkSourceError - Error codes in the NetworkSourceError domain.
- public const int MAJOR_VERSION
The major version of libshumate (1, if shumate_version is 1.2.3)
- public const string MAP_SOURCE_MFF_RELIEF
Maps for Free Relief
- public const string MAP_SOURCE_OSM_CYCLE_MAP
OpenStreetMap Cycle Map
- public const string MAP_SOURCE_OSM_MAPNIK
OpenStreetMap Mapnik
- public const string MAP_SOURCE_OSM_TRANSPORT_MAP
OpenStreetMap Transport Map
- public const string MAP_SOURCE_OWM_CLOUDS
OpenWeatherMap clouds layer
- public const string MAP_SOURCE_OWM_PRECIPITATION
OpenWeatherMap precipitation
- public const string MAP_SOURCE_OWM_PRESSURE
OpenWeatherMap sea level pressure
- public const string MAP_SOURCE_OWM_TEMPERATURE
OpenWeatherMap temperature
- public const string MAP_SOURCE_OWM_WIND
OpenWeatherMap wind
- public const double MAX_LATITUDE
- public const double MAX_LONGITUDE
- public const int MICRO_VERSION
The micro version of libshumate (3, if shumate_version is 1.2.3)
- public const int MINOR_VERSION
The minor version of libshumate (2, if shumate_version is 1.2.3)
- public const double MIN_LATITUDE
- public const double MIN_LONGITUDE
- public const double VERSION
The full version of libshumate, like 1.2.3
- public const int VERSION_HEX
Numerically encoded version of libshumate, like 0x010203
- public const string VERSION_S
The full version of libshumate, in string form (suited for string concatenation)