I want to calculate the coordinates of a new point.
What I have: The source point coordinates, the distance (meters) and the angle
For example: I want to create a point within 100 meters and 45 degree from my source point
I use wgs84 as coordinate system. My question now is if it's possible to calculate a new point with the given attributes above and when its possible how I can do that.
I use the ArcGIS iOS SDK, but I haven't found any method in there to solve my problem.

gotofunction posted at http://gis.stackexchange.com/a/31401. – whuber Aug 22 '12 at 14:16