getBounds method

Future<CameraBounds> getBounds()

Returns the camera bounds of the map.

Implementation

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