高德地图SDK(Track)  V1.4.2
AMapTrackPoint Class Reference

Point定位点类 More...

#import <AMapTrackCommonObj.h>

Inheritance diagram for AMapTrackPoint:
AMapTrackObject

Instance Methods

(NSDictionary *) - customProperties
 通过trackManagerGetCustomDictionary回调方法设置的自定义属性 More...
 
- Instance Methods inherited from AMapTrackObject
(NSString *) - formattedDescription
 返回格式化的描述信息。通用数据结构和response类型有效。 More...
 

Properties

CLLocationCoordinate2D coordinate
 Point的坐标信息 More...
 
long long locateTime
 Point的定位时间,单位毫秒 More...
 
double speed
 Point的速度信息,单位km/h. More...
 
double direction
 Point的航向信息 More...
 
double height
 Point的高度信息 More...
 
double accuracy
 Point的定位精确度 More...
 
long long createTime
 Point的上传时间,仅在从服务端检索返回时有效 More...
 

Detailed Description

Point定位点类

Method Documentation

◆ customProperties

- (NSDictionary *) customProperties

通过trackManagerGetCustomDictionary回调方法设置的自定义属性

Property Documentation

◆ accuracy

- (double) accuracy
readwritenonatomicassign

Point的定位精确度

◆ coordinate

- (CLLocationCoordinate2D) coordinate
readwritenonatomicassign

Point的坐标信息

◆ createTime

- (long long) createTime
readwritenonatomicassign

Point的上传时间,仅在从服务端检索返回时有效

◆ direction

- (double) direction
readwritenonatomicassign

Point的航向信息

◆ height

- (double) height
readwritenonatomicassign

Point的高度信息

◆ locateTime

- (long long) locateTime
readwritenonatomicassign

Point的定位时间,单位毫秒

◆ speed

- (double) speed
readwritenonatomicassign

Point的速度信息,单位km/h.


The documentation for this class was generated from the following file:
© 2017 高德信息技术有限公司 版权所有,保留所有权利。