Package-level declarations

Types

Link copied to clipboard
class AFGeofence(var id: String = "", var latitude: Double = 0.0, var longitude: Double = 0.0, var radius: Float = 150.0f, var dwellTimeMillis: Long = 0)

AFGeofence — represents a circular geofence used for presence detection.

Link copied to clipboard
sealed class AFGeofenceEvent

Represents various events related to geofencing operations.

Link copied to clipboard
sealed class AFGeofencingResult
Link copied to clipboard
Link copied to clipboard
class AFGeoLocation(var latitude: Double? = null, var longitude: Double? = null, var accuracy: Float? = null, val timestampMillis: Long? = null)

Platform-agnostic representation of location.