@arcgis/core
Version:
ArcGIS Maps SDK for JavaScript: A complete 2D and 3D mapping and data visualization API
6 lines (5 loc) • 852 B
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 r}from"../../chunks/tslib.es6.js";import s from"../../core/Accessor.js";import{property as o}from"../../core/accessorSupport/decorators/property.js";import"../../core/has.js";import"../../core/Logger.js";import"../../core/RandomLCG.js";import{subclass as e}from"../../core/accessorSupport/decorators/subclass.js";import t from"./PlaceResult.js";let p=class extends s{constructor(r){super(r),this.nextQueryParams=null,this.previousQueryParams=null,this.results=null}};r([o()],p.prototype,"nextQueryParams",void 0),r([o()],p.prototype,"previousQueryParams",void 0),r([o({type:[t]})],p.prototype,"results",void 0),p=r([e("esri.rest.support.PlacesQueryResult")],p);const c=p;export{c as default};