You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I really like your gem for dealing with the MapQuest API calls. I am trying MapQuest::Services::Directions and have a need to set the avoids option. The API says it's a string collection, so I thought I could do this
but my request ends with an error message claiming that invalid value for parameter 'avoid' and valid options are: [toll road, unpaved, ferry, limited access, approximate seasonal closure, country border crossing]. How do I pass such a string collection to avoids option?
Thanks,
Alex
The text was updated successfully, but these errors were encountered:
Hi,
I really like your gem for dealing with the MapQuest API calls. I am trying MapQuest::Services::Directions and have a need to set the avoids option. The API says it's a string collection, so I thought I could do this
but my request ends with an error message claiming that invalid value for parameter 'avoid' and valid options are: [toll road, unpaved, ferry, limited access, approximate seasonal closure, country border crossing]. How do I pass such a string collection to
avoids
option?Thanks,
Alex
The text was updated successfully, but these errors were encountered: