UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

18 lines (17 loc) 645 B
import { GeographicShapeSeriesBaseDescription } from "./GeographicShapeSeriesBaseDescription"; import { GeographicMapImageryDescription } from "./GeographicMapImageryDescription"; import { Type } from "./type"; /** * @hidden */ export declare class GeographicTileSeriesDescription extends GeographicShapeSeriesBaseDescription { static $t: Type; protected get_type(): string; constructor(); private fz; get tileImagery(): GeographicMapImageryDescription; set tileImagery(a: GeographicMapImageryDescription); private f1; get imageTilesReadyRef(): string; set imageTilesReadyRef(a: string); }