Hi all,
I'm trying to geocode some addresses with API Geocoding, in Hana XSJS.
I made a GET request to geocode-api.arcgis.com/arcgis/rest/services/World/GeocodeServer/findAddressCandidates?<parameters>, where in the paremeters I inserted
- Token: the access token
- address: an example address ('1600 Pennsylvania Ave NW, DC')
- pjson as output format
but it seems that the request doesn't return anything. Can someone help me?