Package com.indooratlas.android.sdk
Interface IAWayfindingListener
-
public interface IAWayfindingListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonWayfindingUpdate(IARoute route)Called when wayfinding route has changed.
-
-
-
Method Detail
-
onWayfindingUpdate
void onWayfindingUpdate(IARoute route)
Called when wayfinding route has changed.- Parameters:
route- An updated wayfinding route to destination.
-
-