Records

@JsonClass(generateAdapter = true)
data class Records(@Json(name = "locations") val locations: List<LocationRecord>)

The Records.json file in a Google Takeout Location History extraction. Contains raw Location History information from the user's account.

Constructors

Link copied to clipboard
constructor(@Json(name = "locations") locations: List<LocationRecord>)

Properties

Link copied to clipboard

List of all available location records, in chronological order.