I am using OSM map in arc GIS java Runtime Application. How can I convert OSM map point to simple map points or Simple map point to OSM map points. For example
OSM map points: lat=734564 lon=312546 After conversion lon=31.54344 lat=73.157476.
You may want to start my looking at the project() method on the GeometryEngine object.
GeometryEngine (ArcGIS_Runtime_Java 10.2.4 API)
You'll need to know the spatial reference of the point from OSM and the spatial reference you want to convert the point to.