Route
data class Route(signature: Signature, ancestorResult: AncestorResultIdentifier, legs: List<Leg>, start: Waypoint, end: Waypoint, profileDetail: ProfileDetail?, duration: Duration?, durationAccuracy: DurationAccuracy, price: Price?, departureTime: Date?, arrivalTime: Date?)
Content copied to clipboard
Properties
Link copied to clipboard
Identifies the ancestor result for a Route. Two Routes have the same identifier if they are descendants from the same original routing result, even if they now have different signatures. This allows treating updates to a Route (for example, due to re-routing events) as the "same" route from a user-facing point of view