zoomOut method

Future<void> zoomOut()

Zoom out one level

Implementation

Future<void> zoomOut() => _mapState.zoomOut();