TomTom Maps for JavaScript
    Preparing search index...

    Type Alias RouteProgressQuery

    RouteProgressQuery:
        | { traveledTimeInSeconds: number }
        | { traveledDistanceInMeters: number }
        | { clockTime: Date }

    Discriminated union describing how to identify a position along a route. Provide exactly one of the three variants.