Skip to main content

GeoPoint(Double, Double) Constructor

Initializes a new instance of the GeoPoint class with the specified latitude and longitude.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

public GeoPoint(
    double latitude,
    double longitude
)

Parameters

Name Type Description
latitude Double

A Double value which specifies the latitude of the geographical point. This value is assigned to the GeoPoint.Latitude property.

longitude Double

A Double value which specifies the longitude of the geographical point. This value is assigned to the GeoPoint.Longitude property.

See Also