coordinateBounds method
- CameraOptions camera
Returns the coordinate bounds corresponding to the given camera options.
Implementation
Future<CoordinateBounds> coordinateBounds(CameraOptions camera) =>
_impl.coordinateBounds(camera);
Returns the coordinate bounds corresponding to the given camera options.
Future<CoordinateBounds> coordinateBounds(CameraOptions camera) =>
_impl.coordinateBounds(camera);