coordinateBounds abstract method

Future<CoordinateBounds> coordinateBounds(
  1. CameraOptions camera
)

Returns the coordinate bounds corresponding to the given camera options.

Implementation

Future<CoordinateBounds> coordinateBounds(CameraOptions camera);