TomTom Maps for JavaScript
    Preparing search index...

    Type Alias BookmarkIntentDetails

    Details for a bookmark query intent.

    Contains the bookmark keyword detected in the query.

    type BookmarkIntentDetails = {
        bookmark: string;
    }
    Index

    Properties

    Properties

    bookmark: string

    The detected bookmark keyword.

    Currently supports "HOME" and "WORK". Applications should suggest the user's saved home or work address as a search result.