Customization

class Customization

Allows you to define values used by the Mapbox Android Auto Navigation SDK.

Constructors

Link copied to clipboard
fun Customization()

Properties

Link copied to clipboard
var actionsStripProvider: MapboxScreenActionStripProvider? = null

Modify the action buttons for any screen.

Link copied to clipboard
var carFeedbackOptions: CarFeedbackOptions? = null

Modify how the car feedback is sent.

Link copied to clipboard
var feedbackPollProvider: CarFeedbackPollProvider? = null

Modify the selectable CarFeedbackOption.

Link copied to clipboard
var notificationOptions: MapboxCarNotificationOptions? = null

Modify behavior of the MapboxCarNotification.

Link copied to clipboard
var placeSearchOptions: CarPlaceSearchOptions? = null

Modify car place search.

Link copied to clipboard
var routeOptionsInterceptor: CarRouteOptionsInterceptor? = null

Modify RouteOptions used for requesting a route.

Link copied to clipboard
var speedLimitOptions: SpeedLimitOptions? = null

Modify behavior of the speed limit widget.