I'm working on a routetracking webbapp and thought it would be cool to animate the route instead of just showing it on a map.
I think this is pretty cool: http://tripgeo.com/DirectionsMapExamples.aspx?id=2
I would like to implement this for my routes but: For what i understand (as i cont read the code) they only have a start/end address, the rest is generated. As I got a complete route this wont work for me.
What I need to implement is then a script that checks streetview API for every routepoint for a panorama and if available display it else skip to the next one.
This exceeds my knowledge of interacting with maps/streetview and would love to hear for anyone that has done such a thing before and if possible give me some pointers :)