On Aug 20, 8:28 am, Marc Lacoursière <[email protected]> wrote: > Where can I get full documentation about this class? The official > Google Maps API reference guide only mentions the create() > method.http://code.google.com/apis/maps/documentation/reference.html#GXmlHttp > > I would like to know more about the onreadystatechange event and > particularily the readyState property. > > Can GXmlHttp be used to post XML data to my web application server?
The Google Maps GXmlHttp class is just a cross browser wrapper around the different IE and Firefox/Opera/Chrome/etc implementations. The details depend on the browser. -- Larry --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
