DistanceIsochroneResponseIsolineTime

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

The time of the isochrone (returned as default or when specifying method=time in parameters)

Parameters

value The time in minutes

text

The readable time in minutes

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