Hey everyone -
I'm not an expert js person, but I'm always trying to learn more. I'm
currently working with MarkerClusterer (yeah! got it to work) but now
I am stumped at two points:
1. Add info balloon to individual markers
I use
// Set up markers with info windows
var point = new GLatLng(#lat#,#long#);
marker = new GMarker(point);
GEvent.addListener(marker,"click",function() {
marker.openInfoWindowHtml("something here");
});
markers.push(marker);
but I'm getting the error:
"this.gc is not a function" (using firebug to monitor)
can somebody help me with examples or maybe some direction on what to
try to get the info window opening on an individual marker (not the
clusters)
2. Add info balloon to clusters
is it at all possible to create a scrollable info window that combines
all the info windows of the clustered markers, for the clusters?
Though this would change the "click" to zoom function of the
MarkerClusterer, maybe it is initiated at a certian zoom level?
Thanks -
Stephen
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---