Re: [Google Maps API v3] Animating a marker on a section of a polyline

2011-09-04 Thread Chris Broadfoot
Here's some code I hacked up a while ago: http://broady.github.com/maps-examples/points-along-line/along-directions.html Chris -- http://twitter.com/broady On Mon, Sep 5, 2011 at 7:54 AM, Rob wrote: > I have a polyline from A to B and I'm trying to animate a marker > moving along a section o

[Google Maps API v3] Animating a marker on a section of a polyline

2011-09-04 Thread Rob
I have a polyline from A to B and I'm trying to animate a marker moving along a section of the line (between two points - essentially I want to show a vehicle moving along part of a route). Using v3_epoly I've been able to animate from start to finish, but not a subset of the route. What I thought