Builder

class Builder

Build a new RoadShieldComponentNode

Constructors

Builder
Link copied to clipboard
fun Builder()

Functions

build
Link copied to clipboard
fun build(): RoadShieldComponentNode
equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
mapboxShield
Link copied to clipboard
fun mapboxShield(mapboxShield: MapboxShield?): RoadShieldComponentNode.Builder
apply mapboxShield to the Builder.
shieldUrl
Link copied to clipboard
fun shieldUrl(shieldUrl: String?): RoadShieldComponentNode.Builder
apply text to the Builder.
text
Link copied to clipboard
fun text(text: String): RoadShieldComponentNode.Builder
apply text to the Builder.
toString
Link copied to clipboard
open fun toString(): String