LaneIcon

class LaneIcon

Data structure that holds a styleable drawable resource.

Within your style, specify the attributes to color the resource. maneuverTurnIconColor. For active lanes maneuverTurnIconShadowColor. For inactive lanes

Parameters

drawableResId

Int

shouldFlip

Boolean is true when the icon needs to be flipped to indicate leftward turns else false for rightward turns.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean

Regenerate whenever a change is made

Link copied to clipboard
open override fun hashCode(): Int

Regenerate whenever a change is made

Link copied to clipboard
open override fun toString(): String

Regenerate whenever a change is made

Properties

Link copied to clipboard
val drawableResId: Int
Link copied to clipboard
val shouldFlip: Boolean