Luke, (and arolleston) Thanks for the offer, but I have found it.
See the last post on this thread. http://groups.google.com/group/google-maps-js-api-v3/browse_thread/thread/e9dd455c62c4c853 removing the statement "map.setStreetView(pano)" fixed it. Brian On Oct 9, 11:41 pm, Luke Mahé <[email protected]> wrote: > Are you guys able to supply a link? > > Thanks > > -- Luke > > On Sun, Oct 10, 2010 at 2:12 AM, Brian <[email protected]> wrote: > > Luke (or any googlemap developer), > > > I too have the same problem. > > arolleston is right. > > Setting the intial streetViewControl: false; WILL remove the pegman > > initially from the upper area of the map. > > However when invoking an infowindow with a tab for the StreetView > > within, then the pegman appears on the map. > > I have tried the same as arolleston to sprinkle specific calls to set > > the streetViewControl to false, to no avail. > > > This is a little annoying, as it has only just happened recently. > > > Brian > > > On Oct 9, 12:21 am, Luke Mahé <[email protected]> wrote: > > > Hi Arolletson, > > > > You need to set streetViewControl to be false in your map constructor > > options, > > > like this: > > > > function initialize() { > > > var mapDiv = document.getElementById('map-canvas'); > > > var map = new google.maps.Map(mapDiv, { > > > center: new google.maps.LatLng(37.4419, -122.1419), > > > zoom: 13, > > > mapTypeId: google.maps.MapTypeId.ROADMAP, > > > streetViewControl: false > > > }); > > > > } > > > > Hope this helps > > > > - Luke > > > > On Sat, Oct 9, 2010 at 12:07 AM, arolletson <[email protected]> > > wrote: > > > > As of 5pm October 7 EST the v.3 pegman has remained mercifully absent > > > > from my maps, thanks to invoking the mapOption { ... > > > > streetViewControl: false ...} when initializing a map. > > > > > As of 7am October 8 EST the pegman has arrived unwanted to put its > > > > clunky feet all over my map details, ignoring the above option. > > > > > Specific calls of .. map.setOptions({streetViewControl: false}); . . . > > > > sprinkled everywhere have failed to make any impression. > > > > > Has anybody got any good ideas about how to remove my unwanted > > > > visitor? > > > > > arolletson > > > > > -- > > > > 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]<google-maps-js-api-v3%[email protected]> > > <google-maps-js-api-v3%[email protected]<google-maps-js-api-v3%[email protected]> > > > > > . > > > > For more options, visit this group at > > > >http://groups.google.com/group/google-maps-js-api-v3?hl=en. > > > -- > > 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]<google-maps-js-api-v3%[email protected]> > > . > > For more options, visit this group at > >http://groups.google.com/group/google-maps-js-api-v3?hl=en. > > -- 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.
