contains

fun contains(lat: Double, lon: Double): Boolean

Check if a point is within this region.

Uses Haversine formula for accurate distance calculation.

Return

True if point is within radiusMeters of center

Parameters

lat

Latitude of the point

lon

Longitude of the point