iOS高德地图SDK(基础) V1.9.1
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
92
93// 显示隐私弹窗状态 -1: unknow , 0 : 未显示 , 1 : 已显示
94//Display privacy pop-up status -1: unknown, 0: not displayed, 1: displayed
101
102// RTL状态 0: 未设置,跟随全局 , 1 : 关闭 , 2 : 强制开启
103//RTL status 0: not set, following global, 1: closed, 2: forced open
110
111// 集成SDK隐私信息状态 -1: unknow , 0 : 未集成 , 1 : 已集成
112//Integration SDK Privacy Information Status -1: unknown, 0: not integrated, 1: integrated
119
120// 用户同意隐私状态 -1: unknow , 0 : 未同意 , 1 : 已同意
121//User agrees to privacy status -1: unknown, 0: not agreed, 1: agreed
128
131@interface AMapServices : NSObject
132
138
141@property (nonatomic, assign) AMapRegionLanguageType regionLanguageType;
142
145@property (nonatomic, copy) NSString *countryCode;
146
149@property (nonatomic, copy) NSString *apiKey;
150
153@property (nonatomic, assign) BOOL enableHTTPS;
154
155
158@property (nonatomic, assign) BOOL crashReportEnabled __attribute__((deprecated("从v1.5.7开始废弃,调用无任何作用")));
159
162@property (nonatomic, readonly) NSString *identifier;
163
166@property (nonatomic, assign) BOOL securityAgree;
167
170@property (nonatomic, assign) BOOL analysisAgree;
171
174@property (nonatomic, assign) double longitude;
175
178@property (nonatomic, assign) double latitude;
179
182@property (nonatomic, assign) AMapAttributeRTLState enableRTLLayout;
183
186- (NSString *)getRegionLanguageCode;
187
188@end
AMapPrivacyInfoStatus
Definition AMapServices.h:114
@ AMapPrivacyInfoStatusUnknow
Definition AMapServices.h:115
@ AMapPrivacyInfoStatusNotContain
Definition AMapServices.h:116
@ AMapPrivacyInfoStatusDidContain
Definition AMapServices.h:117
BOOL _amapLocationOverseas
AMapAttributeRTLState
Definition AMapServices.h:105
@ AMapAttributeRTLStateDisabled
Definition AMapServices.h:107
@ AMapAttributeRTLStateDefault
Definition AMapServices.h:106
@ AMapAttributeRTLStateEnabled
Definition AMapServices.h:108
AMapPrivacyShowStatus
Definition AMapServices.h:96
@ AMapPrivacyShowStatusDidShow
Definition AMapServices.h:99
@ AMapPrivacyShowStatusNotShow
Definition AMapServices.h:98
@ AMapPrivacyShowStatusUnknow
Definition AMapServices.h:97
AMapPrivacyAgreeStatus
Definition AMapServices.h:123
@ AMapPrivacyAgreeStatusUnknow
Definition AMapServices.h:124
@ AMapPrivacyAgreeStatusNotAgree
Definition AMapServices.h:125
@ AMapPrivacyAgreeStatusDidAgree
Definition AMapServices.h:126
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
Definition AMapServices.h:132
NSString * apiKey
Definition AMapServices.h:149
BOOL crashReportEnabled
Definition AMapServices.h:158
AMapServices * sharedServices()
获取单例 Obtain a single instance
double longitude
Definition AMapServices.h:174
AMapAttributeRTLState enableRTLLayout
Definition AMapServices.h:182
BOOL securityAgree
Definition AMapServices.h:166
double latitude
Definition AMapServices.h:178
NSString * countryCode
Definition AMapServices.h:145
NSString * identifier
Definition AMapServices.h:162
BOOL analysisAgree
Definition AMapServices.h:170
AMapRegionLanguageType regionLanguageType
Definition AMapServices.h:141
NSString * getRegionLanguageCode()
BOOL enableHTTPS
Definition AMapServices.h:153
© 2017 高德信息技术有限公司 版权所有,保留所有权利。