I need two events in the Google Maps JavaScript API V3 but i can't find them. First I need the event where the normal map changes to streetview. Secondly the event where the streetview closes. I would really appreciate if you could help me

Best Regards

Thomy

link|improve this question
feedback

1 Answer

I think for the first one you can use the visible_changed event.

The event that's fired when street view closes is closeclick

you can check everything in more detail here:

http://code.google.com/intl/en/apis/maps/documentation/javascript/reference.html#StreetViewPanorama

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.