function setView(latitude, longitude, range){
var la = ge.createLookAt('');
la.set(latitude,longitude, 0,ge.ALTITUDE_RELATIVE_TO_GROUND,
340, 70, range);
ge.getView().setAbstractView(la);
}
http://www.planetinaction.com/gearthframework/index.htm shows you a
way to implement a Google Earth plugin to your page.
I hope this helps you.
> --
> You received this message because you are subscribed to the Google Groups "Google Earth API" group.
> To post to this group, send email to google-e...@googlegroups.com.
> To unsubscribe from this group, send email to google-earth-a...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/google-earth-api?hl=en.
>
>
--
Regards
Paul van Dinther
Our Google Earth creations at www.planetinaction.com