containsPoint

fun containsPoint(lat: Double, lon: Double, minLat: Double, maxLat: Double, minLon: Double, maxLon: Double): Boolean

returns true if rectangle (defined by minLat, maxLat, minLon, maxLon) contains the lat lon point