I want to avoid some coordinates while using directions APIs.I have read the below blog https://code.google.com/p/gmaps-api-issues/issues/detail?id=214
Which ensures that Directions API doesn't allow if I want to avoid specific coordinate.
Then I have tried with waypoint parameter (Which allow us to get routes that include specific coordinate) with considering same source and destination:
1) First get the routes without adding waypoint
2) Get the routes by adding waypoint (Coordinate which I want to avoid)
3) Then compare results and try to remove routes from 1st step which consists by 2nd step.
But in this case, 1st step returns multiple result which passing from the same coordinate (which I want to avoid) and that results are not included by the 2nd step.
I'm fed up with this. And I need to solve this anyhow.
Anyone can help me with this? Or Some other suggestions or calculation which can help me with stuff?
Thanks,