coordinateBoundsZoomForCameraUnwrapped method

Future<CoordinateBoundsZoom> coordinateBoundsZoomForCameraUnwrapped(
  1. CameraOptions camera
)

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

This method is useful if the camera shows the antimeridian.

Implementation

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