更新图层说明
Showing
4 changed files
with
78 additions
and
4 deletions
.idea/codeStyles/Project.xml
0 → 100644
1 | <component name="ProjectCodeStyleConfiguration"> | ||
2 | <code_scheme name="Project" version="173"> | ||
3 | <Objective-C-extensions> | ||
4 | <file> | ||
5 | <option name="com.jetbrains.cidr.lang.util.OCDeclarationKind" value="Import" /> | ||
6 | <option name="com.jetbrains.cidr.lang.util.OCDeclarationKind" value="Macro" /> | ||
7 | <option name="com.jetbrains.cidr.lang.util.OCDeclarationKind" value="Typedef" /> | ||
8 | <option name="com.jetbrains.cidr.lang.util.OCDeclarationKind" value="Enum" /> | ||
9 | <option name="com.jetbrains.cidr.lang.util.OCDeclarationKind" value="Constant" /> | ||
10 | <option name="com.jetbrains.cidr.lang.util.OCDeclarationKind" value="Global" /> | ||
11 | <option name="com.jetbrains.cidr.lang.util.OCDeclarationKind" value="Struct" /> | ||
12 | <option name="com.jetbrains.cidr.lang.util.OCDeclarationKind" value="FunctionPredecl" /> | ||
13 | <option name="com.jetbrains.cidr.lang.util.OCDeclarationKind" value="Function" /> | ||
14 | </file> | ||
15 | <class> | ||
16 | <option name="com.jetbrains.cidr.lang.util.OCDeclarationKind" value="Property" /> | ||
17 | <option name="com.jetbrains.cidr.lang.util.OCDeclarationKind" value="Synthesize" /> | ||
18 | <option name="com.jetbrains.cidr.lang.util.OCDeclarationKind" value="InitMethod" /> | ||
19 | <option name="com.jetbrains.cidr.lang.util.OCDeclarationKind" value="StaticMethod" /> | ||
20 | <option name="com.jetbrains.cidr.lang.util.OCDeclarationKind" value="InstanceMethod" /> | ||
21 | <option name="com.jetbrains.cidr.lang.util.OCDeclarationKind" value="DeallocMethod" /> | ||
22 | </class> | ||
23 | <extensions> | ||
24 | <pair source="cpp" header="h" fileNamingConvention="NONE" /> | ||
25 | <pair source="c" header="h" fileNamingConvention="NONE" /> | ||
26 | </extensions> | ||
27 | </Objective-C-extensions> | ||
28 | </code_scheme> | ||
29 | </component> | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
... | @@ -7,7 +7,7 @@ buildscript { | ... | @@ -7,7 +7,7 @@ buildscript { |
7 | jcenter() | 7 | jcenter() |
8 | } | 8 | } |
9 | dependencies { | 9 | dependencies { |
10 | classpath 'com.android.tools.build:gradle:3.0.1' | 10 | classpath 'com.android.tools.build:gradle:3.1.0' |
11 | 11 | ||
12 | 12 | ||
13 | // NOTE: Do not place your application dependencies here; they belong | 13 | // NOTE: Do not place your application dependencies here; they belong | ... | ... |
1 | #Fri Mar 23 21:53:12 CST 2018 | 1 | #Thu Mar 29 14:22:22 CST 2018 |
2 | distributionBase=GRADLE_USER_HOME | 2 | distributionBase=GRADLE_USER_HOME |
3 | distributionPath=wrapper/dists | 3 | distributionPath=wrapper/dists |
4 | zipStoreBase=GRADLE_USER_HOME | 4 | zipStoreBase=GRADLE_USER_HOME |
5 | zipStorePath=wrapper/dists | 5 | zipStorePath=wrapper/dists |
6 | distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-all.zip | 6 | distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip | ... | ... |
... | @@ -4,4 +4,49 @@ | ... | @@ -4,4 +4,49 @@ |
4 | - 使用天地图数据(CGCS2000) | 4 | - 使用天地图数据(CGCS2000) |
5 | - 使用天地图本地缓存数据(Mbtiles) | 5 | - 使用天地图本地缓存数据(Mbtiles) |
6 | - 实现了缩放功能 | 6 | - 实现了缩放功能 |
7 | - 实现了GPS定位 | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
7 | - 实现了GPS定位 | ||
8 | |||
9 | ## 图层类型说明 | ||
10 | |||
11 | 天地图图层(CGCS2000) | ||
12 | |||
13 | - TianDiTuLayerTypes | ||
14 | - VEC_C,矢量图层 | ||
15 | - IMG_C,影像图层 | ||
16 | - CVA_C,矢量注记层 | ||
17 | - CIA_C,影像注记层 | ||
18 | |||
19 | 腾讯图层 | ||
20 | |||
21 | - TencentMapLayerTypes | ||
22 | - TENCENT_MAP_VECTOR,腾讯矢量层 | ||
23 | - TENCENT_MAP_VECTOR_NIGHT,腾讯矢量(夜晚)层 | ||
24 | - TENCENT_MAP_IMAGE,腾讯影像层(无路网) | ||
25 | - TENCENT_MAP_ROAD,腾讯道路层 | ||
26 | - TENCENT_MAP_TERRAIN,腾讯地形层 | ||
27 | |||
28 | Google地图层 | ||
29 | |||
30 | - GoogleMapLayerTypes | ||
31 | - VECTOR_GOOGLE_MAP,谷歌矢量层 | ||
32 | - IMAGE_GOOGLE_MAP,谷歌影像层 | ||
33 | - TERRAIN_GOOGLE_MAP,谷歌地形层 | ||
34 | - IMAGE_ANNO_GOOGLE_MAP,谷歌影像层(含注记和路网) | ||
35 | - OSM_Map,OSM数据层 | ||
36 | |||
37 | GeoQ地图层 | ||
38 | |||
39 | - GeoQMapLayerTypes | ||
40 | - ChinaOnlineCommunity | ||
41 | - ChinaOnlineCommunity_Mobile | ||
42 | - ChinaOnlineCommunityENG | ||
43 | - ChinaOnlineStreetPurplishBlue | ||
44 | - ChinaOnlineStreetWarm | ||
45 | |||
46 | 高德数据层 | ||
47 | |||
48 | - GaodeMapLayerTypes | ||
49 | - AMAP_VECTOR,高德矢量地图层 | ||
50 | - AMAP_IMAGE,高德影像图层(不含路网,不含注记) | ||
51 | - AMAP_ROAD,高德路网图层(含路网,含注记) | ||
52 | - AMAP_TRAFFIC,高德实时交通图层 | ... | ... |
-
Please register or sign in to post a comment