BingMapsStyle Enumeration |
A map style for use by Microsoft Bing Maps For Enterprise.
Namespace:
AGI.Foundation.Graphics
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public enum BingMapsStyle
Public Enumeration BingMapsStyle
public enum class BingMapsStyle
Members
| Member name | Description |
---|
| Aerial |
Aerial (satellite) imagery.
|
| AerialWithLabels |
Aerial imagery with a road overlay and labels.
|
| Road |
Roads without additional imagery.
|
| Hillshade |
Roads without additional imagery, with shading based on altitude.
|
| CanvasDark |
A dark version of the road maps.
|
| CanvasLight |
A lighter version of the road maps.
|
| CanvasGray |
A grayscale version of the road maps.
|
See Also