manualMoveStream property

Stream<Object> get manualMoveStream

A stream which triggers an event if the user starts to move the map. This can be used to switch off automatic movements

Implementation

Stream<Object> get manualMoveStream => _manualMoveSubject.stream;