Package-level declarations

Types

Link copied to clipboard
class AFGeofence(val id: String = "", val latitude: Double = 0.0, val longitude: Double = 0.0, val radius: Float = 150.0f, val 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(val latitude: Double? = null, val longitude: Double? = null, val accuracy: Float? = null, val timestampMillis: Long? = null)

Platform-agnostic representation of location.