Code - locationGet js

CodeIcon
Retrieves the GPS coordinates of the Browser.

- Uses an inline callback.
- Normalizes the output.
- Makes the async call feel like a sync call, but it's still async.
- This is a good template for similar async calls.

On Github: https://github.com/campsoftware/locationGet-js


Code - locationGet js