Hello,
I am using reverse geocoding function with the geocoder outside of Esri. However, I realized that my credits got really low (spent over 40) for the last couple of days while I was testing reverse geocoding. I thought reverse geocoding won't charge any credits unless I am using Esri geocoder. Can someone explain me where all charges come from? I did test less than 30 times, and the status says I used it for over 1,000 locations. I also set up this using Integromat so that I can be used during offline too.
This is my current reverse geocoding syntax that I am using. I created it based on Survey123 for ArcGIS: Advanced Topics. https://www.esri.com/content/dam/esrisites/en-us/about/events/media/UC-2019/technical-workshops/tw-6328-1002.pdf
pulldata("@geopoint", ${geometry}, "reversegeocode.properties.fullAddress", "https://....?",${pointLongLat})
I need to put "point=x,y" at the end as a parameter so I calculated it as 'pointLongLat'.Do I still include anything that uses Esri geocoder?