I didn't get to work on my web application a lot this week, but I found a way to get the times of arrival a lot faster and easier. (by planning routes and saving all the stations) Now, the problem is that all the routes are planned in the future, you can't request data from the past. So somehow I have to buffer the train data on my website.
What do you think is the best way to do that? It is hard to do in databases (atleast, I think so) because the amount of stations on a route is never the same... Also, I need to find a way to get the length of a polyline, is that just the function: polyline.Distance(); ? That seems a bit too simple imo, though I would really like it if so :D -- 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/-/J9BihMKCKhYJ. 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.
