distanceGeodetic

fun distanceGeodetic(    point1: Point,     point2: Point,     distanceUnit: LinearUnit?,     azimuthUnit: AngularUnit?,     curveType: GeodeticCurveType): GeodeticDistanceResult

Calculates the geodesic distance between the two points.

Return

A structure containing the distance and the azimuth at both points for the geodesic curve that connects them.