GeoPoint(Double, Double) Constructor
Initializes a new instance of the GeoPoint class with the specified latitude and longitude.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v24.1.dll
NuGet Package: DevExpress.Wpf.Map
Declaration
Parameters
Name | Type | Description |
---|---|---|
latitudeDegree | Double | A Double value which specifies the latitude of the geographical point. This value is assigned to the GeoPoint.Latitude property. |
longitudeDegree | Double | A Double value which specifies the longitude of the geographical point. This value is assigned to the GeoPoint.Longitude property. |
See Also