http://www.google.com/apis/maps/documentation/
This namespace provides a factory method to create XmlHttpRequest instances in a browser independent way.
Static Methods | Return Value | Description |
---|---|---|
create() | GXmlHttp | Factory to create a new instance of XmlHttpRequest. |
The GXmlHttp class exports a factory method to create cross-browser XmlHttpRequest instances.
Method | Description |
---|---|
create() | Factory method to construct a new XmlHttpRequest instance |