The Navigation example app shows how to calculate a route from A to B and how to start turn-by-turn navigation with voice commands. You can find how this is done in NavigationExample.java. It also shows how to set a tracking view when navigation is stopped.
- Copy the AAR file of the HERE SDK for Android to your app's
app/libs
folder.
Note: If your AAR version is different than the version shown in the Developer Guide, you may need to adapt the source code of the example app.
- Open Android Studio and sync the project.
Please do not forget: To run the app, you need to add your HERE SDK credentials to the MainActivity.java
file. More information can be found in the Get Started section of the Developer Guide.