because it's initialising the custom panorama. Feels like there could
On Jun 9, 9:06 am, Marc Ridey <
mri...@google.com> wrote:
> If you don't want the markers to appear by default in the panorama, use a
> custom panorama.
> You can still give it the same DIV as the map if you want them to appear at
> the same location.
> Just have:
>
> var map = new google.maps.Map(div, ...);
> var panorama = new google.maps.StreetViewPanorama(div, ...);
> map.setStreetView(panorama);
>
> There a few threads in the group on the same subject.
>
> Marc
>
> On Wed, Jun 9, 2010 at 5:54 PM, gardnose <
in...@abergavenny.org.uk> wrote:
> > Thanks Marc,
>
> > Think I'm still missing something here. What I want is to use
> > 'streetViewControl:true' to enable the pegman control.
> > Then when I drop the pegman onto the map, I'd like to hide the
> > markers.
>
> > You can see what I'm trying to do here:
> >
http://www.abergavenny.org.uk/accommodation.htm
>
> > I've just had a look through this thread but can't find what I'm
> > looking for:
>