LocationMetadata

@JsonClass(generateAdapter = true)
data class LocationMetadata(val timestamp: String, val wifiScan: WifiScan)

Information about a Wi-Fi scan done by the device at a given timestamp.

Constructors

Link copied to clipboard
constructor(timestamp: String, wifiScan: WifiScan)

Properties

Link copied to clipboard

Timestamp (as an ISO 8601 string) of the location metadata.

Link copied to clipboard

Information about the access points found in a Wi-Fi scan done by the device.