UNPKG

igniteui-react-core

Version:
40 lines (39 loc) 2.1 kB
/* THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE: https://www.infragistics.com/legal/license/igultimate-la https://www.infragistics.com/legal/license/igultimate-eula GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company. */ import { Base, String_$type, markType } from "./type"; import { Dictionary$2 } from "./Dictionary$2"; import { GeographicMapImageryDescriptionMetadata } from "./GeographicMapImageryDescriptionMetadata"; import { OpenStreetMapImageryDescription } from "./OpenStreetMapImageryDescription"; /** * @hidden */ export let OpenStreetMapImageryDescriptionMetadata = /*@__PURE__*/ (() => { class OpenStreetMapImageryDescriptionMetadata extends Base { static b(a) { if (OpenStreetMapImageryDescriptionMetadata.a == null) { OpenStreetMapImageryDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0); OpenStreetMapImageryDescriptionMetadata.c(OpenStreetMapImageryDescriptionMetadata.a); } if (a.k(OpenStreetMapImageryDescriptionMetadata.a)) { return; } a.ac(OpenStreetMapImageryDescriptionMetadata.a); } static c(a) { GeographicMapImageryDescriptionMetadata.c(a); a.item("TilePath", "String"); } static d(a) { OpenStreetMapImageryDescriptionMetadata.b(a); a.ae("OpenStreetMapImagery", () => new OpenStreetMapImageryDescription()); a.ad("OpenStreetMapImagery", OpenStreetMapImageryDescriptionMetadata.a); } } OpenStreetMapImageryDescriptionMetadata.$t = /*@__PURE__*/ markType(OpenStreetMapImageryDescriptionMetadata, 'OpenStreetMapImageryDescriptionMetadata'); OpenStreetMapImageryDescriptionMetadata.a = null; return OpenStreetMapImageryDescriptionMetadata; })();