coordinateBoundsZoomForCamera method
- CameraOptions camera
Returns the coordinate bounds and zoom for a given camera.
Implementation
Future<CoordinateBoundsZoom> coordinateBoundsZoomForCamera(
CameraOptions camera,
) => _impl.coordinateBoundsZoomForCamera(camera);