export interface StreetViewCameraPosition { target: ILatLng; source?: string; radius?: number; bearing?: number; tilt?: number; zoom?: number; }
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 |