exploreIncidentsOnRoute

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

Load all incidents along the route. Listener's onExploreIncidentsLoaded method is called multiple times with progress of exploration and data already analyzed. Last call is with progress 100.