Select to view content in your preferred language

World Geocoding Service Suggest not returning correct result due to missing street segment

293
0
07-01-2022 10:17 AM
RomanChueh
New Contributor III

I am looking to geocode address, 1003 White Birch Ln, Oxford, CT 06478, but because  this street is not available in the Esri Street data set, I am not getting the correct result.   Where can I file a report for trying to get data street data updated?

Google Map vs Esri Street Data

RomanChueh_0-1656695281239.png

 

Esri World Geocoder Suggest Request:

https://geocode.arcgis.com/arcgis/rest/services/World/GeocodeServer/suggest?maxSuggestions=4&text=10...

Result:

{
 "suggestions": [
  {
   "text": "1003 White Birch Ct NW, Oronoco, MN, 55960, USA",
   "magicKey": "dHA9MCNsb2M9MzI4MzEyMiNsbmc9MzQjaG49MTAwMyNsYnM9MTA5OjU4NjEwOTU1",
   "isCollection": false
  },
  {
   "text": "1003 White Birch Ln, Brookshire, TX, 77423, USA",
   "magicKey": "dHA9MCNsb2M9NDM1NTc3I2xuZz0zNCNobj0xMDAzI2xicz0xMDk6NTg2MTA5NjY=",
   "isCollection": false
  },
  {
   "text": "1003 White Birch Ln, Grundy, VA, 24614, USA",
   "magicKey": "dHA9MCNsb2M9NDQwOTQ5MSNsbmc9MzQjaG49MTAwMyNsYnM9MTA5OjU4NjEwOTY2",
   "isCollection": false
  },
  {
   "text": "1003 W White Birch Ct, Lake City, MI, 49651, USA",
   "magicKey": "dHA9MCNsb2M9MzUwODE4OCNsbmc9MzQjaG49MTAwMyNsYnM9MTA5OjQzNzcyMDgy",
   "isCollection": false
  }
 ]
}

 

Thanks

Roman

0 Kudos
0 Replies