coordinateBoundsZoomForCamera method

Future<CoordinateBoundsZoom> coordinateBoundsZoomForCamera(
  1. CameraOptions camera
)

Returns the coordinate bounds and the zoom for a given camera.

Note that if the given camera shows the antimeridian, the returned wrapped coordinate bounds might not represent the minimum bounding box.

Implementation

Future<CoordinateBoundsZoom> coordinateBoundsZoomForCamera(
        CameraOptions camera) =>
    _cameraManager.coordinateBoundsZoomForCamera(camera);