RouteDeviationOptions

abstract class RouteDeviationOptions : Parcelable

Option describing maximum detour from route. Used for search along the route.

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: RouteDeviationOptions.SarType?) : RouteDeviationOptions
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: RouteDeviationOptions.SarType?
Indicates that the caller intends to perform a higher cost search along a route.

Inheritors

RouteDeviationOptions
Link copied to clipboard