MapboxExtendableButtonParams
class MapboxExtendableButtonParams(@StyleRes val style: Int, val layoutParams: LinearLayout.LayoutParams)
Content copied to clipboard
Params used to modify button appearance.
Parameters
style
style res of a button.
layoutParams
layout params of a button.
Constructors
Link copied to clipboard
fun MapboxExtendableButtonParams(@StyleRes style: Int, layoutParams: LinearLayout.LayoutParams)
Content copied to clipboard