I want to draw on the Google maps api v3 a few lines coming out of some central marker over which the mouse ended. For example, I move the mouse to Berlin markers, some data is extracted in ajax bacground, and I have 5 coordinates in response. I want to draw lines with arrows from this city (Berlin) to these 5 coordinates, but the drawing should be animated from Berlin to these points.
It should be seen how the lines with these arrows fly from Berlin to these 5 coordinates. Does anyone know how to make this animation in javascript. This should work in PC browsers and mobile browsers. Any help?
source
share