azimuth2 property
Output azimuth at point 2 towards point 1, in the angular unit that was used as a parameter when calling GeometryEngine.distanceGeodetic. (clockwise angle between tangent vector at point2 in the direction of the curve towards point2 and meridian passing through the point2).
Implementation
double get azimuth2 {
return _withThrowingErrorHandler((errorHandler) {
return runtimecore.RT_GeodeticDistanceResult_getAzimuth2(
_handle, errorHandler);
});
}