AzureMapsRasterTileSet¶
Namespace: ThinkGeo.Core
Specifies the Azure Maps raster tile sets supported by AzureMapsRasterAsyncLayer.
public enum AzureMapsRasterTileSet
Inheritance object → ValueType → Enum → AzureMapsRasterTileSet
Implements IComparable, ISpanFormattable, IFormattable, IConvertible
Fields¶
| Name | Value | Description |
|---|---|---|
| BaseDarkGrey | 0 | Displays the Microsoft base map with a dark gray style (microsoft.base.darkgrey). |
| BaseHybridDarkGrey | 1 | Displays the Microsoft hybrid dark gray base with imagery overlays (microsoft.base.hybrid.darkgrey). |
| BaseHybridRoad | 2 | Displays the Microsoft hybrid road base with imagery overlays (microsoft.base.hybrid.road). |
| BaseLabelsDarkGrey | 3 | Displays the Microsoft dark gray label layer (microsoft.base.labels.darkgrey). |
| BaseLabelsRoad | 4 | Displays the Microsoft road label layer (microsoft.base.labels.road). |
| BaseRoad | 5 | Displays the Microsoft standard road base map (microsoft.base.road). |
| Imagery | 6 | Displays the Microsoft imagery base map (microsoft.imagery). |
| TerraMain | 7 | Displays the Microsoft Terra main tile set (microsoft.terra.main). |
| TrafficAbsoluteMain | 8 | Displays absolute traffic speeds on the Microsoft traffic map (microsoft.traffic.absolute.main). |
| TrafficDelayMain | 9 | Displays traffic delays on the Microsoft traffic map (microsoft.traffic.delay.main). |
| TrafficReducedMain | 10 | Displays reduced traffic data on the Microsoft traffic map (microsoft.traffic.reduced.main). |
| TrafficRelativeDark | 11 | Displays relative traffic data with a dark theme (microsoft.traffic.relative.dark). |
| TrafficRelativeMain | 12 | Displays relative traffic data on the Microsoft traffic map (microsoft.traffic.relative.main). |
| WeatherInfraredMain | 13 | Displays Microsoft weather infrared imagery (microsoft.weather.infrared.main). |
| WeatherRadarMain | 14 | Displays Microsoft weather radar imagery (microsoft.weather.radar.main). |