coordinateBounds method

Future<CoordinateBounds> coordinateBounds(
  1. CameraOptions camera
)

Returns the coordinate bounds corresponding to a given CameraOptions

Implementation

Future<CoordinateBounds> coordinateBounds(CameraOptions camera) =>
    _snapshotterMessenger.coordinateBounds(camera);