sdk-search / com.tomtom.online.sdk.search / SearchApi / alongRouteSearch

alongRouteSearch

abstract fun alongRouteSearch(query: AlongRouteSearchQuery!, listener: AlongRouteSearchResultListener!): Unit

Performs an Along Route Search action based on the provided query object and returns the result with usage of the callback implementation.

Parameters

query - AlongRouteSearchQuery!: The object which contains the data necessary to execute a search action.

listener - AlongRouteSearchResultListener!: The callback which informs the subscriber when the search result is available.