I have already developed an Android Here map which has a simple map view but I need to add offline support to the app, how can I add it to my app in order to let the user download a specific country or area?
Note that I implemented my app using the tutorial in the link below: https://developer.here.com/mobile-sdks/documentation/android-hybrid-plus/topics/maps.html
See the Offline Maps section of the mobile sdk documentation.
In particular, you might want to use the following methods of the
MapLoader
class: