On Sep 7, 7:11 am, Bill Williams <[email protected]> wrote: > 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...
How big are your characters? You are defining the infowindow to be 50 pixels by 50 pixels. -- Larry -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" 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-js-api-v3?hl=en.
