RouteExplorer

object RouteExplorer

Types

Link copied to clipboard
interface OnExploreChargingStationsOnRouteListener
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun exploreChargingStationsOnRoute(    route: Route,     profile: EVProfile,     listener: RouteExplorer.OnExploreChargingStationsOnRouteListener,     executor: Executor? = null)
Link copied to clipboard
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.

Link copied to clipboard
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.

Link copied to clipboard
fun exploreTrafficOnRoute(    route: Route,     listener: RouteExplorer.OnExploreTrafficOnRouteListener,     executor: Executor? = null)

Load all traffic along the route. Listener's onExploreTrafficLoaded method is called once with complete data