Rectangular constructor

Rectangular(
  1. LatLon southWest,
  2. LatLon northEast
)

Implementation

Rectangular(this.southWest, this.northEast);