TimelinePoint

@JsonClass(generateAdapter = true)
data class TimelinePoint(val point: String, val time: String)

Represents a timeline point with a geographical point and a timestamp.

Example JSON:

{
"point": "40.712776°, -74.005974°",
"time": "2023-10-01T08:15:00.000Z"
}

Constructors

Link copied to clipboard
constructor(point: String, time: String)

Properties

Link copied to clipboard
Link copied to clipboard