0

Is it possible to ignore specific streets in the path planning process of the google maps api? I want to build an application where specific streets can be marked as barriers and furthermore an alternative route should be offered. If not, can someone suggest an alternative to the google maps api where it's possible (for android development)?

Marcus
  • 19
  • do you want to a void some streets when you create a route for a specific destination ? is that what you are asking – Ahmad Sanie May 15 '15 at 14:13
  • yes, exactly. i.e. to avoid a route with stairs as a wheelchair user (in walking mode)... – Marcus May 15 '15 at 15:09
  • check this out: http://stackoverflow.com/questions/2440967/blacklisting-specific-roads-from-google-maps-mapquest – Ahmad Sanie May 16 '15 at 05:26

1 Answers1

1

You probably want to use the directions api and set way points in a way to avoid certain streets.

so_jin_ee
  • 802
  • 6
  • 7