All Questions
Tagged with google-geolocation google-chrome
6 questions
2
votes
1
answer
629
views
Is there anyway to change location accuracy value on Google Chrome when using Developter tool?
I've been trying to find different ways to spoof location on Google Chrome.
One of the ways is to use Developer tools (sensor settings).
The thing is with this method, Google allows me to choose a ...
2
votes
2
answers
6k
views
Why do I get a getCurrentPosition() and watchPosition() "insecure origins" error in Chrome on localhost?
I'm working on a website in my local development environment (Ubuntu 16.04) and testing the website on Chrome (58) via http://localhost.example/ - which connects to the local web server.
Running this ...
1
vote
0
answers
370
views
HTML5 Geolocation timing out with a HTTP 400 using Chrome
When attemping to use HTML5 Geolocation method, I consistently get TIMEOUT errors when using Chrome. I know similar questions have been asked, but all answers I've read direct the developer to use ...
3
votes
1
answer
450
views
Geolocation API removed from unsecured origins in Chrome 50
Is there any fallback option for Geolocation API of google ?
Starting from Google Chrome version 50, all requests from unsecured origins to Geolocation API are returning error code 1.
https://...
36
votes
3
answers
14k
views
Chrome navigator.geolocation.getCurrentPosition() error 403
For some reason suddenly when calling navigator.geolocation.getCurrentPosition() I get this error:
Network location provider at 'https://www.googleapis.com/' : Returned error code 403.
It used to ...
1
vote
1
answer
499
views
Google maps geolocation bug with webkit browsers
I need to use Google maps geolocation in one of my projects. I went to official Google maps javascript API website, used their code and everything worked fine couple days ago.
But now it doesn't ...