Skip to main content

OpenStreetMapDataProvider.Projection Property

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

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

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