positionStream property

StreamController<MapData> positionStream

Stream to listen to current data position of the map.

Implementation

StreamController<MapData> get positionStream => _positionStream;