MapMode
Enum
Represents map modes.
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
C#
public enum MapMode
Fields
Aerial imagery with on-demand road overlay.
C#
AerialOnDemand = 3
A dark version of the road maps.
C#
CanvasDark = 4
A grayscale version of the road maps.
C#
CanvasGray = 6
A lighter version of the road maps which also has some of the details such as hill shading disabled.
C#
CanvasLight = 5
Roads without additional imagery. Uses the dynamic tile service.
C#
RoadOnDemand = 7