@graphhopper/graphhopper-maps-bundle 0.0.0-6681fe1 → 0.0.0-679eb15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -1
- package/dist/bundle.40cb9180e5fc9f7d7cf5.js +2 -0
- package/dist/index.html +1 -1
- package/dist/manifest.json +1 -1
- package/package.json +1 -1
- package/dist/bundle.c86cee70436b6ed5c70c.js +0 -2
- /package/dist/{bundle.c86cee70436b6ed5c70c.js.LICENSE.txt → bundle.40cb9180e5fc9f7d7cf5.js.LICENSE.txt} +0 -0
package/README.md
CHANGED
|
@@ -12,7 +12,11 @@ With address search (autocomplete), alternative routes, information along the ro
|
|
|
12
12
|
|
|
13
13
|
## Turn-by-Turn navigation
|
|
14
14
|
|
|
15
|
-
|
|
15
|
+
You can download this bundled as an app for Android [on fdroid](https://f-droid.org/de/packages/com.graphhopper.maps/),
|
|
16
|
+
where also a turn-by-turn navigation is implemented via Maplibre Navigation SDK
|
|
17
|
+
using a capacitor plugin. Read more about it in [this repository](https://github.com/boldtrn/graphhopper-maps-capacitor/).
|
|
18
|
+
|
|
19
|
+
There was [an experimental `navi` branch](https://github.com/graphhopper/graphhopper-maps/tree/navi) that implements turn-by-turn navigation
|
|
16
20
|
[directly in the browser](https://navi.graphhopper.org).
|
|
17
21
|
|
|
18
22
|
## Start development:
|