heremaps / here-sdk-examples

Android, iOS and Flutter example apps for the HERE SDK 4.x (Lite Edition, Explore Edition, Navigate Edition)
https://developer.here.com/products/here-sdk
Apache License 2.0
170 stars 135 forks source link

Navigation on Android Auto #284

Closed spozaaltech closed 10 months ago

spozaaltech commented 11 months ago

Hi,

I would like to know if it's possible to add turn-by-turn navigation, showing the routes and maneuvers on Android Auto using Navigation SDK.

Thanks!

HERE-SDK-Support-Team commented 10 months ago

Hi @spozaaltech, yes, this is possible. As a starting point you can use this example app: https://github.com/heremaps/here-sdk-examples/tree/master/examples/latest/navigate/android/HelloMapAndroidAuto

When the map view is shown, you can manipulate it with the VisualNavigator to run TBT. Hope this helps.