According to Google route API, it is possible to get routes from location A to location B
For example : Paris (France) to Lille (France) :
With route given by the API, is it possible to define some waypoints automatically ?
Indeed, I dont want to define my own waypoints on the route, but I want dynamically put some waypoints each 20km on the route given (to get Lat and Lng)
According to the documentation of API, there is no indication for that.