CameraBoundsOptions constructor

CameraBoundsOptions(
  1. {CoordinateBounds? bounds,
  2. double? maxZoom,
  3. double? minZoom,
  4. double? maxPitch,
  5. double? minPitch}
)

Implementation

CameraBoundsOptions({
  this.bounds,
  this.maxZoom,
  this.minZoom,
  this.maxPitch,
  this.minPitch,
});