containsLatitude

open fun containsLatitude(latitude: Double): Boolean

Returns whether the bounds contains `latitude` or not.

Return

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

Parameters

latitude

The latitude to be checked against the bounds.