Options
class Options(val isDestinationViewEnabled: Boolean = true, val isSubManeuverEnabled: Boolean = true, val isPrimaryTextEnabled: Boolean = true, val isPrimaryTextVisibleOnArrival: Boolean = true, val hasShadow: Boolean = true, val hasPrimaryTextPadding: Boolean = true, val isAnimated: Boolean = true)
Options for ManeuverViewWrapper.
Parameters
isDestinationViewEnabled
true if destination view is enabled, false otherwise.
isSubManeuverEnabled
true if sub maneuver is enabled, false otherwise.
isPrimaryTextEnabled
true if primary text is enabled, false otherwise.
isPrimaryTextVisibleOnArrival
true if primary text is visible on arrival, false otherwise.
hasShadow
true if view shadow is enabled, false otherwise.
hasPrimaryTextPadding
true if the primary text must have start padding to align with maneuver icon.
isAnimated
true if the view must be animated, false otherwise.