setBounds abstract method

Future<void> setBounds(
  1. CameraBoundsOptions options
)

Constrains the camera to the given bounds options.

Implementation

Future<void> setBounds(CameraBoundsOptions options);