更新了腾讯地图API的检索方法
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -101,4 +101,4 @@ mapView.zoomToResolution(pt, tencentMapsTiledServiceLayer.getRes()[16]); | ... | @@ -101,4 +101,4 @@ mapView.zoomToResolution(pt, tencentMapsTiledServiceLayer.getRes()[16]); |
101 | 本系统设置了三种查询POI的方式 | 101 | 本系统设置了三种查询POI的方式 |
102 | 1、天地图API检索,使用POST发送 | 102 | 1、天地图API检索,使用POST发送 |
103 | 2、高德API,使用get | 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 |
104 | 3、腾讯API,使用get (http://apis.map.qq.com/ws/place/v1/suggestion/?region=北京&keyword=美食&key=OB4BZ-D4W3U-B7VVO-4PJWW-6TKDJ-WPB77) | ... | ... |
-
Please register or sign in to post a comment