maps-api-for-javascript-examples icon indicating copy to clipboard operation
maps-api-for-javascript-examples copied to clipboard

avoid multiple areas in v8 route api

Open bocek opened this issue 3 years ago • 2 comments

Hi Guys,

i couldnt find a way to avoid multiple bbox areas in new version 8 route api. it says use avoid[areas] but i could only achieve to give one bbox area, i couldnt find a way to give multiple areas. Do you have any idea how to achieve this ?

bocek avatar Jul 23 '21 10:07 bocek

Can you specify what are you trying to query in the URL?

kiner-shah avatar Oct 19 '21 10:10 kiner-shah

Here is the proper format for avoid[areas] parameter with multiple bboxes.

avoid[areas]=bbox:13.295817,52.539346,13.330149,52.560222|bbox:13.335127,52.530261,13.36946,52.551142

vadym1930 avatar Dec 13 '22 13:12 vadym1930