LocationData类参考

所有成员的列表。

公有成员

(id) - initWithLocationData:

属性

double Latitude
 纬度,单位是度。
double Longitude
 经度,单位是度。
double Altitude
 高程,用高于平均海平面即海拔表示。单位是米。
double Bearing
 方位角,表示行进的方向,单位是度。正北为0,顺时针方向,值域为0-360。
double Speed
 行进速度,单位是米/秒。
NSDate * Date
 时间。

成员函数文档

- (id) initWithLocationData: (LocationData *)  locationData  

属性文档

- (double) Altitude [read, write, assign]

高程,用高于平均海平面即海拔表示。单位是米。

- (double) Bearing [read, write, assign]

方位角,表示行进的方向,单位是度。正北为0,顺时针方向,值域为0-360。

- (NSDate*) Date [read, write, assign]

时间。

- (double) Latitude [read, write, assign]

纬度,单位是度。

- (double) Longitude [read, write, assign]

经度,单位是度。

- (double) Speed [read, write, assign]

行进速度,单位是米/秒。


该类的文档由以下文件生成: