Point
@JsonClass(generateAdapter = true )
Represents a point with latitude, longitude, accuracy in meters, and timestamp.
Constructors
Link copied to clipboard
constructor(@Json(name = "latE7" ) latE7: Int, @Json(name = "lngE7" ) lngE7: Int, @Json(name = "accuracyMeters" ) accuracyMeters: Int, @Json(name = "timestamp" ) timestamp: ZonedDateTime)