PanoramaChangeEvent constructor
PanoramaChangeEvent(
- int viewId,
- StreetViewPanoramaLocation location
Build a CameraMoveStarted Event triggered from the map represented by mapId
.
The value
of this event is a StreetViewPanoramaLocation object with the current position of the Panorama.
Implementation
PanoramaChangeEvent(int viewId, StreetViewPanoramaLocation location)
: super(viewId, location);