OpenLROrientation

object OpenLROrientation

OpenLROrientation describes the relationship between the road object and the direction of a referenced line. The road object may be directed in the same direction as the line, against that direction, both directions, or the direction of the road object might be unknown.

Types

Link copied to clipboard
annotation class Type

Retention policy for the OpenLROrientation

Properties

Link copied to clipboard
const val AGAINST_LINE_DIRECTION: Int = 2
Link copied to clipboard
const val BOTH: Int = 3

Type of the BOTH.

Link copied to clipboard
const val NO_ORIENTATION_OR_UNKNOWN: Int = 0
Link copied to clipboard
const val WITH_LINE_DIRECTION: Int = 1

Type of the WITH_LINE_DIRECTION.