skobbler-maps

Skobbler SDK 3.0.2: prebundled map

穿精又带淫゛_ 提交于 2019-12-13 08:32:56
问题 I'm using Skobbler SDK 3.0.2 and I can't load prebundled map. I prepared the map package for prebundling (SKMaps.zip) following instruction in https://developer.skobbler.com/getting-started/android. I want to use only a prebundle map in offline mode in my project. This is my code: SKMapsInitSettings mapsInitSettings = new SKMapsInitSettings(); mapsInitSettings.setConnectivityMode(SKMaps.CONNECTIVITY_MODE_OFFLINE); mapsInitSettings.setPreinstalledMapsPath(getAssets() +"/SKMaps/PreinstalledMaps

Skobbler SDK Android - Corrupt/inconsistent SKNavigationState objects

故事扮演 提交于 2019-12-10 11:04:57
问题 We did experience some inconsistency from the SKNavigationState updates with Android. Sometimes we get inconsistent SKNavigationState object after starting navigation, therefore navigation stopped working. A strange thing is, that sometimes it does work. First we suspected certain builds to be corrupt, but we had some builds where it did work work and did not work when deployed several times even to the same device. We tried SDK version 2.5.0., 2.5.1 and 3.0.2 in combination with two versions

Skobbler SDK Android - Corrupt/inconsistent SKNavigationState objects

戏子无情 提交于 2019-12-06 04:46:58
We did experience some inconsistency from the SKNavigationState updates with Android. Sometimes we get inconsistent SKNavigationState object after starting navigation, therefore navigation stopped working. A strange thing is, that sometimes it does work. First we suspected certain builds to be corrupt, but we had some builds where it did work work and did not work when deployed several times even to the same device. We tried SDK version 2.5.0., 2.5.1 and 3.0.2 in combination with two versions of our code. We had working and not working states with equal version combinations so we don't think