I'm attempting to allow my users to select a specific feature from a list, and have my app zoom to that feature. (These are polygon features.)
The problem is retrieving the list of features. Since the layer I'm using to display these features has three different source services (one each for elementary, middle, and high schools), I need to have the list reflect the currently loaded source service. I can't seem to bind to the layer itself.
Am I going about this the wrong way?