In the URL below, there are 4 waypoints and 1 draggable waypoint (Moss Vale) which changes the default routing.
I want my Python script to be able to extract:
- All the waypoints i.e. Sydney, Blacktown, Gosford, Berry (circled in black)
- All draggable waypoints i.e. Moss Vale (circled in red)from the url.
Annotated Google Maps Image for reference
For reference, how do i decode/encode the url parameters for the new google maps?
This old post tackles the similar issue but finding it hard to implement a scalable solution.