Toggle navigation
Home
Latest pastes
FAQ
Random
BitBin is shutting down!
Register
Login
Untitled
SUBMITTED BY:
Guest
DATE:
Nov. 13, 2013, 10:57 a.m.
FORMAT:
Text only
SIZE:
392 Bytes
Raw
Download
Tweet
HITS:
6207
Go to comments
Report
function computeTotalDistance(result) {
var total = 0;
var myroute = result.routes[0];
for (i = 0; i < myroute.legs.length; i++) {
total += myroute.legs[i].distance.value;
}
total = total / 1000.
document.getElementById("total").innerHTML = total + " km";
}
var metric = myroute.legs[0].distance.text.indexOf(" km")!= -1?true:false;
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus