I'm referring to this API
I'm getting empty response from the API. There is no error, just {}
in the response, instead of "snappedPoints"
What does it mean ?
Where can I find the documentation about errors ?
Some errors have helpful message like too many points
or invalid API key
Here is the exact URL - you can put this into the browser address bar and see for yourself. (You'll need to use your own API key though)
https://roads.googleapis.com/v1/snapToRoads?path=12.9225471,77.6711921|12.9225471,77.6711921|12.9225468,77.6711909|12.9225468,77.6711909|12.9225468,77.6711909|12.9225468,77.6711909|12.9225468,77.6711909|12.9225468,77.6711909|12.9225468,77.6711909|12.9225665,77.6711702&key=YOUR_API_KEY
Using interpolate=true
did not help (i.e. still {}
in the response)