getZoom method

double? getZoom()

Returns the current zoom level of the map.

Implementation

double? getZoom() {
  return cameraPosition?.zoom;
}