Hello!
I like the google maps api very much. But, I want to do some
streetview stuff.
The most simple thing. I've been trying for days but i can't seem to
find out how it works.
I just want to add a listener when the streetview is turned on, i.e.
when the pegman is dragged onto the map.
It says that visible_change should fire that event, but it doesn't
seem to do that. And i don't want two separate divs, as in the
streetview samples.
I just want to get notified when the map enters streetview.
something like this would be great:
google.maps.event.addLlistener(map, visible_change, function(){
console.log("yeah, streetview!");
});
--
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.