简体   繁体   中英

Offline Maps API usage

I'm doing a hiking App and since I need to track paths in very remote places I need to use the maps offline. If the user downloads a map using the offline feature from the Google Maps App, and then from my App I use the location tracker API, will those coordinates be available for the location tracker API, or It's always gonna try to use the network connection, even if the Google Maps App downloaded the map before hand?

I know that the Google Maps API doesn't have any way to download or cache the maps, so my only choices here are doing something like this or turning to OpenStreetMap that has offline support.

Maps API in offline mode is not offered by Google. The API requires an Internet connection to download the geospatial data it needs to display the map. This data can't be saved or served offline.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM