Quote:
Originally Posted by ebender001
if you already have the lat/long data, just pass those (look at CLLocation class and related) to a new view controller with a map view (look at MKMapView class and related). Insanely easy.
Ed
|
In the XML file I have three fields: longitude, latitude and coordinates where in this last one is filled also with: longitude, latitude, height
I will take a look to the class you are referring about.
Thank you