Add download offline map in Android with Here maps

1.8k Views Asked by At

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

1

There are 1 best solutions below

3
On BEST ANSWER

See the Offline Maps section of the mobile sdk documentation.

In particular, you might want to use the following methods of the MapLoader class:

installMapPackages(List<Integer> packageIdList) - To download and install new country or region data

uninstallMapPackages(List<Integer> packageIdList) - To uninstall and delete country or region data that is no longer desired