I have just the source and destination coordinates and I would like to plot a path between the two. Using the google maps urls that are generated by the maps website I have seen them to search and pin-point a place with names. Since I would like to just pass source and destination coordinates I have no idea how its done.
Here you can see the name of the place is passed with just one set of the coordinates. Could someone enlighten me on how I can map that to source and destination coordinates. Hence
A sample URL https://maps.google.com/maps?saddr=(SourceCoordinate)&daddr=(destinationCoordinates)&hl=en&TypeOfDirections=Walking
The last point is where I am still stuck..