views:

14

answers:

0

I'm writting a web app in php that gets custom routes. Using the Google Maps API I am able to get the route from point A to point B. Now, I would like to avoid a certain point that appears along the found route.

Is that possible? Does Google Maps allow this operation or do I have to compute it by hand? If so, have you got any idea where to start from?