新增景区权限模块,集成 AMap CocoaPods 并支持模拟器
将景区选择与权限申请流程接入首页路由,集成高德 SDK 用于真机构建,并通过 Podfile post_install 钩子保证 arm64 模拟器可编译。 Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
24
Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAMapView+Resource.h
generated
Normal file
24
Pods/AMap3DMap-NO-IDFA/MAMapKit.framework/Headers/MAMapView+Resource.h
generated
Normal file
@ -0,0 +1,24 @@
|
||||
//
|
||||
// MAMapView+Resource.h
|
||||
// MAMapKit
|
||||
//
|
||||
// Created by caowei on 2025/4/8.
|
||||
// Copyright © 2025 Amap. All rights reserved.
|
||||
//
|
||||
|
||||
#import "MAMapView.h"
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface MAMapView (Resource)
|
||||
|
||||
/// 设置地图资源路径
|
||||
/// @note 在初始化地图前使用
|
||||
/// - Parameter path: Amap.bundle的路径
|
||||
/// - Returns: 返回值 0:成功 1:版本号校验失败 2 路径不存在
|
||||
/// @since 10.5.0
|
||||
+ (NSInteger)setBundlePath:(NSString *)path;
|
||||
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
||||
Reference in New Issue
Block a user