Types

Link copied to clipboard
annotation class Type

Retention policy for the RoadObjectType

Properties

Link copied to clipboard
const val BRIDGE: Int = 5

Type of the BRIDGE.

Link copied to clipboard
const val COUNTRY_BORDER_CROSSING: Int = 1
Link copied to clipboard
const val CUSTOM: Int = 7

Type of the CUSTOM.

Link copied to clipboard
const val INCIDENT: Int = 6

Type of the INCIDENT.

Link copied to clipboard
const val RAILWAY_CROSSING: Int = 8

Type of the RAILWAY_CROSSING.

Link copied to clipboard
const val REST_STOP: Int = 3

Type of the REST_STOP.

Link copied to clipboard
const val RESTRICTED_AREA: Int = 4

Type of the RESTRICTED_AREA.

Link copied to clipboard
const val TOLL_COLLECTION: Int = 2

Type of the TOLL_COLLECTION.

Link copied to clipboard
const val TUNNEL: Int = 0

Type of the TUNNEL.