Does it act like ESRI world geocoding service and use credits when it is used in a Leaflet map?.
I've just begun experimenting with ESRI Leaflet:
https://developers.arcgis.com/esri-leaflet/geocode-and-search/search-for-an-address/
Solved! Go to Solution.
https://www.arcgis.com/home/item.html?id=305f2e55e67f4389bef269669fc2e284
My understanding is the search is free (possibly limited by volume but can't find anything).
If you want to batch geocode, then it incurs credits and you need to setup an API key etc.
So Leaflet 'search' is fine, but a geocoding tool or widget would use credits.
https://www.arcgis.com/home/item.html?id=305f2e55e67f4389bef269669fc2e284
My understanding is the search is free (possibly limited by volume but can't find anything).
If you want to batch geocode, then it incurs credits and you need to setup an API key etc.
So Leaflet 'search' is fine, but a geocoding tool or widget would use credits.
Thanks for the links. On the Github page it directs you to the Pricing tab of ArcGIS Developer. There it sounds as if both geocoding services are treated as one and the same?
Same service, but I interpret it as if you store the results or not. More on the dev documentation for that but the pricing is here:
https://developers.arcgis.com/pricing/
I read that as you get 20,000 free searches, but if you were storing the results (geocoding) it'll incur credits from the get go.
So in line with original comments. Free, unless you geocode, and it appears they have some limits in place to mitigate abuse of the free search mechanism.