BBox constructor

const BBox(
  1. double minLon,
  2. double minLat,
  3. double maxLon,
  4. double maxLat,
)

Implementation

const BBox(this.minLon, this.minLat, this.maxLon, this.maxLat);