### 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 8.0 or later |
|
=========================================================================== |
RUNTIME REQUIREMENTS: |
|
iOS 7.0 or later, Automatic Reference Counting (ARC) |
|
=========================================================================== |
CHANGES FROM PREVIOUS VERSIONS: |
|
2.1 - Upgraded for iOS 8 SDK, replaced deprecated APIs. |
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-2014 Apple Inc. All rights reserved. |