zoomOut method
zoomOut
will change the zoom of the map by zoom out using default stepZoom negative value:zoomOut
Implementation
Future<void> zoomOut() async {
await osmBaseController.zoomOut();
}
zoomOut
will change the zoom of the map by zoom out using default stepZoom negative value:zoomOut
Future<void> zoomOut() async {
await osmBaseController.zoomOut();
}