Skip to main content

GeoPoint.Longitude Property

Gets or sets a longitude value for the current geographical coordinate.

Namespace: DevExpress.UI.Xaml.Map

Assembly: DevExpress.UI.Xaml.Map.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

#Declaration

public double Longitude { get; set; }

#Property Value

Type Description
Double

A Double value that is the longitude for this GeoPoint.

See Also