intersects

open fun intersects(@NonNull area: CoordinateBounds, wrappedCoordinates: Boolean): Boolean

Returns whether the bounds intersects `area` or not.

Return

`true` if the bounds intersects `area`, `false` otherwise.

Parameters

area

The area to be checked against the bounds.

wrappedCoordinates

Whether to wrap the coordinate or not.