We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a30036a commit befafd3Copy full SHA for befafd3
1 file changed
Maps3DSamples/ComposeDemos/app/src/main/java/com/example/composedemos/routes/RoutesActivity.kt
@@ -270,7 +270,7 @@ fun RouteSampleScreen(viewModel: RouteViewModel) {
270
271
// 2. The Engine Flow
272
val trackingFlow = remember(routeFlow) {
273
- RouteEngine.getRouteTrackingFlow(routeFlow, progressFlow, 1000.0)
+ RouteEngine.getRouteTrackingFlow(routeFlow, progressFlow, 30.0)
274
}
275
276
// 3. Collect the output state
0 commit comments