Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Nov 25, 2023. It is now read-only.

GraphHopper Navigation as App

License

NotificationsYou must be signed in to change notification settings

graphhopper/graphhopper-navigation-example-legacy

Repository files navigation

We recommend that you use the successor of the GraphHopper Navigation SDK, which is theMapLibre Navigation SDK.An example where GraphHopper routing is integration is availablehere.


Legacy Readme

GraphHopper Navigation Sample

This Android example application showcases navigation based on instructions returned from theGraphHopper Navigation component.

Try

Download from Google Play.

Features

features

  • Turn-by-turn navigation including spoken turn instruction
  • Route planning (from A to B via intermediate points)
  • Load route optimization solutions from theGraphHopper Route Optimization API
  • Load routes planned onGraphHopper Maps
  • Search for places using theGraphHopper Geocoding API
  • 100% open source
  • no dependency to Mapbox i.e. no Mapbox contract required. The Mapbox key can be a random string.

Getting Started

Building your own turn-by-turn navigation app based on GraphHopper is easy. Just sign up for theGraphHopper Directions API.

GraphHopper does not provide map tiles. The navigation sdk is compatible with MVT vector tiles and raster tiles. There are several map providers, including:

Note: while it's possible to use raster tiles, we recommend vector tiles for mobile applications.

Enter your GraphHopper API key and map style url in the developer config:app/src/main/res/values/developer-config.xml

You can fork this project and adapt it to your needs, or use it as orientation when developing your own application.

License

This project stands under the Apache License.

It is a fork of theMapbox Sample App,which is licensed under theMIT license.

Updating the developer-config file

Ignore:git update-index --assume-unchanged app/src/main/res/values/developer-config.xmlUnignore:git update-index --no-assume-unchanged app/src/main/res/values/developer-config.xml

Releases

No releases published

Packages

No packages published

Contributors2

  •  
  •  

Languages


[8]ページ先頭

©2009-2025 Movatter.jp