> -A map of The Netherlands, where they can select a province. OK
> -After clicking that province, a zoomed Google Maps map [of that province] OK > is shown where markers are moving along the railroad tracks on the maps. > (and those railroadtracks would have to be make by me, in poly lines, as it > seems). Are you expecting to track trains in real time here? You will need a source of information about train location. Google cannot provide that. Or do you just want randomly moving markers? > *As Larrys says, it's easy to move a marker along a known polyline and > you've already found an example of that in your other threads. * > Unfortunatly that example I found, uses google's routes, not poly lines, as > far as I know. Yes. It gets a route from the Directions service. gets the polyline for that route, then animates it. So what you want is easier, just the last part. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. 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.
