I have used `AGSGeometryWebMercatorToGeographic` and `
AGSGeometryGeographicToWebMercator` to convert from web mercator to geographic in runtime Sdk 10.x. But its not in runtime sdk 100.x. How can i get this functionalities?
Regards,
You can use AGSGeometryEngine's projectGeometry:toSpatialReference: method to project a geometry. You can pass AGSSpatialReference's webMercator or WGS84 method to set the desired spatial reference.
Hope this helps!
Regards,
Nimesh