TomTom Maps for JavaScript
    Preparing search index...

    Type Alias W3WIntent

    Intent indicating the query contains a what3words address.

    Detected when the query matches the what3words format (e.g., "///classic.calls.replace").

    type W3WIntent = {
        details: W3WIntentDetails;
        type: "W3W";
    }
    Index

    Properties

    Properties

    Details about the detected what3words address.

    type: "W3W"

    Query type identifier.

    The query contains a (likely) what3words code.