hi im working on a project to modified a site which has menu linked to a Google map which shows different cluster on the map according to the menu. now iv never use Google api before.iv try tracking down how i all work and read a few articles about clustering.but found non of how to link it with a menu .for if i have to add new menu i want to know how to add it.
anybody with experience with Google map api please help.
link a menu with a markerscluster google map api
Moderator: General Moderators
Re: link a menu with a markerscluster google map api
iv figure out that the code for the menu linking to the clusert mark on the google map is
but my point is where is it fetching its data ?
Code: Select all
function createMarker(marker, title) {
GEvent.addListener(marker, "click", function() {
marker.openInfoWindowHtml(title);
});
}