Route Explorer
object RouteExplorer
Content copied to clipboard
Types
On Explore Charging Stations On Route Listener
Link copied to clipboard
interface OnExploreChargingStationsOnRouteListener
Content copied to clipboard
On Explore Incidents On Route Listener
Link copied to clipboard
interface OnExploreIncidentsOnRouteListener : NativeMethodsReceiver.NativeListener
Content copied to clipboard
On Explore Places On Route Listener
Link copied to clipboard
interface OnExplorePlacesOnRouteListener : NativeMethodsReceiver.NativeListener
Content copied to clipboard
On Explore Traffic On Route Listener
Link copied to clipboard
interface OnExploreTrafficOnRouteListener : NativeMethodsReceiver.NativeListener
Content copied to clipboard
Functions
explore Charging Stations On Route
Link copied to clipboard
fun exploreChargingStationsOnRoute(route: Route, profile: EVProfile, listener: RouteExplorer.OnExploreChargingStationsOnRouteListener, executor: Executor? = null)
Content copied to clipboard
explore Incidents On Route
Link copied to clipboard
fun exploreIncidentsOnRoute(route: Route, filter: List<String>, listener: RouteExplorer.OnExploreIncidentsOnRouteListener, executor: Executor? = null)
Content copied to clipboard
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.
explore Places On Route
Link copied to clipboard
fun explorePlacesOnRoute(route: Route, filter: List<String>, listener: RouteExplorer.OnExplorePlacesOnRouteListener, executor: Executor? = null)
Content copied to clipboard
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.
explore Traffic On Route
Link copied to clipboard
fun exploreTrafficOnRoute(route: Route, listener: RouteExplorer.OnExploreTrafficOnRouteListener, executor: Executor? = null)
Content copied to clipboard
Load all traffic along the route. Listener's onExploreTrafficLoaded method is called once with complete data