getRightLower method

Mappoint getRightLower()

Returns the bottom-right corner of this rectangle.

Implementation

Mappoint getRightLower() {
  return Mappoint(right, bottom);
}