Attribution Links
@Composable
A composable function that displays a collection of attribution links as a flow layout.
Parameters
attributions
A list of HTML strings representing the attributions that need to be displayed as links. See: org.maplibre.compose.sources.Source.attributionHtml.
link Styles
Optional style for hyperlinks. Default is primary color and underlined.
spacing
The horizontal spacing between items in the flow layout.
break Within Attribution
Whether the text within an individual attribution should break lines or scroll horizontally. Line breaks may still be inserted between attributions even when this is true.