PlaceVisitSegment

@JsonClass(generateAdapter = true)
data class PlaceVisitSegment(@Json(name = "location") val location: Location?)

Constructors

Link copied to clipboard
constructor(@Json(name = "location") location: Location?)

Properties

Link copied to clipboard