linearUnit property
The unit of measure for GeodesicSectorParameters.semiAxis1Length
,
GeodesicSectorParameters.semiAxis2Length
, and
GeodesicSectorParameters.maxSegmentLength
.
By default, the linear unit is meters.
Implementation
LinearUnit get linearUnit => _linearUnit.value;
Implementation
set linearUnit(LinearUnit value) => _linearUnit.value = value;