maplibre-navigation-android
maplibre-navigation-android copied to clipboard
Maplibre Navigation SDK for Android
Hello, that's an existing issue on Mapbox side but was fixed normally in 2017 so before the fork of Maplibre if I'm not wrong. Mapbox ticket: https://github.com/mapbox/mapbox-navigation-android/issues/95 We're facing the...
I have tried to enable the route snapping. The missing documentation/example lead me to a wrong configuration. I only set the option `snapToRoute(true)`. But I missed to set `useDefaultLocationEngine(false)` and...
Presently, MapLibre Nav carries a direct integration to Mapbox routing services. Configuring MapLibre Nav to work with any other routing service including opensource engines like Valhalla requires reworking a lot...
I'm using OSMDroid server to get routes. Then, I convert the obtained OSMDroid route class in DirectionRoute class with the DirectionsRoute.builder(): `Road road; // Route obtained from OSMDroid server `...
**Android API: 29** **Maplibre Navigation SDK version : Latest** ### Steps to trigger behavior I want to update route in realtime and cut the trail of the route til the...
This PR updates the access modifiers of `ViewRouteListener` and `NavigationViewRouter`, along with three of its methods (`findRouteFrom`, `updateLocation`), to public. These changes are essential to allow developers to handle rerouting...
Upgrade MapLibre to major version `11.x.x`. Closes #104 Following things have done for this: 1. Upgrade MapLibre a. Update `maplibre-native` to version `11.0.0` b. Update `maplibre-java` modules to version `6.0.1`...
`NavigationLauncher.startNavigation` doesn't require activity, context is enough. https://github.com/maplibre/maplibre-navigation-android/blob/main/libandroid-navigation-ui/src/main/java/com/mapbox/services/android/navigation/ui/v5/NavigationLauncher.java - `getDefaultSharedPreferences` - `new Intent(activity, MapboxNavigationActivity.class);` - `activity.startActivity(navigationActivity);` In all 3 places where activity is used context should be enough.
**Android version**: Above v-10 **Maplibre Navigation SDK version:** 3.0.0 I am trying to start navigation, it was working fine before,. I have not updated maplibre or navigation versions. viewModel.directionsRoute.value.let {...