A collection of references to adjacent Street View panos.

interface StreetViewLink {
    description: null | string;
    heading: null | number;
    pano: null | string;
}

Properties

description: null | string

A localized string describing the link.

heading: null | number

The heading of the link.

pano: null | string

A unique identifier for the panorama. This id is stable within a session but unstable across sessions.