How to search and locate (annotate) in MKMapView?
        Posted  
        
            by chaitanya
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by chaitanya
        
        
        
        Published on 2010-04-13T04:45:44Z
        Indexed on 
            2010/04/13
            5:32 UTC
        
        
        Read the original article
        Hit count: 479
        
iphone-sdk-3.0
|mkmapview
Hi,
In my application I have to search five nearest locations of "medical services" using the user current location and annotate those locations on my MKMapView.
Can any one tell me how to search with a particular keyword (eg. medical services, garages) by using user current locations and annotate onto the map and when the user taps on the annotations it should show the complete address of the locations which is annotated.
Can anyone help me in this?
© Stack Overflow or respective owner