I'm doing an Android application that get from server LatLng
points of a route and write a polyline snapped to road.
To get roads points I'm using the Google API Roads., but in the response I only get the same points that I send in the request.
What I'm doing wrong?
Thanks.
it took me 10min to figure out the issue actually your api is working well but the data you are sending is wrong means to say there is no path available between those points.