Simulates movement on a map
- Uses Google API for map updates based on hardcoded coordinates.
- Doesn't use devices location services.
- The
REST API
that does the job can be found here
- GoogleMaps
- Alamofire
- PusherSwift
- Clone the repo
cd
into the directory- Make sure you have Cocoapods installed and updated.
- Run the following command
pod install
- Open
RT Tracker iOS.xcworkspace
- Get a Google Maps API key for iOS
- Update the API key in
AppDelegate.swift
- Build and Run