distanceGeodeticOrNull

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

Calculates the geodetic distance between two given points and calculates the azimuth at both points for the geodetic curve that connects the points.

Return

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

Since

200.1.0