BingMapsMapType¶
Namespace: ThinkGeo.Core
Specifies which Bing Maps imagery style to request.
public enum BingMapsMapType
Inheritance object → ValueType → Enum → BingMapsMapType
Implements IComparable, ISpanFormattable, IFormattable, IConvertible
Fields¶
| Name | Value | Description |
|---|---|---|
| Road | 0 | Standard road map imagery. |
| AerialWithLabels | 1 | Hybrid aerial imagery that includes road labels. |
| Aerial | 2 | Pure aerial photography without additional labels. |
| CanvasDark | 3 | Dark-themed vector tiles optimized for data overlays. |