9#import <Foundation/Foundation.h>
140@property (nonatomic, copy) NSString *
apiKey;
147@property (nonatomic, assign) BOOL
crashReportEnabled __attribute__((deprecated(
"从v1.5.7开始废弃,调用无任何作用")));
AMapPrivacyInfoStatus
Definition AMapServices.h:109
@ AMapPrivacyInfoStatusUnknow
Definition AMapServices.h:110
@ AMapPrivacyInfoStatusNotContain
Definition AMapServices.h:111
@ AMapPrivacyInfoStatusDidContain
Definition AMapServices.h:112
BOOL _amapLocationOverseas
AMapAttributeRTLState
Definition AMapServices.h:101
@ AMapAttributeRTLStateDisabled
Definition AMapServices.h:103
@ AMapAttributeRTLStateDefault
Definition AMapServices.h:102
@ AMapAttributeRTLStateEnabled
Definition AMapServices.h:104
AMapPrivacyShowStatus
Definition AMapServices.h:93
@ AMapPrivacyShowStatusDidShow
Definition AMapServices.h:96
@ AMapPrivacyShowStatusNotShow
Definition AMapServices.h:95
@ AMapPrivacyShowStatusUnknow
Definition AMapServices.h:94
AMapPrivacyAgreeStatus
Definition AMapServices.h:117
@ AMapPrivacyAgreeStatusUnknow
Definition AMapServices.h:118
@ AMapPrivacyAgreeStatusNotAgree
Definition AMapServices.h:119
@ AMapPrivacyAgreeStatusDidAgree
Definition AMapServices.h:120
AMapRegionLanguageType
Definition AMapServices.h:14
@ AMapRegionLanguageTypePl
波兰语 (Polish)
Definition AMapServices.h:70
@ AMapRegionLanguageTypeRu
俄语 (Russian)
Definition AMapServices.h:58
@ AMapRegionLanguageTypeTh
泰语 (Thai)
Definition AMapServices.h:37
@ AMapRegionLanguageTypeKo
韩语 (Korean)
Definition AMapServices.h:43
@ AMapRegionLanguageTypeUk
乌克兰语 (Ukrainian)
Definition AMapServices.h:76
@ AMapRegionLanguageTypeMax
最大值标识 (Max Value Marker)
Definition AMapServices.h:82
@ AMapRegionLanguageTypeFr
法语 (French)
Definition AMapServices.h:31
@ AMapRegionLanguageTypeZhHans
简体中文 (Simplified Chinese)
Definition AMapServices.h:16
@ AMapRegionLanguageTypeEn
英文 (English)
Definition AMapServices.h:22
@ AMapRegionLanguageTypeDe
德语 (German)
Definition AMapServices.h:34
@ AMapRegionLanguageTypeHe
希伯来语 (Hebrew)
Definition AMapServices.h:52
@ AMapRegionLanguageTypeMs
马来语 (Malay)
Definition AMapServices.h:61
@ AMapRegionLanguageTypeTr
土耳其语 (Turkish)
Definition AMapServices.h:49
@ AMapRegionLanguageTypeCs
捷克语 (Czech)
Definition AMapServices.h:73
@ AMapRegionLanguageTypePt
葡萄牙语 (Portuguese)
Definition AMapServices.h:28
@ AMapRegionLanguageTypeAr
阿拉伯语 (Arabic)
Definition AMapServices.h:46
@ AMapRegionLanguageTypeJa
日语 (Japanese)
Definition AMapServices.h:40
@ AMapRegionLanguageTypeZhHantHk
香港繁体中文 (Traditional Chinese - Hong Kong)
Definition AMapServices.h:19
@ AMapRegionLanguageTypeEs
西班牙语 (Spanish)
Definition AMapServices.h:25
@ AMapRegionLanguageTypeVi
越南语 (Vietnamese)
Definition AMapServices.h:67
@ AMapRegionLanguageTypeAz
阿塞拜疆语 (Azerbaijani)
Definition AMapServices.h:79
@ AMapRegionLanguageTypeId
印尼语 (Indonesian)
Definition AMapServices.h:64
@ AMapRegionLanguageTypeIt
意大利语 (Italian)
Definition AMapServices.h:55
高德SDK服务类
Definition AMapServices.h:125
NSString * apiKey
APIkey。设置key,需要在高德官网控制台绑定对应的bundleid。
Definition AMapServices.h:140
BOOL crashReportEnabled
是否启用崩溃日志上传。默认为YES, 只有在真机上设置有效。 开启崩溃日志上传有助于我们更好的了解SDK的状况,可以帮助我们持续优化和改进SDK。需要注意的是,SDK内部是通过设置NSUncaughtE...
Definition AMapServices.h:147
AMapServices * sharedServices()
获取单例
double longitude
Definition AMapServices.h:162
AMapAttributeRTLState enableRTLLayout
Definition AMapServices.h:170
BOOL securityAgree
Definition AMapServices.h:154
double latitude
Definition AMapServices.h:166
NSString * countryCode
Definition AMapServices.h:137
NSString * identifier
设备标识,取自idfv。用于排查问题时提供。
Definition AMapServices.h:150
BOOL analysisAgree
Definition AMapServices.h:158
AMapRegionLanguageType regionLanguageType
Definition AMapServices.h:133
NSString * getRegionLanguageCode()
获取regionLanguageType对应的anguageCode
BOOL enableHTTPS
是否开启HTTPS,从1.3.3版本开始默认为YES。
Definition AMapServices.h:143