Is it possible to add a google earth timeline control to an embedded
google earth layer in google maps (if you get my drift!). I am doing
this:

    map.addMapType( G_SATELLITE_3D_MAP );
    map.addControl( new GHierarchicalMapTypeControl() );

and then loading a KML file:

    var gx = new GGeoXml( kml_uri );
    map.addOverlay( gx );

but my KML file has timestamp info, and I want to add a timeline
control (like you get in standalone google earth) to the embedded
version. Is this possible? Also, I notice that the google various
maptypes appear to render only those placemarks in the KML file which
are visible on the map at the time it is loaded. If I then navigate
around the map, I don't see any of the extra placemarks that would
initially have been outside the viewport. Do I need to explicitly
listen for pan / zoom events and re-load the KML?

Ave.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Maps-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to