explore Places On Route
fun explorePlacesOnRoute(route: Route, filter: List<String>, listener: RouteExplorer.OnExplorePlacesOnRouteListener, executor: Executor? = null): Task
Load all places along the route. Listener's onExplorePlacesLoaded method is called multiple times with progress of exploration and data already analyzed. Last call is with progress 100.
Parameters
route
Route along which are places searched for and filtered by place categories in filter list
filter
List of place categories for filtering
listener
Receive all places along the route filtered categories in filter list
executor
(optional) Executor which will execute listener's callbacks