Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
MapSearch

===========================================================================
DESCRIPTION:

Demonstrates how to programmatically search for map-based addresses and points of interest using the MKLocalSearch class.  It initiates a search for map-based content using a natural language string.  A user can type "coffee", press search and it will find all the coffee places nearby.  The places found are centered around the user's current location. Once the search results have been found, the sample shows various ways to display the results.  It demonstrates how to use MKLocalSearchCompletionHandler and populate the UITableView with the search results.  

Each found place can be viewed in it's own MKMapView to show a single annotation or a cluster of annotations describing the search results.

===========================================================================
BUILD REQUIREMENTS

iOS SDK 6.1

===========================================================================
RUNTIME REQUIREMENTS

iOS 6.1 or later, uses Automatic Reference Counting (ARC)

===========================================================================
CHANGES FROM PREVIOUS VERSIONS

Version 1.0 - First Release


===========================================================================
Copyright (C) 2013 Apple Inc. All rights reserved.