hello there to everybody.
I found this https://support.google.com/maps/answer/6291838?hl=en&rd=2
And it is working nice, I downloaded manually the MAP, and turn off my internet, and I can use the Map in my APP. Google map now will not ask me to turn on the Internet. And I can zoom in/out and surf my city very fast and offline. soooooooooo nice
The questions :
- How my APP can programmatically indicate to end user download the map. to work it offline later.?
- How my APP can detect the map was downloaded time ago, and that mean the APP will not ask to end user turn on the WIFI etc. to show the map.?
I would like to do:
if the map downloaded then
show using offline pre-downloaded map. and leave the internet turned off.
else
msgbox ("please turn on wifi","")
show using online google map
end if
Thanks for the help.
I found this https://support.google.com/maps/answer/6291838?hl=en&rd=2
And it is working nice, I downloaded manually the MAP, and turn off my internet, and I can use the Map in my APP. Google map now will not ask me to turn on the Internet. And I can zoom in/out and surf my city very fast and offline. soooooooooo nice
The questions :
- How my APP can programmatically indicate to end user download the map. to work it offline later.?
- How my APP can detect the map was downloaded time ago, and that mean the APP will not ask to end user turn on the WIFI etc. to show the map.?
I would like to do:
if the map downloaded then
show using offline pre-downloaded map. and leave the internet turned off.
else
msgbox ("please turn on wifi","")
show using online google map
end if
Thanks for the help.