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

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

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

AGAINST_LINE_DIRECTION
Link copied to clipboard
const val AGAINST_LINE_DIRECTION: Int = 2
BOTH
Link copied to clipboard
const val BOTH: Int = 3
Type of the BOTH.
NO_ORIENTATION_OR_UNKNOWN
Link copied to clipboard
const val NO_ORIENTATION_OR_UNKNOWN: Int = 0
WITH_LINE_DIRECTION
Link copied to clipboard
const val WITH_LINE_DIRECTION: Int = 1
Type of the WITH_LINE_DIRECTION.