@arcgis/core
Version:
ArcGIS Maps SDK for JavaScript: A complete 2D and 3D mapping and data visualization API
6 lines (5 loc) • 1.31 kB
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 e from"../Viewpoint.js";import t from"../core/Accessor.js";import r from"../core/Clonable.js";import{property as s}from"../core/accessorSupport/decorators/property.js";import"../core/has.js";import"../core/Logger.js";import"../core/RandomLCG.js";import{subclass as i}from"../core/accessorSupport/decorators/subclass.js";import p from"../geometry/SpatialReference.js";import{system as n}from"../time/constants.js";import{T as m}from"../chunks/TimeExtent.js";import a from"../webdoc/RangeInfo.js";import c from"./background/ColorBackground.js";let l=class extends(r.ClonableMixin(t)){constructor(o){super(o),this.background=null,this.rangeInfo=null,this.spatialReference=null,this.timeExtent=null,this.timeZone=n,this.viewpoint=null}};o([s({type:c})],l.prototype,"background",void 0),o([s({type:a})],l.prototype,"rangeInfo",void 0),o([s({type:p})],l.prototype,"spatialReference",void 0),o([s({type:m})],l.prototype,"timeExtent",void 0),o([s({nonNullable:!0})],l.prototype,"timeZone",void 0),o([s({type:e})],l.prototype,"viewpoint",void 0),l=o([i("esri.webmap.InitialViewProperties")],l);const f=l;export{f as default};