TomTom Maps for JavaScript
    Preparing search index...

    Type Alias GeometryTheme

    GeometryTheme: "filled" | "outline" | "inverted"

    Visual theme for polygon display with GeometriesModule.

    • 'filled' — Colored fill with thin border (default)
    • 'outline' — Transparent fill with thick colored border
    • 'inverted' — Colors the area outside the polygon (donut geometry)

    Set via GeometriesModuleConfig.theme at config level, or per-feature in properties.theme.