I am able to place annotations on my MKMapView by using latitude and longitude, however, my feed coming in that I need to use location for is using street addresses instead of Lat and Long. e.g 1234 west 1234 east, San Francisco, CA …
Would this have something to do with the CLLocationManager?
Has anyone attempted this before?
Based on psoft‘s excellent information, I was able to achieve what I was looking for with this code.