Core Location and UISearch bar
I would like to develop an iPhone application and I have a problem witch is:
- a have a web services witch deliver for me the longitude an altitude of my objects.
- a would like to use a search bar and a map, when I tape for example Paris, I woul开发者_运维技巧d like to see all my objects in the map.
Is this possible to do? If YES how I can proceed?
- Store your objects from the webservice.
- Search for a location.
- Display the search location in the map.
- To show annotations in the map with your objects, see how-do-i-determine-if-a-coordinate-is-in-the-currently-visible-map-region
精彩评论