coordinateBoundsForCamera abstract method

Future<CoordinateBounds> coordinateBoundsForCamera(
  1. CameraOptions camera
)

Returns the coordinate bounds that are visible for a given camera.

Implementation

Future<CoordinateBounds> coordinateBoundsForCamera(CameraOptions camera);