CurrentAddress

所属分类:GPS编程
开发工具:Objective-C
文件大小:8313KB
下载次数:2
上传日期:2015-03-16 17:28:34
上 传 者tauruswangxiaozhen
说明:  苹果手机获取当前地址的实例代码, 手机GPS 定位数据, 中国大陆苹果使用的是高德地图, 百度地图后续更新中。
(iphone IOS8 , get current address sample, use the gps position on GAODE map)

文件列表:
CurrentAddress (0, 2015-03-16)
CurrentAddress\.DS_Store (6148, 2015-03-16)
__MACOSX (0, 2015-03-16)
__MACOSX\CurrentAddress (0, 2015-03-16)
__MACOSX\CurrentAddress\._.DS_Store (120, 2015-03-16)
CurrentAddress\Classes (0, 2013-09-05)
CurrentAddress\Classes\AppDelegate.h (2649, 2013-09-05)
CurrentAddress\Classes\AppDelegate.m (2525, 2013-09-05)
CurrentAddress\Classes\MapViewController.h (2646, 2013-09-05)
CurrentAddress\Classes\MapViewController.m (4456, 2013-09-05)
CurrentAddress\Classes\PlacemarkViewController.h (2693, 2013-09-05)
CurrentAddress\Classes\PlacemarkViewController.m (5114, 2013-09-05)
CurrentAddress\CurrentAddress-Info.plist (1132, 2013-08-29)
CurrentAddress\CurrentAddress.xcodeproj (0, 2014-11-23)
CurrentAddress\CurrentAddress.xcodeproj\project.pbxproj (18254, 2013-08-29)
CurrentAddress\CurrentAddress.xcodeproj\project.xcworkspace (0, 2014-11-23)
CurrentAddress\CurrentAddress.xcodeproj\project.xcworkspace\contents.xcworkspacedata (159, 2014-11-23)
CurrentAddress\CurrentAddress.xcodeproj\project.xcworkspace\xcuserdata (0, 2014-11-23)
CurrentAddress\CurrentAddress.xcodeproj\project.xcworkspace\xcuserdata\xiaozhenou.xcuserdatad (0, 2014-11-23)
CurrentAddress\CurrentAddress.xcodeproj\project.xcworkspace\xcuserdata\xiaozhenou.xcuserdatad\UserInterfaceState.xcuserstate (7232, 2014-11-23)
CurrentAddress\CurrentAddress.xcodeproj\xcuserdata (0, 2014-11-23)
CurrentAddress\CurrentAddress.xcodeproj\xcuserdata\xiaozhenou.xcuserdatad (0, 2014-11-23)
CurrentAddress\CurrentAddress.xcodeproj\xcuserdata\xiaozhenou.xcuserdatad\xcschemes (0, 2014-11-23)
CurrentAddress\CurrentAddress.xcodeproj\xcuserdata\xiaozhenou.xcuserdatad\xcschemes\CurAddress.xcscheme (3187, 2014-11-23)
CurrentAddress\CurrentAddress.xcodeproj\xcuserdata\xiaozhenou.xcuserdatad\xcschemes\xcschememanagement.plist (482, 2014-11-23)
__MACOSX\CurrentAddress\._CurrentAddress.xcodeproj (152, 2014-11-23)
CurrentAddress\CurrentAddress_Prefix.pch (2677, 2013-09-05)
CurrentAddress\Default-568h@2x.png (2976, 2013-08-29)
CurrentAddress\Default.png (713, 2013-08-29)
CurrentAddress\Default@2x.png (2527, 2013-08-29)
CurrentAddress\DerivedData (0, 2014-11-23)
CurrentAddress\DerivedData\CurrentAddress (0, 2014-11-23)
CurrentAddress\DerivedData\CurrentAddress\Build (0, 2014-11-23)
CurrentAddress\DerivedData\CurrentAddress\Build\Intermediates (0, 2014-11-23)
CurrentAddress\DerivedData\CurrentAddress\Build\Intermediates\CurrentAddress.build (0, 2014-11-23)
CurrentAddress\DerivedData\CurrentAddress\Build\Intermediates\CurrentAddress.build\Debug-iphoneos (0, 2014-11-23)
CurrentAddress\DerivedData\CurrentAddress\Build\Intermediates\CurrentAddress.build\Debug-iphoneos\CurAddress.build (0, 2014-11-23)
CurrentAddress\DerivedData\CurrentAddress\Build\Intermediates\CurrentAddress.build\Debug-iphoneos\CurAddress.build\build-state.dat (72579, 2014-11-23)
CurrentAddress\DerivedData\CurrentAddress\Build\Intermediates\CurrentAddress.build\Debug-iphoneos\CurAddress.build\CurAddress-all-target-headers.hmap (793, 2014-11-23)
CurrentAddress\DerivedData\CurrentAddress\Build\Intermediates\CurrentAddress.build\Debug-iphoneos\CurAddress.build\CurAddress-generated-files.hmap (121, 2014-11-23)
... ...

Current Address =========================================================================== ABSTRACT Demonstrates basic use of MapKit with CLGeocoder, 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. =========================================================================== 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. =========================================================================== BUILD REQUIREMENTS iOS 7.0 SDK =========================================================================== SYSTEM REQUIREMENTS iOS 6.1 or later =========================================================================== Copyright (C) 2009-2013 Apple Inc. All rights reserved.

近期下载者

相关文件


收藏者