searchAlongRoute

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.

textFilter

The optional text filter. Optional.

categoryFilters

Category filters. Optional.

onCompleted

On completed trigger. If not null then will overwrite the existing one.

onStarted

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.

textFilter

The optional text filter. Optional.

categoryFilter

Category filters. Optional.

onCompleted

On completed trigger. If not null then will overwrite the existing one.

onStarted

On started trigger. If not null then will overwrite the existing one.