Reverse Geocoding result with Street Intersections

432
0
12-06-2019 04:51 PM
MaazaMekuria
Occasional Contributor

I am not sure if the libraries I am using are older, but I am getting an error when using the featureTypes qulaifier in the Python API geoding command below     arcgis.geocoding.reverse_geocode(begcoord,distance=intersearch,featureTypes=StreetInt)  The documentation (reverseGeocode—ArcGIS REST API: World Geocoding Service | ArcGIS for Developers ) says that I should use featureTypes as "return_intersection=True" is being phased out. but it does not work at this time for me.  What can I do?   It gives me the right result with this command 

arcgis.geocoding.reverse_geocode(begcoord,distance=intersearch,return_intersection=True)

0 Kudos
0 Replies