In iOS 5, there is a new way to forward geocode address (converting address like 1 Infinite Loop, CA, USA to lat/lang address). More info on this is here.
Has anybody t
in swift 3.0
let pm = placemarks! as [CLPlacemark] // this is Clpmacemark let placemark = MKPlacemark.init(placemark: pm) self.mapview.addAnnotation(placemark)