Add ScenicPermission module and AMap CocoaPods with simulator support.
Integrate scenic selection and permission flows into home routing, add AMap SDK for device builds while keeping arm64 simulators compilable via Podfile post_install hooks. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
27
Pods/AMapLocation-NO-IDFA/AMapLocationKit.framework/Headers/AMapGeoFenceError.h
generated
Normal file
27
Pods/AMapLocation-NO-IDFA/AMapLocationKit.framework/Headers/AMapGeoFenceError.h
generated
Normal file
@ -0,0 +1,27 @@
|
||||
//
|
||||
// AMapGeoFenceError.h
|
||||
// AMapLocationKit
|
||||
//
|
||||
// Created by eidan on 16/12/15.
|
||||
// Copyright © 2016年 Amap. All rights reserved.
|
||||
//
|
||||
|
||||
#ifndef AMapGeoFenceError_h
|
||||
#define AMapGeoFenceError_h
|
||||
|
||||
|
||||
///AMapGeoFence errorDomain
|
||||
extern NSString * const AMapGeoFenceErrorDomain;
|
||||
|
||||
///地理围栏错误码
|
||||
typedef NS_ENUM(NSInteger, AMapGeoFenceErrorCode) {
|
||||
AMapGeoFenceErrorUnknown = 1, ///< 未知错误
|
||||
AMapGeoFenceErrorInvalidParameter = 2, ///< 参数错误
|
||||
AMapGeoFenceErrorFailureConnection = 3, ///< 网络连接异常
|
||||
AMapGeoFenceErrorFailureAuth = 4, ///< 鉴权失败
|
||||
AMapGeoFenceErrorNoValidFence = 5, ///< 无可用围栏
|
||||
AMapGeoFenceErroFailureLocating = 6, ///< 定位错误
|
||||
AMapGeoFenceErroFailureFullAccuracyLocating = 7, ///< 精确定位错误
|
||||
};
|
||||
|
||||
#endif /* AMapGeoFenceError_h */
|
||||
Reference in New Issue
Block a user