angularUnit property
The unit of measure for GeodesicEllipseParameters.axisDirection
.
By default, the angular unit is degrees.
Implementation
AngularUnit get angularUnit => _angularUnit.value;
Implementation
set angularUnit(AngularUnit value) => _angularUnit.value = value;