/// // declare class AKHTTPTileDataSource extends NTHTTPTileDataSource { // static alloc(): AKHTTPTileDataSource; // static new(): AKHTTPTileDataSource; // constructor(o?: { minZoom: number; maxZoom: number; baseURL: string }); // setAutoHD(value: boolean); // }