EnumBingTopLayer
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:
cs-api-definition
[Flags]
[Obsolete("This class is obsolete and will be deleted in Q2 2026.")]
public enum BingTopLayer
Fields
Background
Only base geometry, no labels.
Basemap
Default, returns the regular road map with labels.
Declaration
cs-api-definition
[SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Basemap")]
Basemap = 1
Field Value
TrafficFlow
Traffic flow layer.