Migrate to TomTom Orbis Maps

VERSION 1.1.0
PUBLIC PREVIEW
center

TomTom Orbis Maps is your go-to collaborative map that brings together a world of resources, delivering a broad set of use cases to solve your biggest challenges.

Based on a fusion of powerful sources, including OpenStreetMap and Overture Maps, TomTom Orbis Maps delivers a global, comprehensive, and constantly updated map, providing you with the most accurate and relevant data.

Using TomTom Orbis Maps, you gain access to top-tier maps that seamlessly integrate into your applications, backed by a supportive community and robust data governance.

In this guide, we’ll walk you through its utilization through Navigation SDK, empowering you to leverage the full potential of TomTom Orbis Maps within your applications.

Project setup

  1. Configure the project as described in the Project setup guide.

Then add the following dependency to the build.gradle.kts file of your application module and synchronize the project.

+

val version = "1.1.0"
implementation("com.tomtom.sdk:feature-toggle:$version")
  1. Enable the TomTom Orbis Map feature in your code.
    FeatureToggleController.initialize(context = this)
    FeatureToggleController.enable(TomTomOrbisMapFeature)

Now that you’ve completed the project setup, here is what you can do next.

Build a simple navigation application

Use all the relevant Navigation SDK APIs and built-in UI components to build a navigation application:

Learn more

Here are some suggestions for other things you can do: