-1
votes
0answers
33 views

Get attributes and geometry from a feature and convert it to a graphic in JavaScript

How can I get the attributes of a selected data (wfst) and push it into a grid? Can I convert this selected feature to a graphic? Any idea?
0
votes
1answer
127 views

Limit Geocode results based on application extent?

I am creating an Esri Flex API application (not the viewer), and have been creating a tool to use the World Places Locator. For now, I am just zooming to the top scoring candidate returned. If you ...
3
votes
6answers
319 views

Drive Times issue with Rendering Graphics

I am trying to consume the Esri Drive times geoprocessing service within a Flex application, based around the v2.2 Flex API. I have seen the sample on how to do this. - However, mine is a bit more ...
3
votes
4answers
406 views

ESRI Javascript API: Return to the Map Extent you were at when you use browser back button

Can anyone give me some pointers (code would be helpful) on how to go back to the extent a user was at after they have navigate away and clicked the back button? So I'm viewing a map at X extent I ...