SearchAlongTheRouteOptions

class SearchAlongTheRouteOptions(val routePoints: List<Point>, val deviationTimeMinutes: Long = 3)

Options to perform a SAR (search along the route) in the part of the route defined by the given points.

Constructors

Link copied to clipboard
constructor(routePoints: List<Point>, deviationTimeMinutes: Long = 3)

Properties

Link copied to clipboard
Link copied to clipboard
val routePoints: List<Point>