Road

class Road

Object that holds road properties

Functions

equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Indicates whether some other object is "equal to" this one.
hashCode
Link copied to clipboard
open override fun hashCode(): Int
Returns a hash code value for the object.
toString
Link copied to clipboard
open override fun toString(): String
Returns a string representation of the object.

Properties

components
Link copied to clipboard
val components: List<RoadComponent>
list of the RoadComponent
name
Link copied to clipboard
val name: String? = null
of the road if available otherwise null
shieldName
Link copied to clipboard
val shieldName: String? = null
name of the route shield if available otherwise null
shieldUrl
Link copied to clipboard
val shieldUrl: String? = null
url for the route shield if available otherwise null