Skip to main content
A newer version of this page is available. .

OpenStreetMapDataProvider.Projection Property

Gets a projection used by the Open Street map data provider.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v18.2.dll

Declaration

[Browsable(false)]
public override ProjectionBase Projection { get; }

Property Value

Type Description
ProjectionBase

A ProjectionBase class descendant.

Remarks

To learn more about projections, refer to: Geographical Projections.

See Also