Skip to content

sw-code/flitsmeister-navigation-android

 
 

Repository files navigation

Naivgation Android with MapLibre

Fork of the flitsmeister-navigation-android with the following changes:

  • We added the navigation-ui
  • Migrated from Mapbox to MapLibre

Getting started

  1. Configure the base_url by your own directions API service (self hosted or for example GraphHopper)
<string name="base_url" translatable="false">https://graphhopper.com/api/1/navigate/</string>
  1. Configure the map_view_style_url by your own tiles API service (self hosted or for example MapTiler)
<string name="map_view_style_url" translatable="false">https://api.maptiler.com/maps/streets/style.json?key=YOUR_MAP_TILER_API_KEY</string>

License

100% MIT License

About

Flitsmeister Navigation SDK for Android

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.3%
  • Other 0.7%