CoordinateBounds constructor

CoordinateBounds({
  1. Coordinate? northeast,
  2. Coordinate? southwest,
})

Implementation

CoordinateBounds({
  this.northeast,
  this.southwest,
});