DistanceIsochroneResponseIsolineDistance

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

The distance of the isochrone (returned only if method=distance in parameters)

Parameters

value The distance in kilometers

text

The readable distance in kilometers

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