anyone?

any word on when this is gonna be solved?
http://code.google.com/p/gmaps-api-issues/issues/detail?id=2172&can=5&colspec=ID%20Type%20Status%20Introduced%20Fixed%20Summary%20Internal%20Stars

what about adding more events than just click-event for kml layers?
http://code.google.com/intl/de-DE/apis/maps/documentation/v3/reference.html#KmlLayer


so we could load description in outer div on rightclick, mouseover aso
like:
google.maps.event.addListener(ctaLayer, 'mouseover',
function(kmlEvent) {
  var text = kmlEvent.featureData.description;
  showInDiv(text);
});
function showInDiv(text) {
  var sidediv = document.getElementById('contentWindow');
  sidediv.innerHTML = text;
}


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