CameraBoundsOptions constructor
- CoordinateBounds? bounds,
- double? maxZoom,
- double? minZoom,
- double? maxPitch,
- double? minPitch,
Implementation
CameraBoundsOptions({
this.bounds,
this.maxZoom,
this.minZoom,
this.maxPitch,
this.minPitch,
});
CameraBoundsOptions({
this.bounds,
this.maxZoom,
this.minZoom,
this.maxPitch,
this.minPitch,
});