import { NativeObject } from "../imports/NativeObject.js"; import { AJAXMapItem } from "./AJAXMapItem.js"; import { AJAXMapLegendItem } from "./AJAXMapLegendItem.js"; import { GlideRecord } from "./GlideRecord.js"; export declare class GlideappAJAXMapPage { setTitle(title: string): void; setSubtitle(subtitle: string): void; setConfigurationRecord(table: string, sysId: string, query: string, view: string): void; setCenter(latitude: number, longitude: number): void; isNewSession(): boolean; isMobileSession(): boolean; getUserZoom(): number; getCenter(): NativeObject; addLegendItem(title: string, iconUrl: string): AJAXMapLegendItem; addItem(gr: GlideRecord): AJAXMapItem; } //# sourceMappingURL=GlideappAJAXMapPage.d.ts.map