onSpatialReferenceChanged property
Invokes the callback when the spatial reference of the GeoViewController changes.
Implementation
Stream<SpatialReference?> get onSpatialReferenceChanged =>
_spatialReferenceChangedStreamController.stream;
Invokes the callback when the spatial reference of the GeoViewController changes.
Stream<SpatialReference?> get onSpatialReferenceChanged =>
_spatialReferenceChangedStreamController.stream;