Given two geo-localized points (start and end of the route), I want to animate the drawing of the route between them.
Do you know how if it's achievable with the Google map js v3 api?
Thanks
Given two geo-localized points (start and end of the route), I want to animate the drawing of the route between them.
Do you know how if it's achievable with the Google map js v3 api?
Thanks
I found something for you.
http://www.geocodezip.com/v3_animate_marker_directions.html Visit this website hit F12 on chrome go to sources tab and select v3-animate-marker-direction.html You'll the complete code of it on how it is used. I you need help on it, kindly comment
and a pretty good example here also, but I guess it is implemented on v2 http://www.kmcgraphics.com/google/
Regards, Suyash
In this example:
var symbolTwo = {
path: 'M -1,0 A 1,1 0 0 0 -3,0 1,1 0 0 0 -1,0M 1,0 A 1,1 0 0 0 3,0 1,1 0 0 0 1,0M -3,3 Q 0,5 3,3',
strokeColor: '#00F',
**rotation**: 45
};