UNPKG

@arcgis/core

Version:

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

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