IsochroneProperties

@Serializable
data class IsochroneProperties(val groupIndex: Int, val value: Double, val center: List<Double>)

Constructors

Link copied to clipboard
constructor(groupIndex: Int, value: Double, center: List<Double>)

Properties

Link copied to clipboard
Link copied to clipboard
@SerialName(value = "group_index")
val groupIndex: Int
Link copied to clipboard