contains

open fun contains(point: GeoPoint): Boolean

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

Throws


open fun contains(lon: Double, lat: Double): Boolean

Check whether the given (long,lat coordinates define a point inside this 2D-Ellipse.

Throws