Interface AttributionControlProps

Components that implement this interface will display an attribution control on the map.

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

Properties

compact?: boolean

The size of the control.

customAttribution?: string | string[]

Set a custom attribution string.