zoomIn
will change the zoom of the map by zoom in using default stepZoom positive value:zoomIN
Future<void> zoomIn() async { await osmBaseController.zoomIn(); }