export interface PolygonEditorState { address: string; keyWord: string; promptsVisible: boolean; statisticsVisible: boolean; suggestsVisible: boolean; lineDataVisible: boolean; resultVisible: boolean; promptHtml: string; statisticsHtml: string; suggestsHtml: string; lineDataHtml: string; searchResultHtml: string; pageId: number; poi: Record; itemPolygon: any; marker: any; map: any; localsearch: any; box: boolean; oldPoi: Record; loading: boolean; allData: Record; oldAllData: Record; polyEditor: any; currentPolygon: any; }