Waze Map Editor JavaScript SDK
    Preparing search index...

    Interface TurnGuidance

    interface TurnGuidance {
        exitSigns: ExitSign[];
        towards: (string | RoadShield)[];
        tts: null | string;
        visualInstruction: (string | RoadShield)[];
    }
    Index

    Properties

    exitSigns: ExitSign[]

    List of exit signs associated with the turn.

    towards: (string | RoadShield)[]

    Structured towards guidance (mixed text and road shields).

    tts: null | string

    Custom Text-To-Speech (TTS) instructions for the turn guidance.

    visualInstruction: (string | RoadShield)[]

    Structured visual instructions (mixed text and road shields).