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.