Route Explorer
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, vehicleProfile: VehicleProfile, listener: RouteExplorer.OnExploreChargingStationsOnRouteListener, executor: Executor? = null): Task
Link copied to clipboard
fun exploreIncidentsOnRoute(route: Route, filter: List<String>, listener: RouteExplorer.OnExploreIncidentsOnRouteListener, executor: Executor? = null): Task
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): 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.
Link copied to clipboard
fun exploreTrafficOnRoute(route: Route, listener: RouteExplorer.OnExploreTrafficOnRouteListener, executor: Executor? = null): Task
Load all traffic along the route. Listener's onExploreTrafficLoaded method is called once with complete data
Link copied to clipboard