session.js
session.js copied to clipboard
No location data available
I get : location: { error: true, source: "google" }
How could I know more about what's going wrong ?
On the live demo API page, I have the same:
"location": {
"error": true,
"source": "google"
}
Since the google geolocation is a hack (it works the first 20 times you request it a day or such) you should register for the alternative service mentioned and use their API key to get geolocation data for free.
Iain
Sent from my iPhone
On 1 Jun 2015, at 08:01, Thomas Fétiveau [email protected] wrote:
On the live demo API page, I have the same:
"location": { "error": true, "source": "google" } — Reply to this email directly or view it on GitHub.