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