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