@gouvfr-anct/mediation-numerique
Version:
📚 Bibliothèque pour la cartographie de l’offre de médiation numérique.
19 lines (18 loc) • 1.04 kB
TypeScript
import { EventEmitter } from '@angular/core';
import { MapOptions, Map } from 'leaflet';
import * as i0 from "@angular/core";
export declare class MapStubComponent {
isOrientationForm: boolean;
structures: any[];
structuresToPrint: any[];
toogleToolTipId: string;
selectedMarkerId: string;
isMapPhone: boolean;
searchedValue: string | [number, number];
selectedStructure: EventEmitter<any>;
orientationButtonClick: EventEmitter<any>;
map: Map;
mapOptions: MapOptions;
static ɵfac: i0.ɵɵFactoryDeclaration<MapStubComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<MapStubComponent, "app-map", never, { "isOrientationForm": "isOrientationForm"; "structures": "structures"; "structuresToPrint": "structuresToPrint"; "toogleToolTipId": "toogleToolTipId"; "selectedMarkerId": "selectedMarkerId"; "isMapPhone": "isMapPhone"; "searchedValue": "searchedValue"; }, { "selectedStructure": "selectedStructure"; "orientationButtonClick": "orientationButtonClick"; }, never, never, false>;
}