I am able to follow along with the example of geocoding using the ArcGIS Online geocode service. I would like to do something similar with my local address locator for offline geocoding. I assume this is possible as this functionality is available in the search/locate tool that is part of ArcGIS pro. Any help appreciated.
Thanks
Mike
Mike, what have you ruled out in the help topic(s) on geocoding?
HI Dan:
My problem is that those tools are not accessible from the API. I will play around with building a custom python tool but i fear it will be less responsive than i like.
Mike, can you list the functions (find candidates, geocode (single and batch), reverse geocode, get suggestions etc.) that you are looking for? If you have a geocode service these things are already available via the REST API. Do you need these functions with a file-based locator without standing up a service?
My understanding is the rest api requires a service so not available offline/arcgis server. What I would like to be able to do is to read in my custom locator and then simply use it without the latency or expense of a service.
Mike can you describe your workflow, for example the type of fieldwork that is happening off-line.
The Tasks framework has plans for en embedded control for example that may satisfy your requirement.
I have a couple of workflows, not field related. More LOB where i am geocoding to parcel centroids.