TravelResult

data class TravelResult(val startedAt: Double, val arrivedAt: Double, val distance: Double)(source)

Outcome of a travelTo call. Exposed so callers can inspect what just happened — duration, distance, and the start/arrival times — without computing them externally.

Constructors

Link copied to clipboard
constructor(startedAt: Double, arrivedAt: Double, distance: Double)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard