TomTomArrivalDetectionEngine

fun TomTomArrivalDetectionEngine(    destinationArrivalDistanceThreshold: Distance = DEFAULT_DESTINATION_ARRIVAL_DISTANCE_THRESHOLD,     destinationArrivalTimeThreshold: Duration = DEFAULT_ARRIVAL_TIME_THRESHOLD,     waypointArrivalDistanceThreshold: Distance = DEFAULT_WAYPOINT_ARRIVAL_DISTANCE_THRESHOLD)

Parameters

destinationArrivalDistanceThreshold

Distance till destination which triggers the arrival, defaults to DEFAULT_DESTINATION_ARRIVAL_DISTANCE_THRESHOLD.

destinationArrivalTimeThreshold

Time till destination which triggers the arrival, defaults to DEFAULT_ARRIVAL_TIME_THRESHOLD.

waypointArrivalDistanceThreshold

Distance till waypoint which triggers the arrival, defaults to DEFAULT_WAYPOINT_ARRIVAL_DISTANCE_THRESHOLD.