In this version it works in parts:

   var mmap=new GMap2(document.getElementById("map"));
   var exml = new EGeoXml("exml", mmap, "kampnagelsolar.xml");
   exml.parse();
   GEvent.addListener(mmap,"infowindowopen", startMonitor); // this
callback function has not parameter!
   mmap.setCenter(new GLatLng( 53.583222, 10.021180),15);

console.log() of the first parameter of startMonitor bring
'undefined'.
Wh?. I dont understand.

Rainer


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