MPIBearingType

enum MPIBearingType : Enum<MPIBearingType>

Possible bearing types when the action of a MPIDirections.MPIInstruction is MPIActionType.TURN

Entries

STRAIGHT
Link copied to clipboard
If the instruction is to just walk straight
RIGHT
Link copied to clipboard
If the instruction is to turn right
SLIGHTRIGHT
Link copied to clipboard
If the instruction is to turn slightly right
LEFT
Link copied to clipboard
If the instruction is to turn turning left
SLIGHTLEFT
Link copied to clipboard
If the instruction is to turn turning slightly left

Functions

compareTo
Link copied to clipboard
operator override fun compareTo(other: MPIBearingType): Int
equals
Link copied to clipboard
operator override fun equals(other: Any?): Boolean
finalize
Link copied to clipboard
fun finalize()
getDeclaringClass
Link copied to clipboard
fun getDeclaringClass(): Class<MPIBearingType>
hashCode
Link copied to clipboard
override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int