Roundabout

class Roundabout(val direction: InstructionManeuver.Roundabout.Direction?, val exitNumber: Int?) : InstructionManeuver

A maneuver instructing the driver to take a turn on a roundabout.

Parameters

direction

Which direction the roundabout should be exited. Can be null if this information is not available, or cannot be represented by a value of Roundabout.Direction.

exitNumber

Which exit the driver should take. Can be null if this information is not available.

Constructors

Link copied to clipboard
fun Roundabout(direction: InstructionManeuver.Roundabout.Direction?, exitNumber: Int?)

Types

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

Properties

Link copied to clipboard
val direction: InstructionManeuver.Roundabout.Direction?
Link copied to clipboard
val exitNumber: Int?

Inherited functions

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