MCPcopy Index your code
hub / github.com/angular/components / getStreetView

Method getStreetView

src/google-maps/google-map/google-map.ts:439–442  ·  view source on GitHub ↗

* See * https://developers.google.com/maps/documentation/javascript/reference/map#Map.getStreetView

()

Source from the content-addressed store, hash-verified

437 * https://developers.google.com/maps/documentation/javascript/reference/map#Map.getStreetView
438 */
439 getStreetView(): google.maps.StreetViewPanorama {
440 this._assertInitialized();
441 return this.googleMap.getStreetView();
442 }
443
444 /**
445 * See

Callers 1

google-map.spec.tsFile · 0.80

Calls 1

_assertInitializedMethod · 0.95

Tested by

no test coverage detected