toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-map
/
com.mapbox.dash.sdk.map.presentation.ui
/
MapButton
Map
Button
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP_PREFIX
]
)
@
Composable
fun
MapButton
(
modifier
:
Modifier
=
Modifier
,
@
DrawableRes
icon
:
Int
,
enabled
:
Boolean
=
true
,
onClick
:
(
)
->
Unit
=
{}
)