OpenStreetMapDataProvider.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.v24.2.dll
NuGet Package: DevExpress.Wpf.Map
#Declaration
public OpenStreetMapKind Kind { get; set; }
#Property Value
Type | Description |
---|---|
Open |
A Open |
Available values:
Name | Description |
---|---|
Basic | The layer represents the basic (mapnik) OSM map. To see this map kind, use the following link: openstreetmap. |
Cycle |
The layer represents the Map |
Hot | The layer represents the Humanitarian OSM Team OSM map. To see this map kind, use the following link: openstreetmap. |
Transport | The layer represents the transport OSM map. To see this map kind, use the following link: openstreetmap. |
Sea |
The layer represents the Open |
Hiking |
The layer represents the Hiking Map OSM map. To see this map kind, use the following link: hiking. |
Cycling |
The layer represents the Cycle routes OSM map. To see this map kind, use the following link: cycling. |
Public |
The layer represents the Openptmap OSM map. This is the overlay layer type. |
#Remarks
The OpenStreetMap data provider loads images to a map control automatically when you create the OpenStreetMapDataProvider object.