MCPcopy Create free account
hub / github.com/angular/components / getBounds

Method getBounds

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

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

()

Source from the content-addressed store, hash-verified

387 * https://developers.google.com/maps/documentation/javascript/reference/map#Map.getBounds
388 */
389 getBounds(): google.maps.LatLngBounds | null {
390 this._assertInitialized();
391 return this.googleMap.getBounds() || null;
392 }
393
394 /**
395 * See

Callers 2

google-map.spec.tsFile · 0.45

Calls 1

_assertInitializedMethod · 0.95

Tested by

no test coverage detected