You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you try to use current location, userCords is coming back undefined. Maybe it is because I am running without https on my local server and you see this error in Chrome Developer Console: getCurrentPosition() and watchPosition() are deprecated on insecure origins, and support will be removed in the future. You should consider switching your application to a secure origin, such as HTTPS. See https://goo.gl/rStTGz for more details.
After running several times, I found that getCurrentPosition is working some of the time. If you add a a timeout as the third parameter, you will actually see it fail.
The API returns empty value
The text was updated successfully, but these errors were encountered: