Location Properties
data class LocationProperties(val name: String, val formatter: DataFormat<LocationResult>)
Content copied to clipboard
Properties of the location for aggregate data recorders.
Constructors
Link copied to clipboard
fun LocationProperties(name: String, formatter: DataFormat<LocationResult>)
Content copied to clipboard