Skip to content

Conversation

@regeter
Copy link
Contributor

@regeter regeter commented Dec 30, 2025

This major release introduces a core Request/Response location toggle alongside significant playback performance optimizations.

Why

The distinction between Request and Response views is critical for debugging fleet behavior:

  • Request View: Shows exactly what the Driver SDK sends from the device. This is the only way to troubleshoot issues occurring locally on the driver's hardware.
  • Response View (New): Displays what Fleet Engine determines as the "Source of Truth." This allows users to catch instances where the server discards or modifies location updates that it deems infeasible (e.g., impossible jumps of 100s of miles). The Fleet Engine state is what ultimately gets sent to Consumer SDK.

Key Changes

  • Location Toggle: Added a UI control to switch map visibility between Request data and the Fleet Engine Response state, with per-dataset persistence.
  • Playback Performance: Implemented a calculation cache in App.js and useMemo in LogTable.js, eliminating redundant processing during playback.
  • Dynamic Playback: Enabled real-time speed adjustment (no longer blocked while playing) and added a 0.1s "Fast Mode" option.
  • Code Health: Restructured TripLogs.js to group related field logic (Location, Heading, Route) for both Request and Response together.

@regeter regeter merged commit 96adffc into googlemaps:main Dec 30, 2025
8 checks passed
github-actions bot pushed a commit that referenced this pull request Dec 30, 2025
…270)

* feat: Response Location Toggle

* perf: implement log filtering cache and optimized table rendering

* feat!: enable dynamic play speed and add 0.1s interval option 96adffc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant