Load a map with geoxml using parseKmlString() and parse()
问题 OLD POST How can I use parse and parseKmlString together?? I need show a map loading one KML file (I use parse(<kml_file>) ) and two XML string (I use parseKmlString(<xml_string>) ). How I use useTheData in afterParse property?? I don't know how I must manage this case. Can I use only one geoxml = new geoxml.parser() for three "layers"? How would I manage doc parameter in userTheData to get a "KML file layer" or "XML string layer"? PD: Sorry for my english. It's very difficult to explain what