Is there a way to parse a network links KML each time the Earth is moved. I know how to setup the eventListener.
Page flow:
- I load the KML using fetchKml
- Each time the earth is moved it pulls the network stream
- I want to parse the streamed KML to see if it's within view limits or not so I can display a message.
So to summarize. I want to somehow parse the returned KML from a network link to see if the features are within view and if no show a message like "Out of Range".
Thanks in advance.