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

Method getBounds

src/google-maps/map-circle/map-circle.ts:214–217  ·  view source on GitHub ↗

* @see * developers.google.com/maps/documentation/javascript/reference/polygon#Circle.getBounds

()

Source from the content-addressed store, hash-verified

212 * developers.google.com/maps/documentation/javascript/reference/polygon#Circle.getBounds
213 */
214 getBounds(): google.maps.LatLngBounds | null {
215 this._assertInitialized();
216 return this.circle.getBounds();
217 }
218
219 /**
220 * @see

Callers

nothing calls this directly

Calls 1

_assertInitializedMethod · 0.95

Tested by

no test coverage detected