geopf-extensions-openlayers
Version:
French Geoportal Extensions for OpenLayers libraries
21 lines • 1.38 kB
TypeScript
export default ReverseGeocodeDOM;
declare namespace ReverseGeocodeDOM {
function _addUID(id: string): string;
function _createMainContainerElement(): HTMLElement;
function _createShowReverseGeocodingPictoElement(): HTMLElement;
function _createReverseGeocodingWaitingElement(): HTMLElement;
function _createReverseGeocodingResultsPanelElement(): HTMLElement;
function _createReverseGeocodingResultsListElement(): HTMLElement;
function _createReverseGeocodingResultElement(locationDescription: string, id: number): void;
function _createReverseGeocodingPanelElement(): HTMLElement;
function _createReverseGeocodingPanelDivElement(): HTMLDivElement;
function _createReverseGeocodingPanelHeaderElement(): HTMLElement;
function _createReverseGeocodingPanelReturnPictoElement(): HTMLElement;
function _createReverseGeocodingPanelTitleElement(): HTMLElement;
function _createReverseGeocodingPanelCloseElement(): HTMLElement;
function _createReverseGeocodingPanelFormElement(): HTMLElement;
function _createReverseGeocodingFormModeChoiceGeocodingTypeElement(resources: any[]): HTMLElement;
function _createReverseGeocodingFormModeChoiceGeocodingDelimitationElement(delimitations: any[]): HTMLElement;
function _createReverseGeocodingSubmitFormElement(): HTMLElement;
}
//# sourceMappingURL=ReverseGeocodeDOM.d.ts.map