var polygonInGeoCoords:Polygon = WebMercatorUtil.webMercatorToGeographic(myGraphic.geometry) as Polygon;
Daniel,Check out the WebMercatorUtil class. It should help you.There is a sample linked on the page also..https://developers.arcgis.com/en/flex/api-reference/index.html?com/esri/ags/utils/WebMercatorUtil.html&com/esri/ags/utils/class-list.htmlIf that does not work you are going to have to 'project' the geometry using a Geometry Service...Drew
Glad to hear it worked out.If you don't mind, please mark the thread as answered. That way it will help others know there is a solution to the question.Drew
Les membres connectés peuvent publier, suivre les mises à jour, et plus encore. Nouveau ici ? Inscrivez-vous gratuitement.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.