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