GeofenceBox

data class GeofenceBox(val south: Double, val west: Double, val north: Double, val east: Double)(source)

An axis-aligned WSEN bounding box in decimal degrees. Bounds are inclusive (matches the Apple reference).

Constructors

Link copied to clipboard
constructor(south: Double, west: Double, north: Double, east: Double)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun contains(lat: Double, lon: Double): Boolean