search Along Route
fun searchAlongRoute(route: Route, textFilter: String = "", categoryFilters: ArrayList<EGenericCategoriesIDs>? = null, onCompleted: OnSearchCompleted? = null, onStarted: OnStarted? = null): Int
Search for landmarks along the specified route.
Parameters
route
The route.
text Filter
The optional text filter. Optional.
category Filters
Category filters. Optional.
on Completed
On completed trigger. If not null then will overwrite the existing one.
on Started
On started trigger. If not null then will overwrite the existing one.
fun searchAlongRoute(route: Route, categoryFilter: EGenericCategoriesIDs, textFilter: String = "", onCompleted: OnSearchCompleted? = null, onStarted: OnStarted? = null): Int
Search for landmarks along the specified route.
Parameters
route
The route.
text Filter
The optional text filter. Optional.
category Filter
Category filters. Optional.
on Completed
On completed trigger. If not null then will overwrite the existing one.
on Started
On started trigger. If not null then will overwrite the existing one.