UNPKG

igniteui-react-core

Version:
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); }