PuckBearingSource

enum PuckBearingSource : Enum<PuckBearingSource>

The enum controls how the puck is oriented

Parameters

value

String value of this property

Entries

COURSE
Link copied to clipboard
COURSE("course")

Orients the puck to match the direction in which the device is moving.

HEADING
Link copied to clipboard
HEADING("heading")

Orients the puck to match the direction in which the device is facing.

Properties

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