Returns the current zoom level of the map
Future<double> getZoomLevel() { return GoogleMapsFlutterPlatform.instance.getZoomLevel(mapId: mapId); }