contains

open fun contains(point: GeoPoint): Boolean

Check whether the given GeoPoint is inside this 2D-Rectangle.

Throws


open fun contains(x: Int, y: Int): Boolean

Check whether the given (x,y) coordinates define a point inside this 2D-Rectangle.

Throws