BoundingBox constructor
BoundingBox({
- required LatLng min,
- required LatLng max,
Implementation
BoundingBox({required this.min, required this.max});
BoundingBox({required this.min, required this.max});