forked from eway2012/SampleCode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathReadMe.txt
More file actions
28 lines (18 loc) · 1 KB
/
ReadMe.txt
File metadata and controls
28 lines (18 loc) · 1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
### 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:
Xcode 4.3 or later, Mac OS X 10.7.x or later, iOS SDK 5.1 or later
===========================================================================
RUNTIME REQUIREMENTS:
iOS 5.0 or later.
===========================================================================
CHANGES FROM PREVIOUS VERSIONS:
1.2 - Upgraded to iOS 5.1 SDK, removed one memory leak, using more class extensions.
1.0 - First version.
===========================================================================
Copyright (C) 2011-2012 Apple Inc. All rights reserved.