The following members of class <MapTypes.h> are obsolete. They are provided to keep old source code working. We strongly advise against using them in new code.
Types
(obsolete) enum class | BasemapType { Imagery, ImageryWithLabels, Streets, Topographic, TerrainWithLabels, …, DarkGrayCanvasVector } |
Type Documentation
enum class BasemapType
This enum is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.
The list of basemap types.
This is used to determine which basemap to use. In order to take advantage of geographically load balanced services and monitor usage with API keys or named users, use BasemapStyle.
Many of the basemaps in this enumeration are in Mature Support. More information can be found here: Lifecycle for Esri's hosted raster basemap services. Esri's Basemap Life Cycle Support Status can be found here: Basemaps Life Cycle Support Status. Use Esri::ArcGISRuntime::BasemapStyle instead, which also takes advantage of geographically load-balanced services and can monitor usage with API keys or named users.
The BasemapType can be one of:
Constant | Value | Description |
---|---|---|
BasemapType::Imagery | 0 | Imagery. Use BasemapStyle::ArcGISImageryStandard. |
BasemapType::ImageryWithLabels | 1 | Imagery with labels. This basemap contains a reference layer that is in Mature Support and will no longer be updated. Use BasemapStyle::ArcGISImagery. |
BasemapType::Streets | 2 | Streets. This basemap is in Mature Support and will no longer be updated. Use BasemapStyle::ArcGISStreetsRelief. |
BasemapType::Topographic | 3 | Topographic. This basemap is in Mature Support and will no longer be updated. Use BasemapStyle::ArcGISTopographic. |
BasemapType::TerrainWithLabels | 4 | Terrain with labels. This basemap is in Mature Support and will no longer be updated. Use BasemapStyle::ArcGISTerrain. |
BasemapType::LightGrayCanvas | 5 | Light gray canvas. This basemap is in Mature Support and will no longer be updated. Use BasemapStyle::ArcGISLightGray. |
BasemapType::NationalGeographic | 6 | National geographic. This basemap is in Mature Support and will no longer be updated. Use National Geographic Style Map. |
BasemapType::Oceans | 7 | Oceans. This basemap contains a reference layer that is in Mature Support and will no longer be updated. Use BasemapStyle::ArcGISOceans. |
BasemapType::OpenStreetMap | 8 | Open Street Map. Use BasemapStyle::OSMStandard. |
BasemapType::ImageryWithLabelsVector | 9 | Imagery with labels hybrid basemap. Use BasemapStyle::ArcGISImagery. |
BasemapType::StreetsVector | 10 | Streets vector basemap. Use BasemapStyle::ArcGISStreets. |
BasemapType::TopographicVector | 11 | Topographic hybrid basemap. Use BasemapStyle::ArcGISTopographic. |
BasemapType::TerrainWithLabelsVector | 12 | Terrain with labels hybrid basemap. Use BasemapStyle::ArcGISTerrain. |
BasemapType::LightGrayCanvasVector | 13 | Light gray canvas vector basemap. Use BasemapStyle::ArcGISLightGray. |
BasemapType::NavigationVector | 14 | Navigation vector basemap. Use BasemapStyle::ArcGISNavigation. |
BasemapType::StreetsNightVector | 15 | Streets night vector basemap. Use BasemapStyle::ArcGISStreetsNight. |
BasemapType::StreetsWithReliefVector | 16 | Streets with relief hybrid basemap. Use BasemapStyle::ArcGISStreetsRelief. |
BasemapType::DarkGrayCanvasVector | 17 | Dark gray canvas vector basemap. Use BasemapStyle::ArcGISDarkGray. |
Obsolete since Esri::ArcGISRuntime 100.14.
This enum was introduced or modified in Esri::ArcGISRuntime 100.0.