Bill Williams
unread,Sep 7, 2011, 10:11:02 AM9/7/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-map...@googlegroups.com
what are the maximum character lengths in the info windows? /i have my windows set for :
function attachInfowindowListener(map, marker, spotID, infohtml) {
var infowindow = new google.maps.InfoWindow(
{ content: infohtml,
size: new google.maps.Size(50,50)
});
I want to accommodate up to 500 characters in a description line...