Constructs a ParseGeoPoint with the specified latitude and longitude.
Namespace: Parse
Assembly: Parse (in Parse.dll) Version: 1.5.5.0 (1.5.5.0)
Syntax
Parameters
- latitude
- Type: SystemDouble
The point's latitude. - longitude
- Type: SystemDouble
The point's longitude.
See Also