coordinateBoundsZoomForCamera abstract method

Future<CoordinateBoundsZoom> coordinateBoundsZoomForCamera(
  1. CameraOptions camera
)

Returns the coordinate bounds and zoom for a given camera.

Implementation

Future<CoordinateBoundsZoom> coordinateBoundsZoomForCamera(
  CameraOptions camera,
);