Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
### GeocoderDemo ###

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

Demonstrates basic forward string geocodes and reverse coordinate geocodes. 
Also includes a distance between two placemarks calculator.

For a simple example of using forward geocoding using NSDictionary, refer to the code snippet inside ForwardViewController's "viewDidLoad" method.

===========================================================================
BUILD REQUIREMENTS:

iOS SDK 6.0 or later

===========================================================================
RUNTIME REQUIREMENTS:

iOS 5.0 or later, Automatic Reference Counting (ARC)

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

1.3 - Upgraded to use ARC, now adopts current best practices for Objective-C (including use of properties, autosynthesis, and literals).
1.2 - Upgraded to iOS 5.1 SDK, removed one memory leak, using more class extensions.
1.0 - First version.

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