Replies: 1 comment 3 replies
-
Thank you for your compliments! I personally don't feel very proud about the performance, and have not invested more time in the map feature. AAIdrive has not implemented turn-by-turn navigation, this is correct. Mapbox does not have the same policy restriction as Gmap, it just seemed too hard to build myself. Mapbox does offer a full prebuilt Navigation SDK, except it costs 75x more than just showing maps. The map integration currently implements POI searching, finding a route to a selected POI (or to a destination sent from the phone UI), and showing the route overlay as a line on the map. I believe Mapbox's route API does return a list of segments and their turns, but I couldn't think of a way to locate the (progress along the) current nav segment based on the current GPS point. The good news is that this functionality should be relatively standard logic and Android UI development, not tied to the car, so external contributors would be able and welcome to help! |
Beta Was this translation helpful? Give feedback.
-
I'm really happy with the map integration of AAIdrive. It is so cool to see the map rendered in my HUD. However, I am a little confused whether it is working fully, or whether I need to enable something else to get turn by turn navigation.
From other threads here I see the Google Maps does not allow rendering the turn by turn. But I see that MapBox integration has landed in newer builds and "fixes" this. I'm not sure what the fix is.
Is there a way to add turn-by-turn navigation on the HUD in my dashboard? It is great to see a map, but I keep having to glance down at my phone to see when a turn is coming, and this defeats the purpose of the mapping for me.
Is this something I can enable using a setting? Or, by building the APK myself with a special set of flags? I was an Android developer in a past life; is this something that can be done technically using MapBox (or another integration) and just has not yet been done? Or, is the current implementation the best it can be?
Beta Was this translation helpful? Give feedback.
All reactions