add map webview

This commit is contained in:
lh_wang
2015-09-29 17:59:29 +08:00
parent 191732681d
commit 547b68aa5f
+1
View File
@@ -46,6 +46,7 @@
clearInterval(handle);
var pos = JSON.parse(window.pos);
//地图居中
alert(pos);
map.setCenter(new AMap.LngLat(pos.x, pos.y));
//添加点
var obj = JSON.parse(window.data);