Class MapMode
Represents map modes.
Inheritance
Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public sealed class MapMode : Enum
Fields
Aerial
AerialOnDemand
Aerial imagery with on-demand road overlay.
Declaration
public const MapMode AerialOnDemand
Field Value
Birdseye
CanvasDark
CanvasGray
A grayscale version of the road maps.
Declaration
public const MapMode CanvasGray
Field Value
CanvasLight
A lighter version of the road maps which also has some of the details such as hill shading disabled.
Declaration
public const MapMode CanvasLight
Field Value
Road
Roads without additional imagery. Uses the legacy static tile service.
Declaration
public const MapMode Road
Field Value
RoadOnDemand
Roads without additional imagery. Uses the dynamic tile service.
Declaration
public const MapMode RoadOnDemand
Field Value
value__
Declaration
public int value__
Field Value
System.
|