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