TomTom Maps for JavaScript
    Preparing search index...

    Type Alias EntryDataKind

    EntryDataKind:
        | "places"
        | "routes"
        | "incidents"
        | "customGeometries"
        | "trafficAreaAnalytics"
        | "byod"

    Tool-facing union of state slices that own analysable entries — the vocabulary used by tools that read from multiple slices (analyseData, processData) and by the classifier when proposing per-call scope.

    Distinct from EntryModeSliceName, which uses the literal state-slice keys (routing, trafficIncidents, …) for state-level operations.

    ranges is intentionally excluded: it feeds the analysis/processing tools only via geometriesEntryIDs (its isochrone polygons), not as a direct top-level input.