Т
Size: a a a
Т
ЕЮ
倫岡
A
KS
AI
ЕЮ
AI
function distanceBetween(xFrom, xTo) {ответ сначало
directionsService.route(request, function(response, status){
if(status == google.maps.DirectionsStatus.OK){
var route = response.routes[0];
console.log('1st: ' + route.legs[0].distance.value);
return route.legs[0].distance.value;
}
});
return false;
}
console.log('2nd: ' + distanceBetween(newFrom, newTo));
Здесь
2nd:false,
1st:23434
KS
МП
МП
KS
МП
KS
МП
ЕЮ
CM
CM