Package com.mapbox.navigation.dropin.actionbutton

Types

Link copied to clipboard
class ActionButtonDescription(val view: View, val position: ActionButtonDescription.Position = Position.END)

Metadata describing the custom view and the position to which it should be attached in the ActionButtonBinder.

Link copied to clipboard
abstract class ActionButtonsBinder : UIBinder

Base Binder class used for inflating and binding Action Buttons layout. Use ActionButtonsBinder.defaultBinder to access default implementation.