AdasRoadItem

Road item.

Parameters

type

the type of the road item, see AdasRoadItemType

location

the location of the road item. See AdasRoadItemLocation.

lanes

the lanes of the road item, enabled only if location is AdasRoadItemLocation.ABOVE_LANE

value

the value on the road sign. Enabled only for types AdasRoadItemType.SPEED_LIMIT_SIGN, AdasRoadItemType.RoadCam*, AdasRoadItemType.STEEP_ASCENT_SIGN, AdasRoadItemType.STEEP_DESCENT_SIGN

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val type: Int
Link copied to clipboard
val value: Int?

Functions

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

Indicates whether some other object is "equal to" this one.

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

Returns a hash code value for the object.

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

Returns a string representation of the object.