intersects
open fun intersects(area: CoordinateBounds, wrappedCoordinates: Boolean): Boolean
Content copied to clipboard
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.