I have a web application with geocoded addresses. I would like to be able to click on an address within that application, and have ArcMap 10 respond by panning the map to the corresponding location.
Is there some sort of API or Python script that could accomplish this task? I imagine my application would work similarly to Skype, and have a link to an address like:
arcgis://46.52,-84.46
where arcgis is the application, and 46.52,-84.46 are the coordinates to pan to.
I may be reaching pretty far here, but perhaps someone has tried to do this before.