views:

235

answers:

3

Using the ArcGIS Server Flex API, is there a way to convert mouse coordinates on the screen or the a map control to spatial coordinates in the map? It seems like there's functionality to convert map points to screen points, but a function for converting in the other direction seems weirdly absent.

+3  A: 

I think this method should help

geowa4
A: 

i need hepl to convert arcgis server to mappoint

hector
You should ask this as a question.
Dan Monego
A: 

hector: You really should ask this as a question, or you could look into the documentation. Method toScreen() is just what you want.

dond