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...
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/google-maps-js-api-v3/-/CGj3W3woJfcJ.
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.