ManeuverViewOptions
data class ManeuverViewOptions( val isDestinationViewEnabled: Boolean = true, val isSubManeuverEnabled: Boolean = true, val isPrimaryTextEnabled: Boolean = true, val isPrimaryTextVisibleOnArrival: Boolean = true, val hasShadow: Boolean = true, val isClickable: Boolean = true, val hasPrimaryTextPadding: Boolean = true, val isAnimated: Boolean = true)
Constructors
Link copied to clipboard
constructor( isDestinationViewEnabled: Boolean = true, isSubManeuverEnabled: Boolean = true, isPrimaryTextEnabled: Boolean = true, isPrimaryTextVisibleOnArrival: Boolean = true, hasShadow: Boolean = true, isClickable: Boolean = true, hasPrimaryTextPadding: Boolean = true, isAnimated: Boolean = true)