ParseGeoPoint Constructor Parse
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

public ParseGeoPoint(
	double latitude,
	double longitude
)

Parameters

latitude
Type: SystemDouble
The point's latitude.
longitude
Type: SystemDouble
The point's longitude.
See Also

Reference