NavigationStep

data class NavigationStep(val type: NavigationStepType, val value: String? = null, val remainingDistance: Double? = null) : Parcelable

Constructors

Link copied to clipboard
constructor(type: NavigationStepType, value: String? = null, remainingDistance: Double? = null)

Properties

Link copied to clipboard

number of meter from current navigation status to reach the destination

Link copied to clipboard

type of the step When type is STRAIGHT, STAIRS or PORTAL the value is present

Link copied to clipboard
val value: String? = null

other information about the step

Inherited functions

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