Package com.navmii.sdk.routenavigation
Interface PositionOnRouteChangedListener
-
public interface PositionOnRouteChangedListener
An interface allowing to listen to position on route changes while navigating on a route.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onPositionOnRouteChanged(PositionOnRoute positionOnRoute)
The method is called once position on route changes.
-
-
-
Method Detail
-
onPositionOnRouteChanged
void onPositionOnRouteChanged(PositionOnRoute positionOnRoute)
The method is called once position on route changes.- Parameters:
positionOnRoute
- New position on route.
-
-