How do I take a pair of latitude,longitude floats and get the MKMapView to drop a pin and display th
- by Frank Vales
Hi,
Given a pair of floats for latitude and longitude, and a MapView, how do I get the MapView to drop a pin in the location and "zoom" the screen to display the location?
I've read through some of the SO posts and they all seem to be about specific aspects of this, but I haven't been able to "put them together" in my head.
Thanks very much!…