intersects
open fun intersects(@NonNull 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.
wrapped Coordinates
Whether to wrap the coordinate or not.