hi rossko and srikanth,

I have same intention to make application like that. and i've
implement setInterval inside my script.
So, in load() function i call grabdata() function in interval i.e. 2
seconds.
but i got this error:

grabData is not defined

please refer to the line consist of

//setInterval("grabData()", 2000);

in other way, i use ajax method to call updater scripts add-on from
prototype for update log and site list.
anybody can give advise to me? this is my url site to visit:
http://demo.tadzkia.web.id/smc/mymap.php

fyi: i use sample data.
thanks in advance

-rm-


On Jul 17, 3:18 pm, Rossko <[email protected]> wrote:
> > hi i want to do live tracking in google maps. for every 5 minutes i
> > want to fetch the new lat long and display the location on the map.
> > what can i do can you please redirect me correctly
>
> First you need to set up a web-based source of your data, probably a
> server script of some kind, perhaps with a data tore of some kind.
> That might accept updates that the things you are tracking send in
> sometimes, or it might actively poll them.  That's outside the scope
> of this group.
>
> Then you set up a map, that probably gets its data from the server
> using AJAX type mechanisms.  A simple use ofsetInterval() can have
> that map update periodically.
>
> Thisis a good place to start with the map side -
>  http://econym.org.uk/gmap/
>
> cheers, Ross K
--~--~---------~--~----~------------~-------~--~----~
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