LaneIndicator

class LaneIndicator

"sub": { "components": [ { "active_direction": "left", "active": true, "directions": "left" , "type": "lane", "text": "" }, { "active": false, "directions": "left" , "type": "lane", "text": "" } ], "text": "" }

A simplified data structure containing BannerComponents.active and list of BannerComponents.directions.

Types

Builder
Link copied to clipboard
class Builder
Build a new LaneIndicator

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
toBuilder
Link copied to clipboard
fun toBuilder(): LaneIndicator.Builder
toString
Link copied to clipboard
open override fun toString(): String
Returns a string representation of the object.

Properties

activeDirection
Link copied to clipboard
val activeDirection: String? = null
String shows which of the lane's directions is applicable to the current route, when there is more than one.
directions
Link copied to clipboard
val directions: List<String>
List<String> informs about all the possible directions a particular lane can take.
drivingSide
Link copied to clipboard
val drivingSide: String
String indicates the driving side.
isActive
Link copied to clipboard
val isActive: Boolean
Boolean indicates if that lane can be used to complete the upcoming maneuver.