TomTom Maps for JavaScript
    Preparing search index...

    Type Alias DataEntryKind

    DataEntryKind:
        | "places"
        | "routes"
        | "incidents"
        | "customGeometries"
        | "trafficAreaAnalytics"
        | "byod"
        | "ranges"

    Data-entry kind names — the vocabulary used by dataEntries on createMapAgent. Superset of the analyse/process input kinds (EntryDataKind) — adds ranges, which has its own entry-mode-supporting slice but is not a top-level input kind for those tools.

    The kind names are LLM-facing (routes, incidents) rather than slice names (routing, trafficIncidents); the slice mapping is internal — see DATA_ENTRY_KIND_TO_SLICE.