containsLongitude

open fun containsLongitude(longitude: Double): Boolean

Returns whether the bounds contains `longitude` or not.

Return

`true` if the bounds contains `longitude`, `false` otherwise.

Parameters

longitude

The longitude to be checked against the bounds.