File tree Expand file tree Collapse file tree
libnavigation-core/src/main/java/com/mapbox/navigation/core/trip Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,10 +26,10 @@ import kotlinx.coroutines.flow.update
2626import kotlinx.coroutines.launch
2727
2828/* *
29- * This makes it simpler to switch between a [MapboxNavigation] trip session route replay.
30- * The [MapboxTripStarter] is not able to observe when location permissions change, so you may
31- * need to refresh the state with [refreshLocationPermissions]. Location permissions are not
32- * required for replay.
29+ * The [MapboxTripStarter] makes it simpler to switch between a trip session and replay.
30+ *
31+ * This is not able to observe when location permissions change, so you may need to refresh the
32+ * state with [refreshLocationPermissions]. Location permissions are not required for replay.
3333 *
3434 * There should be one instance of this class at a time. For example, an app Activity and car
3535 * Session will need to use the same instance. That will be done automatically if you use
You can’t perform that action at this time.
0 commit comments