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

Method getBounds

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

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

()

Source from the content-addressed store, hash-verified

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

Callers 2

google-map.spec.tsFile · 0.45

Calls 1

_assertInitializedMethod · 0.95

Tested by

no test coverage detected