Direction

annotation class Direction

Functions

annotationType
Link copied to clipboard
abstract fun annotationType(): Class<out Annotation>
equals
Link copied to clipboard
abstract fun equals(p: Any): Boolean
hashCode
Link copied to clipboard
abstract fun hashCode(): Int
toString
Link copied to clipboard
abstract fun toString(): String

Properties

HalfLeft
Link copied to clipboard
val HalfLeft: Int
HalfRight
Link copied to clipboard
val HalfRight: Int
Left
Link copied to clipboard
val Left: Int
NoDirIndicated
Link copied to clipboard
val NoDirIndicated: Int
Right
Link copied to clipboard
val Right: Int
SharpLeft
Link copied to clipboard
val SharpLeft: Int
SharpRight
Link copied to clipboard
val SharpRight: Int
Straight
Link copied to clipboard
val Straight: Int
UTurnLeft
Link copied to clipboard
val UTurnLeft: Int
UTurnRight
Link copied to clipboard
val UTurnRight: Int