contains

fun contains(coordinates: GeoPoint): Boolean

Checks whether this bounding box contains the given GeoPoint.


fun contains(boundingBox: GeoBoundingBox): Boolean

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