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

Method getVisible

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

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

()

Source from the content-addressed store, hash-verified

257 * developers.google.com/maps/documentation/javascript/reference/polygon#Circle.getVisible
258 */
259 getVisible(): boolean {
260 this._assertInitialized();
261 return this.circle.getVisible();
262 }
263
264 private _combineOptions(): Observable<google.maps.CircleOptions> {
265 return combineLatest([this._options, this._center, this._radius]).pipe(

Callers 1

map-circle.spec.tsFile · 0.45

Calls 1

_assertInitializedMethod · 0.95

Tested by

no test coverage detected