Bing Rest API: addressLine Not in response line

Bob Dole 6 Reputation points
2022-09-19T19:37:31.577+00:00

No matter what I do, The address line does not show up in my results

It showed up a few weeks ago and I didn't change anything since then.
I have tried including and replacing strictMatch with:

  • include=queryParse
  • include=addressLine
  • include=streetAddress

My url is
https://dev.virtualearth.net/REST/v1/Locations?adminDistrict=Washington&locality=Redmond&postalCode=98052&addressLine=1%20Microsoft%20Way&maxResults=1&strictMatch=1&key={my api Key)

My results now only includes:
"address":{
"adminDistrict":"WA",
"adminDistrict2":"King County",
"countryRegion":"United States",
"formattedAddress":"98052, WA",
"locality":"Redmond",
"postalCode":"98052"
},

How do I get it to start showing up?

Azure Maps
Azure Maps
An Azure service that provides geospatial APIs to add maps, spatial analytics, and mobility solutions to apps.
832 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.