Reverse geocode missing street name

334
1
04-27-2022 10:01 AM
DanielDormont
Occasional Contributor

Hi, I am trying to fetch certain data about an address returned by the reverseGeocode REST API Call. 

I am using ArcGIS Platform if that's relevant. Specifically I am trying to isolate the street name. For example, in this call given in the documentation: https://geocode.arcgis.com/arcgis/rest/services/World/GeocodeServer/reverseGeocode?f=pjson&featureTy...

I would expect one of the properties to have the value "Terracina Blvd" but none of them does. In the forward geocode calls, this can kind of be inferred from the "StName" and "StType" properties but those don't seem to be available in reverse geocoding. Is there a way to obtain them?

 

Thanks, Dan

Tags (1)
0 Kudos
1 Reply
ShanaBritt
Esri Regular Contributor

The reverse geocoding operation does not support returning the address components in the output like the geocodeAddresses or findAddressCandidate operations do. It is not possible to return the individual address components when reverse geocoding.

0 Kudos