When I try to get the current position
navigator.geolocation.getCurrentPosition(handleCoordinates, handleError, {timeout:10000})
it returns
"Network location provider at 'https://www.googleapis.com/' : Returned error code 400."
Can somebody suggest any possible ways?