I am new to Objective-C, but have written a test app that shows me basic CLLocationManager info such as Heading, Course, Distance, Speed, Latitude and Longitude and the GPS data timeStamp info. What I need is the corresponding UTM coordinates for a given NAD83 and/or WGS84 projection including the UTM Zone letter and numeric designator (e.g. 16-T) wherer I live in northern Indiana. So, if I have : LAT: 40.410250 LON: -86.127550
I need to convert or obtain through some (hopefully) existing method the UTM Zone, Easting and Northing coordinates of a given LAT/LON coordinate.
Any help is appreciated.
Thanks... Tim