Creates a new Mappoint.
Mappoint
const Mappoint(this.x, this.y) : assert(x >= 0, "x ($x) must be >= 0"), assert(y >= 0, "y ($y) must be >= 0");