@@ -309,7 +309,7 @@
//this.getLocation();
for(var i in this.chargerList){
if(this.chargerList[i].marker){
- this.chargerList[i].marker.destroy();
+ this.chargerList[i].marker.setMap(null);
}
this.mapcharger.remove(this.chargerList[i]);