Skip to content

Latest commit

 

History

History
34 lines (18 loc) · 1.51 KB

StreetViewLocationRequest.md

File metadata and controls

34 lines (18 loc) · 1.51 KB

See html formatted version

StreetViewLocationRequest interface

google.maps.StreetViewLocationRequest interface

A Street View request to be sent with getPanorama. StreetViewLocationRequest lets you search for a Street View panoroma at a specified location.

Properties

undefined

Type:  LatLng|LatLngLiteral optional

Specifies the location where to search for a Street View panorama.

undefined

Type:  StreetViewPreference optional

Sets a preference for which panorama should be found within the radius: the one nearest to the provided location, or the best one within the radius.

undefined

Type:  number optional

Sets a radius in meters in which to search for a panorama. Defaults to 50 when not supplied.

undefined

Type:  StreetViewSource optional

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.