MPBounds constructor

const MPBounds({
  1. required MPPoint northeast,
  2. required MPPoint southwest,
})

Build a MPBounds from a pair of coordinates

Implementation

const MPBounds({required this.northeast, required this.southwest});