GeoBox constructor

const GeoBox(
  1. GeoPoint southWest,
  2. GeoPoint northEast
)

Create a box from a southWest and a northEast point

Implementation

const GeoBox(this.southWest, this.northEast);