# mapbox-navigation-hud-demo **Repository Path**: mirrors_mapbox/mapbox-navigation-hud-demo ## Basic Information - **Project Name**: mapbox-navigation-hud-demo - **Description**: Example heads-up display application for Android using Mapbox Navigation SDK. - **Primary Language**: Unknown - **License**: BSD-2-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-09 - **Last Updated**: 2025-09-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # mapbox-navigation-hud-demo Example heads-up display application for Android using Mapbox Navigation SDK To get started, you need two things: 1. Google Places API Key https://developers.google.com/places/web-service/get-api-key - Add your API key to the `AndroidManifest.xml`: ```xml ``` 2. Mapbox Access Token - create an account https://www.mapbox.com/signup/ - Add your access token to `Constants.java`: ```java public static final String MAPBOX_ACCESS_TOKEN = ""; ``` Once you have both of those added to the project, you're good to build!