TomTom Maps for JavaScript
    Preparing search index...

    Type Alias Signpost

    Signpost information.

    type Signpost = {
        exitName?: TextWithPhonetics;
        exitNumber?: TextWithPhonetics;
        towardName: TextWithPhonetics;
    }
    Index

    Properties

    Exit name of the controlled access road. Included if an exit name is available for this signpost.

    exitNumber?: TextWithPhonetics

    Exit number of the controlled access road. Included if an exit number is available for this signpost. Multiple exit numbers can be encoded in the string, e.g. "E10/E12". If exit number is not available, the field will be absent.

    towardName: TextWithPhonetics

    The toward name from the signpost.