Skip to content

tomtom-international/tomtom-navigation-android-examples

Repository files navigation

TomTom Navigation SDK examples

This repository contains a set of individual Android Studio projects showcasing features for TomTom Navigation SDK for Android.

For more information, please read the documentation.

💻 Requirements

Note TomTom Navigation SDK for Android is only available upon request. Contact us to get access.

Once you have obtained access, do the following:

  • Install the latest Android Studio. This sample code was build using Android Studio Giraffe | 2022.3.1 Patch 2
  • Make sure that the minimum SDK API level is set to at least 26 (Android 8.0 "Oreo") and that the compile SDK API level is set to 34.

Cloning the repository

Clone the repository https://github.com/tomtom-international/tomtom-navigation-android-examples.git

🚀 Examples

Project
tomtom-navigation-core-examples

A collection of examples showcasing online use cases, including a basic driving application that displays a map, shows the user’s location, calculates and displays routes, and enables turn-by-turn navigation using built-in UI components.

> Browse

Core Route Preview Navigation
tomtom-navigation-offline-examples

A collection of examples showcasing offline use cases, including a basic driving application that operates with a default installed offline map.

> Browse

Offline Route Preview Navigation