-
Notifications
You must be signed in to change notification settings - Fork 7
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
Make it possible to 'precache' areas of the map on iOS #21
Comments
Map tiles are streamed over the internet, but are cached in local device storage once downloaded. After restarting the app, if a map tile is already cached, no web request is made. You should be able to confirm this by re-running your app with your device internet connection disabled - if you can see the map, then this is using cached data. |
Mobile phones can even get to the Internet, into the map each time, every time to download the map data, this time is very long, is there any suggestion of scheme can improve the, improve the user experience |
Have any interface can be set to map first load the cached data, map the request again after the new data? |
We have underlying 'precache' support in our C++ SDK, this is not currently exposed in the iOS API - we will expose this as soon as possible. Marking this as Enhancement and changing title to reflect. |
Thank you very much! 非常感谢! |
Every time back into the app, map data to reload, need to have a long time, is there a cache to the local API?
The text was updated successfully, but these errors were encountered: