@arcgis/core
Version:
ArcGIS Maps SDK for JavaScript: A complete 2D and 3D mapping and data visualization API
6 lines (5 loc) • 981 B
JavaScript
/*
All material copyright ESRI, All Rights Reserved, unless otherwise specified.
See https://js.arcgis.com/4.33/esri/copyright.txt for details.
*/
import{_ as o}from"../../chunks/tslib.es6.js";import r from"../../core/JSONSupport.js";import{property as t}from"../../core/accessorSupport/decorators/property.js";import"../../core/has.js";import"../../core/Logger.js";import"../../core/RandomLCG.js";import{subclass as e}from"../../core/accessorSupport/decorators/subclass.js";import s from"../../geometry/Extent.js";let p=class extends r{constructor(){super(...arguments),this.id=0,this.rotation=0,this.href="",this.extent=new s}};o([t({nonNullable:!0,json:{write:!0}})],p.prototype,"id",void 0),o([t({nonNullable:!0,json:{write:!0}})],p.prototype,"rotation",void 0),o([t({nonNullable:!0,json:{write:!0}})],p.prototype,"href",void 0),o([t({type:s,nonNullable:!0,json:{write:!0}})],p.prototype,"extent",void 0),p=o([e("esri.layers.support.KMLMapImage")],p);export{p as KMLMapImage};