Package com.navmii.sdk.routenavigation
Interface DestinationReachedListener
-
public interface DestinationReachedListener
An interface allowing to listen when user reaches the route destination while navigating on a route.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onDestinationReached(MapCoordinates coordinates)
The method is called once user reaches the route destination.
-
-
-
Method Detail
-
onDestinationReached
void onDestinationReached(MapCoordinates coordinates)
The method is called once user reaches the route destination.- Parameters:
coordinates
- Destination coordinates.
-
-