How to disable andoid app without using google maps? or download a map in an Android app using google maps for offline use?

I am making a navigation app and doing all the work that requires internet. I mean (I drew markers, made a route between them and other objects such as finding places of interest with the location of users), etc. Etc. using Google map Android API v2.

But now I want to disable this application. I mean the user can do this without an internet connection. If searching is possible offline (I mean if markers cannot be drawn, the route cannot be made between start and destination), then please tell me how this is possible.

And if this is not possible, then how can I download the entire area of ​​the map that shows the route that the user has taken with the app online?

+3


source to share


2 answers


Here is an article on offline maps for iOS and Android .
You can save the maps you want and work with the saved map files for your project.

This is the latest version of Google Maps for Android, download it and scroll to the bottom of the page to find the section on offline maps. Now you can save the map:



1. Entering "OK maps" when viewing any map.
 2. In the settings menu.

Please note that this only saves cards for 30 days.

+1


source


You can use the OpenStreetMaps controller and Google Maps tiles. According to Google Maps TOS (10.1.3.b), it seems like you can use some of the maps if you cache it secretly and securely.



For more visit, this might help you.

+1


source







All Articles