contains

operator fun contains(lngLat: LngLat): Boolean

Determines whether this LngLatBounds contains a point.

Return

true, if the point is contained within the bounds

Parameters

lngLat

the point which may be contained


operator fun contains(other: LngLatBounds): Boolean

Determines whether this LngLatBounds contains another bounds.

Return

true, if the bounds is contained within the bounds

Parameters

other

the bounds which may be contained