Package com.navmii.sdk.routenavigation
Interface DistanceToNextDirectionChangedListener
-
public interface DistanceToNextDirectionChangedListener
An interface allowing to listen when distance to the next direction changes while navigating on a route.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onDistanceToNextDirectionChanged(int distanceInMeters)
The method is called once the distance to the next direction changes.
-