更新高德地图
This commit is contained in:
@@ -177,6 +177,7 @@
|
||||
*/
|
||||
- (void)AMapDistanceSearch:(AMapDistanceSearchRequest *)request;
|
||||
|
||||
- (void)AMapChargeStationSearch:(AMapChargeStationSearchRequest *)request;
|
||||
#pragma mark - 附近搜索相关
|
||||
|
||||
/**
|
||||
@@ -363,4 +364,12 @@
|
||||
*/
|
||||
- (void)onShareSearchDone:(AMapShareSearchBaseRequest *)request response:(AMapShareSearchResponse *)response;
|
||||
|
||||
#pragma mark - 车机充电站搜索回调
|
||||
|
||||
/**
|
||||
* @brief 车机充电站搜索回调
|
||||
* @param request 发起的请求
|
||||
* @param response 相应结果,具体字段参考 AMapShareSearchResponse。
|
||||
*/
|
||||
- (void)onChargeStationSearchDone:(AMapChargeStationSearchRequest *)request response:(AMapChargeStationSearchResponse *)response;
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user