DistanceValue

data class DistanceValue(val value: Double? = null, val text: String? = null)

Constructors

Link copied to clipboard
constructor(value: Double? = null, text: String? = null)

Properties

Link copied to clipboard
@SerializedName(value = "text")
val text: String? = null
Link copied to clipboard
@SerializedName(value = "value")
val value: Double? = null