高德地图SDK(导航) V10.0.900
Loading...
Searching...
No Matches
<AMapNaviOpenNetwrokProxyDelegate> Protocol Reference

#import <AMapNaviOpenNetwrokProxyManager.h>

Inheritance diagram for <AMapNaviOpenNetwrokProxyDelegate>:

Instance Methods

(NSString *) - getHostByPath:
 通过path获取代理host,开发者需要保证host的合法性。since 10.0.1
 
(NSDictionary *) - getExtRequestParamByPath:
 开发者请根据实际情况返回对应的请求path是否需要携带参数,参数和数据放在URL中,需要注意携带的数据不易过多,且需要对key、value进行encode。since 10.0.1
 
(void) - onResponseExtParam:repsoneStr:
 通过path获取代理host。since 10.0.1
 

Method Documentation

◆ getExtRequestParamByPath:

- (NSDictionary *) getExtRequestParamByPath: (NSString *)  path
optional

开发者请根据实际情况返回对应的请求path是否需要携带参数,参数和数据放在URL中,需要注意携带的数据不易过多,且需要对key、value进行encode。since 10.0.1

Parameters
path网络请求的path
Returns
根据path返回需要携带的数据,没有需要携带的数据可返回nil,也可不实现。

◆ getHostByPath:

- (NSString *) getHostByPath: (NSString *)  path
optional

通过path获取代理host,开发者需要保证host的合法性。since 10.0.1

Parameters
path网络请求的path

◆ onResponseExtParam:repsoneStr:

- (void) onResponseExtParam: (NSString *)  path
repsoneStr: (NSString *)  repsoneStr 
optional

通过path获取代理host。since 10.0.1

Parameters
path网络请求的path
repsoneStr服务返回的数据

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