Road

class Road

Object that holds road properties

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.

Properties

Link copied to clipboard
val components: List<RoadComponent>

list of the RoadComponent

Link copied to clipboard
val name: String? = null

of the road if available otherwise null

Link copied to clipboard
val shieldName: String? = null

name of the route shield if available otherwise null

Link copied to clipboard
val shieldUrl: String? = null

url for the route shield if available otherwise null