skobbler how i can save in my app a json downloaded from my profile?

user31929

I'm trying to use skobbler to create an app that download and then works offline with some predefinited maps. I have created this maps in my developer account , i can download a Json after a click on "Use" Button beside the map. Now don't know how i can use this json, i'm using the skobbler demo ios app and i can't found a method like :

[Download the map with this json: [the json i have downloaded from my profile]].

I have read the online documentation, but i am a little bit confusing. I have read the code in demo app but it seems to download only a predefined list of map:

 AppDelegate *appDelegate = (AppDelegate*)[UIApplication sharedApplication].delegate;
                NSArray *packages = [appDelegate.skMapsObject packagesForType:SKTPackageTypeContinent];
                MapJSONViewController *mapXMLVC = [[MapJSONViewController alloc]initWithNibName:@"MapJSONViewController" bundle:nil withSKMapPackages:packages];
                [self.navigationController pushViewController:mapXMLVC animated:YES];

Any idea? I my map creator online i have added some pins, i wanna use the same pins in my offline app. Open the json i have see no reference to pins...

SteBra

You should follow this blog post:

http://sdkblog.skobbler.com/creating-an-app-with-a-pre-bundled-map/

It is described there how can you build in desired maps

이 기사는 인터넷에서 수집됩니다. 재 인쇄 할 때 출처를 알려주십시오.

침해가 발생한 경우 연락 주시기 바랍니다[email protected] 삭제

에서 수정
0

몇 마디 만하겠습니다

0리뷰
로그인참여 후 검토

관련 기사

분류에서Dev

can i save data of an my app user in a file not data base

분류에서Dev

How can I use my godaddy domain for my Django App

분류에서Dev

I can fetch my entities that I save only on the first launch. If I relaunch the app, I can't fetch my entities

분류에서Dev

How can I stop my controller from moving my mouse?

분류에서Dev

Can I localize my whole android app from a button click

분류에서Dev

How can I custom my DataTable in React App

분류에서Dev

How many pictures can i put in my app?

분류에서Dev

How to share a profile picture and get it in my chat app?

분류에서Dev

How can i transpose my json data horizontally using ruby

분류에서Dev

How can I convert that json string to my class

분류에서Dev

Shall i sign my app with my Production Certificate or Provisioning Profile Distribution?

분류에서Dev

How can I strip out all HTML from my string

분류에서Dev

How can I change my number validation from a form to a prompt?

분류에서Dev

How can I sync my data from an external database in Rails?

분류에서Dev

How can I prevent a program from checking my connection status

분류에서Dev

How can I send SMS from my PC using my Android Phone (Galaxy S3)

분류에서Dev

How i can get the td data getting from css to attach to my current row ,and use for my logic

분류에서Dev

how can i link an XML data file from my hard drive (not web) to my project?

분류에서Dev

How can I make my script in /etc/profile.d to run after all other scripts in same directory?

분류에서Dev

How can I make sure that BDE *.MB files are being deleted once I finish my Delphi app?

분류에서Dev

Can I get data from my MSSql server and upload it to app engine via some python scripts?

분류에서Dev

One Windows 10, how can I have English input from my left keyboard and Hungarian input from my right keyboard?

분류에서Dev

How do I only allow access to my MySQL database from my iOS app? (Using webapp as gateway to db)

분류에서Dev

How can I programatically show/hide my app window with global shortcut key?

분류에서Dev

How can I ignore the VSTest err msgs in my Windows Store app?

분류에서Dev

How can I know the number of the active DDP session in my meteor app?

분류에서Dev

On Heroku, how can I schedule the postgres database for my Rails app to be periodically reset?

분류에서Dev

How can I benchmark my HDD?

분류에서Dev

How can I find my DHCP server?

Related 관련 기사

  1. 1

    can i save data of an my app user in a file not data base

  2. 2

    How can I use my godaddy domain for my Django App

  3. 3

    I can fetch my entities that I save only on the first launch. If I relaunch the app, I can't fetch my entities

  4. 4

    How can I stop my controller from moving my mouse?

  5. 5

    Can I localize my whole android app from a button click

  6. 6

    How can I custom my DataTable in React App

  7. 7

    How many pictures can i put in my app?

  8. 8

    How to share a profile picture and get it in my chat app?

  9. 9

    How can i transpose my json data horizontally using ruby

  10. 10

    How can I convert that json string to my class

  11. 11

    Shall i sign my app with my Production Certificate or Provisioning Profile Distribution?

  12. 12

    How can I strip out all HTML from my string

  13. 13

    How can I change my number validation from a form to a prompt?

  14. 14

    How can I sync my data from an external database in Rails?

  15. 15

    How can I prevent a program from checking my connection status

  16. 16

    How can I send SMS from my PC using my Android Phone (Galaxy S3)

  17. 17

    How i can get the td data getting from css to attach to my current row ,and use for my logic

  18. 18

    how can i link an XML data file from my hard drive (not web) to my project?

  19. 19

    How can I make my script in /etc/profile.d to run after all other scripts in same directory?

  20. 20

    How can I make sure that BDE *.MB files are being deleted once I finish my Delphi app?

  21. 21

    Can I get data from my MSSql server and upload it to app engine via some python scripts?

  22. 22

    One Windows 10, how can I have English input from my left keyboard and Hungarian input from my right keyboard?

  23. 23

    How do I only allow access to my MySQL database from my iOS app? (Using webapp as gateway to db)

  24. 24

    How can I programatically show/hide my app window with global shortcut key?

  25. 25

    How can I ignore the VSTest err msgs in my Windows Store app?

  26. 26

    How can I know the number of the active DDP session in my meteor app?

  27. 27

    On Heroku, how can I schedule the postgres database for my Rails app to be periodically reset?

  28. 28

    How can I benchmark my HDD?

  29. 29

    How can I find my DHCP server?

뜨겁다태그

보관