ItineraryPoint

data class ItineraryPoint(val type: InstructionManeuver.ItineraryPoint.Type?) : InstructionManeuver

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

Parameters

type

The type of itinerary point the driver is arriving at. Can be null if this information is not available, or cannot be represented by a value of ItineraryPoint.Type.

Constructors

Link copied to clipboard
fun ItineraryPoint(type: InstructionManeuver.ItineraryPoint.Type?)

Types

Link copied to clipboard
enum Type : Enum<InstructionManeuver.ItineraryPoint.Type>

Properties

Link copied to clipboard
val type: InstructionManeuver.ItineraryPoint.Type?

Inherited functions

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