kenzan8000 / audio-tour

iOS AR and map app offering a spot's audio guide, similar to how a museum audio guide helps you understand the works of art at a deeper level.

Home Page:https://apps.apple.com/us/app/audio-tour-san-francisco/id1182851195

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

App Icon

Audio Tour

CircleCI

Audio Tour offers an audio guide of the spots, similar to how a museum audio guide helps you understand the works of art at a deeper level. There are two modes to assist with your sight-seeing.

audio-tour

Map Guide

The map view gives you a birds-eye view of the city. You can plan places to visit before going out or check them out during your trip.

AR Guide

The live camera view displays the names of spots on top of the image from the camera at your location. Launch this function in the city, and face your camera to the spots.

Installation

Plist Settings

Audio Tour depends on Mapbox. To use Mapbox API, you need to set Mapbox's access token in Mapbox-Info.plist.

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
    <key>MGLMapboxAccessToken</key>
    <string>YOUR_ACCESS_TOKEN</string>
</dict>
</plist>

About

iOS AR and map app offering a spot's audio guide, similar to how a museum audio guide helps you understand the works of art at a deeper level.

https://apps.apple.com/us/app/audio-tour-san-francisco/id1182851195

License:MIT License


Languages

Language:Swift 98.9%Language:Ruby 1.1%