Api Maps Offline

0

Good evening guys, how are you? I would like to know if my application would open the map when the user is out of the internet?

    
asked by anonymous 27.02.2016 / 03:20

1 answer

3

Hello! Yes, you can do it using maps api, creating your own tiles and using TileProvider to manipulate them. But Google itself does not much encourage doing this in its terms of service. "No caching or storage."

An open source solution is to use OpenStreetMaps with map tiles. Here are the tools to use OSM on Android: link

And here's the tool for you to download the tiles: link

That's it. ;)

    
01.03.2016 / 15:56