Summer '056

The boring empty page of the summer

Animate Google Maps

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.
« Home | Next »
| Next »
| Next »
| Next »
| Next »
| Next »
| Next »
| Next »
| Next »
| Next »

12:03 PM

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