ParseGeoPointDistanceTo Method Parse
Get the distance in radians between this point and another GeoPoint. This is the smallest angular distance between the two points.

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

public ParseGeoDistance DistanceTo(
	ParseGeoPoint point
)

Parameters

point
Type: ParseParseGeoPoint
GeoPoint describing the other point being measured against.

Return Value

Type: ParseGeoDistance
The distance in between the two points.
See Also

Reference