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