distanceInRadians

open fun distanceInRadians(point1: LatLng, point2: LatLng, precision: LatLongPosition.DistanceFormula): Double

This "distance" function is mostly for internal use. Most users will simply rely upon distance

Yields the internal angle for an arc between two points on the surface of a sphere in radians. This angle is in the plane of the great circle connecting the two points measured from an axis through one of the points and the center of the Earth. Multiply this value by the sphere's radius to get the length of the arc.

Return

the internal angle for the arc connecting the two points in radians.

Parameters

point1

the first point

point2

the second point

precision

the formula to use