coordinateBoundsForCamera method
- CameraOptions camera
Returns the coordinate bounds for a given camera.
Implementation
Future<CoordinateBounds> coordinateBoundsForCamera(CameraOptions camera) =>
_cameraManager.coordinateBoundsForCamera(camera);