Oh I missed that completely :(
The application runs the function and the return value is "executed"
after 1000ms. That's why only one marker shows.

Anyhow, like I suggested, instead of replotting the marker you should
move the marker by calling marker.setLatLng().

Didn't know about that TOS change either, so thanks :)

On 9 jan, 16:24, "Pil (Trustworthy from experience)"
<[email protected]> wrote:
> Hmmm, this isn't possible:
>
> setInterval(plotPoints(), 1000 );
>
> Either you pass a string or a function directly:
>
> setInterval("plotPoints()", 1000 );
> or
> setInterval(plotPoints, 1000 );
>
> > return '<h1>Bus Nummer: ' + busnr +
>
> Looks like vehicle tracking, so we probably will never get a link. ;-)
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API" 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-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to