onSpatialReferenceChanged property

Stream<SpatialReference?> onSpatialReferenceChanged

Invokes the callback when the spatial reference of the GeoViewController changes.

Implementation

Stream<SpatialReference?> get onSpatialReferenceChanged =>
    _spatialReferenceChangedStreamController.stream;