Types

Type
Link copied to clipboard
annotation class Type
Retention policy for the RoadObjectType

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String

Properties

BRIDGE
Link copied to clipboard
const val BRIDGE: Int = 5
Type of the BRIDGE.
COUNTRY_BORDER_CROSSING
Link copied to clipboard
const val COUNTRY_BORDER_CROSSING: Int = 1
CUSTOM
Link copied to clipboard
const val CUSTOM: Int = 7
Type of the CUSTOM.
INCIDENT
Link copied to clipboard
const val INCIDENT: Int = 6
Type of the INCIDENT.
REST_STOP
Link copied to clipboard
const val REST_STOP: Int = 3
Type of the REST_STOP.
RESTRICTED_AREA
Link copied to clipboard
const val RESTRICTED_AREA: Int = 4
Type of the RESTRICTED_AREA.
TOLL_COLLECTION
Link copied to clipboard
const val TOLL_COLLECTION: Int = 2
Type of the TOLL_COLLECTION.
TUNNEL
Link copied to clipboard
const val TUNNEL: Int = 0
Type of the TUNNEL.