12.2N 109.2W
Given this location, how would I find a point on a mkmapkit map? Does it have to be converted to lat/long? Little bit lost about this...
12.2N 109.2W
Given this location, how would I find a point on a mkmapkit map? Does it have to be converted to lat/long? Little bit lost about this...
The location you describe is already a latitude/longitude:
Latitude : 12.2 degrees North Longitude : 109.2 degrees West.
You can set the coordinate property on a MKAnnotation delegate to set a pin on a MKMapKit at that point.