observePosition property

Stream<MapViewPosition> observePosition

Receives events when the position or zoom or indoor-level of the map changes

Implementation

Stream<MapViewPosition> get observePosition => _injectPosition.stream;