Is it possible to have custom avoidance details for Google Maps API? -


google maps api allows avoid tolls, ferries, , other such common annoyances. there way have routing engine avoid specific places? want take list of places places api , create route avoids them ... sort of opposite of waypoints.

possible? or need write own algorithm this?

it's yes/no. either routing engine can take info (show me how), or can't. apparently answer "no, can't" according comment below , solved.

feature request in issue tracker:


Comments

Popular posts from this blog

sql server - Cannot query correctly (MSSQL - PHP - JSON) -

php - trouble displaying mysqli database results in correct order -

C++ Linked List -