@arcgis/core
Version:
ArcGIS Maps SDK for JavaScript: A complete 2D and 3D mapping and data visualization API
6 lines (5 loc) • 1.42 kB
JavaScript
/*
All material copyright ESRI, All Rights Reserved, unless otherwise specified.
See https://js.arcgis.com/4.32/esri/copyright.txt for details.
*/
import{_ as o}from"../../../chunks/tslib.es6.js";import t from"../../../core/JSONSupport.js";import{property as e}from"../../../core/accessorSupport/decorators/property.js";import"../../../core/has.js";import"../../../core/Logger.js";import"../../../core/RandomLCG.js";import{subclass as r}from"../../../core/accessorSupport/decorators/subclass.js";import s from"./AggregatedGeometry.js";import n from"./FunctionResult.js";import i from"./NetworkElement.js";let p=class extends t{constructor(o){super(o),this.aggregatedGeometry=null,this.elements=null,this.globalFunctionResults=null,this.kFeaturesForKNNFound=!1,this.startingPointsIgnored=!1,this.warnings=null}};o([e({type:s,json:{write:!0},readOnly:!0})],p.prototype,"aggregatedGeometry",void 0),o([e({type:[i],json:{write:!0},readOnly:!0})],p.prototype,"elements",void 0),o([e({type:[n],json:{write:!0},readOnly:!0})],p.prototype,"globalFunctionResults",void 0),o([e({type:Boolean,json:{write:!0},readOnly:!0})],p.prototype,"kFeaturesForKNNFound",void 0),o([e({type:Boolean,json:{write:!0},readOnly:!0})],p.prototype,"startingPointsIgnored",void 0),o([e({type:[String],json:{write:!0},readOnly:!0})],p.prototype,"warnings",void 0),p=o([r("esri.rest.networks.support.TraceResult")],p);const a=p;export{a as default};