-1

I have a routing application that I want to put offline map of cities of my country for download, so that users of their city will download that map and use it as a offline.
The process of storing the map is as follows to allow the user to select a bound (the northest latlng and the southest latlng) and the zoom value and download favorite map from Google.

enter image description here

Phantômaxx
  • 37,901
  • 21
  • 84
  • 115

1 Answers1

1

Like is said in this post:

You will need to provide the map area download to app users, save it somewhere in the app folder and then use the map offline. In another case, it would work only if they had a saved area already.

I guess that in your case, as the user would need internet connection it can use the API directly, it is just a pré-requirement.

Tomás Rodrigues
  • 519
  • 2
  • 17