On Feb 16, 9:02 am, "[email protected]" <[email protected]> wrote: > On Feb 16, 8:54 am, uafairbanks <[email protected]> wrote: > > > > > > > Hi, > > > I am VERY new to Google maps API, but I have dug around and not found > > a solution to my problem. I am hoping it is very simple. > > > I have a map with a variety of markers on it. Each marker has > > information attached to it. One location has three makers on it, and > > thereby only the top one is clickable. I have tried varying the > > location slightly but at the zoom level my map initially is on, you > > can't differentiate from them. I thought about custom icons and making > > three different ones to live here, but I'm not sure that will work. > > Also, I read some about the ClusterMarker but am not sure how to > > implement given my current info associated with the markers. > > > I am also having to work with a Content Mangement System, so the > > javascript is separate from the file itself. You can view the map > > here:https://cms-test-edit.alaska.edu/results/google_test.xml > > (The clustered markers are in Fairbanks, AK - the most-north location) > > and the JavaScript is > > here:https://cms-test-edit.alaska.edu/results/custom.js > > > Suggestions much appreciated! > > Have you thought about combining the markers into a single marker > with a tabbed infowindow? For 3 that should work reasonably.
Are the markers actually at the same location? If they are really where you have them on the map, then a clusterer will probably give you the functionality that you want. If they are really at the same location, then a tabbed infowindow for a single marker might work. -- Larry > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
