MapLibre Compose API Reference
Toggle table of contents
0.14.1-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
MapLibre Compose API Reference
maplibre-compose-material3
/
org.maplibre.compose.material3
/
AttributionButtonDefaults
Attribution
Button
Defaults
object
AttributionButtonDefaults
(
source
)
Members
Properties
button
Link copied to clipboard
val
button
:
@
Composable
(
onClick
:
(
)
->
Unit
)
->
Unit
content
Link copied to clipboard
val
content
:
@
Composable
(
attributions
:
List
<
String
>
,
textStyle
:
TextStyle
)
->
Unit
Functions
collapsed
Style
Link copied to clipboard
@
Composable
fun
collapsedStyle
(
tonalElevation
:
Dp
=
0.dp
,
shadowElevation
:
Dp
=
0.dp
)
:
AttributionStyle
expanded
Style
Link copied to clipboard
@
Composable
fun
expandedStyle
(
tonalElevation
:
Dp
=
0.dp
,
shadowElevation
:
Dp
=
0.dp
)
:
AttributionStyle
link
Styles
Link copied to clipboard
@
Composable
fun
linkStyles
(
)
:
TextLinkStyles