Hi,
I have a map and a streetview panorama side to side. I associate the panorama created with new google.maps.StreetViewPanorama with the map, no issue there with map.setStreetView(panorama).
I want to be able to show/hide the pegman on the map (not the control) at will, since it is over a marker that the user should be able to move.
The only way I found so far is to map.setStreetView(null), but for some reason the streetview is then hidden when I do that. If I force the panorama.setVisible(true), it's missing the streetview images, they reappear when I move with the streetview controls in the panorama.
Is there a way to show/hide the pegman on the map?
Thanks
Fred