Tagged Questions
4
votes
3answers
437 views
Type of event dispatched when the user double-clicks the map
I am currently working with a drawing tool for the ESRI Flex API, and every time I double-click the mouse a map service will perform a measurement and display the length of the line that I am drawing.
...
3
votes
2answers
561 views
Measure the Length of a Line on a Map after a MOUSE_MOVE Event
One of the actions a user can perform using the ESRI Flex Viewer application is to draw a shape on a map (e.g. a line). Once the user is finished drawing the line, they will double-click the mouse ...