Enum
BingTopLayer

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.

Declaration

cs-api-definition
Background = 2

Field Value

BingTopLayer

Basemap

Default, returns the regular road map with labels.

Declaration

cs-api-definition
[SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Basemap")]
Basemap = 1

Field Value

BingTopLayer

Buildings

Building footprints.

Declaration

cs-api-definition
Buildings = 16

Field Value

BingTopLayer

Foreground

Only labels layer.

Declaration

cs-api-definition
Foreground = 4

Field Value

BingTopLayer

TrafficFlow

Traffic flow layer.

Declaration

cs-api-definition
TrafficFlow = 8

Field Value

BingTopLayer