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
6f9a2442
authored
2018-03-26 23:26:28 +0800
by
chiangbt
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
update 3.26
1 parent
b6023205
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
app/src/main/java/com/pashanhoo/landsurvey/MainActivity.java
app/src/main/java/com/pashanhoo/landsurvey/MainActivity.java
View file @
6f9a244
...
...
@@ -79,6 +79,8 @@ public class MainActivity extends AppCompatActivity {
public
void
onClick
(
View
view
)
{
locationDisplayManager
.
stop
();
mapView
.
zoomToResolution
(
AppInfo
.
initPoint
,
AppInfo
.
initRes
);
curLevel
=
TDTTileinfo
.
getCurrentLevel
(
AppInfo
.
initRes
);
mapinfoView
.
setText
(
"当前地图级别为:"
+
String
.
valueOf
(
curLevel
));
}
});
FloatingActionButton
gps
=
(
FloatingActionButton
)
findViewById
(
R
.
id
.
gps
);
...
...
Please
register
or
sign in
to post a comment