TomTom Maps for JavaScript
    Preparing search index...

    Variable fullTrafficIncidentCategoriesConst

    fullTrafficIncidentCategories: readonly [
        "accident",
        "broken-down-vehicle",
        "danger",
        "flooding",
        "fog",
        "frost",
        "jam",
        "lane-closed",
        "other",
        "rain",
        "road-closed",
        "roadworks",
        "wind",
        "animals-on-road",
        "narrow-lanes",
    ] = ...

    All possible traffic incident categories.

    Composed of trafficIncidentRequestCategories (categories that can be both sent as filter inputs and received in responses) plus the response-only categories 'animals-on-road' and 'narrow-lanes', which appear in API responses and on vector-tile features but are rejected as categoryFilter inputs. Use this list when a category can be received; use trafficIncidentRequestCategories when a category must be sent to the Incident Details API as a categoryFilter input.