isMapMoving method
isMapMoving
this method is to trieve is the map currently moving or not
Implementation
bool isMapMoving() => _isMovingNotifier.value;
isMapMoving
this method is to trieve is the map currently moving or not
bool isMapMoving() => _isMovingNotifier.value;