interface AttributionControlOptions {
    compact?: boolean;
    customAttribution?: string | string[];
}

Properties

compact?: boolean

If true force a compact attribution that shows the full attribution on mouse hover, or if false force the full attribution control.

customAttribution?: string | string[]

String or strings to show in addition to any other attributions.