com.google.maps.gwt.client
Interface StreetViewPanorama.VisibleChangedHandler

Enclosing class:
StreetViewPanorama

public static interface StreetViewPanorama.VisibleChangedHandler

This event is fired when the panorama's visibility changes. The visibility is changed when the Pegman id dragged onto the map, the close button is clicked, or setVisible() is called.


Method Summary
 void handle()
          Override to handle event.
 

Method Detail

handle

void handle()
Override to handle event.