Hi @ETSDGCS
I am no longer able to repro using https://www.bing.com/api/maps/sdkrelease/mapcontrol/isdk/autosuggestui . Can you please validate that this is fixed for you as well?
Sincerely,
IoTGirl
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Autosuggest results are bringing back census-designated places (CDPs). Since these are not actual cities, they are causing data validation issues in our data audits from our state department (South Carolina)
for example:
955 E Lee results in (see attachment) . Wade Hampton is not an actual city/town. It's a census designated place. (you can see such places by looking this CDP up via https://edits.nationalmap.gov/apps/gaz-domestic/public/search/names)
Can Autosuggest results exclude these localities that are not actual cities? or can a parameter be added to enable excluding them? Other CDPs we've encountered in our area: Berea, Five Forks, Gantt, Parker and Sans Souci, Wade Hampton and Welcome
example code:
$.ajax({
method: 'post',
dataType: 'jsonp',
jsonp: 'jsonp',
url: 'https://dev.virtualearth.net/REST/v1/Autosuggest',
data: {
key: "our key",
query: request,
includeEntityTypes: 'Address',
userLocation: "[our location]",
userMapView: [our map],
maxResults: 10,
userRegion: 'US',
countryFilter: 'US'
},
Hi @ETSDGCS
I am no longer able to repro using https://www.bing.com/api/maps/sdkrelease/mapcontrol/isdk/autosuggestui . Can you please validate that this is fixed for you as well?
Sincerely,
IoTGirl
No, it's still not fixed. still showing through the API call and on bing maps website.