ViewStyleCustomization

class ViewStyleCustomization

A class that allows you to style the default standalone components used by NavigationView. If not specified, NavigationView uses the default styles defined for each of the standalone components.

Constructors

ViewStyleCustomization
Link copied to clipboard
fun ViewStyleCustomization()

Types

Companion
Link copied to clipboard
object Companion

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String

Properties

audioGuidanceButtonStyle
Link copied to clipboard
var audioGuidanceButtonStyle: Int? = null
Provide custom MapboxAudioGuidanceButton style.
cameraModeButtonStyle
Link copied to clipboard
var cameraModeButtonStyle: Int? = null
Provide custom MapboxCameraModeButton style.
destinationMarker
Link copied to clipboard
var destinationMarker: Int? = null
Provide custom destination marker icon.
endNavigationButtonStyle
Link copied to clipboard
var endNavigationButtonStyle: Int? = null
Provide custom MapboxExtendableButton style for end navigation button.
maneuverViewOptions
Link copied to clipboard
var maneuverViewOptions: ManeuverViewOptions? = null
Provide custom ManeuverViewOptions to style MapboxManeuverView.
recenterButtonStyle
Link copied to clipboard
var recenterButtonStyle: Int? = null
Provide custom MapboxExtendableButton style for re-center button.
roadNameBackground
Link copied to clipboard
var roadNameBackground: Int? = null
Provide custom MapboxRoadNameView background.
roadNameTextAppearance
Link copied to clipboard
var roadNameTextAppearance: Int? = null
Provide custom MapboxRoadNameView.
routePreviewButtonStyle
Link copied to clipboard
var routePreviewButtonStyle: Int? = null
Provide custom MapboxExtendableButton style for route preview button.
speedLimitStyle
Link copied to clipboard
var speedLimitStyle: Int? = null
Provide custom MapboxSpeedLimitView style.
speedLimitTextAppearance
Link copied to clipboard
var speedLimitTextAppearance: Int? = null
Provide custom MapboxSpeedLimitView.
startNavigationButtonStyle
Link copied to clipboard
var startNavigationButtonStyle: Int? = null
Provide custom MapboxExtendableButton style for start navigation button.
tripProgressStyle
Link copied to clipboard
var tripProgressStyle: Int? = null
Provide custom MapboxTripProgressView style.