CurrentAddress

所属分类:操作系统开发
开发工具:Objective-C
文件大小:102KB
下载次数:1
上传日期:2013-12-17 10:51:35
上 传 者uiqqqyyy
说明:  目前的地址,精选ios编程学习源码,很好的参考资料。
(Present address, select learning IOS programming source code, a good reference.)

文件列表:
Classes (0, 2011-11-30)
Classes\AppDelegate.h (2824, 2010-01-22)
Classes\AppDelegate.m (2840, 2010-01-22)
Classes\MapViewController.h (3029, 2010-01-22)
Classes\MapViewController.m (3966, 2010-01-22)
Classes\PlacemarkViewController.h (2875, 2010-01-22)
Classes\PlacemarkViewController.m (5382, 2010-01-22)
CurrentAddress-Info.plist (909, 2009-12-24)
CurrentAddress.xcodeproj (0, 2011-11-30)
CurrentAddress.xcodeproj\project.pbxproj (13850, 2011-03-16)
CurrentAddress.xcodeproj\WT.mode1v3 (39838, 2011-03-16)
CurrentAddress.xcodeproj\WT.pbxuser (3071, 2011-03-16)
CurrentAddress_Prefix.pch (2677, 2010-01-22)
Default.png (72625, 2009-12-24)
en.lproj (0, 2011-11-30)
en.lproj\MainWindow.xib (19875, 2009-12-24)
en.lproj\MapViewController.xib (22549, 2009-12-24)
en.lproj\PlacemarkViewController.xib (21989, 2009-12-24)
main.m (2732, 2010-01-22)

Current Address =========================================================================== ABSTRACT Demonstrates basic use of MapKit, displaying a map view and setting its region to current location. It makes use of the MKReverseGeocoder 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. Important: The MapKit framework uses Google services to provide map data. Use of this class and the associated interfaces binds you to the Google Maps/Google Earth API terms of service. You can find these terms of service mentioned in the header section of "MKMapView.h". =========================================================================== DISCUSSION The MapViewController class and MapViewController.xib encapsulate all the interactions with the map view. These files are a good place to start to see how to set the region and map type of an MKMapView object. =========================================================================== SYSTEM REQUIREMENTS iPhone OS 3.0 =========================================================================== PACKAGING LIST AppDelegate Configures the Core Data persistence stack and displays the application window. MapViewController Controls the map view, sets the map type, and sets the region according to the selected place. WorldCitiesListController Displays the list of WorldCities and allows them to be added, edited, and selected for display in the map view. WorldCities Contains the data for a world city object. WorldCityEditingController Used for adding and editing world cities. =========================================================================== CHANGES FROM PREVIOUS VERSIONS 1.0 Initial version published. =========================================================================== Copyright (C) 2009 Apple Inc. All rights reserved.

近期下载者

相关文件


收藏者