> How can I get all the changes and send them to the server so that I can save > the new location in my database?
If the information is coming from a database in the first place ,,, transforming it to KML is giving you unnecessary complications. It would be easier to use a custom XML or JSON data transfer. An example with the basic principles of sending to a database http://code.google.com/apis/maps/articles/phpsqlinfo.html You would need to modify it heavily, but as you suggested, the key thing is for the db to pass out an ID of some kind so that it knows what to with an update with a matching ID, if one comes back. -- 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.
