Custom Gis Application with Arcgis Javascript API with modern layouting
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

8 lines
2.2 KiB

// All material copyright Esri, All Rights Reserved, unless otherwise specified.
// See https://js.arcgis.com/4.30/esri/copyright.txt for details.
//>>built
define("../../chunks/tslib.es6 ../../geometry ../../core/JSONSupport ../../core/accessorSupport/decorators/property ../../core/accessorSupport/ensureType ../../core/RandomLCG ../../core/has ../../core/accessorSupport/decorators/subclass ./commonProperties ../../geometry/Point ../../geometry/SpatialReference ../../geometry/Extent".split(" "),function(c,a,f,d,g,p,q,h,k,l,m,n){a=class extends f.JSONSupport{constructor(b){super(b);this.searchExtent=this.outSpatialReference=this.outFields=this.maxLocations=
this.magicKey=this.locationType=this.location=this.forStorage=this.countryCode=this.categories=this.apiKey=this.address=null}};c.__decorate([d.property({type:Object,json:{write:!0}})],a.prototype,"address",void 0);c.__decorate([d.property(k.apiKey)],a.prototype,"apiKey",void 0);c.__decorate([d.property({type:[String],json:{read:{source:"category",reader:b=>b?b.split(","):null},write:{target:"category",writer:(b,e)=>{e.category=b?b.join(","):null}}}})],a.prototype,"categories",void 0);c.__decorate([d.property({type:String,
json:{write:!0}})],a.prototype,"countryCode",void 0);c.__decorate([d.property({type:Boolean,json:{write:!0}})],a.prototype,"forStorage",void 0);c.__decorate([d.property({type:l,json:{write:{writer:(b,e)=>{e.location=b?b.clone().normalize():null}}}})],a.prototype,"location",void 0);c.__decorate([d.property({type:String,json:{write:!0}})],a.prototype,"locationType",void 0);c.__decorate([d.property({type:String,json:{write:!0}})],a.prototype,"magicKey",void 0);c.__decorate([d.property({type:Number,json:{write:!0}})],
a.prototype,"maxLocations",void 0);c.__decorate([d.property({type:[String],json:{write:{writer:(b,e)=>{e.outFields=b?b.join(","):null}}}})],a.prototype,"outFields",void 0);c.__decorate([d.property({type:m,json:{read:{source:"outSR"},write:{target:"outSR"}}})],a.prototype,"outSpatialReference",void 0);c.__decorate([d.property({type:n,json:{write:{writer:(b,e)=>{b=b?b.shiftCentralMeridian():null;e.searchExtent=b}}}})],a.prototype,"searchExtent",void 0);a=c.__decorate([h.subclass("esri.rest.support.AddressToLocationsParameters")],
a);a.from=g.ensureType(a);return a});