codice:
directions = new GDirections(map);
directions.load("from: Milano to: Roma");
GEvent.addListener(directions, "load", function(){
	directions.getDistance().html;
});