IntersectionDetail

@Serializable
data class IntersectionDetail(val streets: List<String>? = null, val type: String? = null)

Constructors

Link copied to clipboard
constructor(streets: List<String>? = null, type: String? = null)

Properties

Link copied to clipboard
val streets: List<String>? = null
Link copied to clipboard
val type: String? = null