Package com.navmii.sdk.routenavigation
Interface GuidanceListener
-
public interface GuidanceListener
Interface allowing user to receive notifications on guidance text updates.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onGuidanceTextReady(java.lang.String guidanceText)
The method is called once new guidance text is ready.
-