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

Method getBounds

src/google-maps/map-rectangle/map-rectangle.ts:199–202  ·  view source on GitHub ↗

* See * developers.google.com/maps/documentation/javascript/reference/polygon#Rectangle.getBounds

()

Source from the content-addressed store, hash-verified

197 * developers.google.com/maps/documentation/javascript/reference/polygon#Rectangle.getBounds
198 */
199 getBounds(): google.maps.LatLngBounds | null {
200 this._assertInitialized();
201 return this.rectangle.getBounds();
202 }
203
204 /**
205 * See

Callers 1

Calls 1

_assertInitializedMethod · 0.95

Tested by

no test coverage detected