For those of you that hate using the flex app for navigating your routes and hate manually selecting the next stop each time (it's buggy for me when I try to open the address in google maps), I made an app that essentially creates the google maps routes for you.
It works by taking a screen recording of the itinerary, processing it to extract addresses, and creates the google maps "legs" (routes in the itinerary) from those. Google maps has a limit of 10 stops per route, so the itinerary is broken into multiple legs.
Make sure the screen recording is relatively slow. Scroll about half a screen or a full screen each time, pause for a second, and continue until you reach the end.
It uses local processing (OCR) or AI via OpenRouter, which requires a bit more setup/know-how. I recommend just using OCR unless you want potentially better results, though OCR should work pretty well. NEITHER PROCESS IS PERFECT. I HIGHLY recommend using the flex app alongside to ensure you're going to the right addresses, I just needed this functionality so I could actually use my car's navigation screen without having to fiddle with it at every stop.
No data is uploaded or saved. The source is fully available for you to peruse in case you're skeptical of data retention or whatever.
You should add the app to your home screen to make it more accessible. Analyzed itineraries are stored locally on your device only for 24 hours.
Lmk any bugs you encounter (if anyone ends up using this) and I'll do my best to fix!