On Sep 19, 6:32 am, Mike Williams <[EMAIL PROTECTED]> wrote:
> It's not possible to "push" updates from the server to the client. What
> you have to do is "pull" the data from the client.
Thank You for the answer. It got me a bit further, but i´m still stuck
when it comes to what the "deliverdata.php" should deliver. Can i
write a "deliverdata.php" that contains something like this?
var position = new GLatLng(52.3606,12.9067);
var marker = new GMarker(position, markerOptions);
map.addOverlay(marker);
... everythime the timeout tells the client to reload the file? Or am
i bound to create it as XML or a clean text-file?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---