outSpatialReference property

SpatialReference? outSpatialReference

The spatial reference of the feature results' geometry.

If not specified, geometries are returned in the spatial reference of the service.

Implementation

SpatialReference? get outSpatialReference => _outSpatialReference.value;
void outSpatialReference=(SpatialReference? value)

Implementation

set outSpatialReference(SpatialReference? value) =>
    _outSpatialReference.value = value;