I'm looking for some sample code (in the context of Google Maps) that
- periodically checks my server database, to see if there is a new location that differs from the currently known location. I think I've found a solution direction here, so the core of my question is:
- in my browser, moves the center of the Google Map from the last know location to the now current location in a smooth, animated way.
I have found a similar dead-end question here, suggesting that this is a fishy kind of question to ask, but I try nevertheless.
Thanks for your input!