Hi Here We can read Files of wifi.cache and cell.cache for Loading google map in Offline mode.?
Please suggest me idea, i think one way for this May be If my device has root access than i can access files from /data/data/com.google.android.location/files and use this lat long for load the map in Offline mode. Its Good Way? Thanks Saurabh Patel On 11 December 2011 10:54, Spiral123 <[email protected]> wrote: > If you are talking about the offline storage of Google Map tiles in > your own app then I can think of a possible approach - but I wouldn't > even bother. It's not a service that Google provide and their data is > copyrighted. Just think about how many tiles you will have to pull > down for all the zoom levels - it gets to a pretty big number very > quickly for a relatively small area. There are not that many Google > tile servers to rotate the requests between...so even if you get away > with it for a while I'm sure you will get spotted quickly and your > requests refused. > > If you want to get into offline Maps then OSM (http:// > www.openstreetmap.org/) is probably your best bet. There are a number > of tile providers you can pick from - although not many will give you > tiles without payment for a commercial application. If you are > covering a limited Geographical area then you would probably be better > off extracting the Geo information from somewhere like > http://planet.openstreetmap.org/ > and building and hosting your own tile server. > > It's not a trivial proposition. > > > On Dec 10, 2:19 am, Alexey Zakharov <[email protected]> > wrote: > > I want to implement "Download map area"< > http://googleblog.blogspot.com/2011/07/download-map-area-added-to-lab...>feature > like official Google Map application. Is it possible or not? > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

