SimpleAttribution
A simple attribution layer displayed on the Map.
Inherits: MapLayer
Properties
Events
on_click- Fired when this attribution is clicked/pressed.
Properties
alignmentclass-attributeinstance-attribute
alignment: Alignment = field(
default_factory=lambda: Alignment.BOTTOM_RIGHT
)The alignment of this attribution on the map.
bgcolorclass-attributeinstance-attribute
bgcolor: ColorValue = Colors.SURFACEThe color of the box containing the text.
Events
on_clickclass-attributeinstance-attribute
on_click: (
ControlEventHandler[SimpleAttribution] | None
) = NoneFired when this attribution is clicked/pressed.