contains

operator fun contains(latLng: LatLng): Boolean

Determines whether this LatLngBounds contains a point.

Return

true, if the point is contained within the bounds

Parameters

latLng

the point which may be contained


operator fun contains(other: LatLngBounds): Boolean

Determines whether this LatLngBounds contains another bounds.

Return

true, if the bounds is contained within the bounds

Parameters

other

the bounds which may be contained