Skip to content

Files

Latest commit

Karmveer KumarKarmveer Kumar
Karmveer Kumar
and
Karmveer Kumar
May 13, 2025
5285bc1 · May 13, 2025

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
May 13, 2025
Apr 30, 2025
Sep 2, 2024
Apr 30, 2020
Aug 4, 2023
Apr 30, 2025
Sep 2, 2024
Feb 9, 2022
Apr 30, 2020
Apr 30, 2020

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.

Build instructions:

  1. 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.

  1. 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.