Arunkarthicknallasami / osmdroid

Automatically exported from code.google.com/p/osmdroid
0 stars 0 forks source link

Delete selected area cache. #547

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I want to add a download manager for my application that user can download and 
delete, map of each city separately.
Right now I only have one city in application which load tiles from a zip file.

Question one : 
    Can I make osmdroid to load tiles from multiple zip files?
by this approach I can download multiple zip files and delete each one I want.

Question two :
    If I can't load tiles from multiple zip file how can delete a bounding box area from cache folder? I mean how can I found out that some cached tile are for a bounding box so I can delete them.

Original issue reported on code.google.com by hr.saleh...@gmail.com on 3 Mar 2015 at 8:34