Hi,
I want to get the StreetName from "findAddressCandidates" request.
Example: An address in Belgium "Bosstraat 166, 2850 Boom" (randomly pick from geopunt.be)
http://geocode.arcgis.com/arcgis/rest/services/World/GeocodeServer/findAddressCandidates?f=json&magicKey=dHA9MCNsb2M9MjE…
I try outFields=StName, but it doesn't give my expected value.
I get "Bos" instead of "Bosstraat", how can I get "Bosstraat" in this case?
Thanks