contains

fun contains(coordinates: GeoCoordinate): Boolean

Checks whether this bounding box contains the given GeoCoordinate.


fun contains(boundingBox: GeoBoundingBox): Boolean

Check whether this bounding box contains the other GeoBoundingBox described by the given parameter.