Bing Maps Autosuggest is including census-designated places (CDP) as cities (locality)

ETSDGCS 5 Reputation points
2023-09-21T17:03:12.8+00:00

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

2023-09-21_12-04

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'
    },

image (6)

Windows Maps
Windows Maps
A Microsoft app that provides voice navigation and turn-by-turn driving, transit, and walking directions.
245 questions
{count} votes

2 answers

Sort by: Most helpful
  1. IoTGirl 2,976 Reputation points Microsoft Employee
    2023-10-17T16:17:42.0733333+00:00

    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


  2. ETSDGCS 5 Reputation points
    2024-04-02T14:56:40.1033333+00:00

    No, it's still not fixed. still showing through the API call and on bing maps website.