Hi, I'm trying insert the option Earth in my page, this is in google
maps v3,
then I'm put this code in my page:
[code]
var Qro = new google.maps.LatLng(20.60,-100.40);
var myOptions = {
zoom: 13,
center: Qro,
mapTypeId: google.maps.MapTypeId.ROADMAP,
streetViewControl: true
}
map= new google.maps.Map(document.getElementById("map_canvas"),
myOptions);
var ge = new GoogleEarth(map);
[/code]
and send me the Error: uncaught exception: google.earth not loaded
I guess I need the next line:
google.load('earth', '1');
but my html don't run.
could you help me??
thanks.
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3" 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-js-api-v3?hl=en.