getRightLower method
Returns the bottom-right corner of this rectangle.
Implementation
Mappoint getRightLower() {
return Mappoint(right, bottom);
}
Returns the bottom-right corner of this rectangle.
Mappoint getRightLower() {
return Mappoint(right, bottom);
}