On 30/09/2009, Chaitra <[email protected]> wrote: > > I have used Google Maps API in my client's website./ They also want > Map editing functionality ( drawing polylines, polygons, placing > markers) .
You will have to implement that - and send the data to your backend (or the Google Maps Data API. ) The Maps API provides many features to help implement editing functionality. > Once the user has edited the Map, how do i convert it to > KML output Features in the Map Data API are directly assessible as KML via Google Maps. Otherwise write out KML from your data backend as required. Some Maps API features even have functionality to return KML representations, so you could contruct the KML client side. > and import the KML to Google Maps next time when the user > request it? Write an import function that parses the KML and loads it into the map. > > Kindly help. > Thanks, > > Chaitra > > > -- Barry - www.nearby.org.uk - www.geograph.org.uk - --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
