I\'m using the google maps API with GWT to create a tabbed infowindow with tweets inside one of the markers.the source of the tweets is dynamically generated.heres the java code:
I\'m creating a new mashup on top of Google Maps. It\'s simple enough that I chose to use V3 to provide longer life span.
I\'ve been searching the net for a solution. My problem is that the info window\'s height is not calculated properly. There are no images in there so it is not an i开发者_如何学编程ssue with the imag
I\'m wondering if anyone knows whether it is possible to take the content of a Google Maps InfoWindow and place it in an external DIV when the marker on the map is clicked?