0

I use google distance matrix api for get distance from point "a" to point "b". The problem is that I can't get an alternative routes. Google maps does not show a different(alternative) path. Only one.

I use google distance matrix api, can there be any way to get an alternative route? Maybe there is another api that will give the alternative data?

geocodezip
  • 158,664
  • 13
  • 220
  • 245
Apache
  • 11

1 Answers1

0

The distance matrix doesn't have any way to provide alternative routes. If you need alternative routes, you need to use the Directions Service.

geocodezip
  • 158,664
  • 13
  • 220
  • 245