RoutingControllerListener
The interface RoutingControllerListener is a member of com.here.android.mpa.venues3d.RoutingController.
Interface Summary
public static abstract interface RoutingController.RoutingControllerListener
Represents a listener to provide notification when a route calculation is completed.
[For complete information, see the section Interface Details]
Method Summary
Methods |
---|
Route calculation is completed. |
Interface Details
Represents a listener to provide notification when a route calculation is completed.
This class can not be instantiated directly. Use getRoutingController() to obtain an instances of this class.
Method Details
public abstract void onCombinedRouteCompleted (CombinedRoute route)
Route calculation is completed.
Parameters:
-
route
The CombinedRoute object representing different route sections including indoor part(s), possible outdoor part and possible link section(s). The route can be shown on the map using showRoute(CombinedRoute) method. A CombinedRoute route object contains 0 route sections in case if route calculation fails.