Turn

data class Turn(val direction: InstructionManeuver.Turn.Direction?) : InstructionManeuver

A maneuver instructing the driver to take a turn.

Parameters

direction

Which direction the turn should be taken into. Can be null if this information is not available, or cannot be represented by a value of Turn.Direction.

Constructors

Link copied to clipboard
fun Turn(direction: InstructionManeuver.Turn.Direction?)

Types

Link copied to clipboard
enum Direction : Enum<InstructionManeuver.Turn.Direction>

Properties

Link copied to clipboard
val direction: InstructionManeuver.Turn.Direction?

Inherited functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)