MapTileDataProviderBase.Projection Property
Returns a projection used by MapDataProviderBase class descendants.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.1.dll
NuGet Package: DevExpress.Win.Map
Declaration
Property Value
Type | Description |
---|---|
ProjectionBase | A ProjectionBase class descendant. |
Remarks
Refer to the Geographical Projections document to learn more about projections.
See Also