SearchAlongTheRouteOptions
class SearchAlongTheRouteOptions(val routePoints: List<Point>, val deviationTime: Duration = 3.minutes)
Options to perform a SAR (search along the route) in the part of the route defined by the given points.
Parameters
routePoints
route to search across; please note, at least 2 points should be provided.
deviationTime
option describing maximum detour from route.