GeoBox constructor

const GeoBox(
  1. GeoCoordinates southWestCorner,
  2. GeoCoordinates northEastCorner
)

Creates a new instance.

  • southWestCorner South west corner coordinates.
  • northEastCorner North east corner coordinates.

Implementation

const GeoBox(this.southWestCorner, this.northEastCorner);