Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pbrit/coke-wanderlist
https://github.com/pbrit/coke-wanderlist
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/pbrit/coke-wanderlist
- Owner: pbrit
- Created: 2014-06-21T16:55:04.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-06-21T17:01:58.000Z (over 10 years ago)
- Last Synced: 2024-04-21T12:34:12.925Z (9 months ago)
- Language: Objective-C
- Size: 148 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Tour layout
* First version of layout* tour-root: %{sandbox}/Resources/%{tour-uuid} - Root for tour
* %{tour-root}/Info.plist - Main manifest for tour
It comprises array of Place of Interest(POI) which comprises following things:
* Offset of POI in list (starting from 1)
* Title
* Coordinate of POI
* Array of images (optional)
* Audio
Audio comprises:
* path to audio data, relative to Audios folder
* title of audioImage comprises:
* path to image data, relative to Image folder
* title of audio* %{tour-root}/Images - Image folder
* %{tour-root}/Audios - Audio folder
* %{tour-root}/Text.plist - Text plist file
Each item in Text plist is consists of:
* Text, description of POI