ProjectionBase.KilometersToGeoSize(GeoPoint, Size) Method
In This Article
Converts the specified size in kilometers into the corresponding size in geographical points for the specified anchor point.
Namespace: DevExpress.UI.Xaml.Map
Assembly: DevExpress.UI.Xaml.Map.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
anchor |
Geo |
A Geo |
size | Size | A Windows. |
#Returns
Type | Description |
---|---|
Size | A Windows. |
See Also