@doegis/core
Version:
DOE GIS API
3 lines (1 loc) • 964 B
JavaScript
import{_ as t}from"../../chunks/tslib.es6.js";import{JSONSupport as o}from"../../core/JSONSupport.js";import{property as r}from"../../core/accessorSupport/decorators/property.js";import"../../core/accessorSupport/ensureType.js";import"../../core/arrayUtils.js";import{subclass as e}from"../../core/accessorSupport/decorators/subclass.js";import s from"../../geometry/Extent.js";import p from"../../geometry/Point.js";let i=class extends o{constructor(t){super(t),this.address=null,this.attributes=null,this.extent=null,this.location=null,this.score=null}};t([r({type:String,json:{write:!0}})],i.prototype,"address",void 0),t([r({type:Object,json:{write:!0}})],i.prototype,"attributes",void 0),t([r({type:s,json:{write:!0}})],i.prototype,"extent",void 0),t([r({type:p,json:{write:!0}})],i.prototype,"location",void 0),t([r({type:Number,json:{write:!0}})],i.prototype,"score",void 0),i=t([e("esri.rest.support.AddressCandidate")],i);const c=i;export{c as default};