I am facing performance issues with HEREMap Premium Android SDK in my react-native project. Previously I was using free version of HEREMap, and my map view was performing very well. But once I switched to Premium SDK, view rendering became very slow.
Following were the only changes I did for premium SDK integration,
- Invoke
setIsolatedDiskCacheRootPath
api beforeMapEngine.getInstance().init
- Update licence key information in app/src/main/AndroidManifest.xml
Am I missing something? please help.