iOS高德地图SDK(搜索)  V9.5.0
<AMapNearbySearchManagerDelegate> Protocol Reference

附近搜索代理 More...

#import <AMapNearbySearchManager.h>

Inheritance diagram for <AMapNearbySearchManagerDelegate>:

Instance Methods

(AMapNearbyUploadInfo *) - nearbyInfoForUploading:
 开启自动上传,需实现该回调。 More...
 
(void) - onNearbyInfoUploadedWithError:
 用户信息上传完毕回调。 More...
 
(void) - onUserInfoClearedWithError:
 用户信息清除完毕回调。 More...
 

Detailed Description

附近搜索代理

Method Documentation

◆ nearbyInfoForUploading:

- (AMapNearbyUploadInfo *) nearbyInfoForUploading: (AMapNearbySearchManager *)  manager
optional

开启自动上传,需实现该回调。

◆ onNearbyInfoUploadedWithError:

- (void) onNearbyInfoUploadedWithError: (NSError *)  error
optional

用户信息上传完毕回调。

Parameters
error错误,为空时表示成功。

◆ onUserInfoClearedWithError:

- (void) onUserInfoClearedWithError: (NSError *)  error
optional

用户信息清除完毕回调。

Parameters
error错误,为空时表示成功。

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