Hi Everyone,
I am using the stardard method to fetch KMLs with interactive
checkboxes given in this example [
http://code.google.com/apis/ajax/
playground/?exp=earth#fetch_kml_(interactive,_checkboxes)] and am
trying to make a couple of tweaks to the code but have had no luck so
far and was wandering if anyone could shed some light?
Firstly instead of using checkboxes to fetch the KMLs I want to use
radio buttons so that only one KML is displayed at any one time. This
means that each radio button will have to remove the previous KML
being displayed before fetching its own. Anyone know if this is
possible?
Secondly instead of just fetching and displaying the KMLs, when a
radio button is clicked I want to fly the user to the KML similar to
when you use setFlyToView(true); with a network link. Again ideas?
Thanks in advance,
Jack