Loading...
Searching...
No Matches
AsyncRouteListener.java
Go to the documentation of this file.
1package com.navigine.idl.java;
2
16public abstract class AsyncRouteListener {
24 public abstract void onRouteChanged(RoutePath currentPath);
25
34 public abstract void onRouteAdvanced(float distance, LocationPoint point);
35}