In my web app, I have 5 different boundaries as a feature layer. Each boundary layer represents a geographical location, for instance, I have a specific region of Birmingham, Philadelphia, North Carolina. I want to create dropdowns where if I select Birmingham, the map zooms into the boundary (feature layer) of Birmingham. I am using ArcGIS API for JavaScript 3.x. I looked at the sample of DataAdapterFeatureLayer but could not figure it out.
What would be the possible easy ways to achieve that?
Thanks,