explorePlacesOnRoute

fun explorePlacesOnRoute(    route: Route,     filter: List<String>,     listener: RouteExplorer.OnExplorePlacesOnRouteListener,     executor: Executor? = null)

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.