ArcGIS Flex API: Convert Screen Point to MapPoint

Using the ArcGIS Server Flex API, is there a way to convert mouse coordinates on a screen or control a map into spatial coordinates on a map? There seems to be functionality for converting map points to screen points, but the conversion function in the other direction seems oddly missing.

+3
source share
2 answers

I think this method should help

+3
source

hector: , . toScreen() - , .

0

Source: https://habr.com/ru/post/1715915/


All Articles