Direction by coordinates

Hello,


i want to calculate directions also with waypoints. I already have the coordinates of the starting point, end point and waypoints. 

How can i use the coordinates to calculate the directions instead of the adress.

It is a matter of google costs. Because giving the adress would probably call the geocoding api and make it more expensive.

Thanks
Theo

Hi,


Please note that there is an overload available for the GetDirections call that accepts Latitude/Longitude coordinates for starting/end point.
The WayPoints parameter can be used to provide a list of waypoints as an address as well as coordinates.
The langitude/longitude values should be separated by a comma.

Example: 

48.85904,2.294297