iOS高德地图SDK(基础) V1.9.0
Loading...
Searching...
No Matches
AMapServices.h
Go to the documentation of this file.
1//
2// AMapSearchServices.h
3// AMapSearchKit
4//
5// Created by xiaoming han on 15/6/18.
6// Copyright (c) 2015年 xiaoming han. All rights reserved.
7//
8
9#import <Foundation/Foundation.h>
10
11
12//语言类型 language type
84
90
91// 显示隐私弹窗状态 -1: unknow , 0 : 未显示 , 1 : 已显示
98
99// RTL状态 0: 未设置,跟随全局 , 1 : 关闭 , 2 : 强制开启
106
107// 集成SDK隐私信息状态 -1: unknow , 0 : 未集成 , 1 : 已集成
114
115// 用户同意隐私状态 -1: unknow , 0 : 未同意 , 1 : 已同意
122
124@interface AMapServices : NSObject
125
130
133@property (nonatomic, assign) AMapRegionLanguageType regionLanguageType;
134
137@property (nonatomic, copy) NSString *countryCode;
138
140@property (nonatomic, copy) NSString *apiKey;
141
143@property (nonatomic, assign) BOOL enableHTTPS;
144
145
147@property (nonatomic, assign) BOOL crashReportEnabled __attribute__((deprecated("从v1.5.7开始废弃,调用无任何作用")));
148
150@property (nonatomic, readonly) NSString *identifier;
151
154@property (nonatomic, assign) BOOL securityAgree;
155
158@property (nonatomic, assign) BOOL analysisAgree;
159
162@property (nonatomic, assign) double longitude;
163
166@property (nonatomic, assign) double latitude;
167
170@property (nonatomic, assign) AMapAttributeRTLState enableRTLLayout;
171
173- (NSString *)getRegionLanguageCode;
174
175@end
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
© 2017 高德信息技术有限公司 版权所有,保留所有权利。