Home
Softono
graphhopper-navigation-example

graphhopper-navigation-example

Open source MIT Kotlin
40
Stars
6
Forks
1
Issues
2
Watchers
3 weeks
Last Commit

About graphhopper-navigation-example

GraphHopper Navigation Example using the Maplibre Android SDK

Platforms

Web Self-hosted Android

Languages

Kotlin

Links

GraphHopper Navigation Example for Android

You can use this repository which uses the Maplibre SDK.

Before you start here, it might be simpler to use the Maplibre SDK directly in your app. See this PR for a basic demo app.

Or have a look into this end user application that comes with all features including speed and max speed information, automatic re-routing, quick hint for a second (chained) instruction, on-path arrow for the next turn and via point handling:

image

This app provides a capacitor plugin, but the code can be used as a start for a kotlin multiplatform integration without any capacitor dependency. And as the latest Maplibre Navigation SDK is KMP-ready too this code can be easily ported to iOS.

Furthermore you can use GraphHopper with the ferrostar SDK. See this PR.