This is a hack for google maps that will allow anyone to animate their google maps. It does move a little slow but that is b/c it takes every little turn that the line takes. I've only tested this in Firefox 1.0.
You can see the steps in the comments.
This entry was posted
on Saturday, March 05, 2005 at 11:32 AM.
You can skip to the end and leave a response.
The easiest way to do this is to:
1. go to your bookmark manager
2. make a new bookmark
3. name it animate map
4. insert this javascript in the location
5. javascript: (function () {mv = function(i) { c = _m.map.directions.polyline.getPoint(i);_m.map.recenterOrPanToLatLng(c); if (i < _m.map.directions.polyline.numPoints - 1) {window.setTimeout("mv("+(i+1) + ")",500)}}; mv(0)})();
6. put it into your bookmarks toolbar
» Post a Comment