Hi, I'm getting confused with StreetView. As far as I can tell there are two main ways to show a street-view: use: .getStreetView() on a map object or use the constructor: new google.maps.StreetViewPanorama(...) If you use the '.getStreetView()' way, I believe you cannot set StreetViewPanoramaOptions such as disabling the address control. And if you use the 'new google.maps.StreetViewPanorama' way, you dont get automatic overlay sharing - e.g. markers that are on the map cant be made to appear on the street-view. Is there a way to allow full control of the streetview options and allow markers to be automatically shown on both map and streetview? (I guess the cumbersome alternative is to have 2 sets of identical markers - one set for the map and one set for the streetview). Thanks.
-- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.
