/// import { ExgMapGoogleAPIWrapper } from '../../services'; import { ExgMapHeatmapLayerDirective } from '../../directives'; export declare class ExgMapHeatmapLayerManagerService { private _wrapper; private _layers; constructor(_wrapper: ExgMapGoogleAPIWrapper); addHeatmapLayer(layer: ExgMapHeatmapLayerDirective): Promise; setOptions(layer: ExgMapHeatmapLayerDirective, options: google.maps.visualization.HeatmapLayerOptions): Promise; setData(layer: ExgMapHeatmapLayerDirective, data: google.maps.MVCArray | (google.maps.LatLng | google.maps.visualization.WeightedLocation)[] | null): Promise; deleteHeatmapLayer(layer: ExgMapHeatmapLayerDirective): Promise; } //# sourceMappingURL=exg-map-heatmap-layer-manager.service.d.ts.map