Is there any alternate code for getting infowindow from maps v3. Previously i had v2 version code as
`MapWidget map = new MapWidget();
InfoWindow info = map.getInfoWindow()
info.open(marker.getLatLng(),new InfoWindowContent("Test"));`
我在 gwt-maps-3.8.0 中找不到 getInfoWindow。请帮忙...