ParseGeoPointLatitude Property Parse
Gets or sets the latitude of the GeoPoint. Valid range is [-90, 90]. Extremes should not be used.

Namespace: Parse
Assembly: Parse (in Parse.dll) Version: 1.5.5.0 (1.5.5.0)
Syntax

public double Latitude { get; set; }

Property Value

Type: Double
See Also

Reference