AutoSDK
500
|
路线还原,支持linkid还原,请求参数 更多...
Public 成员函数 | |
GWsShieldNavigationRoutepathrestorationRequestParam () | |
构造函数 更多... | |
![]() | |
BLRequestBase () | |
构造函数 更多... | |
BLRequestBase (@EGAOSREQUESTTYPE.EGAOSREQUESTTYPE1 int mEAosRequestTypeLiteObj, @EGPROTOCOL.EGPROTOCOL1 int mEReqProtolLiteObj, @EGHTTPREQMETHOD.EGHTTPREQMETHOD1 int mEReqMethodLiteObj, long mTimeOutLiteObj, long mGroupLiteObj) | |
拷贝构造函数 更多... | |
Public 属性 | |
String | type |
名称: type; 含义: 请求类型,如:phone_car_share, basic; 是否必须: 否; 缺省值: 不允许缺省; 是否为签名字段: false; 更多... | |
String | encoder_version |
名称: encoder_version; 含义: 1:默认为空,下发json; 2: json-下发json,内容与routepathxml返回json格式相同 3、版本号-下发对应编码器版本二进制内容,如4.0 下发4.0编码版本二进制格式,880版本需返回4.0编码版本二进制格式; 是否必须: 否; 缺省值: 不允许缺省; 是否为签名字段: false; 更多... | |
String | content_options |
名称: content_options; 含义: 下发内容控制器,与route 中 ConternOptions字段对齐,如0x9c; 是否必须: 否; 缺省值: 不允许缺省; 是否为签名字段: false; 更多... | |
String | sdk_vers |
名称: sdk_vers; 含义: 客户端版本,上传车机数据,不是手机数据,如10.1.1.1; 是否必须: 否; 缺省值: 不允许缺省; 是否为签名字段: false; 更多... | |
String | brief |
名称: brief; 含义: 默认0,id需全量,如0; 是否必须: 否; 缺省值: 0; 是否为签名字段: false; 更多... | |
ArrayList< RoutepathrestorationPathsInfo > | paths |
名称: paths; 含义: linkid序列,来源于route返回的linkidlist信息; 是否必须: 否; 缺省值: 不允许缺省; 是否为签名字段: false; 更多... | |
RoutepathrestorationVehicleInfo | vehicle |
名称: vehicle; 含义: 车型信息,不包括电动车相关参数; 是否必须: 否; 缺省值: 不允许缺省; 是否为签名字段: false; 更多... | |
RoutepathrestorationPoints | start |
名称: start; 含义: 起点信息; 是否必须: 否; 缺省值: 不允许缺省; 是否为签名字段: false; 更多... | |
RoutepathrestorationPoints | via |
旧字段,先保留 更多... | |
RoutepathrestorationViaPoints | via_info |
名称: via_info; 含义: 途经点信息,只按顺序填入显示点; 是否必须: 否; 缺省值: 无; 是否为签名字段: false; 更多... | |
RoutepathrestorationEndPoints | end |
名称: end; 含义: 终点信息,存在多终点的情况,例如终点为地铁站,可能终点为不同的出口; 是否必须: 否; 缺省值: 不允许缺省; 是否为签名字段: false; 更多... | |
![]() | |
.EGAOSREQUESTTYPE1 int | mEAosRequestType |
业务类型,除非特殊业务否则使用者不需要设置,每个业务的构造函数中已经设置好 更多... | |
.EGPROTOCOL1 int | mEReqProtol |
http or https协议,除非特殊业务否则使用者不需要设置,每个业务的构造函数中已经设置好 更多... | |
.EGHTTPREQMETHOD1 int | mEReqMethod |
GET or POST or HEAD, 除非特殊业务否则使用者不需要设置,每个业务的构造函数中已经设置好 更多... | |
long | mTimeOut |
总业务超时,单位毫秒,默认30000毫秒 更多... | |
long | mGroup |
扩展功能,组,除非特殊业务否则使用者不需要设置,每个业务的构造函数中已经设置好 更多... | |
路线还原,支持linkid还原,请求参数
com.autonavi.gbl.aosclient.model.GWsShieldNavigationRoutepathrestorationRequestParam.GWsShieldNavigationRoutepathrestorationRequestParam | ( | ) |
构造函数
String com.autonavi.gbl.aosclient.model.GWsShieldNavigationRoutepathrestorationRequestParam.brief |
名称: brief;
含义: 默认0,id需全量,如0;
是否必须: 否;
缺省值: 0;
是否为签名字段: false;
String com.autonavi.gbl.aosclient.model.GWsShieldNavigationRoutepathrestorationRequestParam.content_options |
名称: content_options;
含义: 下发内容控制器,与route 中 ConternOptions字段对齐,如0x9c;
是否必须: 否;
缺省值: 不允许缺省;
是否为签名字段: false;
String com.autonavi.gbl.aosclient.model.GWsShieldNavigationRoutepathrestorationRequestParam.encoder_version |
名称: encoder_version;
含义: 1:默认为空,下发json; 2: json-下发json,内容与routepathxml返回json格式相同 3、版本号-下发对应编码器版本二进制内容,如4.0 下发4.0编码版本二进制格式,880版本需返回4.0编码版本二进制格式;
是否必须: 否;
缺省值: 不允许缺省;
是否为签名字段: false;
RoutepathrestorationEndPoints com.autonavi.gbl.aosclient.model.GWsShieldNavigationRoutepathrestorationRequestParam.end |
名称: end;
含义: 终点信息,存在多终点的情况,例如终点为地铁站,可能终点为不同的出口;
是否必须: 否;
缺省值: 不允许缺省;
是否为签名字段: false;
ArrayList<RoutepathrestorationPathsInfo> com.autonavi.gbl.aosclient.model.GWsShieldNavigationRoutepathrestorationRequestParam.paths |
名称: paths;
含义: linkid序列,来源于route返回的linkidlist信息;
是否必须: 否;
缺省值: 不允许缺省;
是否为签名字段: false;
String com.autonavi.gbl.aosclient.model.GWsShieldNavigationRoutepathrestorationRequestParam.sdk_vers |
名称: sdk_vers;
含义: 客户端版本,上传车机数据,不是手机数据,如10.1.1.1;
是否必须: 否;
缺省值: 不允许缺省;
是否为签名字段: false;
RoutepathrestorationPoints com.autonavi.gbl.aosclient.model.GWsShieldNavigationRoutepathrestorationRequestParam.start |
名称: start;
含义: 起点信息;
是否必须: 否;
缺省值: 不允许缺省;
是否为签名字段: false;
String com.autonavi.gbl.aosclient.model.GWsShieldNavigationRoutepathrestorationRequestParam.type |
名称: type;
含义: 请求类型,如:phone_car_share, basic;
是否必须: 否;
缺省值: 不允许缺省;
是否为签名字段: false;
RoutepathrestorationVehicleInfo com.autonavi.gbl.aosclient.model.GWsShieldNavigationRoutepathrestorationRequestParam.vehicle |
名称: vehicle;
含义: 车型信息,不包括电动车相关参数;
是否必须: 否;
缺省值: 不允许缺省;
是否为签名字段: false;
RoutepathrestorationPoints com.autonavi.gbl.aosclient.model.GWsShieldNavigationRoutepathrestorationRequestParam.via |
旧字段,先保留
RoutepathrestorationViaPoints com.autonavi.gbl.aosclient.model.GWsShieldNavigationRoutepathrestorationRequestParam.via_info |
名称: via_info;
含义: 途经点信息,只按顺序填入显示点;
是否必须: 否;
缺省值: 无;
是否为签名字段: false;