var eastnorth:MapPoint = map.toMapFromStage(event.stageX, event.stageY);
eastnorth.spatialReference = new SpatialReference(28351);
Solved! Go to Solution.
Also if you are good at geometry then you can do the reprojection calculations clientside by writing all the geometry code yourself to do the conversion from what ever WKID you map is in to your desired coordinates. I personally am not a math genious so can not guide you in any of this, but it may be what the people at the site you posted did.
Also if you are good at geometry then you can do the reprojection calculations clientside by writing all the geometry code yourself to do the conversion from what ever WKID you map is in to your desired coordinates. I personally am not a math genious so can not guide you in any of this, but it may be what the people at the site you posted did.