TomTom Maps for JavaScript
    Preparing search index...

    Type Alias W3WIntentDetails

    Details for a what3words query intent.

    Contains the detected what3words address that can be converted to coordinates.

    type W3WIntentDetails = {
        address: string;
    }
    Index

    Properties

    Properties

    address: string

    The detected what3words address.

    For example, for the query "classic.calls.replace", the address is "///classic.calls.replace". Use the what3words service to convert this address to coordinates.