Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 746 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 746 Bytes

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