Mappedin JS - v6.14.0
    Preparing search index...

    Type Alias OutlinesOptions

    Outline rendering configuration options

    type OutlinesOptions = {
        darkenFactor?: number;
        maxOpacity?: number;
    }
    Index

    Properties

    darkenFactor?: number

    Percentage to darken the outline color from the polygon's original color. Higher values create darker, more prominent outlines.

    30
    
    maxOpacity?: number

    Maximum opacity for outlines. The outline opacity interpolates from 0 to this value based on zoom level (fully transparent when zoomed out, max opacity when zoomed in).

    1