Creates a new MapRectangle.
MapRectangle
const MapRectangle(this.left, this.top, this.right, this.bottom) : assert(left <= right, "left ($left) > right ($right)"), assert(bottom >= top);