TomTom Maps for JavaScript
    Preparing search index...

    Type Alias BookmarkIntent

    Intent indicating the query references a saved location.

    Detected when the query contains keywords for bookmarked locations (e.g., "home", "work").

    type BookmarkIntent = {
        details: BookmarkIntentDetails;
        type: "BOOKMARK";
    }
    Index

    Properties

    Properties

    Details about the detected bookmark keyword.

    type: "BOOKMARK"

    Query type identifier.

    The query contains keywords that can refer to saved locations.