[59329aa] | 1 | import { ElementRef, AfterViewChecked, DoCheck, EventEmitter, IterableDiffers, ChangeDetectorRef, NgZone } from '@angular/core';
|
---|
| 2 | import * as i0 from "@angular/core";
|
---|
| 3 | import * as i1 from "@angular/common";
|
---|
| 4 | export declare class GMap implements AfterViewChecked, DoCheck {
|
---|
| 5 | el: ElementRef;
|
---|
| 6 | cd: ChangeDetectorRef;
|
---|
| 7 | zone: NgZone;
|
---|
| 8 | style: any;
|
---|
| 9 | styleClass: string;
|
---|
| 10 | options: any;
|
---|
| 11 | overlays: any[];
|
---|
| 12 | onMapClick: EventEmitter<any>;
|
---|
| 13 | onOverlayClick: EventEmitter<any>;
|
---|
| 14 | onOverlayDblClick: EventEmitter<any>;
|
---|
| 15 | onOverlayDragStart: EventEmitter<any>;
|
---|
| 16 | onOverlayDrag: EventEmitter<any>;
|
---|
| 17 | onOverlayDragEnd: EventEmitter<any>;
|
---|
| 18 | onMapReady: EventEmitter<any>;
|
---|
| 19 | onMapDragEnd: EventEmitter<any>;
|
---|
| 20 | onZoomChanged: EventEmitter<any>;
|
---|
| 21 | differ: any;
|
---|
| 22 | map: any;
|
---|
| 23 | constructor(el: ElementRef, differs: IterableDiffers, cd: ChangeDetectorRef, zone: NgZone);
|
---|
| 24 | ngAfterViewChecked(): void;
|
---|
| 25 | initialize(): void;
|
---|
| 26 | bindOverlayEvents(overlay: any): void;
|
---|
| 27 | ngDoCheck(): void;
|
---|
| 28 | bindDragEvents(overlay: any): void;
|
---|
| 29 | getMap(): any;
|
---|
| 30 | static ɵfac: i0.ɵɵFactoryDeclaration<GMap, never>;
|
---|
| 31 | static ɵcmp: i0.ɵɵComponentDeclaration<GMap, "p-gmap", never, { "style": "style"; "styleClass": "styleClass"; "options": "options"; "overlays": "overlays"; }, { "onMapClick": "onMapClick"; "onOverlayClick": "onOverlayClick"; "onOverlayDblClick": "onOverlayDblClick"; "onOverlayDragStart": "onOverlayDragStart"; "onOverlayDrag": "onOverlayDrag"; "onOverlayDragEnd": "onOverlayDragEnd"; "onMapReady": "onMapReady"; "onMapDragEnd": "onMapDragEnd"; "onZoomChanged": "onZoomChanged"; }, never, never>;
|
---|
| 32 | }
|
---|
| 33 | export declare class GMapModule {
|
---|
| 34 | static ɵfac: i0.ɵɵFactoryDeclaration<GMapModule, never>;
|
---|
| 35 | static ɵmod: i0.ɵɵNgModuleDeclaration<GMapModule, [typeof GMap], [typeof i1.CommonModule], [typeof GMap]>;
|
---|
| 36 | static ɵinj: i0.ɵɵInjectorDeclaration<GMapModule>;
|
---|
| 37 | }
|
---|