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

OpenStreetMapDataProvider.Projection Property

Returns the projection supported by the OpenStreetMapDataProvider.

Namespace: DevExpress.UI.Xaml.Map

Assembly: DevExpress.UI.Xaml.Map.v18.2.dll

Declaration

public override ProjectionBase Projection { get; }

Property Value

Type Description
ProjectionBase

Always SphericalMercatorProjection.

See Also