Interface HonuaMapPackageLegendEntry

Legend swatch rendered by the runtime.

interface HonuaMapPackageLegendEntry {
    color?: string;
    iconUrl?: string;
    label: string;
    maxValue?: number;
    minValue?: number;
}

Properties

color?: string
iconUrl?: string

Optional symbol URL for icon-based legends.

label: string
maxValue?: number
minValue?: number