BingTopLayer
Enum
Configures how Bing rest imagery service composes tiles. Can be used to avoid labels or ground, or add traffic layer on top of all other layers.
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
C#
[Flags]
[Obsolete("This class is obsolete and will be deleted in Q2 2026.")]
public enum BingTopLayer
Fields
Only base geometry, no labels.
C#
Background = 2
Default, returns the regular road map with labels.
C#
Basemap = 1
Building footprints.
C#
Buildings = 16
Only labels layer.
C#
Foreground = 4
Traffic flow layer.
C#
TrafficFlow = 8