openPanorama abstract method

void openPanorama(
  1. String panoramaId
)

Opens the panorama with the given ID.

panoramaId The panoramaId that specifies the panorama to open. You can get the panoramaId by using the PanoramaService methods.

Implementation

void openPanorama(core.String panoramaId);