TomTom Maps for JavaScript
    Preparing search index...

    Type Alias TollTransponder

    TollTransponder: typeof tollTransponderOptions[number]

    Whether the vehicle carries an electronic toll collection transponder.

    • all — the vehicle has a transponder accepted by every toll operator on the route
    • unknown — transponder availability is unknown, so no assumption is made
    • none — the vehicle has no transponder
    const transponder: TollTransponder = 'all';