Using Mapkit to create a local searchable Map

Posted by Digital D on Stack Overflow See other posts from Stack Overflow or by Digital D
Published on 2009-10-08T07:01:18Z Indexed on 2010/04/13 0:02 UTC
Read the original article Hit count: 347

Filed under:
|
|
|

Using MapKit as a base, I'm planning on adding a map to a project with 'local search' capabilities. I think 'local search' describes the feature I want to design into the map. Here is my vision. The map is displayed on the bottom half of a view. The user's current location is highlighted by default. When the user pushes the 'search' button annotation pins drop onto the map. The search is programmatically fixed to a certain item....for example supermarkets. So supermarkets in a 5 mile radius of the user's current location will populate the map. How would I add this local search feature to the already amazing MapKit? I've learned an incredible amount as a new developer in the last few months, and look forward to learning googles...correction googols more. Thanks in anticipation.

© Stack Overflow or respective owner

Related posts about xcode

Related posts about iphone