Skip to content

Latest commit

 

History

History
40 lines (37 loc) · 967 Bytes

File metadata and controls

40 lines (37 loc) · 967 Bytes

StreetViewCameraPano interface

export interface StreetViewCameraPosition { target: ILatLng; source?: string; radius?: number; bearing?: number; tilt?: number; zoom?: number; }

Interface members

Params Type Details
target ILatLng Specifies the location where to search for a Street View panorama.
source string (optional)`DEFAULT` or `OUTDOOR`
Specifies the source of panoramas to search. This allows a restriction to search for just outdoor panoramas for example. If not specified it is set to DEFAULT.
radius number (optional)Sets a radius in meters in which to search for a panorama. Defaults to 50 when not supplied.
zoom number (optional)Camera zoom level from 0 to 2