InstructionManeuver

sealed class InstructionManeuver : Parcelable

A maneuver the driver can be instructed to take.

Types

Link copied to clipboard
class Exit : InstructionManeuver

A maneuver instructing the driver to take an exit.

Link copied to clipboard
class ExitHighway : InstructionManeuver

A maneuver instructing the driver to take an exit on the highway.

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

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

Link copied to clipboard
data class ItineraryPoint(val type: InstructionManeuver.ItineraryPoint.Type?) : InstructionManeuver

A maneuver instructing the driver to arrive at one of the trip's itinerary points.

Link copied to clipboard
class Merge : InstructionManeuver

A maneuver instructing the driver to merge lanes.

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

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

Link copied to clipboard
data class Turn(val direction: InstructionManeuver.Turn.Direction?) : InstructionManeuver

A maneuver instructing the driver to take a turn.

Inherited functions

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

Inheritors

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard