Back to Devexpress

OpenStreetMapDataProvider.Kind Property

windowsforms-devexpress-dot-xtramap-dot-openstreetmapdataprovider.md

latest4.0 KB
Original Source

OpenStreetMapDataProvider.Kind Property

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

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
[DefaultValue(OpenStreetMapKind.Basic)]
public OpenStreetMapKind Kind { get; set; }
vb
<DefaultValue(OpenStreetMapKind.Basic)>
Public Property Kind As OpenStreetMapKind

Property Value

TypeDefaultDescription
OpenStreetMapKindBasic

A OpenStreetMapKind enumeration value.

|

Available values:

NameDescription
Basic

The layer represents the basic (mapnik) OSM map. To see this map kind, use the following link: openstreetmap.org. This is the base layer type.

| | CycleMap |

The layer represents the MapCycleMap OSM map. To see this map kind, use the following link: openstreetmap.org. This is the base layer type.

| | Hot |

The layer represents the Humanitarian OSM Team OSM map. To see this map kind, use the following link: openstreetmap.org. This is the base layer type.

| | Transport |

The layer represents the transport OSM map. To see this map kind, use the following link: openstreetmap.org. This is the base layer type.

| | SeaMarks |

The layer represents the OpenSeaMap OSM map. To see this map kind, use the following link: www.openseamap.org. This is the overlay layer type.

| | HikingRoutes |

The layer represents the Hiking Map OSM map. To see this map kind, use the following link: hiking.waymarkedtrails.org. This is the overlay layer type.

| | CyclingRoutes |

The layer represents the Cycle routes OSM map. To see this map kind, use the following link: cycling.waymarkedtrails.org. This is the overlay layer type.

| | PublicTransport |

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.

See Also

OpenStreetMapDataProvider Class

OpenStreetMapDataProvider Members

DevExpress.XtraMap Namespace