The representation of a panorama returned from the provider defined using registerPanoProvider.

interface StreetViewPanoramaData {
    copyright?: string;
    imageDate?: string;
    links?: StreetViewLink[];
    location?: StreetViewLocation;
    tiles: StreetViewTileData;
}

Properties

copyright?: string

Specifies the copyright text for this panorama.

imageDate?: string

Specifies the year and month in which the imagery in this panorama was acquired. The date string is in the form YYYY-MM.

links?: StreetViewLink[]

Specifies the navigational links to adjacent panoramas.

Specifies the location meta-data for this panorama.

Specifies the custom tiles for this panorama.