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
Parameters
- point
- Type: ParseParseGeoPoint
GeoPoint describing the other point being measured against.
Return Value
Type: ParseGeoDistanceThe distance in between the two points.
See Also