contains

open fun contains(point: GeoPoint): Boolean

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

Throws


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

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

Throws

TODO -> internal method or x,y -> long/lat