Class MapRectangle


  • public final class MapRectangle
    extends java.lang.Object
    • Method Detail

      • getTopLeft

        public MapCoordinates getTopLeft()
        The coordinates of the top left corner.
      • getBottomRight

        public MapCoordinates getBottomRight()
        The coordinates of the bottom right corner.
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object