Intersection Description
data class IntersectionDescription(var nearestRoad: Way? = null, val userGeometry: UserGeometry = UserGeometry(), val intersection: Intersection? = null)
Constructors
Link copied to clipboard
constructor(nearestRoad: Way? = null, userGeometry: UserGeometry = UserGeometry(), intersection: Intersection? = null)