Yeah, I guess I have to figure out a lot more about Javascript before I can make something close to this...
I actually already figured out you used the FusionTables as overlay, but didnt really understand why you also used the encoded polylines. (I do now :P ) But how did you place them on the polylines? I assume your routes consist from different small polylines, which are then linked together (in an array?) I've tried doing this myself here [ http://bit.ly/vY4YFj<http://www.google.com/url?sa=D&q=http://bit.ly/vY4YFj&usg=AFQjCNGgjkAjhQNtj67ICr6o8aF_Dr668A>] but i havent figured out how to really... I got the code from this page [ http://www.geocodezip.com/v3_polyline_example_kmmarkers_0.html ] but I believe that uses only 1 polyline, and I use multiple [like you?] As for the linesPool.positionGet function, that looks very nice! But I'm not sure how this would be useable in my case, as I dont have the complex algorithmes you have [and don't have the time to make/use any]. It seems nice, and I already set up a way to calculate the percentage of the trains on the full route [first to last station, instead of previous to next station]. Calculating the percentage otherwise would require me to get the lengths of the polylines, which I figured out today :P [ also this page: http://bit.ly/vY4YFj<http://www.google.com/url?sa=D&q=http://bit.ly/vY4YFj&usg=AFQjCNGgjkAjhQNtj67ICr6o8aF_Dr668A>] So basically all I want to know for now is how to place a marker along a polyline. Which isn't really working for me using the script I got from that other page. [ http://www.geocodezip.com/v3_polyline_example_kmmarkers_0.html ] Perhaps you could give me some tips/directions/info on that? -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-maps-js-api-v3/-/VsCOUhG7yQkJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.
