TomTom Maps for JavaScript
    Preparing search index...

    Type Alias FeatureFlagsExperimental

    Feature-flag bag for createMapAgent. Toggles in-flight or opt-in agent-toolkit behaviour. Individual flags vary in stability — some may graduate to stable public options, others are internal-only experiments that can change or disappear without notice. Check each flag's own doc for its current status.

    type FeatureFlags = {
        experimentalSearch?: boolean;
    }
    Index
    experimentalSearch?: boolean

    Route discoverPlaces through the experimental exploration search backend (and expose its richer input surface — municipalities, multiple boundingBoxes, placeTypes, areaId, areaTags). When false/unset, discoverPlaces uses the stable default search service and a reduced input schema that matches what the default service supports.

    Internal experiment. Not part of the public agent-toolkit contract; subject to removal at any time.

    false