A StreetViewPanoRequest is used with the getPanorama to find a panorama with a specified ID.

interface StreetViewPanoRequest {
    pano?: null | string;
}

Properties

Properties

pano?: null | string

Specifies the pano ID to search for.