In google Map API Documentation they wrote :
Tiles are cached on the filesystem in your application's directory. The cache is auto-managed so you don't need to do anything with it, and can delete it at any time.
Here i want to know Technical Reasons Why android google map api not proveds any classes/methods to manage map tiles in cache and we can use in offline mode.
If there is no Methods and Classes for this So how Google Maps Application Do Precache Map Area Feature.?
Please Any body explain me in technical terms why they don't provides this thing in their API classes or methods.
Thanks