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.
 
 

6 lines
1.5 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 ../../Graphic ../../core/JSONSupport ../../core/accessorSupport/decorators/property ../../core/has ../../core/Logger ../../core/RandomLCG ../../core/accessorSupport/decorators/subclass ./DirectionsFeatureSet ./FeatureSet".split(" "),function(b,e,a,c,k,l,m,f,g,d){a=class extends a.JSONSupport{constructor(h){super(h);this.traversedTurns=this.traversedJunctions=this.traversedEdges=this.stops=this.routeName=this.route=this.directions=this.directionPoints=this.directionLines=
null}};b.__decorate([c.property({type:d,json:{write:!0}})],a.prototype,"directionLines",void 0);b.__decorate([c.property({type:d,json:{write:!0}})],a.prototype,"directionPoints",void 0);b.__decorate([c.property({type:g,json:{write:!0}})],a.prototype,"directions",void 0);b.__decorate([c.property({type:e,json:{write:!0}})],a.prototype,"route",void 0);b.__decorate([c.property({type:String,json:{write:!0}})],a.prototype,"routeName",void 0);b.__decorate([c.property({type:[e],json:{write:!0}})],a.prototype,
"stops",void 0);b.__decorate([c.property({type:d,json:{write:!0}})],a.prototype,"traversedEdges",void 0);b.__decorate([c.property({type:d,json:{write:!0}})],a.prototype,"traversedJunctions",void 0);b.__decorate([c.property({type:d,json:{write:!0}})],a.prototype,"traversedTurns",void 0);return a=b.__decorate([f.subclass("esri.rest.support.RouteResult")],a)});