UNPKG

@arcgis/core

Version:

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

3 lines (2 loc) 953 B
/* COPYRIGHT Esri - https://js.arcgis.com/5.0.8/LICENSE.txt */ import{__decorate as r}from"tslib";import{ClonableMixin as o}from"../../core/Clonable.js";import{JSONSupport as t}from"../../core/JSONSupport.js";import{property as e}from"../../core/accessorSupport/decorators/property.js";import{subclass as s}from"../../core/accessorSupport/decorators/subclass.js";import p from"./LocateSetting.js";import i from"./LocateSettingBase.js";let n=class extends(o(t)){constructor(r){super(r),this.stops=null,this.pointBarriers=null,this.polylineBarriers=null,this.polygonBarriers=null}};r([e({type:p,json:{write:!0}})],n.prototype,"stops",void 0),r([e({type:p,json:{name:"barriers",write:!0}})],n.prototype,"pointBarriers",void 0),r([e({type:i,json:{write:!0}})],n.prototype,"polylineBarriers",void 0),r([e({type:i,json:{write:!0}})],n.prototype,"polygonBarriers",void 0),n=r([s("esri.rest.support.LocateSettingsOverrides")],n);const a=n;export{a as default};