igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
29 lines (28 loc) • 1.06 kB
TypeScript
import { MapTileSource } from "./MapTileSource";
import { DependencyProperty } from "./DependencyProperty";
import { ObservableCollection$1 } from "./ObservableCollection$1";
import { IList$1, Type } from "./type";
/**
* @hidden
*/
export declare class BingMapsTileSource extends MapTileSource {
static $t: Type;
constructor(a: number);
constructor(a: number, b: string, c: ObservableCollection$1<string>);
constructor(a: number, ..._rest: any[]);
static readonly tilePathProperty: DependencyProperty;
get tilePath(): string;
set tilePath(a: string);
static readonly subDomainsProperty: DependencyProperty;
get subDomains(): ObservableCollection$1<string>;
set subDomains(a: ObservableCollection$1<string>);
private ag;
private ab;
static readonly cultureNameProperty: DependencyProperty;
get cultureName(): string;
set cultureName(a: string);
protected x(a: number, b: number, c: number, d: IList$1<any>): void;
private z;
private ad;
private static af;
}