StreetVIew and Map share their markers.
To avoid having the two view share markers, create a panorama and assign it
to the map.
Such as:

var panorama = new google.maps.StreetViewPanorama(map.getDiv());
map.setStreetView(panorama);


On Wed, May 26, 2010 at 12:21 AM, alef <mattia.r...@gmail.com> wrote:

> hi,
> is possibile remove all markers from the map when the street view
> panorama is open?
>
> 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
> google-maps-js-api...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-maps-js-api-v3+unsubscr...@googlegroups.com<google-maps-js-api-v3%2bunsubscr...@googlegroups.com>
> .
> 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 google-maps-js-api...@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.

Reply via email to