ExitRoundabout

class ExitRoundabout(val roundabout: InstructionManeuver.Roundabout) : InstructionManeuver

A maneuver instructing the driver to take an exit from a roundabout.

Parameters

roundabout

The roundabout instruction that this exit instruction refers to. Contains more information about how to exit the roundabout.

Constructors

Link copied to clipboard
fun ExitRoundabout(roundabout: InstructionManeuver.Roundabout)

Properties

Link copied to clipboard
val roundabout: InstructionManeuver.Roundabout

Inherited functions

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