Hello,
I am attempting to work with the Javscript API do the following.
Enter an address (address 1), intersect a polygon, get an address (address 2) from that polygon and route a line between the resulting points.
I am trying to find the proper functionality in the API to support this processing.
I found the routing support in the sample on the directions app at Directions | ArcGIS API for JavaScript.
There is also an example for point in polygon search at Geoprocessing - Point in polygon search | ArcGIS API for JavaScript . Is there an basic example of this functionality available?
Does anyone have any example of reading attributes from a selected feature?
Thanks for your time!