c0778d4d by chiangbt

修正了callout的问题

1 parent 7e0dffd2
......@@ -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
......