修正了callout的问题
Showing
1 changed file
with
7 additions
and
0 deletions
... | @@ -95,3 +95,10 @@ Point pt = GISHelper.lonLat2Mercator(initPoint); | ... | @@ -95,3 +95,10 @@ Point pt = GISHelper.lonLat2Mercator(initPoint); |
95 | mapView.zoomToResolution(pt, tencentMapsTiledServiceLayer.getRes()[16]); | 95 | mapView.zoomToResolution(pt, tencentMapsTiledServiceLayer.getRes()[16]); |
96 | 96 | ||
97 | ``` | 97 | ``` |
98 | |||
99 | ## 3、查询 | ||
100 | |||
101 | 本系统设置了三种查询POI的方式 | ||
102 | 1、天地图API检索,使用POST发送 | ||
103 | 2、高德API,使用get | ||
104 | 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 | ... | \ No newline at end of file | ... | ... |
-
Please register or sign in to post a comment