Options
All
  • Public
  • Public/Protected
  • All
Menu

Options for the rendering of the Street View pegman control on the map.

Hierarchy

  • StreetViewControlOptions

Index

Properties

Properties

position?: null | ControlPosition

Position id. Used to specify the position of the control on the map. The default position is embedded within the navigation (zoom and pan) controls. If this position is empty or the same as that specified in the zoomControlOptions or panControlOptions, the Street View control will be displayed as part of the navigation controls. Otherwise, it will be displayed separately.

sources?: null | Iterable<StreetViewSource>

Specifies the sources of panoramas to search. This allows a restriction to search for just official Google panoramas for example. Setting multiple sources will be evaluated as the intersection of those sources. Note: the google.maps.StreetViewSource.OUTDOOR source is not supported at this time.

defaultvalue

[google.maps.StreetViewSource.DEFAULT]

Generated using TypeDoc