Package-level declarations

Types

Link copied to clipboard
class CalloutHistory(expiryPeriod: Long = 60000)
Link copied to clipboard
class KalmanFilter(filterSigma: Double = 9.0)
Link copied to clipboard
open class LocationUpdateFilter(minTimeMs: Long, minDistance: Double)

This class acts as a filter for throttling the frequency of computation which is initiated by geolocation updates.

Link copied to clipboard
class TrackedCallout(val callout: String, val location: LngLatAlt, val isPoint: Boolean, isGeneric: Boolean)