问题
I am making an android application currently that will use "Here map SDK" for offline map navigation. I have followed the documentation given in https://developer.here.com/mobile-sdks/documentation/android-hybrid-plus/topics/maps-offline.html But I am having problem on its Implementation.
Q: Can Anyone provide me the demo application that has successful implementation on "Offline Maps (MapLoader)" of Here Map SDK?
回答1:
There is an official HERE example exactly for that usecase (offline mapdata download, update and checking for updates) on https://tcs.ext.here.com/mobilesdk_examples
Direct links:
- Android: https://tcs.ext.here.com/sdk_examples/MapDownloader.zip
- iOS: https://tcs.ext.here.com/sdk_examples/OfflineMaps.zip
回答2:
you can find example code with the sdk itself still you can look at the following links
heremaps Examples
android example heremap
来源:https://stackoverflow.com/questions/40930459/here-map-offline-implementation