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