I am making a basic JavaFX Map application with Arcgis runtime version 100.3.0. One feature of the application is to display the longitude and latitude information when the mouse is clicked on a certain point on the map. I have looked around for support a lot on Arcgis forum and Javadoc but all methods were taking long lat information as arguments and none were returning them. Is there a possible way to get this information through Arcgis runtime?
I am totally new to GIS programming, so I am sorry if the question is immature.
Thank-you.