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

equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Regenerate whenever a change is made
hashCode
Link copied to clipboard
open override fun hashCode(): Int
Regenerate whenever a change is made
toString
Link copied to clipboard
open override fun toString(): String
Regenerate whenever a change is made

Properties

drawableResId
Link copied to clipboard
val drawableResId: Int
Int
shouldFlip
Link copied to clipboard
val shouldFlip: Boolean
Boolean is true when the icon needs to be flipped to indicate leftward turns else false for rightward turns.