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