Robert,
I'd like to implement functionality in this widget so the user can input an address, and I will run a geoprocessing buffer on the address they input, and then create a report for their input address. Can you provide me any guidance for this?
Workflow as follows:
1. User inputs address
2. Geocode address and pass those X,Y coordinates to a buffer function.
3. Use the buffer to analyze what is in the buffer such as parcels that intersect the buffer and create a report showing all parcels intersecting the 100 foot buffer.
I see I can use your buffer widget as input to the eSearch for a graphical search, but I'd like to minimize the steps so the user just inputs and address, and it zooms to the predefined buffer distance and pops up with a report.