getCurrentZoom method

Future<double?> getCurrentZoom()

Gets the current zoom level of the map.

Returns null if the map is not ready or an error occurs.

Implementation

Future<double?> getCurrentZoom() {
  return _impl.getCurrentZoom();
}