更新高德地图

This commit is contained in:
DDIsFriend
2023-12-26 18:04:18 +08:00
parent 6f8051bf4e
commit 06e156e7a3
53 changed files with 490 additions and 440 deletions

View File

@@ -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