contains

fun contains(geoLocation: GeoLocation): Boolean

Return

true if the bounding box contains geoLocation, false otherwise.


Verifies if there is any intersection between two bounding boxes. The method also considers whether both of the bounding boxes cross the antimeridian.

Return

true if the bounding box intersects somehow with the other bounding box, false otherwise.

Parameters

other

the bounding box used.