So I've mostly succeeded implementing the latest example for adding the Google StreetView tool to an Esri JS API application. The address and coordinates return successfully, etc. However the actual street view, or panorama control, only appears in the DIV upon a browser re-size.
Anyone else experienced this?
Esri API v.3.1
Google Maps API v.2
Thanks!
rGibson
var panorama = gMap.getStreetView(); google.maps.event.addListener(panorama, 'visible_changed', function(){ google.maps.event.trigger(gMap, 'resize'); })