A representation of a location in the Street View panorama.

interface StreetViewLocation {
    description?: null | string;
    latLng?: null | LatLng;
    pano: string;
    shortDescription?: null | string;
}

Properties

description?: null | string

A localized string describing the location.

latLng?: null | LatLng

The latlng of the panorama.

pano: string

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

shortDescription?: null | string

Short description of the location.