spatialReference property
The spatial reference for the immutable point collection.
If the collection does not have a spatial reference null is returned.
Implementation
SpatialReference? get spatialReference => _spatialReference.value;
The spatial reference for the immutable point collection.
If the collection does not have a spatial reference null is returned.
SpatialReference? get spatialReference => _spatialReference.value;