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
c0778d4d
authored
2018-04-02 12:24:48 +0800
by
chiangbt
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
修正了callout的问题
1 parent
7e0dffd2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletions
readme.md
readme.md
View file @
c0778d4
...
...
@@ -94,4 +94,11 @@ Point initPoint = JZLocationConverter.wgs84ToGcj02(new Point(121.56, 29.862149))
Point
pt
=
GISHelper
.
lonLat2Mercator
(
initPoint
);
mapView
.
zoomToResolution
(
pt
,
tencentMapsTiledServiceLayer
.
getRes
()[
16
]);
```
\ No newline at end of file
```
## 3、查询
本系统设置了三种查询POI的方式
1、天地图API检索,使用POST发送
2、高德API,使用get
3、腾讯API,使用get (http://apis.map.qq.com/ws/place/v1/suggestion/?region=北京&keyword=美食&key=OB4BZ-D4W3U-B7VVO-4PJWW-6TKDJ-WPB77)
\ No newline at end of file
...
...
Please
register
or
sign in
to post a comment