ShortestDistanceResults

class ShortestDistanceResults(val distance: Double, val startIntersection: Intersection, val startWay: Way, val endIntersection: Intersection, val endWay: Way?)

Constructors

Link copied to clipboard
constructor(distance: Double, startIntersection: Intersection, startWay: Way, endIntersection: Intersection, endWay: Way?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val endWay: Way?
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun tidy()