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

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

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

BOTH
Link copied to clipboard
const val BOTH: Int = 3
Type of the BOTH.
LEFT
Link copied to clipboard
const val LEFT: Int = 2
Type of the LEFT.
ON_ROAD_OR_UNKNOWN
Link copied to clipboard
const val ON_ROAD_OR_UNKNOWN: Int = 0
Type of the ON_ROAD_OR_UNKNOWN.
RIGHT
Link copied to clipboard
const val RIGHT: Int = 1
Type of the RIGHT.