The only thing you can do to address your problem is through some kind of ajax, which is quite feasible if you have to plot your values once a minute or so.
Happy coding ;) Nick On Feb 18, 12:25 pm, Avis developer <[email protected]> wrote: > I need to develop a application which uses a GPS mobile to get the > latitude and longitude coordinates of a person and plot in Google > maps. I will be using google AppEngine to deploy the site, so i will > be using datastore provided by GAE. I need to know how to plot the > values in maps asynchronously , i.e as the value in the datastore > changes,without the user requesting again and again through the > browser, it needs to be updated asynchronously like cricinfo does for > updating scores . What event should i use to the above cause.. Am a > beginner in programming, so pls consider my level n help me.. > > thanks for the reply in advance -- You received this message because you are subscribed to the Google Groups "Google App Engine" 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-appengine?hl=en.
