Semantic Timeline
@JsonClass(generateAdapter = true )
A Semantic Location History JSON file in a Google Takeout Location History extraction. Contains Semantic Location History information from the user's account. Typically, this will be a file containing data for a single month, with a name such as 2021_JANUARY.json
.
Constructors
Link copied to clipboard
constructor(@Json(name = "timelineObjects" ) timelineObjects: List<TimelineObjectsProperties> = emptyList())