TomTom Maps for JavaScript
    Preparing search index...

    Type Alias NearbyIntent

    Intent indicating a proximity-based search.

    Detected when the query asks for entities near a location (e.g., "hotel near Lyon" or "restaurants near me").

    type NearbyIntent = {
        details: NearbyIntentDetails;
        type: "NEARBY";
    }
    Index

    Properties

    Properties

    Details about the nearby search parameters.

    type: "NEARBY"

    Query type identifier.

    The query asks for entities in proximity to another entity.