9 #import <Foundation/Foundation.h> 28 @property (nonatomic, copy) NSString *
apiKey;
34 @property (nonatomic, assign) BOOL
crashReportEnabled __attribute__((deprecated(
"从v1.5.7开始废弃,调用无任何作用")));
BOOL _amapLocationOverseas
BOOL crashReportEnabled
是否启用崩溃日志上传。默认为YES, 只有在真机上设置有效。 开启崩溃日志上传有助于我们更好的了解SDK的状况...
Definition: AMapServices.h:34
高德SDK服务类
Definition: AMapServices.h:19
AMapServices * sharedServices()
获取单例
BOOL enableHTTPS
是否开启HTTPS,从1.3.3版本开始默认为YES。
Definition: AMapServices.h:31
NSString * apiKey
APIkey。设置key,需要在高德官网控制台绑定对应的bundleid。
Definition: AMapServices.h:28
NSString * identifier
设备标识,取自idfv。用于排查问题时提供。
Definition: AMapServices.h:37