Click here to Skip to main content
16,019,740 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
here is the code

C#
var infowindow".$marker->userid." = new google.maps.InfoWindow({
content: userHtml".$marker->userid."
})
google.maps.event.addListener(marker".$marker->userid.", 'click', function() {
infowindow".$marker->userid.".open(map".$module->id.",marker".$marker->userid.");
});
google.maps.event.addListener(map".$module->id.", 'click', function(){
infowindow".$marker->userid.".close();
});


problem with above code is it shows the small mini profile html and i want to implement it like below. is there any way available.

i want it this way www.bkdesign.ca/index.php/maps/maps-custom-info-window/[^]


any suggestion
Posted
Comments
Richard MacCutchan 15-Jul-11 5:58am    
Add a tag to your question so people who support the language get to see it. I'm not sure whether this is JavaScript or PHP.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900