Thanks for the conceptual description on what I need to do Garthan. I am pretty new to js and I am not sure where I should implement a new addmarker function and how I can pass it as an option (I am assuming to the 'map'?). I am also having trouble finding and interpreting the cluster infowindow code in geoxml.js so it is making it difficult to begin trying to mod.
I was actually thinking that it would be neat (and maybe easier) to make the "And ## More" a link that zooms to the markers. any additional suggestions would be much appreciated. Thank you for your time. jd On Jun 10, 3:04 pm, Garthan <[email protected]> wrote: > generally speaking if you want to handle markers differently. > you create your own addmarker function and pass it as an option > when you make your instance of GeoXml... > > { addmarker:myAddMarker } > > On Jun 10, 4:42 pm, "Jon \"Didjtal\" Detka" <[email protected]> wrote:> > Thanks. I have looked over these demos but not sure how to get > > markerclusterer functionality working with my map that uses geoxml.js > > > Map @http://sep.csumb.edu/ifame/gm10/geoxml.htm > > > not sure what to mod in geoxml.js to get this working. > > > On Jun 9, 2:40 pm, Ralph Ames <[email protected]> wrote: > > > > >Or maybe even simplier... I want to be able to click on a cluster and > > > >zoom instead of populating an info window on the markers in that > > > >cluster. > > > > You might find something > > > herehttp://code.google.com/apis/maps/documentation/demogallery.html > > > > Ralph > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
