OnWaypointPassListener

interface OnWaypointPassListener : NavigationManager.RouteEventNotificationListener

Provides callback of waypoint related events from NavigationManager.

Functions

onFinishReached
Link copied to clipboard
abstract fun onFinishReached()
onWaypointPassed
Link copied to clipboard
abstract fun onWaypointPassed(@NonNull() waypoint: Waypoint)