outputSpatialReference property
Output spatial reference.
All route's geometries will be returned in this spatial reference in the even of a successful solve.
Implementation
SpatialReference? get outputSpatialReference => _outputSpatialReference.value;
Implementation
set outputSpatialReference(SpatialReference? value) =>
_outputSpatialReference.value = value;