0

Here Map folks, How to load the HERE Map for one time to particular state instead while travel map tiles update. Any Suggestion or Example.

chehthan
  • 213
  • 2
  • 13

1 Answers1

1

If you are using the Premium version of the SDK, it sounds like you want to use the MapLoader API. In particular, MapLoader#getMapPackages() and MapLoader#installMapPackages(List<Integer> packageIdList). More detailed API reference can be found here.

If you are using the Starter version of the SDK, you are out of luck. Offline caching of map data is not supported in the Starter version.

For more details on the usage of the MapLoader API you can see this answer: https://stackoverflow.com/a/35333711/275524

Community
  • 1
  • 1
AndrewJC
  • 1,318
  • 12
  • 11