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

Method close

src/google-maps/map-info-window/map-info-window.ts:156–159  ·  view source on GitHub ↗

* See developers.google.com/maps/documentation/javascript/reference/info-window#InfoWindow.close

()

Source from the content-addressed store, hash-verified

154 * See developers.google.com/maps/documentation/javascript/reference/info-window#InfoWindow.close
155 */
156 close() {
157 this._assertInitialized();
158 this.infoWindow.close();
159 }
160
161 /**
162 * See

Callers 2

ngOnDestroyMethod · 0.95

Calls 1

_assertInitializedMethod · 0.95

Tested by

no test coverage detected