Search and display buisness locations on MKMapView

Posted by jmurphy on Stack Overflow See other posts from Stack Overflow or by jmurphy
Published on 2009-10-29T00:08:31Z Indexed on 2010/03/12 12:37 UTC
Read the original article Hit count: 621

Hello,

I'm trying to find a way to search for a business, such as "grocery stores" and display them on a google map around the users current location. This used to be pretty simple with the old URL style of launching the apple map location but I can't find out how to do it with the MKMapView. I understand that I'll need to use the MKAnnotations classes but my problem is with finding the data. I've tried plugging in the URL below to get the info from google but the size of the data seems way too large.

http://maps.google.com/maps?q=grocery&mrt=yp&sll=37.769561,-122.412844&z=14&output=kml

Is there an easy way to just set a property that tells the MKMapView to search for a keyword and display all matching business around my current location? Or does anybody know how to get this information from google?

© Stack Overflow or respective owner

Related posts about mkmapview

Related posts about google