POLAR reference
    Preparing search index...
    interface PinStyle {
        fill?: Color;
        stroke?: Color;
        svg?: string;
    }
    Index

    Properties

    Properties

    fill?: Color

    Fill color of the pin.

    '#005CA9'
    
    stroke?: Color

    Stroke (that is, border) color of the pin.

    '#FFF'
    
    svg?: string

    Custom SVG icon for the pin icon.