Builder

class Builder

Build a new LaneIndicator

Constructors

Link copied to clipboard
fun Builder()

Functions

Link copied to clipboard
fun activeDirection(activeDirection: String?): LaneIndicator.Builder

apply activeDirection to the Builder.

Link copied to clipboard
fun build(): LaneIndicator

Build the LaneIndicator

Link copied to clipboard
fun directions(directions: List<String>): LaneIndicator.Builder

apply directions to the Builder.

Link copied to clipboard
fun drivingSide(drivingSide: String): LaneIndicator.Builder

apply drivingSide to the Builder.

Link copied to clipboard
fun isActive(isActive: Boolean): LaneIndicator.Builder

apply isActive to the Builder.