Hi,
I wonder in esri 4, can we use 'esri/views/support/screenUtils' in my own code? I dont fidn it in the esri 4 js api docs.
Thanks,
Yang
According to the functionality matrix, there are no plans to add screenUtils. You can use the toMap and toScreen methods in both MapView and SceneView.
Hi, i have another post mention the issue I got https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/bd-p/arcgis-api-for-javascript-qu....
Basically, the toMap api doesnt support dom native mouse event, and I can use screenUtils to convert the dom mouse event to screenpoint. Do you have any ideas?
Thanks,
Yes, you can use it. However, since it's not in the documentation, that means this module can be changed or removed in a future release without any notice.