@arcgis/core
Version:
ArcGIS Maps SDK for JavaScript: A complete 2D and 3D mapping and data visualization API
6 lines (5 loc) • 1.27 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 e}from"../../../chunks/tslib.es6.js";import{property as r}from"../../../core/accessorSupport/decorators/property.js";import"../../../core/has.js";import"../../../core/Logger.js";import"../../../core/RandomLCG.js";import{subclass as o}from"../../../core/accessorSupport/decorators/subclass.js";import s from"./NavigationUI360.js";import t from"./NavigationUIViewModel.js";let i=class extends s{constructor(e){super(e),this.viewModel=new t}set cameraHeadingThreshold(e){this.viewModel.cameraHeadingThreshold=e}get cameraHeadingThreshold(){return this.viewModel.cameraHeadingThreshold}set cameraPitchThreshold(e){this.viewModel.cameraPitchThreshold=e}get cameraPitchThreshold(){return this.viewModel.cameraPitchThreshold}set preserveAngle(e){this.viewModel.preserveAngle=e}get preserveAngle(){return this.viewModel.preserveAngle}};e([r()],i.prototype,"cameraHeadingThreshold",null),e([r()],i.prototype,"cameraPitchThreshold",null),e([r()],i.prototype,"preserveAngle",null),e([r()],i.prototype,"viewModel",void 0),i=e([o("esri.widgets.OrientedImageryViewer.components.NavigationUI")],i);const a=i;export{a as default};