I am writing a map-based iphone app that will send the current location data to the web server in real-time manner
The web server then generate, also real-time, a page with google map embedded that show the real-time locations of the devices that are connected to the server, WITHOUT refreshing the web page.
But this is just my design!
Can google map API assist me in this function? Or any idea/suggestions?
I intend to use php and javascript to do the server and client side programming.
Thanks!
If I understand your question,
With Google Maps API V3 Javascript you can dynamically place Markers on the map.
Do you have an idea to get real-time location of devices ?