onTimeExtentChanged property
Invokes the callback when the time extent of the GeoViewController changes.
Implementation
Stream<TimeExtent?> get onTimeExtentChanged =>
_timeExtentChangedStreamController.stream;
Invokes the callback when the time extent of the GeoViewController changes.
Stream<TimeExtent?> get onTimeExtentChanged =>
_timeExtentChangedStreamController.stream;