Package-level declarations

Types

Link copied to clipboard

This class is created as a workaround to the problem that search tiles downloaded by predictive cache aren't indexed until they are part of the region. This class adds to current-location and current-route region tiles which are already downloaded and are close to current position or current route See more details in https://mapbox.atlassian.net/browse/NAVAND-3404

Link copied to clipboard
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.