|
@@ -251,9 +251,11 @@
|
|
|
return;
|
|
|
}
|
|
|
latlngSign = mapData.vehicleLocation.longitude;
|
|
|
- if(!latlngSign && first){
|
|
|
+ if(!latlngSign){
|
|
|
first = false;
|
|
|
- t.map.setZoomAndCenter(15,startEnd.start);
|
|
|
+ if(first){
|
|
|
+ t.map.setZoomAndCenter(15,startEnd.start);
|
|
|
+ }
|
|
|
t.vehicle.setPosition(null);
|
|
|
t.vehicle.setMap(null);
|
|
|
}else{
|