Архив

Posts Tagged ‘GDirections’

GDirections без маркеров

Март 30th, 2010
//Don't supply a map to GDirections()
var direction = new GDirections(); 

//Make sure {getPolyline:true} is given to the load function
direction.load("here to there", {getPolyline:true});

GEvent.addListener(direction,
                   "load",
                   function(){ map.addOverlay(direction.getPolyline()); }
);

разработка , , , , ,