tsiclient
Version:
<a href="https://tsiclientsample.azurewebsites.net"><img src="https://insights.timeseries.azure.com/favicons/android-chrome-192x192.png" align="left" hspace="10" vspace="6" height="100px"></a>
29 lines (28 loc) • 1.04 kB
TypeScript
import HistoryPlayback from "./index-3a278a11";
import TsqExpression from "./TsqExpression";
declare class GeoProcessGraphic extends HistoryPlayback {
private dataSource;
private azureMapsSubscriptionKey;
private zoom;
private width;
private height;
private theme;
private center;
private bearing;
private pitch;
private maxZoom;
private minZoom;
private duration;
private map;
constructor(renderTarget: Element);
render(environmentFqdn: string, getToken: () => Promise<string>, data: Array<TsqExpression>, chartOptions: any): void;
protected loadResources(): Promise<any>;
protected draw(): void;
protected getDataPoints(results: Array<IGeoProcessGraphicLabelInfo>): void;
protected parseTsqResponse(response: any): {};
protected updateDataMarkers(dataPoints: Array<any>): void;
protected createTable(dataPointArr: any, idx: any): HTMLDivElement;
}
interface IGeoProcessGraphicLabelInfo {
}
export { GeoProcessGraphic as default };