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

Method getVisible

src/google-maps/map-polygon/map-polygon.ts:224–227  ·  view source on GitHub ↗

* See developers.google.com/maps/documentation/javascript/reference/polygon#Polygon.getVisible

()

Source from the content-addressed store, hash-verified

222 * See developers.google.com/maps/documentation/javascript/reference/polygon#Polygon.getVisible
223 */
224 getVisible(): boolean {
225 this._assertInitialized();
226 return this.polygon.getVisible();
227 }
228
229 private _combineOptions(): Observable<google.maps.PolygonOptions> {
230 return combineLatest([this._options, this._paths]).pipe(

Callers 1

Calls 1

_assertInitializedMethod · 0.95

Tested by

no test coverage detected