coordinateBoundsZoomForCameraUnwrapped method

Future<CoordinateBoundsZoom> coordinateBoundsZoomForCameraUnwrapped(
  1. CameraOptions camera
)

Returns the coordinate bounds (unwrapped) and zoom for a given camera.

Implementation

Future<CoordinateBoundsZoom> coordinateBoundsZoomForCameraUnwrapped(
  CameraOptions camera,
) => _impl.coordinateBoundsZoomForCameraUnwrapped(camera);