百度鹰眼iOS SDK 类参考
BTKQueryTrackLatestPointRequest类 参考

查询某entity终端实体的实时位置的请求信息类 更多...

#import <BTKQueryTrackLatestPointRequest.h>

类 BTKQueryTrackLatestPointRequest 继承关系图:
BTKAPIBaseRequest

构造函数

(instancetype) - initWithEntityName:processOption:outputCootdType:serviceID:tag:
 
- 构造函数 继承自 BTKAPIBaseRequest
(instancetype) - initWithServiceID:tag:
 

属性

NSString * entityName
 
BTKQueryTrackProcessOptionprocessOption
 
BTKCoordType outputCoordType
 
- 属性 继承自 BTKAPIBaseRequest
NSUInteger serviceID
 
NSUInteger tag
 

详细描述

查询某entity终端实体的实时位置的请求信息类

查询某entity终端实体的实时位置时,请求信息通过此类设置

函数文档

◆ initWithEntityName:processOption:outputCootdType:serviceID:tag:()

- (instancetype) initWithEntityName: (NSString *)  entityName
processOption: (BTKQueryTrackProcessOption *)  processOption
outputCootdType: (BTKCoordType)  outputCoordType
serviceID: (NSUInteger)  serviceID
tag: (NSUInteger)  tag 

构造方法

参数
entityNameentity名称
processOption纠偏选项
outputCoordType返回的坐标类型
serviceID轨迹服务的ID
tag请求标志
返回
查询某entity的实时位置的请求对象

属性说明

◆ entityName

- (NSString*) entityName
readwritenonatomiccopy

需要查询的entity的名称,必填,必须为非空字符串。

◆ outputCoordType

- (BTKCoordType) outputCoordType
readwritenonatomicassign

返回的坐标类型,选填。 该字段用于控制返回结果中的坐标类型。 只允许设置为百度经纬度或者国测局经纬度。 该参数仅对国内(包含港、澳、台)轨迹有效,海外区域轨迹均返回 wgs84坐标系。

◆ processOption

- (BTKQueryTrackProcessOption*) processOption
readwritenonatomicstrong

纠偏选项,选填。 若设置此选项,则使用开发者指定的选项进行纠偏。 如果不设置,或者值为nil,将使用默认的纠偏选项:去燥、不绑路、不过滤噪点、交通方式为驾车。


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