BingMapDataProvider.Projection Property
In This Article
Gets a projection used by the Bing Maps map data provider.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.2.dll
NuGet Package: DevExpress.Win.Map
#Declaration
[Browsable(false)]
public override ProjectionBase Projection { get; }
#Property Value
Type | Description |
---|---|
Projection |
A Projection |
#Remarks
To learn more about projections, refer to: Geographical Projections.
See Also