ImagerySet
Enum
The type of imagery.
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
C#
[Obsolete("This class is obsolete and will be deleted in Q2 2026.")]
public enum ImagerySet
Fields
Aerial imagery.
C#
Aerial = 0
Aerial imagery with a road overlay.
C#
AerialWithLabels = 1
Aerial imagery with on-demand road overlay.
C#
AerialWithLabelsOnDemand = 9
Bird’s eye (oblique-angle) imagery.
C#
Birdseye = 2
Bird’s eye imagery with a road overlay.
C#
BirdseyeWithLabels = 3
A dark version of the road maps.
C#
CanvasDark = 5
A grayscale version of the road maps.
C#
CanvasGray = 7
A lighter version of the road maps which also has some of the details such as hill shading disabled.
C#
CanvasLight = 6
Roads without additional imagery.
C#
Road = 4
Roads without additional imagery. Uses the dynamic tile service.
C#
RoadOnDemand = 8