LocationProperties

data class LocationProperties(val name: String, val formatter: DataFormat<LocationResult>)

Properties of the location for aggregate data recorders.

Constructors

Link copied to clipboard
fun LocationProperties(name: String, formatter: DataFormat<LocationResult>)

Properties

Link copied to clipboard
val formatter: DataFormat<LocationResult>

Formatting class to format the recorded data

Link copied to clipboard
val name: String

Name of the location recording