Skip to main content

GeoPoint.Latitude Property

Gets or sets a latitude 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 Latitude { get; set; }

#Property Value

Type Description
Double

A Double value that is the latitude for this GeoPoint.

See Also