UNPKG

@arcgis/core

Version:

ArcGIS Maps SDK for JavaScript: A complete 2D and 3D mapping and data visualization API

3 lines (2 loc) 1.49 kB
/* COPYRIGHT Esri - https://js.arcgis.com/5.0.8/LICENSE.txt */ import{__decorate as t}from"tslib";import{JSONSupport as e}from"../../core/JSONSupport.js";import{property as o,subclass as r}from"../../core/accessorSupport/decorators.js";import i from"./DirectionsFeatureSet.js";import s from"./FeatureSet.js";import p from"./NAMessage.js";let n=class extends e{constructor(t){super(t),this.directionLines=null,this.directionPoints=null,this.directions=null,this.facilities=null,this.incidents=null,this.messages=null,this.pointBarriers=null,this.polylineBarriers=null,this.polygonBarriers=null,this.routes=null,this.traversedEdges=null,this.traversedJunctions=null,this.traversedTurns=null}};t([o({type:s})],n.prototype,"directionLines",void 0),t([o({type:s})],n.prototype,"directionPoints",void 0),t([o({type:[i]})],n.prototype,"directions",void 0),t([o({type:s})],n.prototype,"facilities",void 0),t([o({type:s})],n.prototype,"incidents",void 0),t([o({type:[p]})],n.prototype,"messages",void 0),t([o({type:s,json:{read:{source:"barriers"}}})],n.prototype,"pointBarriers",void 0),t([o({type:s})],n.prototype,"polylineBarriers",void 0),t([o({type:s})],n.prototype,"polygonBarriers",void 0),t([o({type:s})],n.prototype,"routes",void 0),t([o({type:s})],n.prototype,"traversedEdges",void 0),t([o({type:s})],n.prototype,"traversedJunctions",void 0),t([o({type:s})],n.prototype,"traversedTurns",void 0),n=t([r("esri.rest.support.ClosestFacilitySolveResult")],n);const l=n;export{l as default};