Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
蒋波涛
/
landsurvey
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
dac6a02b
authored
2018-03-30 11:39:23 +0800
by
chiangbt
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
更新图层说明
1 parent
4a92846d
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
app/src/main/java/com/pashanhoo/landsurvey/layers/tencent/TencentMapLayerTypes.java
app/src/main/java/com/pashanhoo/landsurvey/layers/tencent/TencentMapLayerTypes.java
View file @
dac6a02
...
...
@@ -4,21 +4,21 @@ import com.pashanhoo.landsurvey.layers.BaseTiledMapServiceType;
public
enum
TencentMapLayerTypes
implements
BaseTiledMapServiceType
{
/**
*
百度
矢量图层(含路网,含注记)
*
腾讯
矢量图层(含路网,含注记)
*/
TENCENT_MAP_VECTOR
,
TENCENT_MAP_VECTOR_NIGHT
,
/**
*
百度
影像图层(不含路网,不含注记)
*
腾讯
影像图层(不含路网,不含注记)
*/
TENCENT_MAP_IMAGE
,
/**
*
百度
路网图层(含路网,含注记)
*
腾讯
路网图层(含路网,含注记)
*/
TENCENT_MAP_ROAD
,
/**
*
百度实时交通图层
*
腾讯实时
*/
TENCENT_MAP_TERRAIN
;
...
...
Please
register
or
sign in
to post a comment