onPositionChanged method
- MapPosition pos,
- bool gesture
The callback used to handle gestures and keep the state in sync
Implementation
void onPositionChanged(MapPosition pos, bool gesture) =>
_mapState.onPositionChanged(pos, gesture);
The callback used to handle gestures and keep the state in sync
void onPositionChanged(MapPosition pos, bool gesture) =>
_mapState.onPositionChanged(pos, gesture);