2c926669 by ex

无法获取定位提示

1 parent 0de7c4b6
...@@ -94,7 +94,6 @@ angular.module('myApp') ...@@ -94,7 +94,6 @@ angular.module('myApp')
94 } 94 }
95 95
96 var initMarkers = function(points , map) { 96 var initMarkers = function(points , map) {
97 debugger
98 for(var i = 0 ; i < markers.length ; i++) { 97 for(var i = 0 ; i < markers.length ; i++) {
99 // document.getElementById("mapContainer").removeChild(markers[i].div); 98 // document.getElementById("mapContainer").removeChild(markers[i].div);
100 map.removeOverlay(markers[i]); 99 map.removeOverlay(markers[i]);
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!