ArrivalOptions

class ArrivalOptions

Choose when to be notified of arrival.

Parameters

arrivalInSeconds

While the next stop is less than arrivalInSeconds away, ArrivalController.navigateNextRouteLeg will be called

arrivalInMeters

While the next stop is less than arrivalInMeters away, ArrivalController.navigateNextRouteLeg will be called

Types

Builder
Link copied to clipboard
class Builder
Build your ArrivalOptions.

Functions

equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Regenerate whenever a change is made
hashCode
Link copied to clipboard
open override fun hashCode(): Int
Regenerate whenever a change is made
toBuilder
Link copied to clipboard
fun toBuilder(): ArrivalOptions.Builder
toString
Link copied to clipboard
open override fun toString(): String
Returns a string representation of the object.

Properties

arrivalInMeters
Link copied to clipboard
val arrivalInMeters: Double?
While the next stop is less than arrivalInMeters away, ArrivalController.navigateNextRouteLeg will be called
arrivalInSeconds
Link copied to clipboard
val arrivalInSeconds: Double?
While the next stop is less than arrivalInSeconds away, ArrivalController.navigateNextRouteLeg will be called