Skip to main content

BingMapDataProvider.Kind Property

Gets or sets a value specifying the type of images to be displayed on a map.

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v25.1.dll

NuGet Package: DevExpress.Wpf.Map

Declaration

public BingMapKind Kind { get; set; }

Property Value

Type Description
BingMapKind

A BingMapKind enumeration value.

Available values:

Name Description Image
Road

The map shows road schemas.

BingMaps Kind - Road

Area

The map shows photo images of the Earth’s surface.

BingMaps Kind - Area

Hybrid

The map shows a combination of Earth images and road schemas.

BingMaps Kind - Hybrid

RoadLight

The map shows a lighter version of road schemas.

BingMaps Kind - RoadLight

RoadGray

The map shows a grayscale version of road schemas.

BingMaps Kind - RoadGray

RoadDark

The map shows a dark version of road schemas.

BingMaps Kind - RoadDark

See Also