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.

Constructors

Link copied to clipboard
constructor(routePoints: List<Point>, deviationTime: Duration = 3.minutes)

Properties

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

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int