-
Notifications
You must be signed in to change notification settings - Fork 318
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Offline route building #7891
Comments
@voltazor hey sir, how you build the offline routing using naviagtion and mapbox sdk. i also working on it, i downlaoded tile succesfully but when i try to generate the offline route , this first try to generate the route from offline (onboard) router but it ended with some tile problem and try after online route this was the logcat of error:- [nav-native]: LatestFromServer resolved with "version: <>" |
@XLLucifer It seems you didn't download navigation tiles, make sure you include navigational
|
The problem I'm facing is that offline built route won't be produced until online request in the process. |
@voltazor Can you help me with this offline route generate in deep? please.. this is my current code of offline route generate demo but not working and giving me upper mension error code:-
public void downloadTile(){
// Convert the Map to a Value object
}
// } |
Hello,
I'm building an application with offline routing support. After implementing the solution as described in the documentation, I faced an issue where offline (onboard) routes are only generated as a fallback. The SDK attempts to make an online request first, and after it fails (due to a timeout), it returns a locally built route.
Is there a way to configure the SDK to build routes entirely offline?
Navigation SDK version: 3.7.0-beta.1
The text was updated successfully, but these errors were encountered: