Package com. autoliv. datalogger. data. location
Set of tools for recording location data
Types
Link copied to clipboard
Formats the LocationResult as CSV
Link copied to clipboard
class LocationRecorder( val provider: FusedLocationProviderClient, val folderPath: String, val name: String, val formatter: DataFormat<LocationResult>, val request: LocationRequest, val looperFactory: () -> Looper = { Looper.getMainLooper() }) : DataRecorder
Content copied to clipboard
Facilitates the recording of location data.
Link copied to clipboard
class LocationRecordingCallback(val channel: Channel<LocationResult>) : LocationCallback
Content copied to clipboard
Callback for sending LocationResult into a recording channel