In this project, we use the IOS Simulator from Xcode to build a geolocator with a compass, that displays how many degrees from north is the person currently at, and the speed at which somebody is walking or running
Screen.Recording.2021-12-11.at.00.30.00.mov
- Geolocation watchPosition() method - used to register a handler function that will be called automatically each time the position of the device changes.
Project created with:
- HTML5
- CSS3
- JavaScript ES6
Used:
- Xcode IOS Simulator
Go to the Terminal, choose a directory where you wish to clone the repository and run:
git clone git@github.com:Francisco-Webdeveloper/Local-Storage-and-Event-Delegation.git
Launch local webserver with the Terminal:
npm install
npm start
Open https://192.168.178.42:3000 in one device from the IOS Simulator
Accept access to your Location