[android-developers] Re: How to use offline Google Map in my MapView?

2016-03-21 Thread gjs
Hi, Yes OSM maps can be slow (to download) according to where you source them from, however once OSM map tiles are downloaded and cached locally they do work ok / reasonably fast within Android Google Maps (views). Regards On Sunday, March 20, 2016 at 9:29:07 PM UTC+11, Alain Bonnefoy wrote:

[android-developers] Re: How to use offline Google Map in my MapView?

2016-03-20 Thread Alain Bonnefoy
Gary, I already use OSM, with MapsForge maps for offline usage, but I didn't understood that was also useable with GoogleMaps. And OSM maps are much slower than GoogleMaps to be refreshed. So, I was wondering to keep using OSM or not... Thanks, Le dimanche 20 mars 2016 09:08:55 UTC+1, gjs a

[android-developers] Re: How to use offline Google Map in my MapView?

2016-03-20 Thread gjs
Hi, You can download, cache and use Open Street Map tiles in an Android Map view when there is no internet coverage, if you search in Stack Overflow for TileProvider you might find some examples eg http://stackoverflow.com/questions/14784841/tileprovider-using-local-tiles?rq=1 and