Core Server Layer中Core Location学习心得

来源:互联网 发布:数据库原理的定义 编辑:程序博客网 时间:2024/05/24 22:45

本来想好好学习的.结果ios6出来了.索性先暂停,等ios6的sdk出来看看在说.还有个CLRegion没有测试.


这章的类有 

CLGeocoder  地址解析

CLHeading    磁场方向

CLLocation    地址定位

CLLocationManager   地址管理类

CLPlaceMark 位置解析

CLRegion       区域


总的来说关于Core Location定位的使用.

是以CLLocationManager为主.

CLLocationManager 管理了3部分内容.


1:CLLocation 地址定位

2:CLHeading 磁场方向...不知道如何翻译是好

3:CLRegion   区域管理


基本上 CLLocation,CLHeading,CLRegion都不需要自己管理.

而是通过CLLocationManagerDelegate的委托方法接收后处理.


具体关于使用方法.可以见前面的几篇内容.