I am following this sample to show coordinates on mouse move. The spatial reference of my map is 32642 and that is to be converted to 4326.I looked for Web Mercator class to do this, but it converts 102100 to 4326.
I cannot use geometry service on this event.So, can any body please let me know which approach should I take to project/convert my coordinates to geographic? That way, I can display Lat-Long or decimals on mouse move event.