Skip to content

Both copy text to your clipboard — Build with AI copies a setup prompt to paste into Claude Code, Cursor, Codex or Copilot; Copy page as Markdown copies this page to paste into a chat. How it works

AttributionControlOptions

AttributionControlOptions = object

Defined in: src/ui/control/attribution_control.ts:10

The AttributionControl options object

Properties

compact?

optional compact: boolean

Defined in: src/ui/control/attribution_control.ts:16

If true, the attribution control will always collapse when moving the map. If false, force the expanded attribution control. The default is a responsive attribution that collapses when the user moves the map on maps less than 640 pixels wide. Attribution should not be collapsed if it can comfortably fit on the map. compact should only be used to modify default attribution when map size makes it impossible to fit default attribution and when the automatic compact resizing for default settings are not sufficient.


customAttribution?

optional customAttribution: string | string[]

Defined in: src/ui/control/attribution_control.ts:20

Attributions to show in addition to any other attributions.