heading

@IntRange(from = -360, to = 360)
val heading: Angle?

The directional heading of the vehicle in degrees while traveling on a road segment. North is 0 degrees, East is 90 degrees, etc.

The minimum accepted degrees is -360, and the maximum is 360.