Variable LocationSelectorDOM
LocationSelectorDOM: {
_addUID: (id: string) => string;
_createLocationAddPointElement: () => HTMLElement;
_createLocationAutoCompletedLocationElement: (
id: number,
location: any,
n: number,
) => void;
_createLocationAutoCompleteElement: (id: any) => HTMLDivElement;
_createLocationAutoCompleteResultElement: (id: number) => HTMLElement;
_createLocationAutoCompleteteInputElement: (id: number) => HTMLElement;
_createLocationCoordinateInputElement: (id: number) => HTMLElement;
_createLocationPointElement: (id: number, display: number) => HTMLElement;
_createLocationPointerInputElement: (id: number) => HTMLElement;
_createLocationPointerShowInputElement: (id: number) => HTMLElement;
_createLocationPointLabelElement: (id: number, text: string) => HTMLElement;
_createLocationRemovePointElement: (id: number) => HTMLElement;
_createMainContainerElement: () => HTMLElement;
GPdisplayCoordinate: (value: string) => void;
} = ...
Type declaration
_addUID: (id: string) => string
_createLocationAddPointElement: () => HTMLElement
_createLocationAutoCompletedLocationElement: (id: number, location: any, n: number) => void
_createLocationAutoCompleteElement: (id: any) => HTMLDivElement
_createLocationAutoCompleteResultElement: (id: number) => HTMLElement
_createLocationAutoCompleteteInputElement: (id: number) => HTMLElement
_createLocationCoordinateInputElement: (id: number) => HTMLElement
_createLocationPointElement: (id: number, display: number) => HTMLElement
_createLocationPointerInputElement: (id: number) => HTMLElement
_createLocationPointerShowInputElement: (id: number) => HTMLElement
_createLocationPointLabelElement: (id: number, text: string) => HTMLElement
_createLocationRemovePointElement: (id: number) => HTMLElement
_createMainContainerElement: () => HTMLElement
GPdisplayCoordinate: (value: string) => void
Add uuid to the tag ID