第十节 在程序中使用GPS--学学习网
学学习网
首页 SEO SEM 网络营销 Internet web开发 应用开发 数据库 设计工具 淘宝开店 联系指导

简单地介绍一下GPS的使用方法。使用GPS大致分下面两步。

添加CoreLocation.framework。

生成CLLocationManager 测量位置。

测试代码如下:

// LocationViewCtrl.h

#import <UIKit/UIKit.h>

#import <CoreLocation/CoreLocation.h>

@interface LocationViewCtrl : UIViewController <CLLocationManagerDelegate>{

CLLocationManager *man;

}

@property(nonatomic, retain) CLLocationManager *man;

@end

LocationViewCtrl.m

#import "LocationViewCtrl.h"

大娃小哇母婴童生活馆