_Moving this issue from GeoCoder unable to find certain addresses · Issue #342 · CesiumGS/cesium-ion-rest-api-examples · GitHub
The geocoder tool is unable to find addresses that exist within Google maps, and yet is able to find addresses nearby. For example:
1300 Martin Luther King Jr Dr, Allentown PA, USA cannot be found, and no results are returned even from within the same city. This is the address of the county water filtration plant.
Here is an image of the returned results:
1350 Martin Luther King Jr Dr, Allentown PA, USA does work with the GeoCoder as expected, and the autocomplete quickly identifies it.
This is only one example but I’ve encountered numerous other address omissions in long developed areas, is this due to incomplete data in the geocoder geoJSONs or is there a way to allow nearby number addresses to be included in search results if they are relevant. It seems to me that the search should be weighted country, state, street, number to provide the most accurate results given incomplete data in the database.