onNavigationChanged property

Stream<bool> onNavigationChanged

Invokes the callback when the navigation state of the GeoViewController changes.

Implementation

Stream<bool> get onNavigationChanged =>
    _navigationChangedStreamController.stream;