BoundingBox constructor

BoundingBox(
  1. double minLong,
  2. double minLat,
  3. double maxLong,
  4. double maxLat,
)

Implementation

BoundingBox(this.minLong, this.minLat, this.maxLong, this.maxLat);