3

I started experimenting with the Skobbler SDK today, and downloaded the SDK and Demo package 2.5.1 for Swift in IOS.

Pre-bundled maps would be a central piece in a possible app. I looked at the instructions available at http://sdkblog.skobbler.com/creating-an-app-with-a-pre-bundled-map/, but things appears to have changed since then.

The folder structure does not match the blog post. After downloading some maps through the simulator, I find the .skm files located in (for example) CoreSimulator/Devices/33D8[...]A72/Library/SE/SE.skm

In the SKMaps.bundle, I can find find a PreinstalledMaps/v1 folder, which only contains a text file. No 2015xxxx folder, or no SKMaps.zip or anything.

Is there some documentation regarding how to do this correctly?

matli
  • 27,922
  • 6
  • 37
  • 37

2 Answers2

3

Indeed, the demo project structure changed from the time of the blog post (we're updating the blog post).

What you need to do for 2.5.1:

  • inside the PreinstaleldMaps/v1 folder
  • create a 20150413 folder with 2 subfolders
  • /package - drop the .skm files here
  • /meta - here you need to put the contents from here (these files are also available in the demo project - I'm providing a direct link for convenience)

It should look something like this: enter image description here

Ando
  • 11,199
  • 2
  • 30
  • 46
0

I have installed ScoutMaps-iOS-SDK, '~> 3.0.3' from the pod file and put the pre-installed map of the KYCITY.

But it is not showing the offline map?

All folder and data are same.Offline Map Pre-installed folder

Pranjal Bikash Das
  • 1,092
  • 9
  • 27
Ashish
  • 1
  • 2