Geocode Dead End Intersections

693
1
01-24-2017 06:57 AM
ChristopherGraff
New Contributor III

Maybe (hopefully) simple but is there a way to setup a Locator to geocode a dead-end intersection? So if the input string was "Main St & Dead End" it would geocode the Main St line segment with no intersecting street? I understand this could end in many "ties" and I'm okay with that.

Thanks,

-chris

0 Kudos
1 Reply
MatthewChaffin
New Contributor

Hi Chris,

Disconnected intersections are now supported by the ArcGIS Online World Geocoding Service:

Dead-end intersection

REST request:

http://geocode.arcgis.com/arcgis/rest/services/World/GeocodeServer/findAddressCandidates?SingleLine=... 

You can find more details in the developer documentation:

findAddressCandidates—ArcGIS REST API: World Geocoding Service | ArcGIS for Developers 

Matt