hi, i used the Google Earth Plug-in in my application,but i don't konw
how can i get a google earth object instantce in the environment of
the google map api.I just follow the sample like this:
var map = new GMap2(document.getElementById("map_canvas"),{ size: new
GSize(640,480) } );
map.setCenter(new GLatLng(42.366662,-71.106262), 11);
map.addMapType(G_SATELLITE_3D_MAP);
var mapControl = new GMapTypeControl();
map.addControl(mapControl);
map.setMapType(G_SATELLITE_3D_MAP);
But the sample don't show how i can get a google earth object instance
after i add the G_SATELLITE_3D_MAP.I wanna use the google earth api to
invoke some functionalities of the google earth object.Can u show me
a way to resolve this problem.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---