info windows api v3

14 views
Skip to first unread message

Bill Williams

unread,
Sep 7, 2011, 10:11:02 AM9/7/11
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...


geoco...@gmail.com

unread,
Sep 7, 2011, 11:03:51 AM9/7/11
to Google Maps JavaScript API v3
How big are your characters? You are defining the infowindow to be 50
pixels by 50 pixels.

-- Larry
Reply all
Reply to author
Forward
0 new messages