de.monarchy.guideme.main
Interface RoutingListener
- All Known Implementing Classes:
- CombinationView
public interface RoutingListener
Interface for a simple listener which is able to react to changes of the
application's route. It is used by the InformationHandler of MainActivity.
- Author:
- dstuerze
Method Summary |
void |
routingDone(RoutePoint[] points)
Callback method indicating a new route has been calculated. |
routingDone
void routingDone(RoutePoint[] points)
- Callback method indicating a new route has been calculated. If a routing
request failed, this method's parameter will be indicating it by being
null.
- Parameters:
points
- array with route instructions