CurrentAddress
| Last Revision: | Version 1.3, 2012-12-10 Upgraded to use CLGeocoder, now using Automatic Reference Counting (ARC) and Storyboards. (Full Revision History) |
| Build Requirements: | iOS 6.0 SDK |
| Runtime Requirements: | iOS 5.0 or later |
Demonstrates basic use of MapKit, displaying a map view and setting its region to current location.
It makes use of the CLGeocoder class that provides services for converting your map coordinate (specified as a latitude/longitude pair) into information about that coordinate, such as the country, city, or street. A reverse geocoder object is a single-shot object that works with a network-based map service to look up placemark information for its specified coordinate value. To use placemark information is leverages the MKPlacemark class to store this information.
© 2012 Apple Inc. All Rights Reserved. (Last updated: 2012-12-10)