/// import { NgZone } from '@angular/core'; import { Observable } from 'rxjs'; import { ExgMapPolylineComponent } from '../../exg-map-polyline/exg-map-polyline.component'; import { MVCEvent } from '../../utils/mvcarray-utils'; import { ExgMapGoogleAPIWrapper } from '../exg-map-google-api-wrapper.service'; export declare class ExgMapPolylineManagerService { private _mapsWrapper; private _zone; private _polylines; constructor(_mapsWrapper: ExgMapGoogleAPIWrapper, _zone: NgZone); private static _convertPoints; private static _convertPath; private static _convertIcons; addPolyline(line: ExgMapPolylineComponent): void; updatePolylinePoints(line: ExgMapPolylineComponent): Promise; updateIconSequences(line: ExgMapPolylineComponent): Promise; setPolylineOptions(line: ExgMapPolylineComponent, options: { [propName: string]: any; }): Promise; deletePolyline(line: ExgMapPolylineComponent): Promise; private getMVCPath; getPath(exgMapPolyline: ExgMapPolylineComponent): Promise; createEventObservable(eventName: string, line: ExgMapPolylineComponent): Observable; createPathEventObservable(line: ExgMapPolylineComponent): Promise>>; } //# sourceMappingURL=exg-map-polyline-manager.service.d.ts.map