OpenLRSideOfRoad

object OpenLRSideOfRoad

OpenLRSideOfRoad describes the relationship between the road object and the road. The road object can be on the right side of the road, on the left side of the road, on both sides of the road or directly on the road.

Types

Link copied to clipboard
annotation class Type

Retention policy for the OpenLRSideOfRoad

Properties

Link copied to clipboard
const val BOTH: Int = 3

Type of the BOTH.

Link copied to clipboard
const val LEFT: Int = 2

Type of the LEFT.

Link copied to clipboard
const val ON_ROAD_OR_UNKNOWN: Int = 0

Type of the ON_ROAD_OR_UNKNOWN.

Link copied to clipboard
const val RIGHT: Int = 1

Type of the RIGHT.