GeoPoint(Double, Double) Constructor
In This Article
Initializes a new instance of the GeoPoint class with the specified latitude and longitude.
Namespace: DevExpress.UI.Xaml.Map
Assembly: DevExpress.UI.Xaml.Map.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
latitude | Double | A Double value which specifies the latitude of the geographical point. This value is assigned to the Geo |
longitude | Double | A Double value which specifies the longitude of the geographical point. This value is assigned to the Geo |
See Also