Obtaining browser location information using Angular
Whilst building a weather app I needed access to the browsers location information in order to display relevant weather information and I thought it might be of use if I posted the method I used. Geolocation.getCurrentPosition() The Geolocation.getCurrentPosition() method can be used to get the current location. It accepts one mandatory parameter which is a callback […]
You must be logged in to post a comment.