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.

Constructors

Link copied to clipboard
constructor(isDestinationViewEnabled: Boolean = true, isSubManeuverEnabled: Boolean = true, isPrimaryTextEnabled: Boolean = true, isPrimaryTextVisibleOnArrival: Boolean = true, hasShadow: Boolean = true, hasPrimaryTextPadding: Boolean = true, isAnimated: Boolean = true)

Properties

Link copied to clipboard
Link copied to clipboard
val hasShadow: Boolean = true
Link copied to clipboard
val isAnimated: Boolean = true
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard