maplibre-navigation-android icon indicating copy to clipboard operation
maplibre-navigation-android copied to clipboard

Maplibre Navigation SDK for Android

Results 19 maplibre-navigation-android issues
Sort by recently updated
recently updated
newest added

I discovered that legs that contains only a single step will cause a `IndexOutOfBoundsException` crash. Cause was only a wrong if-condition. But to prevent a wrong bearing of `0`, I...

bug

Here my final candidate for route drawing improvements inclusive route eating. @boldtrn let me know if you if you agree with this implementation. After that I will clean up the...

enhancement

[MapLibre Native Android 11.0.0](https://github.com/maplibre/maplibre-native/releases/tag/android-v11.0.0-pre0) has different import paths. Does anyone volunteer to update this package?

**Android:** 7 - 13 **Android API:** 24 - 33 **Maplibre Navigation SDK version:** 2.0.0 ### Stacktrace ``` java.lang.RuntimeException: android.os.TransactionTooLargeException: data parcel size 671536 bytes at android.app.NotificationManager.notifyAsUser(NotificationManager.java:700) at android.app.NotificationManager.notify(NotificationManager.java:632) at android.app.NotificationManager.notify(NotificationManager.java:608)...

bug

The problem that fixed in #90 also appears on my app. Similar to the location permission, we should thinking about to add the service permissions to the library `AndroidManifest` file....

enhancement

**The app is crashing when app theme changed** ### Steps to trigger behavior 1. Make an active navigation with valid route 2. App theme is changed from Day to Night...

Is there a way to force instructions to jump into determined route lag and step based on the current user's location? In our current project, we have a fixed route...

I don't know if the issue is linked to https://github.com/maplibre/maplibre-navigation-android/issues/63, but when the user stop to move (when the speed reduces to zero), the SDK trigger the rerouting process and...

new mapbox navigation symbol animation. ![GIF 2023-7-11 16-03-19](https://github.com/maplibre/maplibre-navigation-android/assets/27952950/443f52a2-e233-41d8-8eb9-510526de741e) the maplibre navigation symbol animation. ![GIF 2023-7-11 16-04-481](https://github.com/maplibre/maplibre-navigation-android/assets/27952950/ed2e5f8b-7076-4f76-832d-3926ae3fd656) i had look into both some codes, the mapbox navigation is differed to maplibre....

Can you tell me how show instructions and maneuvers as standalone UI components? Because I use the library for routing, not to show map. I have a valid DirectionsRoute and...