TomTom Maps for JavaScript
    Preparing search index...

    Variable DATA_ENTRY_KIND_TO_SLICEConst

    DATA_ENTRY_KIND_TO_SLICE: {
        byod: "byod";
        customGeometries: "customGeometries";
        incidents: "trafficIncidents";
        places: "places";
        ranges: "ranges";
        routes: "routing";
        trafficAreaAnalytics: "trafficAreaAnalytics";
    }

    Mapping from DataEntryKind (LLM-facing name) to the ToolState slice key that owns the entries for that kind. Used by createMapAgent to apply entryMode from dataEntries[kind].entryMode to the right slice.

    Type Declaration

    • Readonlybyod: "byod"
    • ReadonlycustomGeometries: "customGeometries"
    • Readonlyincidents: "trafficIncidents"
    • Readonlyplaces: "places"
    • Readonlyranges: "ranges"
    • Readonlyroutes: "routing"
    • ReadonlytrafficAreaAnalytics: "trafficAreaAnalytics"