ElevationLineResponse

@Serializable
data class ElevationLineResponse(val attribution: String? = null, val geometry: ElevationLineGeometry, val timestamp: Long? = null, val version: String? = null)

Constructors

Link copied to clipboard
constructor(attribution: String? = null, geometry: ElevationLineGeometry, timestamp: Long? = null, version: String? = null)

Properties

Link copied to clipboard
val attribution: String? = null
Link copied to clipboard
Link copied to clipboard
val timestamp: Long? = null
Link copied to clipboard
val version: String? = null