TomTom Maps for JavaScript
    Preparing search index...

    Type Alias ArrivalSide

    ArrivalSide: typeof arrivalSides[number]

    Which side of the road the route should arrive on at each stop.

    • any: arrive from either side, whichever is faster
    • curb: arrive on the curb side for the country's driving direction
    const arrivalSide: ArrivalSide = 'curb';
    
    'any'