GeoBox constructor
- GeoCoordinates southWestCorner,
- GeoCoordinates northEastCorner
Creates a new instance.
southWestCornerSouth west corner coordinates.northEastCornerNorth east corner coordinates.
Implementation
const GeoBox(this.southWestCorner, this.northEastCorner);