/// import { NgZone } from '@angular/core'; import { Observable } from 'rxjs'; import { ExgMapInfoWindowComponent } from '../../exg-map-info-window/exg-map-info-window.component'; import { ExgMapGoogleAPIWrapper } from '../exg-map-google-api-wrapper.service'; import { ExgMapMarkerManagerService } from './exg-map-marker-manager.service'; export declare class ExgMapInfoWindowManagerService { private _mapsWrapper; private _zone; private _markerManager; private _infoWindows; constructor(_mapsWrapper: ExgMapGoogleAPIWrapper, _zone: NgZone, _markerManager: ExgMapMarkerManagerService); deleteInfoWindow(infoWindow: ExgMapInfoWindowComponent): Promise; setPosition(infoWindow: ExgMapInfoWindowComponent): Promise; setZIndex(infoWindow: ExgMapInfoWindowComponent): Promise; open(infoWindow: ExgMapInfoWindowComponent): Promise; close(infoWindow: ExgMapInfoWindowComponent): Promise; closeAll(infoWindow: ExgMapInfoWindowComponent): void; setOptions(infoWindow: ExgMapInfoWindowComponent, options: google.maps.InfoWindowOptions): void; addInfoWindow(infoWindow: ExgMapInfoWindowComponent): void; /** * Creates a Google Maps event listener for the given InfoWindow as an Observable */ createEventObservable(eventName: string, infoWindow: ExgMapInfoWindowComponent): Observable; } //# sourceMappingURL=exg-map-info-window-manager.service.d.ts.map