* See developers.google.com/maps/documentation/javascript/reference/polygon#Polygon.getVisible
()
| 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( |
no test coverage detected