We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66da1f6 commit b229a9bCopy full SHA for b229a9b
libnavigation-core/src/main/java/com/mapbox/navigation/core/directions/session/RoutesObserver.kt
@@ -11,7 +11,8 @@ import com.mapbox.navigation.core.MapboxNavigation
11
fun interface RoutesObserver {
12
13
/**
14
- * Invoked whenever a list of routes changes.
+ * Invoked whenever a list of routes changes and immediately when registered
15
+ * (see [MapboxNavigation.registerRoutesObserver]) if non-empty routes are present.
16
*
17
* The route at index 0, if exist, will be treated as the primary route for 'Active Guidance'.
18
0 commit comments