torque-pro-assistant - v1.0.0
    Preparing search index...
    • Renders the Session Detail page's Map tab — the design's full-tab route view. Composition:

      1. BigMap — large SVG route with start / end / hotspot markers.
      2. 2-column grid: Hotspots (left) + TripStats (right).

      Hotspot detection runs once per session via useMemo since the walk is O(n) over the row data — cheap for typical drives but worth caching across tab switches.

      Parameters

      Returns Element

      The Map tab body React element.