Deviation

abstract class Deviation : Parcelable

Option describing maximum detour from route.

Note: Supported for Single Box Search API only. Reserved for internal and special use.

Types

SarType
Link copied to clipboard
class SarType(rawName: String) : Parcelable
Type of Search-Along-the-Route algorithm.
Time
Link copied to clipboard
class Time @JvmOverloads() constructor(value: Long, unit: TimeUnit, sarType: RouteOptions.Deviation.SarType?) : RouteOptions.Deviation
Maximum detour in time from route.

Functions

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

Properties

sarType
Link copied to clipboard
abstract val sarType: RouteOptions.Deviation.SarType?
Indicates that the caller intends to perform a higher cost search along a route.

Inheritors

RouteOptions.Deviation
Link copied to clipboard