Accessing ExtendedData information via Google Maps API v3

后端 未结 4 1709
天命终不由人
天命终不由人 2021-01-13 13:00

I have a KML file which contains within each node an node, and then a number of no

4条回答
  •  天涯浪人
    2021-01-13 13:38

    I'm looking for the same thing. You can see what data is being returned by using the JSON.stringify() function on the kmlEvent object:

    alert(JSON.stringify(kmlEvent));    
    

    ExtendedData nodes are partially supported according to the KML Elements Supported in Google Maps page but I have yet to figure out how to properly use them.

提交回复
热议问题