c0778d4d by chiangbt

修正了callout的问题

1 parent 7e0dffd2
...@@ -94,4 +94,11 @@ Point initPoint = JZLocationConverter.wgs84ToGcj02(new Point(121.56, 29.862149)) ...@@ -94,4 +94,11 @@ Point initPoint = JZLocationConverter.wgs84ToGcj02(new Point(121.56, 29.862149))
94 Point pt = GISHelper.lonLat2Mercator(initPoint); 94 Point pt = GISHelper.lonLat2Mercator(initPoint);
95 mapView.zoomToResolution(pt, tencentMapsTiledServiceLayer.getRes()[16]); 95 mapView.zoomToResolution(pt, tencentMapsTiledServiceLayer.getRes()[16]);
96 96
97 ```
...\ No newline at end of file ...\ No newline at end of file
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
......