You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similar to the offline routing work moving in #1829, we should allow side-loading of offline map tiles via String offline path passed through the NavigationViewOption.
This will allow developers to point the NavigationView to an offline.db that they have loaded on their device
The dynamic part to this comes into play if a route is request outside of the offline database originally provided.
Each time a new route begins navigation (start, off-route, etc.), we should create a geometry from it w/ a buffer and request the offline region
We can do this with each route, every time, because offline maps detects overlap for offline regions and will ignore requests for data that it already has
This will ensure that we keep data requests small but still allow developers some leniency when it comes to their original offline maps data.
The text was updated successfully, but these errors were encountered:
Similar to the offline routing work moving in #1829, we should allow side-loading of offline map tiles via
String
offline path passed through theNavigationViewOption
.NavigationView
to anoffline.db
that they have loaded on their deviceThe dynamic part to this comes into play if a route is request outside of the offline database originally provided.
This will ensure that we keep data requests small but still allow developers some leniency when it comes to their original offline maps data.
The text was updated successfully, but these errors were encountered: