I want to develop navigation app for Android auto using Heremap Navigation sdk. There is sample for just rendering the maps. Can anyone help me to implement navigation in Android Auto.
Asked
Active
Viewed 40 times
0
-
Please provide enough code so others can better understand or reproduce the problem. – Community Sep 26 '22 at 14:07
-
Can you explain what problems you face? The app should start with this template: https://github.com/heremaps/here-sdk-examples/tree/master/examples/latest/navigate/android/HelloMapAndroidAuto ... then you only need to combine it with VisualNavigator, ie. just start it and it will render guidance. Of course, you will need a lot of UI, too. – Nusatad Oct 28 '22 at 14:24