getBounds method

Future<CameraBounds> getBounds()

Returns the current camera bounds.

When no bounds constraint is set, the returned CameraBounds.bounds has infiniteBounds: true.

Implementation

Future<CameraBounds> getBounds() => _impl.getBounds();