I am building a query in which I submit a business name, city, state. This is the syntax of the URL "http://dev.virtualearth.net/REST/v1/Locations?q=" & loc & "&key=" & MyBingKey
When I go to https://www.bing.com/maps and enter in the same string for "loc", it returns the correct results. When I do it through the link, the results are very incorrect. Any suggestions?