zoomIn method

Future<void> zoomIn()

Zoom in one level

Implementation

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