Blame view

Pods/AMap3DMap/MAMapKit.framework/Headers/MAConfig.h 1.61 KB
75d24c15   yangbin   123
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
  //
  //  MAConfig.h
  //  MAMapKit
  //
  //  Created by shaobin on 16/10/24.
  //  Copyright © 2016 Amap. All rights reserved.
  //
  //  Public version
  
  #ifndef MAConfig_h
  #define MAConfig_h
  
  #ifndef MA_INCLUDE_OFFLINE
  #define MA_INCLUDE_OFFLINE 1
  #endif
  
  #ifndef MA_INCLUDE_TRACE_CORRECT
  #define MA_INCLUDE_TRACE_CORRECT 1
  #endif
  
  #ifndef MA_INCLUDE_INDOOR
  #define MA_INCLUDE_INDOOR 1
  #endif
  
  #ifndef MA_INCLUDE_CACHE
  #define MA_INCLUDE_CACHE 1
  #endif
  
  #ifndef MA_INCLUDE_CUSTOM_MAP_STYLE
  #define MA_INCLUDE_CUSTOM_MAP_STYLE 1
  #endif
  
  #ifndef MA_INCLUDE_WORLD_EN_MAP
  #define MA_INCLUDE_WORLD_EN_MAP 1
  #endif
  
  #ifndef MA_INCLUDE_OVERLAY_TILE
  #define MA_INCLUDE_OVERLAY_TILE 1
  #endif
  
  #ifndef MA_INCLUDE_OVERLAY_HEATMAP
  #define MA_INCLUDE_OVERLAY_HEATMAP 1
  #endif
  
  #ifndef MA_INCLUDE_QUARDTREE
  #define MA_INCLUDE_QUARDTREE 1
  #endif
  
  #ifndef MA_INCLUDE_OVERLAY_ARC
  #define MA_INCLUDE_OVERLAY_ARC 1
  #endif
  
  #ifndef MA_INCLUDE_OVERLAY_CUSTOMBUILDING
  #define MA_INCLUDE_OVERLAY_CUSTOMBUILDING 1
  #endif
  
  #ifndef MA_INCLUDE_OVERLAY_GROUND
  #define MA_INCLUDE_OVERLAY_GROUND 1
  #endif
  
  #ifndef MA_INCLUDE_OVERLAY_GEODESIC
  #define MA_INCLUDE_OVERLAY_GEODESIC 1
  #endif
  
  #ifndef MA_INCLUDE_OVERLAY_MAMultiPolyline
  #define MA_INCLUDE_OVERLAY_MAMultiPolyline 1
  #endif
  
  #ifndef MA_INCLUDE_OVERLAY_MAMultiPoint
  #define MA_INCLUDE_OVERLAY_MAMultiPoint 1
  #endif
  
  #ifndef MA_INCLUDE_OVERLAY_ParticleSystem
  #define MA_INCLUDE_OVERLAY_ParticleSystem 1
  #endif
  
  #ifndef MA_INCLUDE_3DModel
  #define MA_INCLUDE_3DModel 1
  #endif
  
  #ifndef MA_INCLUDE_OVERSEA
  #define MA_INCLUDE_OVERSEA 0
  #endif
  
  #ifndef MA_ENABLE_ThirdPartyLog
  #define MA_ENABLE_ThirdPartyLog 0
  #endif
  
  #endif /* MAConfig_h */