SLModeLocationData

data class SLModeLocationData(val timestamp: Long, val numberOfSats: Int, val numberOfSatsUsedInFix: Int, val satsFromExtras: Int, val accuracy: Float, val speed: Float)

Constructors

Link copied to clipboard
constructor(timestamp: Long, numberOfSats: Int, numberOfSatsUsedInFix: Int, satsFromExtras: Int, accuracy: Float, speed: Float)

Properties

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

Functions

Link copied to clipboard
fun getAge(): Long