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

Method getVisible

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

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

()

Source from the content-addressed store, hash-verified

224 * developers.google.com/maps/documentation/javascript/reference/polygon#Rectangle.getVisible
225 */
226 getVisible(): boolean {
227 this._assertInitialized();
228 return this.rectangle.getVisible();
229 }
230
231 private _combineOptions(): Observable<google.maps.RectangleOptions> {
232 return combineLatest([this._options, this._bounds]).pipe(

Callers 1

Calls 1

_assertInitializedMethod · 0.95

Tested by

no test coverage detected