A stream which triggers an event if the user starts to move the map. This can be used to switch off automatic movements
Stream<Object> get manualMoveStream => _manualMoveSubject.stream;