Is there a KML tag sequence which will position Google Earth to the specified location?
If I start Google Earth, type “Houston” in the search text box and press [Search], the map is positioned to Houston, Texas.
Can you accomplish this via KML?
If not, how would you go about doing this? I’m attempting to do this from a C# application.
Thanks!
Most basic KML files look something like this:
If you assign a
<LookAt>or<Camera>to the<Document>node, whenever the KML is loaded it should load that view – unless told otherwise (eg via API/COM)So your KML should look like this: