@arcgis/core
Version:
ArcGIS Maps SDK for JavaScript: A complete 2D and 3D mapping and data visualization API
6 lines (5 loc) • 904 B
JavaScript
/*
All material copyright ESRI, All Rights Reserved, unless otherwise specified.
See https://js.arcgis.com/4.33/esri/copyright.txt for details.
*/
import{_ as o}from"../../chunks/tslib.es6.js";import t from"../../core/JSONSupport.js";import{property as e}from"../../core/accessorSupport/decorators/property.js";import"../../core/has.js";import"../../core/Logger.js";import"../../core/RandomLCG.js";import{subclass as r}from"../../core/accessorSupport/decorators/subclass.js";let s=class extends t{constructor(o){super(o),this.type="location",this.latitudeFieldName=null,this.longitudeFieldName=null}};o([e({type:["location"],readOnly:!0,json:{write:!0}})],s.prototype,"type",void 0),o([e({json:{write:!0}})],s.prototype,"latitudeFieldName",void 0),o([e({json:{write:!0}})],s.prototype,"longitudeFieldName",void 0),s=o([r("esri.layers.support.ParquetEncodingLocation")],s);const i=s;export{i as default};