Skip to main content

OpenStreetMapKind Enum

Lists the values used to specify the kind of layer that should be obtained from the OpenStreetMapDataProvider.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

public enum OpenStreetMapKind

Members

Name Description
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.

OsmBasicLayer

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.

OsmCycleLayer

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.

OsmHotKind

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.

OsmTransportKind

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.

OsmSeaMarksKind

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.

OsmHikingRoutesKind

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.

OsmCyclingRoutesKind

PublicTransport

The layer represents the Openptmap OSM map. This is the overlay layer type.

OsmPublicTransportKind

Related API Members

The following properties accept/return OpenStreetMapKind values:

See Also