Deviation

abstract class Deviation : Parcelable

Option describing maximum detour from route.

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

Types

Link copied to clipboard
class SarType(val rawName: String) : Parcelable

Type of Search-Along-the-Route algorithm.

Link copied to clipboard
class Time @JvmOverloads constructor(val value: Long, val unit: TimeUnit, val sarType: RouteOptions.Deviation.SarType? = SarType.ISOCHROME) : RouteOptions.Deviation

Maximum detour in time from route.

Functions

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

Properties

Link copied to clipboard

Indicates that the caller intends to perform a higher cost search along a route.

Inheritors

Link copied to clipboard