getCenter method
Returns the center point of this rectangle.
Implementation
Mappoint getCenter() {
return Mappoint(getCenterX(), getCenterY());
}
Returns the center point of this rectangle.
Mappoint getCenter() {
return Mappoint(getCenterX(), getCenterY());
}