TomTom Maps for JavaScript
    Preparing search index...

    Type Alias AreaAnalyticsDisplayMode

    AreaAnalyticsDisplayMode:
        | "heatmap"
        | "hexgrid-3d"
        | "hexgrid-2d"
        | "square-3d"
        | "square-2d"

    Visualization mode for area analytics data.

    • 'hexgrid-3d' — 3D extruded hexagonal cells colored and raised by metric value
    • 'hexgrid-2d' — Flat hexagonal cells colored by metric value (no extrusion)
    • 'square-3d' — 3D extruded square cells colored and raised by metric value
    • 'square-2d' — Flat square cells colored by metric value (no extrusion)
    • 'heatmap' — MapLibre density heatmap layer from tile centre points