search Along Route
Performs a search along the supplied in the options route.
Return
AsyncOperationTask object which allows to cancel the request.
Parameters
the search query
the search along route options
executor for dispatching event, by default events are dispatched to the main thread
search result callback, delivers results on the main thread
Performs a search along the supplied in the options route.
Return
AsyncOperationTask object which allows to cancel the request.
Parameters
the search query
the search along route options
search result callback, delivers results on the main thread
Deprecated
Deprecated, use an overloading that accepts OfflineSearchAlongRouteOptions as a parameter
Replace with
searchAlongRoute(query, OfflineSearchAlongRouteOptions(route), executor, callback)
Deprecated: Use an overloaded function that accepts OfflineSearchAlongRouteOptions as a parameter instead. If you choose to use this function, it is recommended to set the first point of the route as the proximity for future compatibility. In upcoming SDK updates, the semantics of the proximity parameter will change.
Performs a search along the supplied route.
Return
AsyncOperationTask object which allows to cancel the request.
Parameters
the search query
coordinate along the route
list of points that make up route line
executor for dispatching event, by default events are dispatched to the main thread
search result callback, delivers results on the main thread
Deprecated
Deprecated, use an overloading that accepts OfflineSearchAlongRouteOptions as a parameter
Replace with
searchAlongRoute(query, OfflineSearchAlongRouteOptions(route), callback)
Deprecated: Use an overloaded function that accepts OfflineSearchAlongRouteOptions as a parameter instead. If you choose to use this function, it is recommended to set the first point of the route as the proximity for future compatibility. In upcoming SDK updates, the semantics of the proximity parameter will change.
Performs a search along the supplied route.
Return
AsyncOperationTask object which allows to cancel the request.
Parameters
the search query
coordinate along the route
list of points that make up route line
search result callback, delivers results on the main thread