1 | import { ModuleWithProviders } from '@angular/core';
|
2 | import { SebmGoogleMapKmlLayer } from './directives/google-map-kml-layer';
|
3 | import { SebmGoogleMap } from './directives/google-map';
|
4 | import { SebmGoogleMapCircle } from './directives/google-map-circle';
|
5 | import { SebmGoogleMapInfoWindow } from './directives/google-map-info-window';
|
6 | import { SebmGoogleMapMarker } from './directives/google-map-marker';
|
7 | import { SebmGoogleMapPolygon } from './directives/google-map-polygon';
|
8 | import { SebmGoogleMapPolyline } from './directives/google-map-polyline';
|
9 | import { SebmGoogleMapPolylinePoint } from './directives/google-map-polyline-point';
|
10 | import { LazyMapsAPILoaderConfigLiteral } from './services/maps-api-loader/lazy-maps-api-loader';
|
11 |
|
12 |
|
13 |
|
14 | export declare function coreDirectives(): (typeof SebmGoogleMapKmlLayer | typeof SebmGoogleMapCircle | typeof SebmGoogleMapMarker | typeof SebmGoogleMapInfoWindow | typeof SebmGoogleMapPolygon | typeof SebmGoogleMapPolylinePoint | typeof SebmGoogleMapPolyline | typeof SebmGoogleMap)[];
|
15 |
|
16 |
|
17 |
|
18 |
|
19 | export declare class AgmCoreModule {
|
20 | |
21 |
|
22 |
|
23 | static forRoot(lazyMapsAPILoaderConfig?: LazyMapsAPILoaderConfigLiteral): ModuleWithProviders;
|
24 | }
|