onViewpointChanged property
Invokes the callback when the viewpoint of the GeoViewController has changed.
Implementation
Stream<void> get onViewpointChanged =>
_viewpointChangedStreamController.stream;
Invokes the callback when the viewpoint of the GeoViewController has changed.
Stream<void> get onViewpointChanged =>
_viewpointChangedStreamController.stream;