Tourist Helper is easy to install and compile on your machine, just follow the steps below:
Using Git:
- Load up the Tourist Helper Github page and copy the GitHub URL - https://github.com/simonsmiley64/touristHelper.git
- Navigate to terminal, change directory to where you want it saved and clone the reposiroty with
git clone *GitHub URL*
- Change directory to the TouristHelper project folder and call
pod install
in your console`git - Load the .xcworkspace file to load
- The project should compile immediately and you can now explore the area around you.
- The Tourist Helper brief states that 100 nearby locations should be retrieved. Unfortunately Google Maps API only allows you to pull 60 nearby locations with 20 downloading at a time. This meant that there is room in the market for a Tourist Helper 100 which would allow tourists to download even more nearby locations. This being said TouristHelper has been developed to quickly scale up if more locations are available for download meaning the code structure is in place to allow for more locations.