> www.gmapsapi.net/GE1is up but don't know why it is not working from

Works with an http:// prefix

> How do you expose GE in the index.html file in order to add a listener
> to show the lat/lng coordinates of the GE mouse click?

GE plugin forum
http://groups.google.com/group/kml-support

I think you'd need something like
google.earth.addEventListener(ge.getGlobe(), 'click',
function(event)...
and examine the methods of the event like event.getLatitude()

-- 
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.

Reply via email to