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.
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.