igniteui-webcomponents-maps 5.1.1-beta.0 → 5.1.1-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-webcomponents-maps.umd.js +1327 -1327
- package/bundles/igniteui-webcomponents-maps.umd.min.js +1 -1
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +35 -35
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +71 -71
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +165 -165
- package/esm2015/lib/GeographicMarkerSeries.js +26 -26
- package/esm2015/lib/GeographicPolylineSeriesView_combined.js +15 -15
- package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +87 -87
- package/esm2015/lib/GeographicShapeSeriesBase_combined.js +58 -58
- package/esm2015/lib/GeographicShapeSeriesView_combined.js +50 -50
- package/esm2015/lib/GeographicSymbolSeriesView_combined.js +54 -54
- package/esm2015/lib/GeographicTileSeries.js +27 -27
- package/esm2015/lib/TileSeries_combined.js +80 -80
- package/esm2015/lib/XamGeographicMap_combined.js +376 -376
- package/esm2015/lib/igc-geographic-contour-line-series-component.js +8 -8
- package/esm2015/lib/igc-geographic-high-density-scatter-series-component.js +31 -31
- package/esm2015/lib/igc-geographic-map-component.js +47 -47
- package/esm2015/lib/igc-geographic-map-series-host-component.js +12 -12
- package/esm2015/lib/igc-geographic-marker-series-component.js +31 -31
- package/esm2015/lib/igc-geographic-polyline-series-component.js +12 -12
- package/esm2015/lib/igc-geographic-proportional-symbol-series-component.js +41 -41
- package/esm2015/lib/igc-geographic-scatter-area-series-component.js +7 -7
- package/esm2015/lib/igc-geographic-shape-series-base-component.js +29 -29
- package/esm2015/lib/igc-geographic-shape-series-component.js +43 -43
- package/esm2015/lib/igc-geographic-symbol-series-component.js +19 -19
- package/esm2015/lib/igc-geographic-tile-series-component.js +3 -3
- package/esm2015/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
- package/esm2015/lib/igc-tile-series-component.js +2 -2
- package/esm5/lib/GeographicContourLineSeriesView_combined.js +35 -35
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +71 -71
- package/esm5/lib/GeographicMapSeriesHost_combined.js +163 -163
- package/esm5/lib/GeographicMarkerSeries.js +26 -26
- package/esm5/lib/GeographicPolylineSeriesView_combined.js +15 -15
- package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +87 -87
- package/esm5/lib/GeographicShapeSeriesBase_combined.js +57 -57
- package/esm5/lib/GeographicShapeSeriesView_combined.js +50 -50
- package/esm5/lib/GeographicSymbolSeriesView_combined.js +54 -54
- package/esm5/lib/GeographicTileSeries.js +26 -26
- package/esm5/lib/TileSeries_combined.js +78 -78
- package/esm5/lib/XamGeographicMap_combined.js +370 -370
- package/esm5/lib/igc-geographic-contour-line-series-component.js +8 -8
- package/esm5/lib/igc-geographic-high-density-scatter-series-component.js +31 -31
- package/esm5/lib/igc-geographic-map-component.js +47 -47
- package/esm5/lib/igc-geographic-map-series-host-component.js +12 -12
- package/esm5/lib/igc-geographic-marker-series-component.js +31 -31
- package/esm5/lib/igc-geographic-polyline-series-component.js +12 -12
- package/esm5/lib/igc-geographic-proportional-symbol-series-component.js +41 -41
- package/esm5/lib/igc-geographic-scatter-area-series-component.js +7 -7
- package/esm5/lib/igc-geographic-shape-series-base-component.js +29 -29
- package/esm5/lib/igc-geographic-shape-series-component.js +43 -43
- package/esm5/lib/igc-geographic-symbol-series-component.js +19 -19
- package/esm5/lib/igc-geographic-tile-series-component.js +3 -3
- package/esm5/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
- package/esm5/lib/igc-tile-series-component.js +2 -2
- package/fesm2015/igniteui-webcomponents-maps.js +1341 -1341
- package/fesm5/igniteui-webcomponents-maps.js +1327 -1327
- package/lib/GeographicContourLineSeriesView_combined.d.ts +13 -13
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +19 -19
- package/lib/GeographicMapSeriesHost_combined.d.ts +28 -28
- package/lib/GeographicMarkerSeries.d.ts +14 -14
- package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
- package/lib/GeographicPolylineSeriesView_combined.d.ts +7 -7
- package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +23 -23
- package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
- package/lib/GeographicShapeSeriesBase_combined.d.ts +20 -20
- package/lib/GeographicShapeSeriesView_combined.d.ts +23 -23
- package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicSymbolSeriesView_combined.d.ts +16 -16
- package/lib/GeographicTileSeries.d.ts +9 -9
- package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
- package/lib/TileSeries_combined.d.ts +19 -19
- package/lib/XamGeographicMap_combined.d.ts +81 -81
- package/package.json +3 -3
|
@@ -4,4 +4,4 @@
|
|
|
4
4
|
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
5
|
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
6
|
*/
|
|
7
|
-
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("tslib"),require("igniteui-webcomponents-charts"),require("igniteui-webcomponents-core")):"function"==typeof define&&define.amd?define(["exports","tslib","igniteui-webcomponents-charts","igniteui-webcomponents-core"],t):t((e=e||self)["igniteui-webcomponents-maps"]={},e.tslib,e.igniteuiWebcomponentsCharts,e.igniteuiWebcomponentsCore)}(this,(function(e,t,i,n){"use strict";var r=function(e){return e[e.Auto=0]="Auto",e[e.MaintainTopLeftPosition=1]="MaintainTopLeftPosition",e[e.MaintainCenterPosition=2]="MaintainCenterPosition",e}({}),o=n.markEnum("MapResizeBehavior","Auto,0|MaintainTopLeftPosition,1|MaintainCenterPosition,2"),a=function(e){return e[e.Auto=0]="Auto",e[e.NonWrapped=1]="NonWrapped",e[e.Wrapped=2]="Wrapped",e}({}),s=n.markEnum("MapBackgroundTilingMode","Auto,0|NonWrapped,1|Wrapped,2"),l=function(e){function r(){var t=e.call(this)||this;return t.au=null,t.ai=0,t.aj=0,t.au=new n.Rect(0,0,0,1,1),t}return t.__extends(r,e),r.prototype.q=function(e,t){if(t.c.isEmpty)return this.getMercatorUnscaledValue(e,t.e,t.d,t.a);var i=e*t.e.height+t.e.top*t.d.height;return this.getMercatorUnscaledValue(i,this.au,t.c,t.a)},r.prototype.p=function(e,t){if(t.c.isEmpty)return this.getMercatorScaledValue1(e,t.e,t.d,t.a);var i=this.getMercatorScaledValue1(e,this.au,t.c,t.a);return i=(i-t.e.top*t.d.height)/t.e.height},r.prototype.af=function(e){return Array.isArray(e)?e:null},r.prototype.v=function(e,t,i,n){var o,a,s,l,c,h=n.e,u=n.d,p=n.c,y=(n.a,!p.isEmpty),g=(this.m,this.o,p.top),f=p.height,d=h.top,b=h.height,m=u.top,S=u.height,w=this.au.top,_=this.au.height,k=this.af(e),v=.017453292519943295,x=!1;null!=k&&(x=!0);for(var C=t;C<i;C++)o=x?k[C]:e.item(C),y?(o<r.ah&&(o=r.ah),o>r.ag&&(o=r.ag),a=o*v,s=Math.sin(a),l=.5*Math.log((1+s)/(1-s)),c=(((c=g+(c=(this.ai-l)*f/this.aj))-w*f)/_-d*S)/b,x?k[C]=c:e.item(C,c)):(o<r.ah&&(o=r.ah),o>r.ag&&(o=r.ag),a=o*v,s=Math.sin(a),l=.5*Math.log((1+s)/(1-s)),c=((c=m+(c=(this.ai-l)*S/this.aj))-d*S)/b,x?k[C]=c:e.item(C,c))},r.prototype.t=function(e,t,i,n,r){return{p3:this.ak(e.mc),p4:this.ak(e.mb)}},r.prototype.w=function(t,i,n){switch(e.prototype.w.call(this,t,i,n),t){case"ActualMinimumValue":case"ActualMaximumValue":this.ai=r.am(this.n),this.aj=r.am(this.n)-r.am(this.o)}},Object.defineProperty(r,"as",{get:function(){return r.ag},enumerable:!1,configurable:!0}),Object.defineProperty(r,"at",{get:function(){return r.ah},enumerable:!1,configurable:!0}),r.prototype.getMercatorUnscaledValue=function(e,t,i,n){var o=(e-i.top)*t.width+t.top*i.height;return o=r.am(this.n)-o/(i.height/this.aj),r.aq(o)},r.prototype.getMercatorScaledValue1=function(e,t,i,n){return(i.top+this.getMercatorScaledValue3(e,i.height)-t.top*i.height)/t.width},r.prototype.getMercatorScaledValue2=function(e,t,i,n,r){return(this.getMercatorScaledValue3(e,n.height)-t.top*i.height)/t.width},r.prototype.getMercatorScaledValue3=function(e,t){e=e>r.ah?e<r.ag?e:r.ag:r.ah;var i=r.am(e);return(this.ai-i)*t/this.aj},r.am=function(e){var t=.017453292519943295*e,i=Math.sin(t);return.5*Math.log((1+i)/(1-i))},r.aq=function(e){return e=Math.exp(2*e),Math.asin((e-1)/(e+1))/.017453292519943295},r.prototype.ak=function(e){return e<r.ah?r.ah:e>r.ag?r.ag:e},r.$t=n.markType(r,"SphericalMercatorVerticalScaler",i.VerticalLinearScaler.$),r.ag=85.05112878,r.ah=-85.05112878,r}(i.VerticalLinearScaler),c=function(e){function r(){var t=e.call(this)||this;return t.aj=null,t.aj=new n.Rect(0,0,0,1,1),t}return t.__extends(r,e),r.prototype.q=function(e,t){if(t.c.isEmpty)return this.getMercatorUnscaledValue(e,t.e,t.d,t.a);var i=e*t.e.width+t.e.left*t.d.width;return this.getMercatorUnscaledValue(i,this.aj,t.c,t.a)},r.prototype.p=function(e,t){return t.c.isEmpty?this.getMercatorScaledValue1(e,t.e,t.d,t.a):(this.getMercatorScaledValue1(e,this.aj,t.c,t.a)-t.e.left*t.d.width)/t.e.width},r.prototype.af=function(e){return Array.isArray(e)?e:null},r.prototype.v=function(e,t,i,n){var r,o=n.e,a=n.d,s=n.c,l=n.a,c=!s.isEmpty,h=this.m,u=this.o,p=s.left,y=s.width,g=o.left,f=o.width,d=a.left,b=a.width,m=this.aj.left,S=this.aj.width,w=this.af(e),_=!1;null!=w&&(_=!0);for(var k=t;k<i;k++)if(r=_?w[k]:e.item(k),c){var v=(r-u)/h;l&&(v=1-v);var x=((v=p+y*(v-m)/S)-g*b)/f;_?w[k]=x:e.item(k,x)}else{var C=(r-u)/h;l&&(C=1-C),C=d+b*(C-g)/f,_?w[k]=C:e.item(k,C)}},r.prototype.t=function(e,t,i,n,r){return{p3:e.mc,p4:e.mb}},r.prototype.getMercatorUnscaledValue=function(e,t,i,n){var r=t.left+t.width*(e-i.left)/i.width;return n&&(r=1-r),this.o+r*this.m},r.prototype.getMercatorScaledValue1=function(e,t,i,n){var r=(e-this.o)/this.m;return n&&(r=1-r),i.left+i.width*(r-t.left)/t.width},r.prototype.getMercatorScaledValue2=function(e,t,i,n,r){var o=(e-this.o)/this.m;return r&&(o=1-o),i.left+i.width*(o-t.left)/t.width},r.$t=n.markType(r,"SphericalMercatorHorizontalScaler",i.HorizontalLinearScaler.$),r}(i.HorizontalLinearScaler),h=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(i,e),i.$t=n.markType(i,"ImageTilesReadyEventArgs",n.EventArgs.$),i}(n.EventArgs),u=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(i,e),i.$t=n.markType(i,"ImagesChangedEventArgs",n.EventArgs.$),i}(n.EventArgs),p=function(e){function r(){var t=e.call(this)||this;return t.ww=null,t.wy=t.wx(),t}return t.__extends(r,e),r.prototype.qe=function(){e.prototype.qe.call(this),null!=this.wy&&this.wy.qe()},r.prototype.get_fc=function(){return!0},r.prototype.kq=function(e,t){var i=this.nd(t);return"LatitudeMemberPath"==i&&(i="YMemberPath"),"LongitudeMemberPath"==i&&(i="XMemberPath"),this.wy.kq(e,i)},r.prototype.md=function(e){var t=this.nd(e);return"LatitudeMemberPath"==t&&(t="YMemberPath"),"LongitudeMemberPath"==t&&(t="XMemberPath"),this.wy.md(t)},r.prototype.get_ki=function(){return this.k0(this.wy)},r.prototype.set_ki=function(e){this.oz(this.wy,e)},r.prototype.eb=function(e,t,i,n,r){return this.wy.eb(e,t,i,n,r)},r.prototype.ai=function(){return this.wy.ai()},r.prototype.bo=function(){return this.wy},Object.defineProperty(r.prototype,"wy",{get:function(){return this.ww},set:function(e){var t=this.ww;this.wy!=e&&(this.ww=e,this.w3(t,this.ww))},enumerable:!1,configurable:!0}),r.prototype.get_hasMarkers=function(){return this.wy.hasMarkers},r.prototype.w3=function(e,t){if(null!=this.ww){var i=this.ww;i.externalObject=n.TypeRegistrar.createFromInternal(i,n.PlatformConstants.Prefix,n.PlatformConstants.Postfix),i.externalObject._implementation=i}if(this.pf(this.wy),this.wz.b5(),null!=e){var r=e;this.rz(r,null)}if(null!=t){var o=t;this.rz(o,this)}},r.prototype.dg=function(e,t,i){return this.di(this.wy,e,t,i)},r.prototype.dh=function(e,t,i){return this.dj(this.wy,e,t,i)},r.prototype.kn=function(e){return this.kw(this.wy,e)},r.prototype.ka=function(e,t){return this.wy.ka(e,t)},r.prototype.j8=function(e,t){return this.wy.j8(e,t)},r.prototype.i5=function(e,t,i){return this.wy.i5(e,t,i)},r.prototype.wa=function(e,t,i){return this.wy.wa(e,t,i)},r.prototype.wl=function(e){return this.wy.wl(e)},r.prototype.ao=function(e){return this.wy.ao(e)},r.prototype.wm=function(e){return this.wy.wm(e)},r.prototype.ap=function(e){return this.wy.ap(e)},r.prototype.wn=function(e){return this.wy.wn(e)},r.prototype.wo=function(e){return this.wy.wo(e)},r.prototype.i1=function(e,t,i){return this.wy.i1(e,t,i)},r.prototype.v6=function(e,t,i){return this.wy.v6(e,t,i)},r.prototype.i3=function(e,t,i){return this.i5(e,t,i)},r.prototype.v8=function(e,t,i){return this.wy.v8(e,t,i)},r.prototype.wb=function(e,t,i){return this.wy.wb(e,t,i)},r.prototype.i6=function(e,t,i){return this.wy.i6(e,t,i)},r.prototype.v7=function(e,t,i){return this.wy.v7(e,t,i)},r.prototype.i2=function(e,t,i){return this.wy.i2(e,t,i)},r.prototype.v9=function(e,t,i){return this.wy.v9(e,t,i)},r.prototype.i4=function(e,t,i){return this.wy.i4(e,t,i)},r.prototype.j4=function(e){return this.wy.j4(e)},r.prototype.iw=function(){return this.wy.iw()},r.prototype.is=function(e){return this.wy.is(e)},r.prototype.ko=function(e){return this.wy.ko(e)},r.prototype.cs=function(){return new y(this)},r.prototype.qz=function(t){e.prototype.qz.call(this,t),this.wz=n.typeCast(y.$,t)},Object.defineProperty(r.prototype,"w0",{get:function(){return this.c(r.w5)},set:function(e){this.h(r.w5,e)},enumerable:!1,configurable:!0}),r.prototype.q7=function(t,r,o,a){switch(e.prototype.q7.call(this,t,r,o,a),r){case"SeriesViewer":this.wy.db=this.db,null!=o&&o.q4(this.wy),null!=a&&this.db.m8(this.wy),this.wy.ra(this.wq),this.wy.index=this.index,this.py(this.wy),this.kg=this.wy.kg;var s=n.typeCast(i.SeriesViewer.$,o);if(null!=s&&(s.actualWindowRectChanged=n.delegateRemove(s.actualWindowRectChanged,n.runOn(this,this.w4))),null!=this.db){var l=this.db;l.actualWindowRectChanged=n.delegateCombine(l.actualWindowRectChanged,n.runOn(this,this.w4))}this.w2();break;case"SyncLink":this.wy.c3=this.c3;break;case"VisibleFromScale":this.w2();break;case"Index":this.wy.index=this.index;break;case"ItemsSource":this.wz.b6();break;case"Resolution":this.wz.cd();break;case"TransitionDuration":this.wz.cg();break;case"Opacity":this.wz.ca();break;case"Visibility":var c=this.wy,h=this._visibility;c.visibility=h;break;case"MouseOverEnabled":this.wy.f8=this.f8;break;case"ExpectFunctions":this.wy.expectFunctions=this.expectFunctions;break;case"Thickness":this.wz.cf();break;case"Brush":this.wz.b4();break;case"Outline":this.wz.cc();break;case"ActualBrush":this.wz.b1();break;case"ActualOutline":this.wz.b2();break;case"MarkerFillOpacity":n.isNaN_(this.jg)||this.wz.b9();break;case"AreaFillOpacity":n.isNaN_(this.ik)||this.wz.b3();break;case"OutlineMode":this.wz.cb();break;case"ShowDefaultTooltip":this.wz.ce();break;case"Title":this.wy.title=this.title;break;case"LegendItemBadgeMode":this.wz.b7();break;case"LegendItemBadgeShape":this.wz.b8();break;case"Legend":this.wy.legend=this.legend,this.cv.av()}},r.prototype.w2=function(){if(null!=this.db&&null!=this.wy&&!n.isNaN_(this.w0))if(this.db.v4.width>this.w0){this.wy.visibility=1}else{this.wy.visibility=0}},r.prototype.w4=function(e,t){this.w2()},r.prototype.rp=function(t){e.prototype.rp.call(this,t),null!=this.wy&&this.wy.rp(t)},r.prototype.q3=function(t){e.prototype.q3.call(this,t),null!=this.wy&&this.wy.ql()},r.prototype.ro=function(e,t,i,n,r){null!=this.wy&&this.wy.ro(e,t,i,n,r)},r.prototype.a2=function(e,t){return this.wy.a2(e,t)},r.prototype.sa=function(){e.prototype.sa.call(this),this.wy.sa()},r.prototype.get_coercionMethods=function(){return this._coercionMethods},r.prototype.set_coercionMethods=function(e){this._coercionMethods=e,this.wy.coercionMethods=e},r.prototype.px=function(t){if(e.prototype.px.call(this,t),null!=this.wy){var i=this.wy.km();this.o8(t,i)}},r.$t=n.markType(r,"GeographicMapSeriesHost",i.Series.$),r.w5=n.DependencyProperty.i("VisibleFromScale",n.Number_$type,r.$,new n.PropertyMetadata(2,1,(function(e,t){e.raisePropertyChanged("VisibleFromScale",t.oldValue,t.newValue)}))),r}(i.Series),y=function(e){function r(t){var i=e.call(this,t)||this;return i.b0=null,i.b0=t,i}return t.__extends(r,e),r.prototype.at=function(t,i){e.prototype.at.call(this,t,i)},r.prototype.b5=function(){this.b0.legendItemVisibility=1,this.b0.wy.legendItemVisibility=0,this.b0.wy.itemsSource=this.b0.itemsSource,this.b0.wy.index=this.b0.index,this.b0.wy.vd=this.b0.vd,this.b0.wy.vt=this.b0.vd,this.b0.wy.ci=this.b0.ci,this.b0.wy.jj=this.b0.jj,this.b0.wy.kd=this.b0.kd,this.b0.wy._opacity=this.b0._opacity,this.b0.wy.jp=this.b0.jp,this.b0.wy.ik=this.b0.ik,this.b0.wy.jg=this.b0.jg,this.b0.wy.gp=this.b0.gp,this.b0.wy.legendItemBadgeShape=this.b0.legendItemBadgeShape,this.b0.wy.bd=this.b0.bd},r.prototype.b6=function(){this.b0.wy.itemsSource=this.b0.itemsSource},r.prototype.cd=function(){this.b0.wy.jj=this.b0.jj},r.prototype.cg=function(){this.b0.wy.kd=this.b0.kd},r.prototype.ca=function(){this.b0.wy._opacity=this.b0._opacity},r.prototype.cf=function(){this.b0.wy.jp=this.b0.jp},r.prototype.b4=function(){this.b0.wy.vd=this.b0.vd},r.prototype.cc=function(){this.b0.wy.vt=this.b0.vt},r.prototype.b1=function(){this.b0.wy.vd=this.b0.u7},r.prototype.b2=function(){this.b0.wy.vt=this.b0.vb},r.prototype.b7=function(){this.b0.wy.bd=this.b0.bd},r.prototype.b8=function(){this.b0.wy.legendItemBadgeShape=this.b0.legendItemBadgeShape},r.prototype.b3=function(){this.b0.wy.ik=this.b0.ik},r.prototype.b9=function(){this.b0.wy.jg=this.b0.jg},r.prototype.cb=function(){this.b0.wy.ci=this.b0.ci},r.prototype.ce=function(){this.b0.wy.gp=this.b0.gp},r.$t=n.markType(r,"HostSeriesView",i.SeriesView.$),r}(i.SeriesView),g=function(e){function r(){var t=e.call(this)||this;t.xg=null,t.w5=!1,t.wx=1,t.xc=0,t.yn=null,t.wu=null,t.wq=null,t.ws=null,t.ww=null,t.yj={$type:n.Point_$type,x:NaN,y:NaN},t.yq=null,t.xb=1,t.imageTilesReady=null,t.w4=null,t.yp=n.Rect.empty,t.xc=l.am(r.yo.bottom)-l.am(r.yo.top),t.ab=r.$,t.backgroundContent=new w;var o,a=((o=new i.NumericXAxis).bi=t,o);a.cf=!0,t.wr=a,t.wr.n4=new c;var s=function(){var e=new i.NumericYAxis;return e.bi=t,e}();return s.cf=!0,t.wt=s,t.wt.n4=new l,t.xy(),t.x5(),t.n0(),t}return t.__extends(r,e),r.prototype.provideContainer=function(t){e.prototype.provideContainer.call(this,t),this.wr.provideRenderer(t),this.wt.provideRenderer(t)},r.prototype.n0=function(){e.prototype.n0.call(this),this.w3.fv(this.hi)},r.prototype.fl=function(){return this.w9},r.prototype.fm=function(){return this.w9},r.prototype.w0=function(){return 0==this.wy&&this.w5?2:1},Object.defineProperty(r.prototype,"wz",{get:function(){return this.wx},set:function(e){this.wx=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"ys",{get:function(){return this.yn},set:function(e){if(n.Rect.l_op_Inequality(this.yn,e)){var t=this.yn;this.yn=e,this.qm("ActualWorldRect",t,e)}},enumerable:!1,configurable:!0}),r.prototype.yw=function(){return this.ys},r.prototype.xy=function(){this.y4.isEmpty||(this.ys=this.y2(this.y4,1==this.cr))},r.prototype.y2=function(e,t){var i=e.top,o=e.left,a=e.width,s=e.height,c=l.am(e.bottom),h=l.am(e.top),u=c-h,p=e.width/r.yo.width,y=l.am(r.yo.top);if(u/p>this.xc){var g=u/this.xc;o-=(g-p)/2*r.yo.width,a=g*r.yo.width,t&&(o<r.yo.left?o+=r.yo.left-o:o+a>r.yo.right&&(o-=o+a-r.yo.right))}else if(u/p<this.xc){var f=this.xc*p-u,d=h-f/2,b=c+f/2;t&&(d<y?b+=y-(d+=y-d):b>y+this.xc&&(d-=b-(y+this.xc),b-=b-(y+this.xc))),i=l.aq(d),s=l.aq(b)-i}return new n.Rect(0,o,i,a,s)},Object.defineProperty(r.prototype,"backgroundContent",{get:function(){return this.wu},set:function(e){if(e!=this.backgroundContent){var t=this.backgroundContent;this.wu=e,this.qm("BackgroundContent",t,e)}},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"wr",{get:function(){return this.wq},set:function(e){if(e!=this.wr){var t=this.wr;this.wq=e,this.qm("XAxis",t,e)}},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"wt",{get:function(){return this.ws},set:function(e){if(e!=this.wt){var t=this.wt;this.ws=e,this.qm("YAxis",t,e)}},enumerable:!1,configurable:!0}),r.prototype.getZoomRectFromGeoRect=function(e){return this.getZoomFromGeographicRect(e)},r.prototype.x8=function(e){this.wk=e},r.prototype.x7=function(e){this.y4=e},r.prototype.getZoomFromGeographicRect=function(e){return this.yu(e,!0,0)},r.prototype.yt=function(e,t){return this.yu(e,!1,t)},r.prototype.yu=function(e,t,o){var a=e;t&&(a=this.y2(e,!1));var s=this.wr,l=this.wt,c=new i.ScalerParams(1,r.yr,this.wj,s.ch);c.c=this.v8;var h=new i.ScalerParams(1,r.yr,this.wj,l.ch);h.c=this.v8;var u=this.wr.el(a.left,c),p=this.wr.el(a.right,c),y=this.wt.el(a.top,h),g=this.wt.el(a.bottom,h),f=(u-o)/this.wj.width,d=(g-o)/this.wj.height,b=(p-u+2*o)/this.wj.width,m=(y-g+2*o)/this.wj.height,S=new n.Rect(0,f,d,b,m);return S.intersect(r.yr),S.isEmpty&&(S=r.yr),S},r.prototype.getZoomFromGeographicPoints=function(e,t){var i=e.x,o=t.y,a=t.x-e.x,s=e.y-t.y;if(a<0||s<0)return r.yr;var l=new n.Rect(0,i,o,a,s);return this.getZoomFromGeographicRect(l)},r.prototype.yy=function(e){var t=this.wr,o=this.wt,a=new i.ScalerParams(1,e,this.wj,t.ch);a.c=this.v8;var s=new i.ScalerParams(1,e,this.wj,o.ch);s.c=this.v8;var l=this.v7,c=t.eo(l.left,a),h=o.eo(l.top,s),u=t.eo(l.right,a),p=o.eo(l.bottom,s),y=u-c,g=h-p,f=new n.Rect(0,c,p,y,g);return 1==this.cr&&(f.intersect(r.yo),f.isEmpty&&(f=r.yo)),f},r.prototype.yk=function(e){var t=this.wr.mf(e.x),i=this.wt.mf(e.y);return{$type:n.Point_$type,x:t,y:i}},r.prototype.yl=function(e){var t=this.wr.e6(e.x),i=this.wt.e6(e.y);return{$type:n.Point_$type,x:t,y:i}},r.prototype.ym=function(e){return this.yl(e)},r.prototype.xv=function(){var e=n.typeCast(f.$,this.backgroundContent);null!=e&&e.clearTileCache()},r.prototype.x1=function(e){},r.prototype.gg=function(){return!0},r.prototype.x3=function(){var e,i;this.w3.ee();try{for(var r=t.__values(n.fromEnum(this.series)),o=r.next();!o.done;o=r.next()){o.value.sa()}}catch(t){e={error:t}}finally{try{o&&!o.done&&(i=r.return)&&i.call(r)}finally{if(e)throw e.error}}},r.prototype.x6=function(){if(2==this.w2){if(!this.wj.isEmpty&&this.wj.width>0&&this.wj.height>0){var e=this.wr.mf(this.wj.left+this.wj.width/2),t=this.wt.mf(this.wj.top+this.wj.height/2);this.yj={$type:n.Point_$type,x:e,y:t}}}else if(!this.wj.isEmpty&&this.wj.width>0&&this.wj.height>0){var i=this.wr.mf(this.wj.left),r=this.wt.mf(this.wj.top);this.yj={$type:n.Point_$type,x:i,y:r}}},r.prototype.x2=function(){(n.isNaN_(this.yj.x)||n.isNaN_(this.yj.y))&&this.x6();var e=this.yj.x,t=this.yj.y;if(!n.isNaN_(e)&&!n.isNaN_(t)){var o=this.v4.left,a=this.v4.top,s=this.v4.width,l=this.v4.height;if(s>this.yq.width);else{var c=new i.ScalerParams(1,r.yr,this.wj,this.wr.ch);c.c=this.v8;var h=this.wr.el(e,c);if(2==this.w2)o=h/this.wj.width-s/2;else o=h/this.wj.width;o+s>this.yq.right?o=this.yq.right-s:o<this.yq.left&&(o=this.yq.left)}if(l>this.yq.height);else{var u=new i.ScalerParams(1,r.yr,this.wj,this.wt.ch);u.c=this.v8;var p=this.wt.el(t,u);if(2==this.w2)a=p/this.wj.height-l/2;else a=p/this.wj.height;a+l>this.yq.bottom?a=this.yq.bottom-l:a<this.yq.top&&(a=this.yq.top)}this.rx(new n.Rect(0,o,a,s,l),!1)}},r.prototype.get_fd=function(){return!0},r.prototype.v5=function(){var t=e.prototype.v5.call(this);if(null==this.wr||null==this.wt)return t;this.wf();var i=t.left,r=t.top;1==this.cr&&(this.wk.width>this.yq.width?i=.5-this.wk.width/2:i+t.width>this.yq.right?i=this.yq.right-this.wk.width:i<this.yq.left&&(i=this.yq.left),this.wk.height>this.yq.height?r=.5-this.wk.height/2:r+this.wk.height>this.yq.bottom?r=this.yq.bottom-this.wk.height:r<this.yq.top&&(r=this.yq.top));var o=!1;!this.w8&&2==this.cr&&this.w5&&(i>1&&(i=i-Math.floor(i)+1),i<0&&(i=0-(Math.ceil(i)-i)),t.right-this.yq.right>0&&(t.right-this.yq.right)/t.width>.8?(i=this.yq.left-(t.width-(t.right-this.yq.right)),o=!0):t.left<this.yq.left&&Math.abs(t.left-this.yq.left)/t.width>.8&&(i=this.yq.right-Math.abs(t.left-this.yq.left),o=!0));var a=new n.Rect(0,i,r,t.width,t.height);if(this.w8){var s=this.yt(this.y4,1);s=this.yv(s);var l=a.left+a.width/2,c=a.top+a.height/2;if(a.width>s.width){var h=a.height/a.width,u=s.width,p=h*u;a=new n.Rect(0,l-u/2,c-p/2,u,p),o=!0}if(a.height>s.height){var y=a.width/a.height,g=s.height,f=y*g;a=new n.Rect(0,l-f/2,c-g/2,f,g),o=!0}a.left<s.left&&(a=new n.Rect(0,s.left,a.top,a.width,a.height),o=!0),a.top<s.top&&(a=new n.Rect(0,a.left,s.top,a.width,a.height),o=!0),a.right>s.right&&(a=new n.Rect(0,s.right-a.width,a.top,a.width,a.height),o=!0),a.bottom>s.bottom&&(a=new n.Rect(0,a.left,s.bottom-a.height,a.width,a.height),o=!0)}return o&&(this.ez=!0,this.wk=a,this.ez=!1),a},r.prototype.m4=function(e,t){var i=!0,r=!0,o=0,a=this.wf(),s=0,l=0;if(e.right-a.right>0&&(s=(e.right-a.right)/e.width),e.left<a.left&&(l=Math.abs(e.left-a.left)/e.width),0==l&&0==s&&(i=!1),l>s&&(r=!1),i)if(r){var c=this.wq.el(-180,t);o=this.wq.el(180,t)-c}else{o=this.wq.el(-180,t)-this.wq.el(180,t)}return new n.Tuple$2(n.Boolean_$type,n.Number_$type,i,o)},r.prototype.wf=function(){var e=new i.ScalerParams(1,r.yr,this.wj,this.wr.ch);e.c=this.v8;var t=new i.ScalerParams(1,r.yr,this.wj,this.wt.ch);t.c=this.v8;var o=this.wr.el(r.yo.left,e),a=this.wr.el(r.yo.right,e),s=this.wt.el(r.yo.top,t),l=this.wt.el(r.yo.bottom,t);return this.yq=new n.Rect(0,o/this.wj.width,l/this.wj.height,(a-o)/this.wj.width,(s-l)/this.wj.height),this.yq},r.prototype.yv=function(e){var t=this.hm,i=.5*(e.left+e.right),r=.5*(e.top+e.bottom),o=e.width,a=e.height,s=n.MathUtil.d(e.width,t,1),l=n.MathUtil.d(e.height,t,1),c=this.wj,h=c.width/c.height,u=s*c.width,p=l*c.height;u/p!=h&&(p*h>u?s=(u=p*h)/c.width:l=(p=u/h)/c.height);var y=s!=o,g=l!=a,f=y?i-.5*s:e.left,d=g?r-.5*l:e.top,b=y?i+.5*s:e.right,m=g?r+.5*l:e.bottom;return f<0&&(b=(f=0)+s),b>1&&(f=(b=1)-s),d<0&&(m=(d=0)+l),m>1&&(d=(m=1)-l),new n.Rect(0,f,d,b-f,m-d)},r.prototype.v6=function(t){if(e.prototype.v6.call(this,this.wj),t.isEmpty)return n.Rect.empty;var i;if(t.width>t.height){var r=n.intDivide(n.truncate(t.width-t.height),2);i=new n.Rect(0,t.left+r,t.top,t.height,t.height)}else{var o=n.intDivide(n.truncate(t.height-t.width),2);i=new n.Rect(0,t.left,t.top+o,t.width,t.width)}return i},r.prototype.yx=function(e){return this.v6(e)},r.prototype.c8=function(){return new S(this)},r.prototype.xx=function(e){null!=e&&(e.bi=this)},r.prototype.p5=function(t){e.prototype.p5.call(this,t),this.w3=t},r.prototype.qg=function(t,i){e.prototype.qg.call(this,t,i),this.rl(this.wr),this.rl(this.wt),n.Rect.l_op_Inequality(t,i)&&this.x2(),this.w8&&(this.v4=this.v5()),this.x9()},Object.defineProperty(r.prototype,"xd",{get:function(){return this.xb},set:function(e){var t=this.xb;this.xb=e,this.qm("ActualWindowScale",t,this.xb)},enumerable:!1,configurable:!0}),r.prototype.hs=function(){return this.xd},r.prototype.ht=function(){return this.xd},r.prototype.rk=function(){e.prototype.rk.call(this);var t=Math.min(this.v4.width,this.v4.height);this.xd=t},r.prototype.f4=function(){return this.w5},r.prototype.cs=function(){return 0==this.ct&&this.w6?2:this.ct},r.prototype.qh=function(i,o,a,s){var l,c,h,u;switch(e.prototype.qh.call(this,i,o,a,s),o){case"ZoomCoercionMode":this.xy();break;case"WindowRect":this.x6();break;case r.$$p[0]:this.wz=this.w0(),null!=this.ww&&(this.ww.isHorizontalWrappingEnabled=2==this.wz);break;case r.$$p[1]:this.w5=this.w6,this.wz=this.w0(),this.cr=this.cs(),null!=this.ww&&(this.ww.isHorizontalWrappingEnabled=2==this.wz);break;case r.$$p[4]:this.v4=this.v5();break;case"BackgroundContent":if(null!=this.ww){var p=this.ww;p.imageTilesReady=n.delegateRemove(p.imageTilesReady,n.runOn(this,this.xz)),this.ww.deferralHandler=null}if(this.ww=n.typeCast(f.$,this.backgroundContent),null!=this.ww){var y=this.ww;y.imageTilesReady=n.delegateCombine(y.imageTilesReady,n.runOn(this,this.xz)),this.ww.deferralHandler=this,this.ww.isHorizontalWrappingEnabled=2==this.wz}this.w3.fu(n.typeCast(f.$,a),n.typeCast(f.$,s)),null!=this.ww&&(this.ww.geographicMap=this,this.w3.fr(this.v4),this.w3.fv(this.hi));break;case"YAxis":case"XAxis":this.x4(a),this.xx(s);break;case r.$$p[6]:this.w7||(this.wk=r.yr),this.xy(),this.x5(),this.x6(),this.v4=this.v5(),this.w3.fs();break;case"ActualWindowRect":this.w3.fr(this.v4);break;case"ActualWorldRect":try{for(var g=t.__values(n.fromEnum(this.series)),d=g.next();!d.done;d=g.next()){d.value.rp(!1)}}catch(e){l={error:e}}finally{try{d&&!d.done&&(c=g.return)&&c.call(g)}finally{if(l)throw l.error}}break;case r.$$p[5]:this.xd=this.xe;break;case"ActualWindowScale":this.gc||this.rv(this.hs(),this.ht());break;case"ActualPixelScalingRatio":this.w3.fv(this.hi);break;case"WindowRectMinWidth":case"WindowRectMinHeight":var b=s;n.isNaN_(b)||n.isInfinity(b)?(this.hm=5e-6,this.hl=5e-6):(this.hm=b,this.hl=b);break;case r.$$p[7]:this.rr();break;case"MarkerAutomaticBehavior":try{for(var m=t.__values(n.fromEnum(this.series)),S=m.next();!S.done;S=m.next()){S.value.qe()}}catch(e){h={error:e}}finally{try{S&&!S.done&&(u=m.return)&&u.call(m)}finally{if(h)throw h.error}}}},r.prototype.xz=function(e,t){null!=this.imageTilesReady&&this.imageTilesReady(this,new h)},r.prototype.x4=function(e){null!=e&&(e.bi=null)},r.prototype.x5=function(){null!=this.wr&&(this.wr.mc=this.ys.left,this.wr.mb=this.ys.right),null!=this.wt&&(this.wt.mc=this.ys.top,this.wt.mb=this.ys.bottom),this.wr.c2(!0),this.wt.c2(!0)},r.prototype.getFontInfo=function(){return this.w4=this.w3.fo,this.w4},r.prototype.u8=function(){return this.w3.fw},r.prototype.getFontBrush=function(){return this.w3.fx},r.prototype.rd=function(t,i){if(null!==n.typeCast(n.ItfConverter.$,i)){var r=i,o=t;o.itemsSource=r.triangulationSource.points,o.w7=r.triangulationSource.triangles}else e.prototype.rd.call(this,t,i)},r.prototype.register=function(e,t){this.q1(e,t)},r.prototype.unRegister=function(e){this.rj(e)},r.prototype.deferredRefresh=function(){this.ni()},r.prototype.deferAction=function(e){null!=this.xg?this.xg.setTimeout(e,0):window.setTimeout(e,0)},r.prototype.xw=function(e){this.rq(e)},r.prototype.xh=function(){var e=new i.ChartVisualData,t=this.wr.fy(),r=this.wt.fy();e.axes.add1(t),e.axes.add1(r);for(var o=0;o<this.series.count;o++){var a=this.series._inner[o].km();e.series.add1(a)}return e.name=this.name,e.contentArea=n.RectData.b(this.wj),e.centralArea=n.RectData.b(this.wj),e.plotArea=n.RectData.b(this.wj),e},r.prototype.wb=function(e,t,i){return e},r.prototype.x0=function(){},Object.defineProperty(r.prototype,"y3",{get:function(){return this.yp},set:function(e){this.yp=e},enumerable:!1,configurable:!0}),r.prototype.ya=function(e){this.y3=e,this.x9()},r.prototype.x9=function(){if(this.xa&&!this.y3.isEmpty){var e=this.getZoomFromGeographicRect(this.y3);this.y3=n.Rect.empty,this.rx(e,!1)}},Object.defineProperty(r.prototype,"xa",{get:function(){return!this.wj.isEmpty&&!this.v8.isEmpty},enumerable:!1,configurable:!0}),r.$t=n.markType(r,"XamGeographicMap",i.SeriesViewer.$,[n.IMapRenderDeferralHandler_$type]),r.w1=0,r.yo=new n.Rect(2,{$type:n.Point_$type,x:-180,y:-85.05112878},{$type:n.Point_$type,x:180,y:85.05112878}),r.yr=new n.Rect(0,0,0,1,1),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"qm",["BackgroundTilingMode:wy:yb",[s,n.enumGetBox(s,0)],"IsHorizontalWrappingEnabled:w6:yc",[0,!1],"ResizeBehavior:w2:yd",[o,n.enumGetBox(o,r.w1)],"SuppressZoomResetOnWorldRectChange:w7:ye",[0,!1],"UseWorldRectForZoomBounds:w8:yf",[0,!1],"WindowScale:xe:yg",[1,NaN],"WorldRect:y4:yh",[n.Rect.$,r.yo],"Zoomable:w9:yi",[0,!0]]),r}(i.SeriesViewer),f=function(e){function r(t){var i=e.call(this)||this;return i.ak=null,i.imageTilesReady=null,i.an=null,i.ap=null,i.propertyChanged=null,i.imagesChanged=null,i.cancellingImage=null,i.downloadingImage=null,i.ab=r.$,i.ap=t,i.aj=i.ai(),i.bb(i.aj),i}return t.__extends(r,e),r.prototype.bb=function(e){},r.prototype.ai=function(){return new d(this)},Object.defineProperty(r.prototype,"deferralHandler",{get:function(){return this.ak},set:function(e){this.ak=e,null!=this.ao&&(this.ao.al=e)},enumerable:!1,configurable:!0}),r.prototype.a5=function(e,t){null!=this.imageTilesReady&&this.imageTilesReady(this,new h)},r.prototype.a9=function(){var e=this.ao;e.imageTilesReady=n.delegateCombine(e.imageTilesReady,n.runOn(this,this.a5)),this.ao.al=this.deferralHandler;var t=this.ao;t.imagesChanged=n.delegateCombine(t.imagesChanged,n.runOn(this,this.a4));var i=this.ao;i.downloadingImage=n.delegateCombine(i.downloadingImage,n.runOn(this,this.a3));var r=this.ao;r.cancellingImage=n.delegateCombine(r.cancellingImage,n.runOn(this,this.a2)),this.ao.bf=this.referer,this.ao.bj=this.userAgent,this.ao.av=this.isHorizontalWrappingEnabled},r.prototype.a3=function(e,t){null!=this.downloadingImage&&this.downloadingImage(this,t)},r.prototype.a2=function(e,t){null!=this.cancellingImage&&this.cancellingImage(this,t)},r.prototype.bg=function(){null!=this.ao&&this.aj.e()},r.prototype.ba=function(e,t,i){switch(e){case r.$$p[3]:this.bg();break;case"GeographicMap":this.aj.e();break;case r.$$p[1]:null!=this.ao&&(this.ao.bf=this.referer);break;case r.$$p[2]:null!=this.ao&&(this.ao.bj=this.userAgent);break;case r.$$p[0]:null!=this.ao&&(this.ao.av=this.isHorizontalWrappingEnabled)}null!=this.propertyChanged&&this.propertyChanged(this,new n.PropertyChangedEventArgs(e))},Object.defineProperty(r.prototype,"geographicMap",{get:function(){return this.c(r.geographicMapProperty)},set:function(e){this.h(r.geographicMapProperty,e)},enumerable:!1,configurable:!0}),r.a8=function(e,t){e.a7(t.oldValue,t.newValue)},r.prototype.a7=function(e,t){this.ba("GeographicMap",e,t)},r.prototype.clearTileCache=function(){null!=this.ao&&this.ao.bs(0,0,0,0)},Object.defineProperty(r.prototype,"ao",{get:function(){return this.an},set:function(e){this.an=e,null!=this.propertyChanged&&this.propertyChanged(this,new n.PropertyChangedEventArgs("MultiScaleImage"))},enumerable:!1,configurable:!0}),r.prototype.bn=function(e){if(null==this.geographicMap||e.width<1||e.height<1)return e;var t=new n.Rect(0,0,0,e.width,e.height),r=this.geographicMap.yx(t),o=g.yo,a=this.geographicMap.ys,s=Math.min(this.windowRect.height,this.windowRect.width),l=a.width/o.width;this.ao.a5=t.width/r.width*s*l;var c=this.geographicMap.wr,h=this.geographicMap.wt,u=new i.ScalerParams(1,this.windowRect,t,c.ch);u.c=r;var p=new i.ScalerParams(1,this.windowRect,t,h.ch);p.c=r;var y=c.el(o.left,u),f=h.el(o.bottom,p),d=-y/t.width*this.ao.a5,b=-f/t.height*this.ao.a5*(t.height/t.width);return this.ao.cm={$type:n.Point_$type,x:d,y:b},e},r.prototype.bd=function(e){this.aj.f(e)},r.prototype.bf=function(e){this.aj.h(e)},r.prototype.be=function(e){this.aj.g(e)},r.prototype.a4=function(e,t){null!=this.imagesChanged&&this.imagesChanged(this,new u)},r.prototype.a6=function(){this.aj.e()},r.prototype.bc=function(e){this.aj.i(e)},r.prototype.v=function(){e.prototype.v.call(this),this.ap.o=this._opacity},r.$t=n.markType(r,"GeographicMapImagery",n.Control.$,[n.INotifyPropertyChanged_$type]),r.geographicMapProperty=n.DependencyProperty.i("GeographicMap",g.$,r.$,new n.PropertyMetadata(2,null,r.a8)),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"ba",["IsHorizontalWrappingEnabled",[0,!1],"Referer",[2,null],"UserAgent",[2,null],"WindowRect",[n.Rect.$,n.Rect.empty]]),r}(n.Control),d=function(e){function i(t){var i=e.call(this)||this;return i.a=null,i.j=null,i.d=null,i.b=1,i.j=n.Rect.empty,i.a=t,i.a.ao=new n.XamMultiScaleImage,i.a.ao.ao=i.a.ap,i.a.a9(),i}return t.__extends(i,e),i.prototype.e=function(){this.j.isEmpty||this.a.bn(new n.Size(1,this.j.width,this.j.height))},i.prototype.f=function(e){this.a.ao.b1(e)},i.prototype.g=function(e){this.d=e,this.a.ao.b2(e)},i.prototype.h=function(e){this.j=e,this.a.ao.b3(e),this.a.a6()},Object.defineProperty(i.prototype,"c",{get:function(){return this.b},enumerable:!1,configurable:!0}),i.prototype.i=function(e){this.b=e,this.a.ao.bz(e)},i.$t=n.markType(i,"GeographicMapImageryView"),i}(n.Base),b=function(e){function i(t){var i=e.call(this,t)||this;return i.ch=null,i.ch=t,i}return t.__extends(i,e),i.prototype.b5=function(){e.prototype.b5.call(this);var t=this.ch.wy;t.xy=this.ch.xa,t.x6=this.ch.w8,t.trianglesSource=this.ch.w7,t.xm=this.ch.xd,t.xo=this.ch.xf,t.xq=this.ch.xh},i.prototype.ck=function(){var e=this.ch.wy;if(null==this.ch.db)return e.ww=null,void(e.wx=null);e.ww=this.ch.db.wr,e.wx=this.ch.db.wt},i.prototype.cj=function(){this.ch.wy.xy=this.ch.xa},i.prototype.ci=function(){this.ch.wy.x6=this.ch.w8},i.prototype.cl=function(){this.ch.wy.trianglesSource=this.ch.w7},i.prototype.cm=function(){this.ch.wy.xm=this.ch.xd},i.prototype.cn=function(){this.ch.wy.xo=this.ch.xf},i.prototype.co=function(){this.ch.wy.xq=this.ch.xh},i.$t=n.markType(i,"GeographicXYTriangulatingSeriesView",y.$),i}(y),m=function(e){function i(t){var i=e.call(this,t)||this;return i.cp=null,i.cp=t,i}return t.__extends(i,e),i.prototype.au=function(){e.prototype.au.call(this),this.q},i.prototype.b5=function(){e.prototype.b5.call(this),null!=this.cp.xs&&(this.cp.xs.y5=this.cp.xw,this.cp.xs.yt=this.cp.xr)},i.prototype.cq=function(){null!=this.cp.xs&&(this.cp.xs.y5=this.cp.xw)},i.prototype.cr=function(){null!=this.cp.xs&&(this.cp.xs.yt=this.cp.xr)},i.$t=n.markType(i,"GeographicScatterAreaSeriesView",b.$),i}(b),S=function(e){function r(t){var i=e.call(this,t)||this;return i.fn=null,i.fz=null,i.fx=null,i.fw=null,i.fo=null,i.fp=NaN,i.fz=n.Rect.empty,i.fn=t,i.fn.u1=2,i.fn.it=5e-6,i}return t.__extends(r,e),r.prototype.m=function(e){return 2},r.prototype.bk=function(e){this.j.bw(e),this.fn.xw(e),this.el()},r.prototype.get_ap=function(){return!0},r.prototype.d4=function(){var e,t,i,r,o,a=this.j.a8(e,t,i,r,o);e=a.p0,t=a.p1,i=a.p2,r=a.p3,o=a.p4,this.fx=i,this.fo=r,this.fw=o;var s=this.j.e();if(this.fn.ag=s.a,this.fn.aj=s.f,this.fn.ah=null!=s.b?s.b:new n.BrushCollection,this.fn.ai=null!=s.c?s.c:new n.BrushCollection,0==this.fn.ah.count)for(var l=0;l<s.a.count;l++)this.fn.ah.add(s.a.item(l));if(0==s.c.count)for(var c=0;c<s.f.count;c++)this.fn.ai.add(s.f.item(c))},r.prototype.du=function(t){if(e.prototype.du.call(this,t),null!=this.fn.backgroundContent){var i=this.fn.backgroundContent;i.be(this.j.ae),i.bd(t)}},r.prototype.dv=function(t){(e.prototype.dv.call(this,t),this.fz=t,null!=this.fn.backgroundContent)&&this.fn.backgroundContent.bf(this.fz)},r.prototype.fy=function(){return new n.Rect(0,0,0,this.fz.width,this.fz.height)},r.prototype.fs=function(){null!=this.fn.backgroundContent&&this.fn.backgroundContent.a6()},r.prototype.fr=function(e){null!=this.fn.ww&&(this.fn.ww.windowRect=e)},r.prototype.fu=function(e,t){if(null!=this.fn.ww&&(this.fn.ww.windowRect=this.fn.v4),null!=e){var i=e.ao;null!=i&&this.fn.al.h.remove(i.ag),e.bd(null),e.be(null)}if(null!=t){var n=t.ao;null!=n&&this.fn.al.h.add(n.ag),this.fz.isEmpty||this.dv(this.fz),null!=this.w&&this.du(this.w)}null==t&&this.ft(this.w)},r.prototype.ft=function(e){var t=this.fn.hi;1!=t&&(e.aa(),e.ab(t,t)),e.l(this.fz.left,this.fz.top,this.fz.width,this.fz.height),1!=t&&e.z()},r.prototype.d1=function(){this.fd.ad=i.Defaults.j,this.fe.ad=i.Defaults.j,this.fd._stroke=i.Defaults.ae,this.fe._stroke=i.Defaults.ae,e.prototype.d1.call(this)},r.prototype.fv=function(e){this.fp=e,null!=this.fn.backgroundContent&&this.fn.backgroundContent.bc(e)},Object.defineProperty(r.prototype,"fq",{get:function(){return this.fp},set:function(e){this.fp=e},enumerable:!1,configurable:!0}),r.$t=n.markType(r,"XamGeographicMapView",i.SeriesViewerView.$),r}(i.SeriesViewerView),w=function(e){function i(){return e.call(this,new n.OpenStreetMapTileSource)||this}return t.__extends(i,e),Object.defineProperty(i.prototype,"tilePath",{get:function(){return this.c(i.tilePathProperty)},set:function(e){this.h(i.tilePathProperty,e)},enumerable:!1,configurable:!0}),i.br=function(e,t){e.bq("TilePath",t.oldValue,t.newValue)},i.prototype.bq=function(t,i,n){switch(t){case"TilePath":this.ap.setTilePathUrl(null==n?null:n),this.aj.e()}e.prototype.ba.call(this,t,i,n)},i.$t=n.markType(i,"OpenStreetMapImagery",f.$),i.tilePathProperty=n.DependencyProperty.i("TilePath",n.String_$type,i.$,new n.PropertyMetadata(2,null,i.br)),i}(f),_=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(i,e),i.prototype.cs=function(){return new b(this)},i.prototype.qz=function(t){e.prototype.qz.call(this,t),this.w6=t},i.prototype.q7=function(t,n,r,o){switch(e.prototype.q7.call(this,t,n,r,o),n){case"SeriesViewer":this.w6.ck();break;case i.$$p[1]:this.w6.cj();break;case i.$$p[0]:this.w6.ci();break;case i.$$p[5]:this.w6.cl();break;case i.$$p[2]:this.w6.cm();break;case i.$$p[3]:this.w6.cn();break;case i.$$p[4]:this.w6.co()}},i.$t=n.markType(i,"GeographicXYTriangulatingSeries",p.$),i.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,i,"raisePropertyChanged",["LatitudeMemberPath:w8:xj",[2,"pointY"],"LongitudeMemberPath:xa:xk",[2,"pointX"],"TriangleVertexMemberPath1:xd:xm",[2,"v1"],"TriangleVertexMemberPath2:xf:xn",[2,"v2"],"TriangleVertexMemberPath3:xh:xo",[2,"v3"],"TrianglesSource:w7:xl",[n.IEnumerable_$type,null]]),i}(p),k=function(e){function r(){var t=e.call(this)||this;return t.xp=null,t.triangulationStatusChanged=null,t.ab=r.$,t}return t.__extends(r,e),r.prototype.bj=function(){return new r},r.prototype.get_eu=function(){return!0},Object.defineProperty(r.prototype,"xr",{get:function(){return this.xp},set:function(e){if(this.xp!=e){var t=this.xp;if(null!=this.xp){var i=this.xp;i.propertyChanged=n.delegateRemove(i.propertyChanged,n.runOn(this,this.xz))}if(this.xp=e,null!=this.xp){var r=this.xp;r.propertyChanged=n.delegateCombine(r.propertyChanged,n.runOn(this,this.xz))}this.raisePropertyChanged("ColorScale",t,this.xp),null!=this.xs&&(this.xs.yt=e)}},enumerable:!1,configurable:!0}),r.prototype.xz=function(e,t){this.xu.cr(),this.x1(),this.rp(!1)},r.prototype.x1=function(){null!=this.xs&&(this.xq=this.xs.ys)},r.prototype.sf=function(){e.prototype.sf.call(this),this.x1()},r.prototype.wx=function(){this.xs=new i.ScatterAreaSeries;var e=this.xs;return e.triangulationStatusChanged=n.delegateCombine(e.triangulationStatusChanged,n.runOn(this,this.x0)),this.xs},r.prototype.x0=function(e,t){null!=this.triangulationStatusChanged&&this.triangulationStatusChanged(this,t)},r.prototype.cs=function(){return new m(this)},r.prototype.qz=function(t){e.prototype.qz.call(this,t),this.xu=t},r.prototype.q7=function(t,i,n,o){switch(e.prototype.q7.call(this,t,i,n,o),i){case r.$$p[1]:this.xu.cq();break;case"ColorScale":this.xu.cr(),this.x1()}},r.prototype.get_g7=function(){return!0},r.prototype.set_g7=function(t){e.prototype.set_g7.call(this,t)},r.$t=n.markType(r,"GeographicScatterAreaSeries",_.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["ActualColorScale:xq:x2",[i.ColorScale.$,null],"ColorMemberPath:xw:x3",[2,"value"]]),r}(_),v=function(){function e(){this._implementation=this.createImplementation(),this._implementation.externalObject=this,this.onImplementationCreated(),this._initializeAdapters&&this._initializeAdapters()}return e.prototype.createImplementation=function(){return new h},Object.defineProperty(e.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),e.prototype.onImplementationCreated=function(){},e.prototype._provideImplementation=function(e){this._implementation=e,this._implementation.externalObject=this,this.onImplementationCreated(),this._initializeAdapters&&this._initializeAdapters()},e}(),x=function(e){function r(){var r=e.call(this)||this;r.contentSeries=[],r.actualSeries=[],r._series=null,r._dataSource=null,r._seriesAdapter=null,r._disconnected=!1,r._defaultTooltips=null,r._imageTilesReady=null,r._imageTilesReady_wrapped=null,r._styling&&n.NamePatcher.ensureStylablePatched(Object.getPrototypeOf(r)),r._renderer=new n.WebComponentRenderer(r,document,!0,i.DataChartStylingDefaults),r._container=r._renderer.createElement("div"),r._renderer.updateRoot(r._container),r._container.setStyleProperty("display","block"),r._container.setStyleProperty("width","100%"),r._container.setStyleProperty("height","100%"),r._container,null!=r._container.nativeElement&&r._container.nativeElement,r._wrapper=r._renderer;var o=r.i;return r._chart=o,r._seriesAdapter=new n.CollectionAdapter(r.contentSeries,r.i.series,r.actualSeries,(function(e){return e.i}),(function(e){e.owner=r,e._provideRenderer(r._dataSource),e.provideData(r._dataSource),r.parentElement&&e._styling(r,r,r),r._ensureDefaultTooltip(e),r._ensureTooltipCreated(e)}),(function(e){e._provideRenderer(null),e.provideData(null)})),o.provideContainer(r._renderer),new MutationObserver((function(e){var i,n;try{for(var o=t.__values(e),a=o.next();!a.done;a=o.next()){"childList"==a.value.type&&r.updateContentChildren()}}catch(e){i={error:e}}finally{try{a&&!a.done&&(n=o.return)&&n.call(o)}finally{if(i)throw i.error}}})).observe(r,{childList:!0}),r._renderer.addSizeWatcher((function(){r.notifyContainerResized()})),r}return t.__extends(r,e),Object.defineProperty(r.prototype,"height",{get:function(){return this._height},set:function(e){this._height=e,this.style.height=e,this.notifyContainerResized()},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"width",{get:function(){return this._width},set:function(e){this._width=e,this.style.width=e,this.notifyContainerResized()},enumerable:!1,configurable:!0}),r.prototype.notifyContainerResized=function(){this._chart.notifyContainerResized()},Object.defineProperty(r.prototype,"legend",{get:function(){if(null!=this.i.legend)return this.i.legend.externalObject},set:function(e){null!=e&&null!=e&&(this.i.legend=e.i)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"series",{get:function(){var e=this;if(null===this._series){var t=new i.IgcSeriesCollection;t._innerColl.addListener((function(t,i){if(e._seriesAdapter)switch(i.action){case n.NotifyCollectionChangedAction.Add:e._seriesAdapter.addManualItem(i.newItems.item(0));break;case n.NotifyCollectionChangedAction.Remove:e._seriesAdapter.removeManualItemAt(i.oldStartingIndex);break;case n.NotifyCollectionChangedAction.Replace:e._seriesAdapter.removeManualItemAt(i.oldStartingIndex),e._seriesAdapter.insertManualItem(i.newStartingIndex,i.newItems.item(0));break;case n.NotifyCollectionChangedAction.Reset:e._seriesAdapter.clearManualItems()}})),this._series=t}return this._series},enumerable:!1,configurable:!0}),r.prototype.destroy=function(){this._chart.destroy(),this._wrapper.destroy()},r.prototype.createImplementation=function(){return new g},Object.defineProperty(r.prototype,"dataSource",{get:function(){return this._dataSource},set:function(e){this._dataSource=e,this.bindData()},enumerable:!1,configurable:!0}),r.prototype.bindData=function(){if(this.actualSeries&&this.actualSeries.length>0)for(var e=this.actualSeries,t=0;t<e.length;t++)e[t].provideData(this._dataSource)},r.prototype.updateContentChildren=function(){this.contentSeries.length=0;for(var e=0;e<this.children.length;e++)this.children[e]instanceof i.IgcSeriesComponent&&this.contentSeries.push(this.children[e]);null!=this._seriesAdapter&&this._seriesAdapter.notifyContentChanged()},r.prototype.disconnectedCallback=function(){this._disconnected=!0,this.i&&this.i.onDetachedFromUI()},r.prototype.connectedCallback=function(){if(this._disconnected)return this._disconnected=!1,void(this.i&&this.i.onAttachedToUI());this.classList.add("igc-geographic-map"),this.classList.add("ig-geographic-map"),this.appendChild(this._renderer.rootWrapper.getNativeElement()),this._attached=!0,this.style.display="block",this.style.height=this._height,this.style.width=this._width,this._flushQueuedAttributes(),this._styling(this,this);for(var e=0;e<this.actualSeries.length;e++){this.actualSeries[e]._styling(this,this,this)}this.updateContentChildren(),this.afterContentInit()},r.prototype.afterContentInit=function(){var e=this;if(n.TypeRegistrar.isRegistered("IgcDataChartDefaultTooltipsComponent")){var t=n.TypeRegistrar.create("IgcDataChartDefaultTooltipsComponent");this._defaultTooltips=t,t.onContentReady=function(){e._onDefaultTooltipsReady(t)}}this.i.notifyContainerResized()},r.prototype._ensureTooltipCreated=function(e){var t=this;e._ensureTooltipCreated((function(){return t.createTooltip()}),(function(e){var i=new n.WebComponentWrapper(e,t._renderer);return i.updateToolTip=e.updateToolTip,i.hideToolTip=e.hideToolTip,i}))},r.prototype._ensureDefaultTooltip=function(e){null!=this._defaultTooltips&&this._defaultTooltips.ensureDefaultTooltip(e)},r.prototype._onDefaultTooltipsReady=function(e){if(this.actualSeries&&this.actualSeries.length>0)for(var t=this.actualSeries,i=0;i<t.length;i++)t[i].showDefaultTooltip&&this._ensureDefaultTooltip(t[i])},r.prototype.createTooltip=function(){if(!n.TypeRegistrar.isRegistered("IgcTooltipContainerComponent"))return null;var e=n.TypeRegistrar.create("IgcTooltipContainerComponent"),t=e,i=this;return t.updateToolTip=function(r,o){if(r.externalObject)r=r.externalObject;else{var a=new n.IgcDataContext;a._implementation=r,r=a}return o?r.isSubContent=!0:t.parentElement!=i._container.getNativeElement()&&(null!=t.parentElement&&t.parentElement.removeChild(t),i._container.getNativeElement().appendChild(t)),e.context=r,t.style.display="block",!0},t.hideToolTip=function(){t.style.display="none"},t.style.display="none",e},Object.defineProperty(r.prototype,"backgroundContent",{get:function(){return null!=this.i.backgroundContent?this.i.backgroundContent.externalObject:null},set:function(e){if("string"==typeof e&&"empty"==e)return this.i.backgroundContent=null,void this._a("backgroundContent","empty");null!=e&&null!=e?this.i.backgroundContent=e.i:(this.i.backgroundContent=null,this._a("backgroundContent","empty"))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(r,"observedAttributes",{get:function(){if(null==r._observedAttributesIgcGeographicMapComponent){for(var e=n.getAllPropertyNames(r),t=0;t<e.length;t++)e[t]=n.toSpinal(e[t]);r._observedAttributesIgcGeographicMapComponent=e}return r._observedAttributesIgcGeographicMapComponent},enumerable:!1,configurable:!0}),r.register=function(){r._isElementRegistered||(r._isElementRegistered=!0,n.RegisterElementHelper.registerElement(r.htmlTagName,r))},Object.defineProperty(r.prototype,"zoomable",{get:function(){return this.i.w9},set:function(e){this.i.w9=n.ensureBool(e),this._a("zoomable",this.i.w9)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"resizeBehavior",{get:function(){return this.i.w2},set:function(e){this.i.w2=n.ensureEnum(o,e),this._a("resizeBehavior",n.enumToString(o,this.i.w2))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"isHorizontalWrappingEnabled",{get:function(){return this.i.w6},set:function(e){this.i.w6=n.ensureBool(e),this._a("isHorizontalWrappingEnabled",this.i.w6)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"backgroundTilingMode",{get:function(){return this.i.wy},set:function(e){this.i.wy=n.ensureEnum(s,e),this._a("backgroundTilingMode",n.enumToString(s,this.i.wy))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"useWorldRectForZoomBounds",{get:function(){return this.i.w8},set:function(e){this.i.w8=n.ensureBool(e),this._a("useWorldRectForZoomBounds",this.i.w8)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"suppressZoomResetOnWorldRectChange",{get:function(){return this.i.w7},set:function(e){this.i.w7=n.ensureBool(e),this._a("suppressZoomResetOnWorldRectChange",this.i.w7)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"worldRect",{get:function(){return n.fromRect(this.i.y4)},set:function(e){this.i.y4=n.toRect(e),this._a("worldRect",n.rectToString(this.i.y4))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualWorldRect",{get:function(){return n.fromRect(this.i.ys)},set:function(e){this.i.ys=n.toRect(e),this._a("actualWorldRect",n.rectToString(this.i.ys))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"xAxis",{get:function(){var e=this.i.wr;if(null==e)return null;if(!e.externalObject){var t=i.IgcNumericXAxisComponent._createFromInternal(e);t&&(t._implementation=e),e.externalObject=t}return e.externalObject},set:function(e){null!=e&&this._stylingContainer&&e._styling&&e._styling(this._stylingContainer,this,this),this.i.wr=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"yAxis",{get:function(){var e=this.i.wt;if(null==e)return null;if(!e.externalObject){var t=i.IgcNumericYAxisComponent._createFromInternal(e);t&&(t._implementation=e),e.externalObject=t}return e.externalObject},set:function(e){null!=e&&this._stylingContainer&&e._styling&&e._styling(this._stylingContainer,this,this),this.i.wt=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"isMap",{get:function(){return this.i.fd},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"windowScale",{get:function(){return this.i.xe},set:function(e){this.i.xe=+e,this._a("windowScale",this.i.xe)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualWindowScale",{get:function(){return this.i.xd},set:function(e){this.i.xd=+e,this._a("actualWindowScale",this.i.xd)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"zoomIsReady",{get:function(){return this.i.xa},enumerable:!1,configurable:!0}),r.prototype.findByName=function(t){var i=e.prototype.findByName.call(this,t);return i||(this.backgroundContent&&this.backgroundContent.name&&this.backgroundContent.name==t?this.backgroundContent:null)},r.prototype._styling=function(t,i,n){e.prototype._styling.call(this,t,i,n),this._inStyling=!0,this.xAxis&&this.xAxis._styling&&this.xAxis._styling(t,i,this),this.yAxis&&this.yAxis._styling&&this.yAxis._styling(t,i,this),this._inStyling=!1},r.prototype.getCurrentActualWorldRect=function(){var e=this.i.yw();return n.fromRect(e)},r.prototype.getZoomRectFromGeoRect=function(e){var t=this.i.getZoomRectFromGeoRect(n.toRect(e));return n.fromRect(t)},r.prototype.updateZoomWindow=function(e){this.i.x8(n.toRect(e))},r.prototype.updateWorldRect=function(e){this.i.x7(n.toRect(e))},r.prototype.getZoomFromGeographicRect=function(e){var t=this.i.getZoomFromGeographicRect(n.toRect(e));return n.fromRect(t)},r.prototype.convertGeographicToZoom=function(e,t){var i=this.i.yt(n.toRect(e),t);return n.fromRect(i)},r.prototype.getZoomFromGeographicPoints=function(e,t){var i=this.i.getZoomFromGeographicPoints(n.toPoint(e),n.toPoint(t));return n.fromRect(i)},r.prototype.getGeographicFromZoom=function(e){var t=this.i.yy(n.toRect(e));return n.fromRect(t)},r.prototype.getGeographicPoint=function(e){var t=this.i.yk(n.toPoint(e));return n.fromPoint(t)},r.prototype.getPixelPoint=function(e){var t=this.i.yl(n.toPoint(e));return n.fromPoint(t)},r.prototype.getWindowPoint=function(e){var t=this.i.ym(n.toPoint(e));return n.fromPoint(t)},r.prototype.clearTileCache=function(){this.i.xv()},r.prototype.styleUpdated=function(){this.i.x3()},r.prototype.getActualWindowScaleHorizontal=function(){return this.i.hs()},r.prototype.getActualWindowScaleVertical=function(){return this.i.ht()},r.prototype.deferredRefresh=function(){this.i.deferredRefresh()},r.prototype.exportVisualData=function(){return this.i.xh()},r.prototype.zoomToGeographic=function(e){this.i.ya(n.toRect(e))},Object.defineProperty(r.prototype,"imageTilesReady",{get:function(){return this._imageTilesReady},set:function(e){var t=this;null!==this._imageTilesReady_wrapped&&(this.i.imageTilesReady=n.delegateRemove(this.i.imageTilesReady,this._imageTilesReady_wrapped),this._imageTilesReady_wrapped=null,this._imageTilesReady=null),this._imageTilesReady=e,this._imageTilesReady_wrapped=function(e,i){var n=new v;n._provideImplementation(i),t.beforeImageTilesReady&&t.beforeImageTilesReady(t,n),t._imageTilesReady&&t._imageTilesReady(t,n)},this.i.imageTilesReady=n.delegateCombine(this.i.imageTilesReady,this._imageTilesReady_wrapped)},enumerable:!1,configurable:!0}),r._observedAttributesIgcGeographicMapComponent=null,r.htmlTagName="igc-geographic-map",r._isElementRegistered=!1,r}(i.IgcSeriesViewerComponent),C=function(e){function i(t){var i=e.call(this)||this;if(t)for(var n=0;n<t.length;n++)i.add(t[n]);return i}return t.__extends(i,e),i.prototype._createInnerColl=function(){var e=new n.SyncableObservableCollection$2(n.String_$type,n.String_$type,0);return e.compare=function(e,t){var i=e;return i.equals?i.equals(t):i===t},e.createTo=function(e){return e},e.createFrom=function(e){return e},e},i}(n.IgCollection),P=function(e){return e[e.Aerial=0]="Aerial",e[e.AerialWithLabels=1]="AerialWithLabels",e[e.Road=2]="Road",e[e.CanvasDark=3]="CanvasDark",e[e.CanvasLight=4]="CanvasLight",e[e.CanvasGray=5]="CanvasGray",e}({}),M=n.markEnum("BingMapsImageryStyle","Aerial,0|AerialWithLabels,1|Road,2|CanvasDark,3|CanvasLight,4|CanvasGray,5"),I=function(){function e(){this._implementation=this.createImplementation(),this._implementation.externalObject=this,this.onImplementationCreated(),this._initializeAdapters&&this._initializeAdapters()}return e.prototype.createImplementation=function(){return new u},Object.defineProperty(e.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),e.prototype.onImplementationCreated=function(){},e.prototype._provideImplementation=function(e){this._implementation=e,this._implementation.externalObject=this,this.onImplementationCreated(),this._initializeAdapters&&this._initializeAdapters()},e}(),T=function(){function e(){this._imageTilesReady=null,this._imageTilesReady_wrapped=null,this._imagesChanged=null,this._imagesChanged_wrapped=null,this._cancellingImage=null,this._cancellingImage_wrapped=null,this._downloadingImage=null,this._downloadingImage_wrapped=null,this._implementation=this.createImplementation(),this._implementation.externalObject=this,this.onImplementationCreated(),this._initializeAdapters&&this._initializeAdapters()}return e.prototype.createImplementation=function(){return null},Object.defineProperty(e.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),e._createFromInternal=function(e){if(!e)return null;if(!e.$type)return null;var t="Igc"+e.$type.name+"Component";return n.TypeRegistrar.isRegistered(t)?n.TypeRegistrar.create(t):null},e.prototype.onImplementationCreated=function(){},e.prototype._provideImplementation=function(e){this._implementation=e,this._implementation.externalObject=this,this.onImplementationCreated(),this._initializeAdapters&&this._initializeAdapters()},Object.defineProperty(e.prototype,"deferralHandler",{get:function(){return this.i.deferralHandler},set:function(e){this.i.deferralHandler=e},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"windowRect",{get:function(){return n.fromRect(this.i.windowRect)},set:function(e){this.i.windowRect=n.toRect(e)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"geographicMap",{get:function(){var e=this.i.geographicMap;return null==e?null:e.externalObject},set:function(e){this.i.geographicMap=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"referer",{get:function(){return this.i.referer},set:function(e){this.i.referer=e},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"isHorizontalWrappingEnabled",{get:function(){return this.i.isHorizontalWrappingEnabled},set:function(e){this.i.isHorizontalWrappingEnabled=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"userAgent",{get:function(){return this.i.userAgent},set:function(e){this.i.userAgent=e},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"opacity",{get:function(){return this.i.opacity},set:function(e){this.i.opacity=+e},enumerable:!1,configurable:!0}),e.prototype.findByName=function(e){return this.findEphemera&&e&&0==e.indexOf("@@e:")?this.findEphemera(e):this.geographicMap&&this.geographicMap.name&&this.geographicMap.name==e?this.geographicMap:null},e.prototype.clearTileCache=function(){this.i.clearTileCache()},Object.defineProperty(e.prototype,"imageTilesReady",{get:function(){return this._imageTilesReady},set:function(e){var t=this;null!==this._imageTilesReady_wrapped&&(this.i.imageTilesReady=n.delegateRemove(this.i.imageTilesReady,this._imageTilesReady_wrapped),this._imageTilesReady_wrapped=null,this._imageTilesReady=null),this._imageTilesReady=e,this._imageTilesReady_wrapped=function(e,i){var n=new v;n._provideImplementation(i),t.beforeImageTilesReady&&t.beforeImageTilesReady(t,n),t._imageTilesReady&&t._imageTilesReady(t,n)},this.i.imageTilesReady=n.delegateCombine(this.i.imageTilesReady,this._imageTilesReady_wrapped)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"imagesChanged",{get:function(){return this._imagesChanged},set:function(e){var t=this;null!==this._imagesChanged_wrapped&&(this.i.imagesChanged=n.delegateRemove(this.i.imagesChanged,this._imagesChanged_wrapped),this._imagesChanged_wrapped=null,this._imagesChanged=null),this._imagesChanged=e,this._imagesChanged_wrapped=function(e,i){var n=new I;n._provideImplementation(i),t.beforeImagesChanged&&t.beforeImagesChanged(t,n),t._imagesChanged&&t._imagesChanged(t,n)},this.i.imagesChanged=n.delegateCombine(this.i.imagesChanged,this._imagesChanged_wrapped)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"cancellingImage",{get:function(){return this._cancellingImage},set:function(e){var t=this;null!==this._cancellingImage_wrapped&&(this.i.cancellingImage=n.delegateRemove(this.i.cancellingImage,this._cancellingImage_wrapped),this._cancellingImage_wrapped=null,this._cancellingImage=null),this._cancellingImage=e,this._cancellingImage_wrapped=function(e,i){var r=new n.IgcCancellingMultiScaleImageEventArgs;r._provideImplementation(i),t.beforeCancellingImage&&t.beforeCancellingImage(t,r),t._cancellingImage&&t._cancellingImage(t,r)},this.i.cancellingImage=n.delegateCombine(this.i.cancellingImage,this._cancellingImage_wrapped)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"downloadingImage",{get:function(){return this._downloadingImage},set:function(e){var t=this;null!==this._downloadingImage_wrapped&&(this.i.downloadingImage=n.delegateRemove(this.i.downloadingImage,this._downloadingImage_wrapped),this._downloadingImage_wrapped=null,this._downloadingImage=null),this._downloadingImage=e,this._downloadingImage_wrapped=function(e,i){var r=new n.IgcDownloadingMultiScaleImageEventArgs;r._provideImplementation(i),t.beforeDownloadingImage&&t.beforeDownloadingImage(t,r),t._downloadingImage&&t._downloadingImage(t,r)},this.i.downloadingImage=n.delegateCombine(this.i.downloadingImage,this._downloadingImage_wrapped)},enumerable:!1,configurable:!0}),e}(),j=function(e){function i(t){for(var i=[],r=1;r<arguments.length;r++)i[r-1]=arguments[r];var o=this;switch(t=null==t?0:t){case 0:o=e.call(this,n.String_$type,0)||this;break;case 1:var a=i[0];o=e.call(this,n.String_$type,1,a)||this}return o}return t.__extends(i,e),i.$t=n.markType(i,"SubDomainsCollection",n.ObservableCollection$1.$.specialize(n.String_$type)),i}(n.ObservableCollection$1),$=function(e){function i(t){var i=e.call(this,t)||this;return i.k=t,i}return t.__extends(i,e),i.prototype.m=function(){null==this.k.subDomains&&(this.k.subDomains=new j(0)),this.k.ap.tilePath=this.k.actualTilePath,this.k.ap.subDomains=this.k.actualSubDomains,this.k.ap.cultureName=this.k.cultureName},i.prototype.o=function(){this.k.ap.tilePath=this.k.actualTilePath},i.prototype.l=function(){this.k.ap.cultureName=this.k.cultureName},i.prototype.n=function(){this.k.ap.subDomains=this.k.actualSubDomains},i.$t=n.markType(i,"BingMapsMapImageryView",d.$),i}(d),O=function(e){function i(){var t=e.call(this,new n.BingMapsTileSource(0))||this;return t._pendingBingRequest_=null,t._isInitialized=!1,t.bz=null,t.bq=null,t.b0=null,t.by=null,t.getResponseCompleted=t.getResponseCompleted.bind(t),t.bp.m(),t.actualBingImageryRestUri=i.cc,t}return t.__extends(i,e),i.prototype.ai=function(){return new $(this)},i.prototype.bb=function(t){e.prototype.bb.call(this,t),this.bp=t},Object.defineProperty(i.prototype,"isInitialized",{get:function(){return this._isInitialized},set:function(e){this._isInitialized=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"actualTilePath",{get:function(){return this.bz},set:function(e){var t=this.bz;this.bz=e,this.cm("ActualTilePath",t,this.bz)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"actualSubDomains",{get:function(){return this.bq},set:function(e){var t=this.bq;this.bq=e,this.cm("ActualSubDomains",t,this.bq)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"bingImageryRestUri",{get:function(){return this.b0},set:function(e){var t=this.b0;this.b0=e,this.cm("BingImageryRestUri",t,this.b0)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"actualBingImageryRestUri",{get:function(){return this.by},set:function(e){var t=this.by;this.by=e,this.ba("ActualBingImageryRestUri",t,this.by)},enumerable:!1,configurable:!0}),i.prototype.requestMapSettings=function(){this.co(!0)},i.prototype.co=function(e){this.cl(e)},i.prototype.bw=function(){return null==this.tilePath&&null==this.subDomains},i.prototype.cq=function(){this.isInitialized=!1,this.bv()?this.isDeferredLoad||this.co(!1):this.cp("",null)},i.prototype.bv=function(){return!(n.stringIsNullOrEmpty(this.apiKey)||this.apiKey.length<20)},i.prototype.cj=function(){},i.prototype.cp=function(e,t){e!=this.actualTilePath&&(this.actualTilePath=e);var i=null==t?null:new j(1,t);this.actualSubDomains!=i&&(this.actualSubDomains=i),this.bp.m()},i.prototype.cl=function(e){if(e||!this.isDeferredLoad){if(!this.bv())return this.isInitialized=!1,void this.cp("",null);this.isInitialized=!0;var t=null;if(null!=this.bingImageryRestUri?n.Uri.isWellFormedUriString(this.bingImageryRestUri,1)&&(t=this.bingImageryRestUri):n.Uri.isWellFormedUriString(this.actualBingImageryRestUri,1)&&(t=this.actualBingImageryRestUri),null!=t){var i=this.imageryStyle,r=(t+=n.enumGetBox(M,i))+"?"+("key="+this.apiKey+"&include=ImageryProviders");this._pendingBingRequest_=n.HttpRequestUtil.submit(r,this.getResponseCompleted,null)}else this.cp("",null)}},i.prototype.getResponseCompleted=function(e,t){if(t==this._pendingBingRequest_){this._pendingBingRequest_=null;var i=e,r=JSON.parse(i).resourceSets;if(null!=r){var o=r.length>0?r[0].resources:null;if(null!=o&&0!=o.length){for(var a=o[0].imageUrl,s=new n.List$1(n.String_$type,0),l=0;l<o[0].imageUrlSubdomains.length;l++)s.add(o[0].imageUrlSubdomains[l]);this.cp(a,s)}}}},i.prototype.ci=function(e,t){this.aj.e(),this.cq(),this.cm(i.$$p[4],this.actualSubDomains,this.actualSubDomains)},i.prototype.cm=function(t,r,o){switch(t){case i.$$p[0]:case i.$$p[3]:this.cq();break;case i.$$p[5]:this.cj(),this.actualTilePath=o,this.bp.o(),this.aj.e();break;case i.$$p[1]:this.bp.l(),this.aj.e();break;case i.$$p[2]:this.cq();break;case i.$$p[4]:this.cj();var a=o;if(null!=this.actualSubDomains){var s=this.actualSubDomains;s.collectionChanged=n.delegateRemove(s.collectionChanged,n.runOn(this,this.ci))}this.actualSubDomains=a,null!=this.actualSubDomains&&(a.collectionChanged=n.delegateCombine(a.collectionChanged,n.runOn(this,this.ci))),this.bp.n(),this.aj.e();break;case"ActualTilePath":var l=o;n.stringIsNullOrEmpty(l)&&this.cq();break;case"BingImageryRestUri":this.actualBingImageryRestUri=o,this.cj(),this.cq();break;case"ActualBingImageryRestUri":this.cj(),this.cq()}e.prototype.ba.call(this,t,r,o)},i.$t=n.markType(i,"BingMapsMapImagery",f.$),i.cc="http://dev.virtualearth.net/REST/v1/Imagery/Metadata/",i.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,i,"cm",["ApiKey",[2,n.stringEmpty()],"CultureName",[2,"en-US"],"ImageryStyle",[M,n.enumGetBox(M,1)],"IsDeferredLoad",[0,!1],"SubDomains",[j.$,null],"TilePath",[2,null]]),i}(f),R=function(e){function i(){var t=e.call(this)||this;return t._subDomains=null,t._actualSubDomains=null,t}return t.__extends(i,e),i.prototype.createImplementation=function(){return new O},Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"isInitialized",{get:function(){return this.i.isInitialized},set:function(e){this.i.isInitialized=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"isDeferredLoad",{get:function(){return this.i.isDeferredLoad},set:function(e){this.i.isDeferredLoad=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"tilePath",{get:function(){return this.i.tilePath},set:function(e){this.i.tilePath=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"actualTilePath",{get:function(){return this.i.actualTilePath},set:function(e){this.i.actualTilePath=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"subDomains",{get:function(){if(null===this._subDomains){var e=new C,t=this.i.subDomains;t||(t=new j(0)),this._subDomains=e._fromInner(t),this.i.subDomains=t}return this._subDomains},set:function(e){null!==this._subDomains&&(this._subDomains._setSyncTarget(null),this._subDomains=null);var t=new C;this._subDomains=t._fromOuter(e);var i=new n.SyncableObservableCollection$1(n.String_$type),r=this.i.subDomains;r||(r=new j(0)),i._inner=r,i.clear(),this._subDomains._setSyncTarget(i),this.i.subDomains=r},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"actualSubDomains",{get:function(){if(null===this._actualSubDomains){var e=new C,t=this.i.actualSubDomains;t||(t=new j(0)),this._actualSubDomains=e._fromInner(t),this.i.actualSubDomains=t}return this._actualSubDomains},set:function(e){null!==this._actualSubDomains&&(this._actualSubDomains._setSyncTarget(null),this._actualSubDomains=null);var t=new C;this._actualSubDomains=t._fromOuter(e);var i=new n.SyncableObservableCollection$1(n.String_$type),r=this.i.actualSubDomains;r||(r=new j(0)),i._inner=r,i.clear(),this._actualSubDomains._setSyncTarget(i),this.i.actualSubDomains=r},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"bingImageryRestUri",{get:function(){return this.i.bingImageryRestUri},set:function(e){this.i.bingImageryRestUri=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"actualBingImageryRestUri",{get:function(){return this.i.actualBingImageryRestUri},set:function(e){this.i.actualBingImageryRestUri=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"cultureName",{get:function(){return this.i.cultureName},set:function(e){this.i.cultureName=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"apiKey",{get:function(){return this.i.apiKey},set:function(e){this.i.apiKey=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"imageryStyle",{get:function(){return this.i.imageryStyle},set:function(e){this.i.imageryStyle=n.ensureEnum(M,e)},enumerable:!1,configurable:!0}),i.prototype.requestMapSettings=function(){this.i.requestMapSettings()},i}(T),A=function(){function e(){}return e.register=function(){n.TypeRegistrar.registerCons("IgcBingMapsMapImagery",R),n.TypeRegistrar.register("BingMapsMapImagery",O.$type)},e}(),z=function(e){function i(){return e.call(this)||this}return t.__extends(i,e),i.prototype.createImplementation=function(){return new w},Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"tilePath",{get:function(){return this.i.tilePath},set:function(e){this.i.tilePath=e},enumerable:!1,configurable:!0}),i}(T),G=function(){function e(){}return e.register=function(){n.TypeRegistrar.registerCons("IgcOpenStreetMapImagery",z),n.TypeRegistrar.register("OpenStreetMapImagery",w.$type)},e}(),B=function(e){function i(){var t=e.call(this)||this;return t._getTileImageUri=null,t._getTileImageUri_wrapped=null,t}return t.__extends(i,e),Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"getTileImageUri",{get:function(){return this._getTileImageUri},set:function(e){var t=this;null!==this._getTileImageUri_wrapped&&(this.i.getTileImageUri=n.delegateRemove(this.i.getTileImageUri,this._getTileImageUri_wrapped),this._getTileImageUri_wrapped=null,this._getTileImageUri=null),this._getTileImageUri=e,this._getTileImageUri_wrapped=function(e,i){var r=new n.IgcGetTileImageUriArgs;r._provideImplementation(i),t.beforeGetTileImageUri&&t.beforeGetTileImageUri(t,r),t._getTileImageUri&&t._getTileImageUri(t,r)},this.i.getTileImageUri=n.delegateCombine(this.i.getTileImageUri,this._getTileImageUri_wrapped)},enumerable:!1,configurable:!0}),i}(T),D=function(e){function i(t){var i=e.call(this,t)||this;return i.getTileImageUri=null,t.getTileImageUri=n.delegateCombine(t.getTileImageUri,n.runOn(i,i.bq)),i}return t.__extends(i,e),i.prototype.bq=function(e,t){this.bp(t)},i.prototype.bp=function(e){null!=this.getTileImageUri&&this.getTileImageUri(this,e)},i.$t=n.markType(i,"CustomMapImagery",f.$),i}(f),q=function(){function e(){}return e.register=function(){n.TypeRegistrar.registerCons("IgcCustomMapImagery",B),n.TypeRegistrar.register("CustomMapImagery",D.$type)},e}(),E=function(e){function i(){var t=e.call(this,new n.ArcGISOnlineTileSource)||this;return t.bp=0,t.bu=null,t.bt=null,t._pendingTokenRequest_=null,t._pendingMapServerRequest_=null,t.bt="localhost",t.bu="https://www.arcgis.com/sharing/",t.bp=60,t.userToken=null,t.getResponseCompleted_MapServerResponse=t.getResponseCompleted_MapServerResponse.bind(t),t.getResponseCompleted_TokenResponse=t.getResponseCompleted_TokenResponse.bind(t),t}return t.__extends(i,e),Object.defineProperty(i.prototype,"mapServerUri",{get:function(){return this.c(i.mapServerUriProperty)},set:function(e){this.h(i.mapServerUriProperty,e)},enumerable:!1,configurable:!0}),i.cd=function(e,t){e.cf("MapServerUri",t.oldValue,t.newValue)},Object.defineProperty(i.prototype,"userName",{get:function(){return this.c(i.userNameProperty)},set:function(e){this.h(i.userNameProperty,e)},enumerable:!1,configurable:!0}),i.cg=function(e,t){e.cf("UserName",t.oldValue,t.newValue)},Object.defineProperty(i.prototype,"password",{get:function(){return this.c(i.passwordProperty)},set:function(e){this.h(i.passwordProperty,e)},enumerable:!1,configurable:!0}),i.ce=function(e,t){e.cf("Password",t.oldValue,t.newValue)},Object.defineProperty(i.prototype,"userToken",{get:function(){return this.c(i.userTokenProperty)},set:function(e){this.h(i.userTokenProperty,e)},enumerable:!1,configurable:!0}),i.ch=function(e,t){e.cf("UserToken",t.oldValue,t.newValue)},Object.defineProperty(i.prototype,"isMapPublic",{get:function(){return this.c(i.isMapPublicProperty)},set:function(e){this.h(i.isMapPublicProperty,e)},enumerable:!1,configurable:!0}),i.cc=function(e,t){e.cf("IsMapPublic",t.oldValue,t.newValue)},Object.defineProperty(i.prototype,"defaultTokenTimeout",{get:function(){return this.bp},set:function(e){this.bp=e,this.b8(!0)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"tokenGenerationEndPoint",{get:function(){return this.bu},set:function(e){this.bu=e,this.b8(!0)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"refererUri",{get:function(){return this.bt},set:function(e){this.bt=e,this.b8(!0)},enumerable:!1,configurable:!0}),i.prototype.acquireNewToken=function(){this.b8(!0)},i.prototype.b9=function(e){e()},i.prototype.b8=function(e){if(n.stringIsNullOrEmpty(this.userToken)&&0==e)this.ci();else{var t=this.tokenGenerationEndPoint;if(n.stringIsNullOrEmpty(t))this.userToken="";else if("/"!=t.substr(t.length-1,1)&&(t+="/"),n.stringIsNullOrEmpty(this.refererUri))this.userToken="";else{var r=this.defaultTokenTimeout;if(r<1&&(r=1),t+=n.stringFormat1(i.bv,this.userName,this.password,this.refererUri,r),n.Uri.isWellFormedUriString(t,1)){var o=t;this._pendingTokenRequest_=n.HttpRequestUtil.submit(o,this.getResponseCompleted_TokenResponse,null)}else this.userToken=""}}},i.prototype.ci=function(){if(!n.stringIsNullOrEmpty(this.mapServerUri)){var e=this.mapServerUri;if("/"==e.substr(e.length-1,1)&&n.stringRemove(e,e.length-1,1),this.isMapPublic)e=n.stringFormat("{0}?f=json",e);else{if(n.stringIsNullOrEmpty(this.userToken))return;e=n.stringFormat("{0}?f=json&token={1}",e,this.userToken)}if(n.Uri.isWellFormedUriString(e,1)){var t=e;this._pendingMapServerRequest_=n.HttpRequestUtil.submit(t,this.getResponseCompleted_MapServerResponse,null)}}},i.prototype.getResponseCompleted_TokenResponse=function(e,t){if(t==this._pendingTokenRequest_){this._pendingTokenRequest_=null;var i=e,n=JSON.parse(i);if(null!=n){var r="";null!=n.token&&(r=n.token),this.userToken=r}}},i.prototype.getResponseCompleted_MapServerResponse=function(e,t){if(t==this._pendingMapServerRequest_){this._pendingMapServerRequest_=null;var i=e,n=JSON.parse(i);null!=n&&null!=n.tileInfo&&(this.ap.levelOfDetail=n.tileInfo.lods.length)}},i.prototype.cf=function(t,i,r){var o=this,a=n.typeCast(n.ArcGISOnlineTileSource.$,this.ap);switch(t){case"MapServerUri":null!=a&&(a.mapServerUri=n.typeCast(n.String_$type,r)),this.ci();break;case"UserName":case"Password":if(n.stringIsNullOrEmpty(this.userName)||n.stringIsNullOrEmpty(this.password))return;this.b8(!0);break;case"UserToken":this.b9((function(){return a.userToken=o.userToken})),this.ci();break;case"IsMapPublic":a.isMapPublic=this.isMapPublic}e.prototype.ba.call(this,t,i,r)},i.$t=n.markType(i,"ArcGISOnlineMapImagery",f.$),i.bv="generateToken?username={0}&password={1}&client=referer&referer={2}&expiration={3}&f=pjson",i.mapServerUriProperty=n.DependencyProperty.i("MapServerUri",n.String_$type,i.$,new n.PropertyMetadata(2,null,i.cd)),i.userNameProperty=n.DependencyProperty.i("UserName",n.String_$type,i.$,new n.PropertyMetadata(2,null,i.cg)),i.passwordProperty=n.DependencyProperty.i("Password",n.String_$type,i.$,new n.PropertyMetadata(2,null,i.ce)),i.userTokenProperty=n.DependencyProperty.i("UserToken",n.String_$type,i.$,new n.PropertyMetadata(2,null,i.ch)),i.isMapPublicProperty=n.DependencyProperty.i("IsMapPublic",n.Boolean_$type,i.$,new n.PropertyMetadata(2,!0,i.cc)),i}(f),N=function(e){function i(){return e.call(this)||this}return t.__extends(i,e),i.prototype.createImplementation=function(){return new E},Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"mapServerUri",{get:function(){return this.i.mapServerUri},set:function(e){this.i.mapServerUri=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"userName",{get:function(){return this.i.userName},set:function(e){this.i.userName=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"password",{get:function(){return this.i.password},set:function(e){this.i.password=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"userToken",{get:function(){return this.i.userToken},set:function(e){this.i.userToken=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"isMapPublic",{get:function(){return this.i.isMapPublic},set:function(e){this.i.isMapPublic=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"defaultTokenTimeout",{get:function(){return this.i.defaultTokenTimeout},set:function(e){this.i.defaultTokenTimeout=+e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"tokenGenerationEndPoint",{get:function(){return this.i.tokenGenerationEndPoint},set:function(e){this.i.tokenGenerationEndPoint=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"refererUri",{get:function(){return this.i.refererUri},set:function(e){this.i.refererUri=e},enumerable:!1,configurable:!0}),i.prototype.acquireNewToken=function(){this.i.acquireNewToken()},i}(T),V=function(){function e(){}return e.register=function(){n.TypeRegistrar.registerCons("IgcArcGISOnlineMapImagery",N),n.TypeRegistrar.register("ArcGISOnlineMapImagery",E.$type)},e}(),U=function(){function e(){}return e.register=function(){A.register(),G.register(),q.register(),V.register(),x.register(),n.TypeRegistrar.registerCons("IgcGeographicMapComponent",x)},e}(),F=function(e){function i(){return e.call(this)||this}return t.__extends(i,e),Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),i.prototype.connectedCallback=function(){e.prototype.connectedCallback&&e.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},i.prototype.disconnectedCallback=function(){e.prototype.disconnectedCallback&&e.prototype.disconnectedCallback.call(this),this.i.disconnectedCallback&&this.i.disconnectedCallback(),this._attached&&(this._attached=!1)},Object.defineProperty(i,"observedAttributes",{get:function(){if(null==i._observedAttributesIgcGeographicMapSeriesHostComponent){for(var e=n.getAllPropertyNames(i),t=0;t<e.length;t++)e[t]=n.toSpinal(e[t]);i._observedAttributesIgcGeographicMapSeriesHostComponent=e}return i._observedAttributesIgcGeographicMapSeriesHostComponent},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"isGeographic",{get:function(){return this.i.fc},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"hasMarkers",{get:function(){return this.i.hasMarkers},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"visibleFromScale",{get:function(){return this.i.w0},set:function(e){this.i.w0=+e,this._a("visibleFromScale",this.i.w0)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"coercionMethods",{get:function(){return this.i.coercionMethods},set:function(e){this.i.coercionMethods=e},enumerable:!1,configurable:!0}),i.prototype.notifyIndexedPropertiesChanged=function(){this.i.qe()},i.prototype.getItemValue=function(e,t){return this.i.kq(e,t)},i.prototype.getMemberPathValue=function(e){return this.i.md(e)},i.prototype.getItem=function(e){return this.i.kn(n.toPoint(e))},i.prototype.getPreviousOrExactIndex=function(e,t){return this.i.ka(n.toPoint(e),t)},i.prototype.getNextOrExactIndex=function(e,t){return this.i.j8(n.toPoint(e),t)},i.prototype.getSeriesValue=function(e,t,i){return this.i.i5(n.toPoint(e),t,i)},i.prototype.getSeriesValuePosition=function(e,t,i){var r=this.i.wa(n.toPoint(e),t,i);return n.fromPoint(r)},i.prototype.getSeriesValueBoundingBox=function(e){var t=this.i.wl(n.toPoint(e));return n.fromRect(t)},i.prototype.getSeriesValueMarkerBoundingBox=function(e){var t=this.i.wn(n.toPoint(e));return n.fromRect(t)},i.prototype.getSeriesHighValue=function(e,t,i){return this.i.i1(n.toPoint(e),t,i)},i.prototype.getSeriesHighValuePosition=function(e,t,i){var r=this.i.v6(n.toPoint(e),t,i);return n.fromPoint(r)},i.prototype.getSeriesLowValue=function(e,t,i){return this.i.i3(n.toPoint(e),t,i)},i.prototype.getSeriesLowValuePosition=function(e,t,i){var r=this.i.v8(n.toPoint(e),t,i);return n.fromPoint(r)},i.prototype.getSeriesValuePositionFromSeriesPixel=function(e,t,i){var r=this.i.wb(n.toPoint(e),t,i);return n.fromPoint(r)},i.prototype.getSeriesValueFromSeriesPixel=function(e,t,i){return this.i.i6(n.toPoint(e),t,i)},i.prototype.getItemSpan=function(){return this.i.iw()},i.prototype.renderSeries=function(e){this.i.rp(e)},i.prototype.styleUpdated=function(){this.i.sa()},i._observedAttributesIgcGeographicMapSeriesHostComponent=null,i}(i.IgcSeriesComponent),L=function(e){function r(){var t=e.call(this)||this;return t._currData=null,t._onImportCompleted=null,t._assigningShapeStyle=null,t._assigningShapeStyle_wrapped=null,t._assigningShapeMarkerStyle=null,t._assigningShapeMarkerStyle_wrapped=null,t}return t.__extends(r,e),Object.defineProperty(r.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),r.prototype.connectedCallback=function(){e.prototype.connectedCallback&&e.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},r.prototype.disconnectedCallback=function(){e.prototype.disconnectedCallback&&e.prototype.disconnectedCallback.call(this),this.i.disconnectedCallback&&this.i.disconnectedCallback(),this._attached&&(this._attached=!1)},Object.defineProperty(r,"observedAttributes",{get:function(){if(null==r._observedAttributesIgcGeographicShapeSeriesBaseComponent){for(var e=n.getAllPropertyNames(r),t=0;t<e.length;t++)e[t]=n.toSpinal(e[t]);r._observedAttributesIgcGeographicShapeSeriesBaseComponent=e}return r._observedAttributesIgcGeographicShapeSeriesBaseComponent},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"shapeDataSource",{get:function(){return this._shapeDataSource},set:function(e){this._shapeDataSource=e,this.updateShapeDataSource()},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"databaseSource",{get:function(){return this._databaseSource},set:function(e){this._databaseSource=e,this.updateShapeDataSource()},enumerable:!1,configurable:!0}),r.prototype.onUpdateDataSource=function(e){var t=this;return null==this._onImportCompleted&&(this._onImportCompleted=function(e,i){if(t._currData){t._currData.i.importCompleted=n.delegateRemove(t._currData.i.importCompleted,t._onImportCompleted);var r=t._currData;t._currData=null,t.i.itemsSource=r.getPointData()}}),e&&e.getPointData?e.count>0?e.getPointData():(this._currData=e,this._currData.i.importCompleted=n.delegateCombine(this._currData.i.importCompleted,this._onImportCompleted),null):e},r.prototype.updateShapeDataSource=function(){null==this._cachedShapeDataSource&&(this._cachedShapeDataSource=new n.IgcShapeDataSource,this.onShapeDataSourceImportCompleted=this.onShapeDataSourceImportCompleted.bind(this),this._cachedShapeDataSource.importCompleted=this.onShapeDataSourceImportCompleted),this._cachedShapeDataSource.shapefileSource=this._shapeDataSource,this._cachedShapeDataSource.databaseSource=this._databaseSource,this._shapeDataSource&&this._databaseSource&&this._cachedShapeDataSource.dataBind()},r.prototype.onShapeDataSourceImportCompleted=function(e,t){this.dataSource=this._cachedShapeDataSource.getPointData()},Object.defineProperty(r.prototype,"shapeMemberPath",{get:function(){return this.i.xx},set:function(e){this.i.xx=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"isCustomShapeStyleAllowed",{get:function(){return this.i.xi},set:function(e){this.i.xi=n.ensureBool(e),this._a("isCustomShapeStyleAllowed",this.i.xi)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"isCustomShapeMarkerStyleAllowed",{get:function(){return this.i.xh},set:function(e){this.i.xh=n.ensureBool(e),this._a("isCustomShapeMarkerStyleAllowed",this.i.xh)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"itemSearchMode",{get:function(){return this.i.w9},set:function(e){this.i.w9=n.ensureEnum(i.ShapeItemSearchMode_$type,e),this._a("itemSearchMode",n.enumToString(i.ShapeItemSearchMode_$type,this.i.w9))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"itemSearchThreshold",{get:function(){return this.i.xl},set:function(e){this.i.xl=+e,this._a("itemSearchThreshold",this.i.xl)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"fillMemberPath",{get:function(){return this.i.xm},set:function(e){this.i.xm=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"fillScale",{get:function(){var e=this.i.w8;if(null==e)return null;if(!e.externalObject){var t=i.IgcBrushScaleComponent._createFromInternal(e);t&&(t._implementation=e),e.externalObject=t}return e.externalObject},set:function(e){null!=e&&this._stylingContainer&&e._styling&&e._styling(this._stylingContainer,this,this),this.i.w8=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"fillScaleUseGlobalValues",{get:function(){return this.i.xg},set:function(e){this.i.xg=n.ensureBool(e),this._a("fillScaleUseGlobalValues",this.i.xg)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"itemSearchPointsThreshold",{get:function(){return this.i.xk},set:function(e){this.i.xk=+e,this._a("itemSearchPointsThreshold",this.i.xk)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"shapefileDataSource",{get:function(){var e=this.i.xc;if(null==e)return null;if(!e.externalObject){var t=new n.IgcShapeDataSource;e.$type?t._implementation=e:t.i.setNativeElement&&t.i.setNativeElement(e),e.externalObject=t}return e.externalObject},set:function(e){this.i.xc=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"shapeFilterResolution",{get:function(){return this.i.xj},set:function(e){this.i.xj=+e,this._a("shapeFilterResolution",this.i.xj)},enumerable:!1,configurable:!0}),r.prototype.findByName=function(t){var i=e.prototype.findByName.call(this,t);return i||(this.fillScale&&this.fillScale.name&&this.fillScale.name==t?this.fillScale:this.shapefileDataSource&&this.shapefileDataSource.name&&this.shapefileDataSource.name==t?this.shapefileDataSource:null)},r.prototype._styling=function(t,i,n){e.prototype._styling.call(this,t,i,n),this._inStyling=!0,this.fillScale&&this.fillScale._styling&&this.fillScale._styling(t,i,this),this._inStyling=!1},Object.defineProperty(r.prototype,"assigningShapeStyle",{get:function(){return this._assigningShapeStyle},set:function(e){var t=this;null!==this._assigningShapeStyle_wrapped&&(this.i.assigningShapeStyle=n.delegateRemove(this.i.assigningShapeStyle,this._assigningShapeStyle_wrapped),this._assigningShapeStyle_wrapped=null,this._assigningShapeStyle=null),this._assigningShapeStyle=e,this._assigningShapeStyle_wrapped=function(e,n){var r=new i.IgcAssigningShapeStyleEventArgs;r._provideImplementation(n),t.beforeAssigningShapeStyle&&t.beforeAssigningShapeStyle(t,r),t._assigningShapeStyle&&t._assigningShapeStyle(t,r)},this.i.assigningShapeStyle=n.delegateCombine(this.i.assigningShapeStyle,this._assigningShapeStyle_wrapped)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"assigningShapeMarkerStyle",{get:function(){return this._assigningShapeMarkerStyle},set:function(e){var t=this;null!==this._assigningShapeMarkerStyle_wrapped&&(this.i.assigningShapeMarkerStyle=n.delegateRemove(this.i.assigningShapeMarkerStyle,this._assigningShapeMarkerStyle_wrapped),this._assigningShapeMarkerStyle_wrapped=null,this._assigningShapeMarkerStyle=null),this._assigningShapeMarkerStyle=e,this._assigningShapeMarkerStyle_wrapped=function(e,n){var r=new i.IgcAssigningShapeMarkerStyleEventArgs;r._provideImplementation(n),t.beforeAssigningShapeMarkerStyle&&t.beforeAssigningShapeMarkerStyle(t,r),t._assigningShapeMarkerStyle&&t._assigningShapeMarkerStyle(t,r)},this.i.assigningShapeMarkerStyle=n.delegateCombine(this.i.assigningShapeMarkerStyle,this._assigningShapeMarkerStyle_wrapped)},enumerable:!1,configurable:!0}),r._observedAttributesIgcGeographicShapeSeriesBaseComponent=null,r}(F),H=function(e){function r(){var t=null!==e&&e.apply(this,arguments)||this;return t.xf=!1,t.xe=!1,t.assigningShapeStyle=null,t.assigningShapeMarkerStyle=null,t.xb=null,t.xd=!1,t}return t.__extends(r,e),r.prototype.cs=function(){return new W(this)},r.prototype.qz=function(t){e.prototype.qz.call(this,t),this.xa=t},r.prototype.get_fe=function(){return!0},r.prototype.get_ed=function(){return!0},r.prototype.q7=function(t,i,o,a){switch(e.prototype.q7.call(this,t,i,o,a),i){case"SeriesViewer":this.xa.ci();break;case"ShapeMemberPath":this.xa.ck();break;case r.$$p[8]:this.xa.cj();break;case r.$$p[4]:if(this.wy.x6=this.xi,this.xf=this.xi,this.xi){var s=this.wy;s.assigningShapeStyle=n.delegateCombine(s.assigningShapeStyle,n.runOn(this,this.x0))}else{var l=this.wy;l.assigningShapeStyle=n.delegateRemove(l.assigningShapeStyle,n.runOn(this,this.x0))}break;case r.$$p[3]:if(this.wy.x5=this.xh,this.xe=this.xh,this.xi){var c=this.wy;c.assigningShapeMarkerStyle=n.delegateCombine(c.assigningShapeMarkerStyle,n.runOn(this,this.xz))}else{var h=this.wy;h.assigningShapeMarkerStyle=n.delegateRemove(h.assigningShapeMarkerStyle,n.runOn(this,this.xz))}break;case r.$$p[5]:this.wy.xi=this.w9;break;case r.$$p[6]:this.wy.yn=this.xk;break;case r.$$p[7]:this.wy.yo=this.xl;break;case r.$$p[0]:this.wy.ys=this.xm;break;case r.$$p[1]:this.wy.w8=this.w8;break;case r.$$p[2]:this.wy.x1=this.xg;break;case"ShapefileDataSource":if(null!=o){var u=o;this.xd&&(u.importCompleted=n.delegateRemove(u.importCompleted,n.runOn(this,this.x1)))}if(null!=a){var p=a;if(p.count>0){this.x2();break}this.xd=!0,p.importCompleted=n.delegateCombine(p.importCompleted,n.runOn(this,this.x1))}}},r.prototype.x0=function(e,t){null!=this.assigningShapeStyle&&this.assigningShapeStyle(this,t)},r.prototype.xz=function(e,t){null!=this.assigningShapeMarkerStyle&&this.assigningShapeMarkerStyle(this,t)},r.prototype.x1=function(e,t){this.x2()},r.prototype.x2=function(){var e=this.xc.externalObject;this.itemsSource=e.getPointData()},Object.defineProperty(r.prototype,"xc",{get:function(){return this.xb},set:function(e){var t=this.xb;this.xb=e,t!=this.xb&&this.raisePropertyChanged("ShapefileDataSource",t,this.xb)},enumerable:!1,configurable:!0}),r.prototype.get_g7=function(){return!0},r.prototype.set_g7=function(t){e.prototype.set_g7.call(this,t)},r.$t=n.markType(r,"GeographicShapeSeriesBase",p.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["FillMemberPath:xm:x3",[2],"FillScale:w8:x4",[i.BrushScale.$],"FillScaleUseGlobalValues:xg:x5",[0,!1],"IsCustomShapeMarkerStyleAllowed:xh:x6",[0,!1],"IsCustomShapeStyleAllowed:xi:x7",[0,!1],"ItemSearchMode:w9:x8",[i.ShapeItemSearchMode_$type,n.enumGetBox(i.ShapeItemSearchMode_$type,0)],"ItemSearchPointsThreshold:xk:x9",[1,1e4],"ItemSearchThreshold:xl:ya",[1,1e4],"ShapeFilterResolution:xj:yb",[1,2],"ShapeMemberPath:xx:yc",[2,"points"]]),r}(p),W=function(e){function i(t){var i=e.call(this,t)||this;return i.ch=null,i.ch=t,i}return t.__extends(i,e),i.prototype.b5=function(){e.prototype.b5.call(this),this.ch.wy.y5=this.ch.xx},i.prototype.ci=function(){var e=this.ch.wy;if(null==this.ch.db)return e.xc=null,void(e.xe=null);e.xc=this.ch.db.wr,e.xe=this.ch.db.wt},i.prototype.ck=function(){this.ch.wy.y5=this.ch.xx},i.prototype.cj=function(){this.ch.wy.yk=this.ch.xj},i.$t=n.markType(i,"GeographicShapeSeriesBaseView",y.$),i}(y),X=function(e){function r(t){var i=e.call(this,t)||this;return i.cl=null,i.cl=t,i.q||(i.cl.xx="points"),i}return t.__extends(r,e),r.prototype.au=function(){e.prototype.au.call(this),this.q||(this.cl.zk=i.Defaults.aj,this.cl.jp=i.Defaults.p,this.cl.yj=i.Defaults.o,this.cl.yg=i.Defaults.d,this.cl.ye=i.Defaults.a)},r.prototype.b5=function(){e.prototype.b5.call(this),this.cl.wy.abr=this.cl.zm,this.cl.wy.aak=this.cl.yh,this.cl.wy.aa6=this.cl.y2,this.cl.wy.aan=this.cl.yj,this.cl.wy.z6=this.cl.yd},r.prototype.cq=function(){this.cl.wy.aa6=this.cl.y2},r.prototype.cs=function(){this.cl.wy.aan=this.cl.yj},r.prototype.cn=function(){this.cl.wy.z6=this.cl.yd},r.prototype.cr=function(){this.cl.wy.aaf=this.cl.yg},r.prototype.cm=function(){this.cl.wy.abn=this.cl.zj},r.prototype.co=function(){this.cl.wy.abo=this.cl.zk},r.prototype.cp=function(){this.cl.wy.abq=this.cl.zl},r.prototype.ct=function(){this.cl.wy.aak=this.cl.yh},r.prototype.cu=function(){this.cl.wy.abr=this.cl.zm},r.$t=n.markType(r,"GeographicShapeSeriesView",W.$),r}(W),Y=function(e){function r(){var t=e.call(this)||this;return t.styleShape=null,t.ab=r.$,t}return t.__extends(r,e),r.prototype.bj=function(){return new r},r.prototype.get_fq=function(){return!0},r.prototype.cs=function(){return new X(this)},r.prototype.qz=function(t){e.prototype.qz.call(this,t),this.yi=t},r.prototype.wx=function(){var e=new i.ScatterPolygonSeries;return e.styleShape=n.delegateCombine(e.styleShape,n.runOn(this,this.yz)),e.propertyUpdated=n.delegateCombine(e.propertyUpdated,n.runOn(this,this.y0)),e},r.prototype.yz=function(e,t){null!=this.styleShape&&this.styleShape(this,t)},r.prototype.y0=function(e,t){n.typeCast(i.ScatterPolygonSeries.$,this.wy)},r.prototype.io=function(){return this.yj},r.prototype.vj=function(){return this.zh},r.prototype.vk=function(){return this.zi},r.prototype.sx=function(){return this.y1},r.prototype.ma=function(){var e=n.typeCast(i.ScatterPolygonSeries.$,this.wy);return null==e?"Unknown":e.ma()},r.prototype.q7=function(t,i,n,o){switch(e.prototype.q7.call(this,t,i,n,o),i){case r.$$p[6]:this.wy.aad=this.yf;break;case r.$$p[5]:this.wy.z9=this.ye;break;case r.$$p[9]:this.yi.cq();break;case r.$$p[10]:this.yi.cs();break;case r.$$p[4]:this.yi.cn();break;case r.$$p[11]:this.yi.cr();break;case r.$$p[3]:this.yi.cm();break;case r.$$p[7]:this.yi.co();break;case r.$$p[8]:this.yi.cp();break;case r.$$p[13]:this.yi.ct();break;case r.$$p[12]:this.yi.cu()}},r.prototype.jl=function(){return.7},r.$t=n.markType(r,"GeographicShapeSeries",H.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["ActualMarkerBrush:zh:y3",[n.Brush.$],"ActualMarkerOutline:zi:y4",[n.Brush.$],"ActualMarkerTemplate:y1:y5",[n.DataTemplate.$,null],"MarkerBrush:zj:y6",[n.Brush.$],"MarkerCollisionAvoidance:yd:y7",[i.CollisionAvoidanceType_$type,n.enumGetBox(i.CollisionAvoidanceType_$type,0)],"MarkerFillMode:ye:y8",[i.MarkerFillMode_$type,n.enumGetBox(i.MarkerFillMode_$type,0)],"MarkerOutlineMode:yf:y9",[i.MarkerOutlineMode_$type,n.enumGetBox(i.MarkerOutlineMode_$type,0)],"MarkerOutline:zk:za",[n.Brush.$],"MarkerStyle:zl:zb",[n.Style.$],"MarkerTemplate:y2:zc",[n.DataTemplate.$,null],"MarkerThickness:yj:zd",[1,n.DeviceUtils.g(2)],"MarkerType:yg:ze",[i.MarkerType_$type,n.enumGetBox(i.MarkerType_$type,2)],"ShapeStyle:zm:zf",[n.Style.$,null],"ShapeStyleSelector:yh:zg",[i.StyleSelector.$,null]]),r}(H),Z=function(e){function r(){var t=e.call(this)||this;return t._styleShape=null,t._styleShape_wrapped=null,t}return t.__extends(r,e),r.prototype.createImplementation=function(){return new Y},Object.defineProperty(r.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),r.prototype.connectedCallback=function(){e.prototype.connectedCallback&&e.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},r.prototype.disconnectedCallback=function(){e.prototype.disconnectedCallback&&e.prototype.disconnectedCallback.call(this),this.i.disconnectedCallback&&this.i.disconnectedCallback(),this._attached&&(this._attached=!1)},Object.defineProperty(r,"observedAttributes",{get:function(){if(null==r._observedAttributesIgcGeographicShapeSeriesComponent){for(var e=n.getAllPropertyNames(r),t=0;t<e.length;t++)e[t]=n.toSpinal(e[t]);r._observedAttributesIgcGeographicShapeSeriesComponent=e}return r._observedAttributesIgcGeographicShapeSeriesComponent},enumerable:!1,configurable:!0}),r.register=function(){r._isElementRegistered||(r._isElementRegistered=!0,n.RegisterElementHelper.registerElement(r.htmlTagName,r))},Object.defineProperty(r.prototype,"isPolygon",{get:function(){return this.i.fq},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"shapeFill",{get:function(){return this.i.zm?this.i.zm.fill:null},set:function(e){this.ensureShapeStyle(),this.i.zm.fill=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"shapeStroke",{get:function(){return this.i.zm?this.i.zm.stroke:null},set:function(e){this.ensureShapeStyle(),this.i.zm.stroke=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"shapeStrokeThickness",{get:function(){return this.i.zm?this.i.zm.strokeThickness:NaN},set:function(e){this.ensureShapeStyle(),this.i.zm.strokeThickness=+e,this._a("shapeStrokeThickness",this.i.zm.strokeThickness)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"shapeOpacity",{get:function(){return this.i.zm?this.i.zm.opacity:NaN},set:function(e){this.ensureShapeStyle(),this.i.zm.opacity=+e,this._a("shapeOpacity",this.i.zm.opacity)},enumerable:!1,configurable:!0}),r.prototype.ensureShapeStyle=function(){this.i.zm||(this.i.zm=new n.Style)},Object.defineProperty(r.prototype,"markerType",{get:function(){return this.i.yg},set:function(e){this.i.yg=n.ensureEnum(i.MarkerType_$type,e),this._a("markerType",n.enumToString(i.MarkerType_$type,this.i.yg))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerOutlineMode",{get:function(){return this.i.yf},set:function(e){this.i.yf=n.ensureEnum(i.MarkerOutlineMode_$type,e),this._a("markerOutlineMode",n.enumToString(i.MarkerOutlineMode_$type,this.i.yf))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerFillMode",{get:function(){return this.i.ye},set:function(e){this.i.ye=n.ensureEnum(i.MarkerFillMode_$type,e),this._a("markerFillMode",n.enumToString(i.MarkerFillMode_$type,this.i.ye))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerTemplate",{get:function(){return this.i.y2},set:function(e){this.i.y2=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerBrush",{get:function(){return n.brushToString(this.i.zj)},set:function(e){this.i.zj=n.stringToBrush(e),this._a("markerBrush",n.brushToString(this.i.zj))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerOutline",{get:function(){return n.brushToString(this.i.zk)},set:function(e){this.i.zk=n.stringToBrush(e),this._a("markerOutline",n.brushToString(this.i.zk))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerThickness",{get:function(){return this.i.yj},set:function(e){this.i.yj=+e,this._a("markerThickness",this.i.yj)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerCollisionAvoidance",{get:function(){return this.i.yd},set:function(e){this.i.yd=n.ensureEnum(i.CollisionAvoidanceType_$type,e),this._a("markerCollisionAvoidance",n.enumToString(i.CollisionAvoidanceType_$type,this.i.yd))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualMarkerTemplate",{get:function(){return this.i.y1},set:function(e){this.i.y1=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualMarkerBrush",{get:function(){return n.brushToString(this.i.zh)},set:function(e){this.i.zh=n.stringToBrush(e),this._a("actualMarkerBrush",n.brushToString(this.i.zh))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualMarkerOutline",{get:function(){return n.brushToString(this.i.zi)},set:function(e){this.i.zi=n.stringToBrush(e),this._a("actualMarkerOutline",n.brushToString(this.i.zi))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"styleShape",{get:function(){return this._styleShape},set:function(e){var t=this;null!==this._styleShape_wrapped&&(this.i.styleShape=n.delegateRemove(this.i.styleShape,this._styleShape_wrapped),this._styleShape_wrapped=null,this._styleShape=null),this._styleShape=e,this._styleShape_wrapped=function(e,n){var r=new i.IgcStyleShapeEventArgs;r._provideImplementation(n),t.beforeStyleShape&&t.beforeStyleShape(t,r),t._styleShape&&t._styleShape(t,r)},this.i.styleShape=n.delegateCombine(this.i.styleShape,this._styleShape_wrapped)},enumerable:!1,configurable:!0}),r._observedAttributesIgcGeographicShapeSeriesComponent=null,r.htmlTagName="igc-geographic-shape-series",r._isElementRegistered=!1,r}(L),Q=function(){function e(){}return e.register=function(){i.IgcScatterPolygonSeriesModule.register(),Z.register(),n.TypeRegistrar.registerCons("IgcGeographicShapeSeriesComponent",Z),n.TypeRegistrar.register("GeographicShapeSeries",Y.$type)},e}(),K=function(e){function r(t){var i=e.call(this,t)||this;return i.cl=null,i.cl=t,i}return t.__extends(r,e),r.prototype.au=function(){e.prototype.au.call(this),this.q||(this.cl.jp=i.Defaults.n)},r.prototype.b5=function(){e.prototype.b5.call(this),this.cl.wy.z6=this.cl.yd,this.cl.wy.aab=this.cl.yl},r.prototype.cm=function(){this.cl.wy.z6=this.cl.yd},r.prototype.cn=function(){this.cl.wy.aab=this.cl.yl},r.$t=n.markType(r,"GeographicPolylineSeriesView",W.$),r}(W),J=function(e){function r(){var t=e.call(this)||this;return t.styleShape=null,t.ab=r.$,t}return t.__extends(r,e),r.prototype.bj=function(){return new r},r.prototype.get_fr=function(){return!0},r.prototype.cs=function(){return new K(this)},r.prototype.qz=function(t){e.prototype.qz.call(this,t),this.ye=t},r.prototype.wx=function(){var e=new i.ScatterPolylineSeries;return e.styleShape=n.delegateCombine(e.styleShape,n.runOn(this,this.yi)),e},r.prototype.yi=function(e,t){null!=this.styleShape&&this.styleShape(this,t)},r.prototype.q7=function(t,i,n,o){switch(e.prototype.q7.call(this,t,i,n,o),i){case r.$$p[1]:this.ye.cm();break;case r.$$p[0]:this.ye.cn()}},r.$t=n.markType(r,"GeographicPolylineSeries",H.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["ShapeStyle:yl:yj",[n.Style.$,null],"ShapeStyleSelector:yd:yk",[i.StyleSelector.$,null]]),r}(H),ee=function(e){function r(){var t=e.call(this)||this;return t._styleShape=null,t._styleShape_wrapped=null,t}return t.__extends(r,e),r.prototype.createImplementation=function(){return new J},Object.defineProperty(r.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),r.prototype.connectedCallback=function(){e.prototype.connectedCallback&&e.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},r.prototype.disconnectedCallback=function(){e.prototype.disconnectedCallback&&e.prototype.disconnectedCallback.call(this),this.i.disconnectedCallback&&this.i.disconnectedCallback(),this._attached&&(this._attached=!1)},Object.defineProperty(r,"observedAttributes",{get:function(){if(null==r._observedAttributesIgcGeographicPolylineSeriesComponent){for(var e=n.getAllPropertyNames(r),t=0;t<e.length;t++)e[t]=n.toSpinal(e[t]);r._observedAttributesIgcGeographicPolylineSeriesComponent=e}return r._observedAttributesIgcGeographicPolylineSeriesComponent},enumerable:!1,configurable:!0}),r.register=function(){r._isElementRegistered||(r._isElementRegistered=!0,n.RegisterElementHelper.registerElement(r.htmlTagName,r))},Object.defineProperty(r.prototype,"isPolyline",{get:function(){return this.i.fr},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"shapeFill",{get:function(){return this.i.yl?this.i.yl.fill:null},set:function(e){this.ensureShapeStyle(),this.i.yl.fill=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"shapeStroke",{get:function(){return this.i.yl?this.i.yl.stroke:null},set:function(e){this.ensureShapeStyle(),this.i.yl.stroke=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"shapeStrokeThickness",{get:function(){return this.i.yl?this.i.yl.strokeThickness:NaN},set:function(e){this.ensureShapeStyle(),this.i.yl.strokeThickness=+e,this._a("shapeStrokeThickness",this.i.yl.strokeThickness)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"shapeOpacity",{get:function(){return this.i.yl?this.i.yl.opacity:NaN},set:function(e){this.ensureShapeStyle(),this.i.yl.opacity=+e,this._a("shapeOpacity",this.i.yl.opacity)},enumerable:!1,configurable:!0}),r.prototype.ensureShapeStyle=function(){this.i.yl||(this.i.yl=new n.Style)},Object.defineProperty(r.prototype,"styleShape",{get:function(){return this._styleShape},set:function(e){var t=this;null!==this._styleShape_wrapped&&(this.i.styleShape=n.delegateRemove(this.i.styleShape,this._styleShape_wrapped),this._styleShape_wrapped=null,this._styleShape=null),this._styleShape=e,this._styleShape_wrapped=function(e,n){var r=new i.IgcStyleShapeEventArgs;r._provideImplementation(n),t.beforeStyleShape&&t.beforeStyleShape(t,r),t._styleShape&&t._styleShape(t,r)},this.i.styleShape=n.delegateCombine(this.i.styleShape,this._styleShape_wrapped)},enumerable:!1,configurable:!0}),r._observedAttributesIgcGeographicPolylineSeriesComponent=null,r.htmlTagName="igc-geographic-polyline-series",r._isElementRegistered=!1,r}(L),te=function(){function e(){}return e.register=function(){i.IgcScatterPolylineSeriesModule.register(),ee.register(),n.TypeRegistrar.registerCons("IgcGeographicPolylineSeriesComponent",ee),n.TypeRegistrar.register("GeographicPolylineSeries",J.$type)},e}(),ie=function(e){function i(){var t=e.call(this,new n.TileGeneratorTileSource)||this;return t.downloadingImage=n.delegateCombine(t.downloadingImage,n.runOn(t,t.br)),t.cancellingImage=n.delegateCombine(t.cancellingImage,n.runOn(t,t.bq)),t}return t.__extends(i,e),i.prototype.bq=function(e,t){var i=t.uri.toString().split("/"),r=parseInt(n.stringReplace(i[3],"/","")),o=parseInt(n.stringReplace(i[4],"/","")),a=parseInt(n.stringReplace(n.stringReplace(i[5],"/",""),".png",""));null!=this.tileGenerator&&this.tileGenerator.cancelTile(r,o,a)},i.prototype.br=function(e,t){var i=this,r=t.uri.toString().split("/"),o=parseInt(n.stringReplace(r[3],"/","")),a=parseInt(n.stringReplace(r[4],"/","")),s=parseInt(n.stringReplace(n.stringReplace(r[5],"/",""),".png",""));t.uri=null;var l=t.image;null!=this.tileGenerator&&this.tileGenerator.getTile(o,a,s,(function(e,t){return i.deferralHandler.deferAction((function(){return l.src=t.url}))}),(function(e,t){}),(function(e,t){}),l)},i.$t=n.markType(i,"TileGeneratorMapImagery",f.$),i.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,i,"ba",["TileGenerator",[n.ITileGenerator_$type,null]]),i}(f),ne=function(e){function i(){return e.call(this)||this}return t.__extends(i,e),i.prototype.createImplementation=function(){return new ie},Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"tileGenerator",{get:function(){return this.i.tileGenerator},set:function(e){this.i.tileGenerator=e},enumerable:!1,configurable:!0}),i}(T),re=function(){function e(){}return e.register=function(){n.TypeRegistrar.registerCons("IgcTileGeneratorMapImagery",ne),n.TypeRegistrar.register("TileGeneratorMapImagery",ie.$type)},e}(),oe=function(e){function r(){var t=e.call(this)||this;return t.z7=null,t.z6=null,t.imageTilesReady=null,t.aaa=null,t.aab=!1,t.ab=r.$,t}return t.__extends(r,e),r.prototype.bj=function(){return new r},r.prototype.get_f3=function(){return!0},r.prototype.cs=function(){return new ae(this)},r.prototype.qz=function(t){e.prototype.qz.call(this,t),this.z5=t},r.prototype.get_x8=function(){return!1},Object.defineProperty(r.prototype,"z9",{get:function(){return this.z7},set:function(e){if(e!=this.z9){var t=this.z9;this.z7=e,this.raisePropertyChanged("TileImagery",t,e)}},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"z8",{get:function(){return this.z6},set:function(e){var t=this.z6;this.z6=e,this.raisePropertyChanged("ActualTileImagery",t,this.z6)},enumerable:!1,configurable:!0}),r.prototype.q7=function(t,i,r,o){var a,s;switch(e.prototype.q7.call(this,t,i,r,o),i){case"TileImagery":s=o,null!=(a=r)&&(a.propertyChanged=n.delegateRemove(a.propertyChanged,n.runOn(this,this.aae))),null!=s&&(s.propertyChanged=n.delegateCombine(s.propertyChanged,n.runOn(this,this.aae))),this.z5.dh(a,s),this.rp(!1),this.qj();break;case"ActualTileImagery":s=o,null!=(a=r)&&(a.imageTilesReady=n.delegateRemove(a.imageTilesReady,n.runOn(this,this.aaf)),a.deferralHandler=null),null!=s&&(s.imageTilesReady=n.delegateCombine(s.imageTilesReady,n.runOn(this,this.aaf)),s.deferralHandler=this),this.z5.dg(a,s),null!=s&&null!==n.typeCast(g.$,this.db)&&(s.geographicMap=this.db,this.aah(this.cv),this.z5.dd(this.db.v4)),this.qj();break;case"ActualWindowRect":this.z5.dd(o);break;case"WorldRect":this.z5.dk(o);break;case"SeriesViewer":var l=o;null!=r&&null!=this.z8&&this.z8.be(null),null!=l&&null!=this.z8&&this.z8.be(this.cv.w);break;case"ActualBrush":case"ActualOutline":case"ActualThickness":this.ql()}},r.prototype.aae=function(e,t){"MultiScaleImage"==t.propertyName&&this.aah(this.cv)},r.prototype.aaf=function(e,t){null!=this.imageTilesReady&&this.imageTilesReady(this,new n.EventArgs),this.aab||this.z5.di()},r.prototype.register=function(e,t){this.aaa=t},r.prototype.unRegister=function(e){this.aaa=null},r.prototype.deferredRefresh=function(){this.rp(!1)},r.prototype.deferAction=function(e){null!=this.jz?this.jz.setTimeout(e,0):window.setTimeout(e,0)},r.prototype.so=function(t,i){this.z5.dj(),e.prototype.so.call(this,t,i)},r.prototype.rq=function(t){e.prototype.rq.call(this,t),this.aag(t,this.cv)},r.prototype.aag=function(e,t){var i,n,r=t,o=t.getViewInfo(i,n);i=o.p0,n=o.p1,this.aah(t),null!=this.aaa&&(this.aab=!0,this.aaa(e),this.aab=!1),r.di()},r.prototype.ro=function(t,i,n,r,o){e.prototype.ro.call(this,t,i,n,r,o);var a=this.hn.item(r);a.a3(n),this.d5(a)||this.zl(a)},r.prototype.aah=function(e){var t,i,n=e.getViewInfo(t,i);t=n.p0,i=n.p1,null!=this.z9&&null!=this.z9.ao&&(this.z9!=this.z8&&(this.z8=this.z9),null==this.z8||t.isEmpty||(this.z8.width!=t.width&&(this.z8.width=t.width),this.z8.height!=t.height&&(this.z8.height=t.height)))},r.prototype.o5=function(t,i){e.prototype.o5.call(this,t,i),i.de()},r.$t=n.markType(r,"TileSeries",i.ShapeSeriesBase.$,[n.IMapRenderDeferralHandler_$type]),r}(i.ShapeSeriesBase),ae=function(e){function r(t){var i=e.call(this,t)||this;return i.da=null,i.dl=new n.GeometryGroup,i.dc=null,i.db=null,i.da=t,i}return t.__extends(r,e),r.prototype.au=function(){e.prototype.au.call(this),this.q||(this.da.vt=i.Defaults.ao,this.da.vd=i.Defaults.an)},r.prototype.ck=function(e,t){t.c.count>0&&this.dl.d.add(t)},r.prototype.c5=function(e,t){return this.c6(e,t,!0)},r.prototype.c4=function(e,t){return null},r.prototype.co=function(e,t){},r.prototype.cm=function(e,t,i){},r.prototype.cu=function(){e.prototype.cu.call(this),this.dl.d.clear()},r.prototype.ct=function(){e.prototype.ct.call(this),this.as()},r.prototype.dd=function(e){null!=this.da.z9&&(this.da.z9.windowRect=e)},r.prototype.dg=function(e,t){if(null==this.dc){this.dc=this.e.jz.createElement("canvas");var i=this.e.jz.get2DCanvasContext(this.dc);this.db=new n.RenderingContext(new n.CanvasViewRenderer,i),this.dc.setAttribute("width",this.bx.width.toString()),this.dc.setAttribute("height",this.bx.height.toString())}null!=e&&(e.bd(null),e.be(null),e.imagesChanged=n.delegateRemove(e.imagesChanged,n.runOn(this,this.df))),null!=t&&(null!=this.w&&t.be(this.w),t.bd(this.db),t.bf(this.bx),t.imagesChanged=n.delegateCombine(t.imagesChanged,n.runOn(this,this.df)))},r.prototype.df=function(e,t){this.as()},r.prototype.dh=function(e,t){},r.prototype.dj=function(){null!=this.dc&&(this.dc.setAttribute("width",this.bx.width.toString()),this.dc.setAttribute("height",this.bx.height.toString())),null!=this.da.z9&&this.da.z9.bf(this.bx)},r.prototype.a8=function(t,i){if(e.prototype.a8.call(this,t,i),!i&&null!=this.dc){var r=!1;if(this.dl.d.count>0)r=!0,this.k.aa(),this.k.r(this.dl),this.k.h().clip();var o=n.truncate(Math.round(this.bx.left)),a=n.truncate(Math.round(this.bx.top)),s=n.truncate(Math.round(this.bx.width)),l=n.truncate(Math.round(this.bx.height));this.k.o(this.dc.getNativeElement(),1,o,a,s,l,o,a,s,l),r&&this.k.z()}},r.prototype.di=function(){this.as()},r.prototype.de=function(){},r.prototype.dk=function(e){null!=this.da.z9&&this.da.z9.a6()},r.$t=n.markType(r,"TileSeriesView",i.ShapeSeriesViewBase.$),r}(i.ShapeSeriesViewBase),se=function(e){function i(){return e.call(this)||this}return t.__extends(i,e),i.prototype.createImplementation=function(){return new oe},Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),i.prototype.connectedCallback=function(){e.prototype.connectedCallback&&e.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},i.prototype.disconnectedCallback=function(){e.prototype.disconnectedCallback&&e.prototype.disconnectedCallback.call(this),this.i.disconnectedCallback&&this.i.disconnectedCallback(),this._attached&&(this._attached=!1)},Object.defineProperty(i,"observedAttributes",{get:function(){if(null==i._observedAttributesIgcTileSeriesComponent){for(var e=n.getAllPropertyNames(i),t=0;t<e.length;t++)e[t]=n.toSpinal(e[t]);i._observedAttributesIgcTileSeriesComponent=e}return i._observedAttributesIgcTileSeriesComponent},enumerable:!1,configurable:!0}),i.register=function(){i._isElementRegistered||(i._isElementRegistered=!0,n.RegisterElementHelper.registerElement(i.htmlTagName,i))},Object.defineProperty(i.prototype,"isTile",{get:function(){return this.i.f3},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"tileImagery",{get:function(){var e=this.i.z9;return null==e?null:e.externalObject},set:function(e){this.i.z9=null==e?null:e.i},enumerable:!1,configurable:!0}),i.prototype.findByName=function(t){var i=e.prototype.findByName.call(this,t);return i||(this.tileImagery&&this.tileImagery.name&&this.tileImagery.name==t?this.tileImagery:null)},i.prototype.deferredRefresh=function(){this.i.deferredRefresh()},i._observedAttributesIgcTileSeriesComponent=null,i.htmlTagName="igc-tile-series",i._isElementRegistered=!1,i}(i.IgcShapeSeriesBaseComponent),le=function(){function e(){}return e.register=function(){se.register(),n.TypeRegistrar.registerCons("IgcTileSeriesComponent",se),n.TypeRegistrar.register("TileSeries",oe.$type)},e}(),ce=function(e){function i(){var t=e.call(this)||this;return t.ye=null,t.yd=null,t.imageTilesReady=null,t.ab=i.$,t}return t.__extends(i,e),i.prototype.bj=function(){return new i},i.prototype.get_f3=function(){return!0},Object.defineProperty(i.prototype,"yf",{get:function(){return this.ye},set:function(e){if(e!=this.yf){var t=this.yf;this.ye=e,this.raisePropertyChanged("TileImagery",t,e)}},enumerable:!1,configurable:!0}),i.prototype.yj=function(){null!=this.yf&&this.yf.clearTileCache()},i.prototype.q7=function(t,i,n,r){switch(e.prototype.q7.call(this,t,i,n,r),i){case"TileImagery":null!=this.wy&&(this.wy.z9=this.yf)}},i.prototype.w3=function(t,i){if(e.prototype.w3.call(this,t,i),this.wy.z9=this.yf,null!=this.yd){var r=this.yd;r.imageTilesReady=n.delegateRemove(r.imageTilesReady,n.runOn(this,this.yi))}if(this.yd=this.wy,null!=this.yd){var o=this.yd;o.imageTilesReady=n.delegateCombine(o.imageTilesReady,n.runOn(this,this.yi))}},i.prototype.wx=function(){return new oe},i.prototype.yi=function(e,t){null!=this.imageTilesReady&&this.imageTilesReady(this,new h)},i.$t=n.markType(i,"GeographicTileSeries",H.$),i}(H),he=function(e){function i(){var t=e.call(this)||this;return t._imageTilesReady=null,t._imageTilesReady_wrapped=null,t}return t.__extends(i,e),i.prototype.createImplementation=function(){return new ce},Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),i.prototype.connectedCallback=function(){e.prototype.connectedCallback&&e.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},i.prototype.disconnectedCallback=function(){e.prototype.disconnectedCallback&&e.prototype.disconnectedCallback.call(this),this.i.disconnectedCallback&&this.i.disconnectedCallback(),this._attached&&(this._attached=!1)},Object.defineProperty(i,"observedAttributes",{get:function(){if(null==i._observedAttributesIgcGeographicTileSeriesComponent){for(var e=n.getAllPropertyNames(i),t=0;t<e.length;t++)e[t]=n.toSpinal(e[t]);i._observedAttributesIgcGeographicTileSeriesComponent=e}return i._observedAttributesIgcGeographicTileSeriesComponent},enumerable:!1,configurable:!0}),i.register=function(){i._isElementRegistered||(i._isElementRegistered=!0,n.RegisterElementHelper.registerElement(i.htmlTagName,i))},Object.defineProperty(i.prototype,"isTile",{get:function(){return this.i.f3},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"tileImagery",{get:function(){var e=this.i.yf;return null==e?null:e.externalObject},set:function(e){this.i.yf=null==e?null:e.i},enumerable:!1,configurable:!0}),i.prototype.findByName=function(t){var i=e.prototype.findByName.call(this,t);return i||(this.tileImagery&&this.tileImagery.name&&this.tileImagery.name==t?this.tileImagery:null)},i.prototype.clearTileCache=function(){this.i.yj()},Object.defineProperty(i.prototype,"imageTilesReady",{get:function(){return this._imageTilesReady},set:function(e){var t=this;null!==this._imageTilesReady_wrapped&&(this.i.imageTilesReady=n.delegateRemove(this.i.imageTilesReady,this._imageTilesReady_wrapped),this._imageTilesReady_wrapped=null,this._imageTilesReady=null),this._imageTilesReady=e,this._imageTilesReady_wrapped=function(e,i){var n=new v;n._provideImplementation(i),t.beforeImageTilesReady&&t.beforeImageTilesReady(t,n),t._imageTilesReady&&t._imageTilesReady(t,n)},this.i.imageTilesReady=n.delegateCombine(this.i.imageTilesReady,this._imageTilesReady_wrapped)},enumerable:!1,configurable:!0}),i._observedAttributesIgcGeographicTileSeriesComponent=null,i.htmlTagName="igc-geographic-tile-series",i._isElementRegistered=!1,i}(L),ue=function(){function e(){}return e.register=function(){le.register(),he.register(),n.TypeRegistrar.registerCons("IgcGeographicTileSeriesComponent",he),n.TypeRegistrar.register("GeographicTileSeries",ce.$type)},e}(),pe=function(e){function r(){return e.call(this)||this}return t.__extends(r,e),Object.defineProperty(r.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),r.prototype.connectedCallback=function(){e.prototype.connectedCallback&&e.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},r.prototype.disconnectedCallback=function(){e.prototype.disconnectedCallback&&e.prototype.disconnectedCallback.call(this),this.i.disconnectedCallback&&this.i.disconnectedCallback(),this._attached&&(this._attached=!1)},Object.defineProperty(r,"observedAttributes",{get:function(){if(null==r._observedAttributesIgcGeographicMarkerSeriesComponent){for(var e=n.getAllPropertyNames(r),t=0;t<e.length;t++)e[t]=n.toSpinal(e[t]);r._observedAttributesIgcGeographicMarkerSeriesComponent=e}return r._observedAttributesIgcGeographicMarkerSeriesComponent},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerType",{get:function(){return this.i.w8},set:function(e){this.i.w8=n.ensureEnum(i.MarkerType_$type,e),this._a("markerType",n.enumToString(i.MarkerType_$type,this.i.w8))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerThickness",{get:function(){return this.i.w9},set:function(e){this.i.w9=+e,this._a("markerThickness",this.i.w9)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerOutlineMode",{get:function(){return this.i.w7},set:function(e){this.i.w7=n.ensureEnum(i.MarkerOutlineMode_$type,e),this._a("markerOutlineMode",n.enumToString(i.MarkerOutlineMode_$type,this.i.w7))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerFillMode",{get:function(){return this.i.w6},set:function(e){this.i.w6=n.ensureEnum(i.MarkerFillMode_$type,e),this._a("markerFillMode",n.enumToString(i.MarkerFillMode_$type,this.i.w6))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerTemplate",{get:function(){return this.i.xo},set:function(e){this.i.xo=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerBrush",{get:function(){return n.brushToString(this.i.x2)},set:function(e){this.i.x2=n.stringToBrush(e),this._a("markerBrush",n.brushToString(this.i.x2))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerOutline",{get:function(){return n.brushToString(this.i.x3)},set:function(e){this.i.x3=n.stringToBrush(e),this._a("markerOutline",n.brushToString(this.i.x3))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"maximumMarkers",{get:function(){return this.i.xa},set:function(e){this.i.xa=+e,this._a("maximumMarkers",this.i.xa)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualMarkerTemplate",{get:function(){return this.i.xn},set:function(e){this.i.xn=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualMarkerBrush",{get:function(){return n.brushToString(this.i.x0)},set:function(e){this.i.x0=n.stringToBrush(e),this._a("actualMarkerBrush",n.brushToString(this.i.x0))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualMarkerOutline",{get:function(){return n.brushToString(this.i.x1)},set:function(e){this.i.x1=n.stringToBrush(e),this._a("actualMarkerOutline",n.brushToString(this.i.x1))},enumerable:!1,configurable:!0}),r._observedAttributesIgcGeographicMarkerSeriesComponent=null,r}(F),ye=function(e){function r(){var t=e.call(this)||this,i=t.wy;return i.propertyUpdated=n.delegateCombine(i.propertyUpdated,n.runOn(t,t.xm)),t}return t.__extends(r,e),r.prototype.sx=function(){return this.xn},r.prototype.vj=function(){return this.x0},r.prototype.vk=function(){return this.x1},r.prototype.io=function(){return this.w9},r.prototype.ma=function(){var e=n.typeCast(i.MarkerSeries.$,this.wy);return null==e?"Unknown":e.ma()},r.prototype.xm=function(e,t){var r=n.typeCast(i.MarkerSeries.$,this.wy);null!=r&&("ActualMarkerTemplate"==t.propertyName?this.xn=r.xy:"ActualMarkerOutline"==t.propertyName?this.x1=r.yg:"ActualMarkerBrush"==t.propertyName&&(this.x0=r.yf))},r.prototype.q7=function(t,i,n,o){switch(e.prototype.q7.call(this,t,i,n,o),i){case r.$$p[3]:this.wy.yh=this.x2;break;case r.$$p[6]:this.wy.yi=this.x3;break;case r.$$p[5]:this.wy.w2=this.w7;break;case r.$$p[4]:this.wy.wy=this.w6;break;case r.$$p[9]:this.wy.w8=this.w8;break;case r.$$p[7]:this.wy.x0=this.xo;break;case r.$$p[8]:this.wy.xh=this.w9;break;case r.$$p[10]:this.wy.z7=this.xa}},r.$t=n.markType(r,"GeographicMarkerSeries",p.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["ActualMarkerBrush:x0:xp",[n.Brush.$],"ActualMarkerOutline:x1:xq",[n.Brush.$],"ActualMarkerTemplate:xn:xr",[n.DataTemplate.$,null],"MarkerBrush:x2:xs",[n.Brush.$],"MarkerFillMode:w6:xt",[i.MarkerFillMode_$type,n.enumGetBox(i.MarkerFillMode_$type,0)],"MarkerOutlineMode:w7:xu",[i.MarkerOutlineMode_$type,n.enumGetBox(i.MarkerOutlineMode_$type,0)],"MarkerOutline:x3:xv",[n.Brush.$],"MarkerTemplate:xo:xw",[n.DataTemplate.$,null],"MarkerThickness:w9:xx",[1,n.DeviceUtils.g(2)],"MarkerType:w8:xy",[i.MarkerType_$type,n.enumGetBox(i.MarkerType_$type,i.Defaults.e)],"MaximumMarkers:xa:xz",[1,400]]),r}(p),ge=function(e){function i(t){var i=e.call(this,t)||this;return i.ch=null,i.ch=t,i}return t.__extends(i,e),i.prototype.au=function(){e.prototype.au.call(this),this.q},i.prototype.b5=function(){e.prototype.b5.call(this);var t=this.ch.wy;t.aar=this.ch.yx,t.aaz=this.ch.yv,t.w8=this.ch.w8,t.x0=this.ch.xo,t.xh=this.ch.w9,t.ac1=this.ch.yh,t.adr=this.ch.y2,t.acq=this.ch.x9,t.adh=this.ch.yt,t.adc=this.ch.yl,t.acn=this.ch.x6,t.acz=this.ch.yd,t.ac0=this.ch.yg,t.ac6=this.ch.yj,t.ac5=this.ch.yi},i.prototype.cq=function(){this.ch.wy.aar=this.ch.yx},i.prototype.cp=function(){this.ch.wy.aaz=this.ch.yv},i.prototype.cv=function(){this.ch.wy.w8=this.ch.w8},i.prototype.ct=function(){this.ch.wy.x0=this.ch.xo},i.prototype.cu=function(){this.ch.wy.xh=this.ch.w9},i.prototype.cw=function(){this.ch.wy.z7=this.ch.xa},i.prototype.cy=function(){this.ch.wy.xAxis=this.ch.db.wr},i.prototype.cz=function(){this.ch.wy.yAxis=this.ch.db.wt},i.prototype.cx=function(){var e=this.ch.wy;if(null==this.ch.db)return e.xAxis=null,void(e.yAxis=null);e.xAxis=this.ch.db.wr,e.yAxis=this.ch.db.wt},i.prototype.cr=function(){this.ch.wy.yh=this.ch.x2},i.prototype.cs=function(){this.ch.wy.yi=this.ch.x3},i.prototype.c0=function(){this.ch.wy.adr=this.ch.y2},i.prototype.c1=function(){this.ch.wy.acq=this.ch.x9,this.ch.wy.ac1=this.ch.yh},i.prototype.cl=function(){this.ch.wy.adh=this.ch.yt},i.prototype.cj=function(){this.ch.wy.acn=this.ch.x6,this.ch.wy.acz=this.ch.yd,this.ch.wy.ac0=this.ch.yg,this.ch.wy.ac6=this.ch.yj,this.ch.wy.ac5=this.ch.yi},i.prototype.ci=function(){this.ch.wy.adc=this.ch.yl},i.prototype.c2=function(){this.ch.wy.ac1=this.ch.yh},i.prototype.ck=function(){this.ch.wy.acz=this.ch.yd},i.prototype.co=function(){this.ch.wy.ac0=this.ch.yg},i.prototype.cn=function(){this.ch.wy.ac6=this.ch.yj},i.prototype.cm=function(){this.ch.wy.ac5=this.ch.yi},i.$t=n.markType(i,"GeographicProportionalSymbolSeriesView",y.$),i}(y),fe=function(e){function r(){var t=e.call(this)||this;return t.x7=null,t.yc=!1,t.yb=!1,t.assigningScatterStyle=null,t.assigningScatterMarkerStyle=null,t.ab=r.$,t}return t.__extends(r,e),r.prototype.bj=function(){return new r},r.prototype.get_ei=function(){return!0},r.prototype.cs=function(){return new ge(this)},r.prototype.qz=function(t){e.prototype.qz.call(this,t),this.ya=t},r.prototype.jl=function(){return.7},r.prototype.wx=function(){return new i.BubbleSeries},r.prototype.get_fe=function(){return!0},r.prototype.q7=function(t,i,o,a){switch(e.prototype.q7.call(this,t,i,o,a),i){case"SeriesViewer":this.ya.cx();break;case r.$$p[9]:this.ya.cq();break;case r.$$p[8]:this.ya.cp();break;case"XAxis":this.ya.cy();break;case"YAxis":this.ya.cz();break;case r.$$p[13]:this.ya.c0();break;case r.$$p[14]:this.ya.c1();break;case r.$$p[15]:this.ya.c2();break;case r.$$p[7]:this.ya.cl();break;case r.$$p[0]:this.ya.ci();break;case r.$$p[1]:this.ya.cj();break;case r.$$p[2]:this.ya.ck();break;case r.$$p[12]:this.ya.co();break;case r.$$p[11]:this.ya.cn();break;case r.$$p[10]:this.ya.cm();break;case r.$$p[4]:if(this.wy.zn=this.yf,this.yc=this.yf,this.yf){var s=this.wy;s.assigningScatterStyle=n.delegateCombine(s.assigningScatterStyle,n.runOn(this,this.y7))}else{var l=this.wy;l.assigningScatterStyle=n.delegateRemove(l.assigningScatterStyle,n.runOn(this,this.y7))}break;case r.$$p[3]:if(this.wy.zm=this.ye,this.yb=this.ye,this.yf){var c=this.wy;c.assigningScatterMarkerStyle=n.delegateCombine(c.assigningScatterMarkerStyle,n.runOn(this,this.y6))}else{var h=this.wy;h.assigningScatterMarkerStyle=n.delegateRemove(h.assigningScatterMarkerStyle,n.runOn(this,this.y6))}break;case r.$$p[5]:this.wy.y6=this.x8;break;case r.$$p[6]:this.wy.z6=this.yk}},r.prototype.y7=function(e,t){null!=this.assigningScatterStyle&&this.assigningScatterStyle(this,t)},r.prototype.y6=function(e,t){null!=this.assigningScatterMarkerStyle&&this.assigningScatterMarkerStyle(this,t)},r.$t=n.markType(r,"GeographicProportionalSymbolSeries",ye.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["FillMemberPath:yl:y8",[2],"FillScale:x6:y9",[i.BrushScale.$],"FillScaleUseGlobalValues:yd:za",[0,!1],"IsCustomScatterMarkerStyleAllowed:ye:zb",[0,!1],"IsCustomScatterStyleAllowed:yf:zc",[0,!1],"ItemSearchMode:x8:zd",[i.ScatterItemSearchMode_$type,n.enumGetBox(i.ScatterItemSearchMode_$type,0)],"ItemSearchThreshold:yk:ze",[1,1e4],"LabelMemberPath:yt:zf",[2],"LatitudeMemberPath:yv:zg",[2,null],"LongitudeMemberPath:yx:zh",[2,null],"MarkerBrushBrightness:yi:zi",[1,NaN],"MarkerOutlineBrightness:yj:zj",[1,NaN],"MarkerOutlineUsesFillScale:yg:zk",[0,!1],"RadiusMemberPath:y2:zl",[2,null],"RadiusScale:x9:zm",[i.SizeScale.$],"RadiusScaleUseGlobalValues:yh:zn",[0,!1]]),r}(ye),de=function(e){function r(){var t=e.call(this)||this;return t._assigningScatterStyle=null,t._assigningScatterStyle_wrapped=null,t._assigningScatterMarkerStyle=null,t._assigningScatterMarkerStyle_wrapped=null,t}return t.__extends(r,e),r.prototype.createImplementation=function(){return new fe},Object.defineProperty(r.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),r.prototype.connectedCallback=function(){e.prototype.connectedCallback&&e.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},r.prototype.disconnectedCallback=function(){e.prototype.disconnectedCallback&&e.prototype.disconnectedCallback.call(this),this.i.disconnectedCallback&&this.i.disconnectedCallback(),this._attached&&(this._attached=!1)},Object.defineProperty(r,"observedAttributes",{get:function(){if(null==r._observedAttributesIgcGeographicProportionalSymbolSeriesComponent){for(var e=n.getAllPropertyNames(r),t=0;t<e.length;t++)e[t]=n.toSpinal(e[t]);r._observedAttributesIgcGeographicProportionalSymbolSeriesComponent=e}return r._observedAttributesIgcGeographicProportionalSymbolSeriesComponent},enumerable:!1,configurable:!0}),r.register=function(){r._isElementRegistered||(r._isElementRegistered=!0,n.RegisterElementHelper.registerElement(r.htmlTagName,r))},Object.defineProperty(r.prototype,"hasOnlyMarkers",{get:function(){return this.i.ei},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"latitudeMemberPath",{get:function(){return this.i.yv},set:function(e){this.i.yv=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"longitudeMemberPath",{get:function(){return this.i.yx},set:function(e){this.i.yx=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"radiusMemberPath",{get:function(){return this.i.y2},set:function(e){this.i.y2=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"radiusScale",{get:function(){var e=this.i.x9;if(null==e)return null;if(!e.externalObject){var t=i.IgcSizeScaleComponent._createFromInternal(e);t&&(t._implementation=e),e.externalObject=t}return e.externalObject},set:function(e){null!=e&&this._stylingContainer&&e._styling&&e._styling(this._stylingContainer,this,this),this.i.x9=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"labelMemberPath",{get:function(){return this.i.yt},set:function(e){this.i.yt=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"fillMemberPath",{get:function(){return this.i.yl},set:function(e){this.i.yl=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"fillScale",{get:function(){var e=this.i.x6;if(null==e)return null;if(!e.externalObject){var t=i.IgcBrushScaleComponent._createFromInternal(e);t&&(t._implementation=e),e.externalObject=t}return e.externalObject},set:function(e){null!=e&&this._stylingContainer&&e._styling&&e._styling(this._stylingContainer,this,this),this.i.x6=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"fillScaleUseGlobalValues",{get:function(){return this.i.yd},set:function(e){this.i.yd=n.ensureBool(e),this._a("fillScaleUseGlobalValues",this.i.yd)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerOutlineUsesFillScale",{get:function(){return this.i.yg},set:function(e){this.i.yg=n.ensureBool(e),this._a("markerOutlineUsesFillScale",this.i.yg)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerOutlineBrightness",{get:function(){return this.i.yj},set:function(e){this.i.yj=+e,this._a("markerOutlineBrightness",this.i.yj)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerBrushBrightness",{get:function(){return this.i.yi},set:function(e){this.i.yi=+e,this._a("markerBrushBrightness",this.i.yi)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"radiusScaleUseGlobalValues",{get:function(){return this.i.yh},set:function(e){this.i.yh=n.ensureBool(e),this._a("radiusScaleUseGlobalValues",this.i.yh)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"isCustomScatterStyleAllowed",{get:function(){return this.i.yf},set:function(e){this.i.yf=n.ensureBool(e),this._a("isCustomScatterStyleAllowed",this.i.yf)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"isCustomScatterMarkerStyleAllowed",{get:function(){return this.i.ye},set:function(e){this.i.ye=n.ensureBool(e),this._a("isCustomScatterMarkerStyleAllowed",this.i.ye)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"itemSearchMode",{get:function(){return this.i.x8},set:function(e){this.i.x8=n.ensureEnum(i.ScatterItemSearchMode_$type,e),this._a("itemSearchMode",n.enumToString(i.ScatterItemSearchMode_$type,this.i.x8))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"itemSearchThreshold",{get:function(){return this.i.yk},set:function(e){this.i.yk=+e,this._a("itemSearchThreshold",this.i.yk)},enumerable:!1,configurable:!0}),r.prototype.findByName=function(t){var i=e.prototype.findByName.call(this,t);return i||(this.radiusScale&&this.radiusScale.name&&this.radiusScale.name==t?this.radiusScale:this.fillScale&&this.fillScale.name&&this.fillScale.name==t?this.fillScale:null)},r.prototype._styling=function(t,i,n){e.prototype._styling.call(this,t,i,n),this._inStyling=!0,this.radiusScale&&this.radiusScale._styling&&this.radiusScale._styling(t,i,this),this.fillScale&&this.fillScale._styling&&this.fillScale._styling(t,i,this),this._inStyling=!1},Object.defineProperty(r.prototype,"assigningScatterStyle",{get:function(){return this._assigningScatterStyle},set:function(e){var t=this;null!==this._assigningScatterStyle_wrapped&&(this.i.assigningScatterStyle=n.delegateRemove(this.i.assigningScatterStyle,this._assigningScatterStyle_wrapped),this._assigningScatterStyle_wrapped=null,this._assigningScatterStyle=null),this._assigningScatterStyle=e,this._assigningScatterStyle_wrapped=function(e,n){var r=new i.IgcAssigningScatterStyleEventArgs;r._provideImplementation(n),t.beforeAssigningScatterStyle&&t.beforeAssigningScatterStyle(t,r),t._assigningScatterStyle&&t._assigningScatterStyle(t,r)},this.i.assigningScatterStyle=n.delegateCombine(this.i.assigningScatterStyle,this._assigningScatterStyle_wrapped)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"assigningScatterMarkerStyle",{get:function(){return this._assigningScatterMarkerStyle},set:function(e){var t=this;null!==this._assigningScatterMarkerStyle_wrapped&&(this.i.assigningScatterMarkerStyle=n.delegateRemove(this.i.assigningScatterMarkerStyle,this._assigningScatterMarkerStyle_wrapped),this._assigningScatterMarkerStyle_wrapped=null,this._assigningScatterMarkerStyle=null),this._assigningScatterMarkerStyle=e,this._assigningScatterMarkerStyle_wrapped=function(e,n){var r=new i.IgcAssigningScatterMarkerStyleEventArgs;r._provideImplementation(n),t.beforeAssigningScatterMarkerStyle&&t.beforeAssigningScatterMarkerStyle(t,r),t._assigningScatterMarkerStyle&&t._assigningScatterMarkerStyle(t,r)},this.i.assigningScatterMarkerStyle=n.delegateCombine(this.i.assigningScatterMarkerStyle,this._assigningScatterMarkerStyle_wrapped)},enumerable:!1,configurable:!0}),r._observedAttributesIgcGeographicProportionalSymbolSeriesComponent=null,r.htmlTagName="igc-geographic-proportional-symbol-series",r._isElementRegistered=!1,r}(pe),be=function(){function e(){}return e.register=function(){i.IgcBubbleSeriesModule.register(),de.register(),n.TypeRegistrar.registerCons("IgcGeographicProportionalSymbolSeriesComponent",de),n.TypeRegistrar.register("GeographicProportionalSymbolSeries",fe.$type)},e}(),me=function(e){function i(t){var i=e.call(this,t)||this;return i.ch=null,i.ch=t,i}return t.__extends(i,e),i.prototype.au=function(){e.prototype.au.call(this),this.q},i.prototype.b5=function(){var t=this.ch.wy;e.prototype.b5.call(this),t.aar=this.ch.ym,t.aaz=this.ch.yk,t.w8=this.ch.w8,t.x0=this.ch.xo,t.xh=this.ch.w9},i.prototype.cj=function(){this.ch.wy.aar=this.ch.ym},i.prototype.ci=function(){this.ch.wy.aaz=this.ch.yk},i.prototype.cp=function(){this.ch.wy.w8=this.ch.w8},i.prototype.cn=function(){this.ch.wy.x0=this.ch.xo},i.prototype.co=function(){this.ch.wy.xh=this.ch.w9},i.prototype.cq=function(){this.ch.wy.z7=this.ch.xa},i.prototype.cs=function(){this.ch.wy.xAxis=this.ch.db.wr},i.prototype.ct=function(){this.ch.wy.yAxis=this.ch.db.wt},i.prototype.cr=function(){var e=this.ch.wy;if(null==this.ch.db)return e.xAxis=null,void(e.yAxis=null);e.xAxis=this.ch.db.wr,e.yAxis=this.ch.db.wt},i.prototype.cl=function(){this.ch.wy.yr=this.ch.x6},i.prototype.ck=function(){this.ch.wy.yh=this.ch.x2},i.prototype.cm=function(){this.ch.wy.yi=this.ch.x3},i.$t=n.markType(i,"GeographicSymbolSeriesView",y.$),i}(y),Se=function(e){function r(){var t=e.call(this)||this;return t.x8=null,t.yb=!1,t.ya=!1,t.assigningScatterStyle=null,t.assigningScatterMarkerStyle=null,t.ab=r.$,t}return t.__extends(r,e),r.prototype.bj=function(){return new r},r.prototype.get_ei=function(){return!0},r.prototype.cs=function(){return new me(this)},r.prototype.qz=function(t){e.prototype.qz.call(this,t),this.x9=t},r.prototype.jl=function(){return.7},r.prototype.wx=function(){return new i.ScatterSeries},r.prototype.get_fe=function(){return!0},r.prototype.q7=function(t,i,o,a){switch(e.prototype.q7.call(this,t,i,o,a),i){case"SeriesViewer":this.x9.cr();break;case r.$$p[5]:this.x9.cj();break;case r.$$p[4]:this.x9.ci();break;case r.$$p[6]:this.x9.cl();break;case"XAxis":this.x9.cs();break;case"YAxis":this.x9.ct();break;case r.$$p[1]:if(this.wy.zn=this.yd,this.yb=this.yd,this.yd){var s=this.wy;s.assigningScatterStyle=n.delegateCombine(s.assigningScatterStyle,n.runOn(this,this.yr))}else{var l=this.wy;l.assigningScatterStyle=n.delegateRemove(l.assigningScatterStyle,n.runOn(this,this.yr))}break;case r.$$p[0]:if(this.wy.zm=this.yc,this.ya=this.yc,this.yd){var c=this.wy;c.assigningScatterMarkerStyle=n.delegateCombine(c.assigningScatterMarkerStyle,n.runOn(this,this.yq))}else{var h=this.wy;h.assigningScatterMarkerStyle=n.delegateRemove(h.assigningScatterMarkerStyle,n.runOn(this,this.yq))}break;case r.$$p[2]:this.wy.y6=this.x7;break;case r.$$p[3]:this.wy.z6=this.yf}},r.prototype.yr=function(e,t){null!=this.assigningScatterStyle&&this.assigningScatterStyle(this,t)},r.prototype.yq=function(e,t){null!=this.assigningScatterMarkerStyle&&this.assigningScatterMarkerStyle(this,t)},r.$t=n.markType(r,"GeographicSymbolSeries",ye.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["IsCustomScatterMarkerStyleAllowed:yc:ys",[0,!1],"IsCustomScatterStyleAllowed:yd:yt",[0,!1],"ItemSearchMode:x7:yu",[i.ScatterItemSearchMode_$type,n.enumGetBox(i.ScatterItemSearchMode_$type,0)],"ItemSearchThreshold:yf:yv",[1,1e4],"LatitudeMemberPath:yk:yw",[2,null],"LongitudeMemberPath:ym:yx",[2,null],"MarkerCollisionAvoidance:x6:yy",[i.CollisionAvoidanceType_$type,n.enumGetBox(i.CollisionAvoidanceType_$type,0)],"UseLightweightMarkers:ye:yz",[0,!1]]),r}(ye),we=function(e){function r(){var t=e.call(this)||this;return t._assigningScatterStyle=null,t._assigningScatterStyle_wrapped=null,t._assigningScatterMarkerStyle=null,t._assigningScatterMarkerStyle_wrapped=null,t}return t.__extends(r,e),r.prototype.createImplementation=function(){return new Se},Object.defineProperty(r.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),r.prototype.connectedCallback=function(){e.prototype.connectedCallback&&e.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},r.prototype.disconnectedCallback=function(){e.prototype.disconnectedCallback&&e.prototype.disconnectedCallback.call(this),this.i.disconnectedCallback&&this.i.disconnectedCallback(),this._attached&&(this._attached=!1)},Object.defineProperty(r,"observedAttributes",{get:function(){if(null==r._observedAttributesIgcGeographicSymbolSeriesComponent){for(var e=n.getAllPropertyNames(r),t=0;t<e.length;t++)e[t]=n.toSpinal(e[t]);r._observedAttributesIgcGeographicSymbolSeriesComponent=e}return r._observedAttributesIgcGeographicSymbolSeriesComponent},enumerable:!1,configurable:!0}),r.register=function(){r._isElementRegistered||(r._isElementRegistered=!0,n.RegisterElementHelper.registerElement(r.htmlTagName,r))},Object.defineProperty(r.prototype,"hasOnlyMarkers",{get:function(){return this.i.ei},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"latitudeMemberPath",{get:function(){return this.i.yk},set:function(e){this.i.yk=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"longitudeMemberPath",{get:function(){return this.i.ym},set:function(e){this.i.ym=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerCollisionAvoidance",{get:function(){return this.i.x6},set:function(e){this.i.x6=n.ensureEnum(i.CollisionAvoidanceType_$type,e),this._a("markerCollisionAvoidance",n.enumToString(i.CollisionAvoidanceType_$type,this.i.x6))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"isCustomScatterStyleAllowed",{get:function(){return this.i.yd},set:function(e){this.i.yd=n.ensureBool(e),this._a("isCustomScatterStyleAllowed",this.i.yd)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"isCustomScatterMarkerStyleAllowed",{get:function(){return this.i.yc},set:function(e){this.i.yc=n.ensureBool(e),this._a("isCustomScatterMarkerStyleAllowed",this.i.yc)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"itemSearchMode",{get:function(){return this.i.x7},set:function(e){this.i.x7=n.ensureEnum(i.ScatterItemSearchMode_$type,e),this._a("itemSearchMode",n.enumToString(i.ScatterItemSearchMode_$type,this.i.x7))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"itemSearchThreshold",{get:function(){return this.i.yf},set:function(e){this.i.yf=+e,this._a("itemSearchThreshold",this.i.yf)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"assigningScatterStyle",{get:function(){return this._assigningScatterStyle},set:function(e){var t=this;null!==this._assigningScatterStyle_wrapped&&(this.i.assigningScatterStyle=n.delegateRemove(this.i.assigningScatterStyle,this._assigningScatterStyle_wrapped),this._assigningScatterStyle_wrapped=null,this._assigningScatterStyle=null),this._assigningScatterStyle=e,this._assigningScatterStyle_wrapped=function(e,n){var r=new i.IgcAssigningScatterStyleEventArgs;r._provideImplementation(n),t.beforeAssigningScatterStyle&&t.beforeAssigningScatterStyle(t,r),t._assigningScatterStyle&&t._assigningScatterStyle(t,r)},this.i.assigningScatterStyle=n.delegateCombine(this.i.assigningScatterStyle,this._assigningScatterStyle_wrapped)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"assigningScatterMarkerStyle",{get:function(){return this._assigningScatterMarkerStyle},set:function(e){var t=this;null!==this._assigningScatterMarkerStyle_wrapped&&(this.i.assigningScatterMarkerStyle=n.delegateRemove(this.i.assigningScatterMarkerStyle,this._assigningScatterMarkerStyle_wrapped),this._assigningScatterMarkerStyle_wrapped=null,this._assigningScatterMarkerStyle=null),this._assigningScatterMarkerStyle=e,this._assigningScatterMarkerStyle_wrapped=function(e,n){var r=new i.IgcAssigningScatterMarkerStyleEventArgs;r._provideImplementation(n),t.beforeAssigningScatterMarkerStyle&&t.beforeAssigningScatterMarkerStyle(t,r),t._assigningScatterMarkerStyle&&t._assigningScatterMarkerStyle(t,r)},this.i.assigningScatterMarkerStyle=n.delegateCombine(this.i.assigningScatterMarkerStyle,this._assigningScatterMarkerStyle_wrapped)},enumerable:!1,configurable:!0}),r._observedAttributesIgcGeographicSymbolSeriesComponent=null,r.htmlTagName="igc-geographic-symbol-series",r._isElementRegistered=!1,r}(pe),_e=function(){function e(){}return e.register=function(){i.IgcScatterSeriesModule.register(),we.register(),n.TypeRegistrar.registerCons("IgcGeographicSymbolSeriesComponent",we),n.TypeRegistrar.register("GeographicSymbolSeries",Se.$type)},e}(),ke=function(e){function i(){return e.call(this)||this}return t.__extends(i,e),Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(i,"observedAttributes",{get:function(){if(null==i._observedAttributesIgcGeographicXYTriangulatingSeriesComponent){for(var e=n.getAllPropertyNames(i),t=0;t<e.length;t++)e[t]=n.toSpinal(e[t]);i._observedAttributesIgcGeographicXYTriangulatingSeriesComponent=e}return i._observedAttributesIgcGeographicXYTriangulatingSeriesComponent},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"triangulationDataSource",{get:function(){return this._triangulationDataSource},set:function(e){this._triangulationDataSource=e,this.updateTriangulationDataSource()},enumerable:!1,configurable:!0}),i.prototype.updateTriangulationDataSource=function(){null==this._cachedTriangulationDataSource&&(this._cachedTriangulationDataSource=new n.IgcTriangulationDataSource,this.onTriangulationDataSourceImportCompleted=this.onTriangulationDataSourceImportCompleted.bind(this),this._cachedTriangulationDataSource.importCompleted=this.onTriangulationDataSourceImportCompleted),this._cachedTriangulationDataSource.source=this._triangulationDataSource},i.prototype.onTriangulationDataSourceImportCompleted=function(e,t){this.dataSource=this._cachedTriangulationDataSource.getPointData(),this.trianglesSource=this._cachedTriangulationDataSource.getTriangleData()},Object.defineProperty(i.prototype,"longitudeMemberPath",{get:function(){return this.i.xa},set:function(e){this.i.xa=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"latitudeMemberPath",{get:function(){return this.i.w8},set:function(e){this.i.w8=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"trianglesSource",{get:function(){return this.i.w7},set:function(e){this.i.w7=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"triangleVertexMemberPath1",{get:function(){return this.i.xd},set:function(e){this.i.xd=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"triangleVertexMemberPath2",{get:function(){return this.i.xf},set:function(e){this.i.xf=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"triangleVertexMemberPath3",{get:function(){return this.i.xh},set:function(e){this.i.xh=e},enumerable:!1,configurable:!0}),i._observedAttributesIgcGeographicXYTriangulatingSeriesComponent=null,i}(F),ve=function(e){function r(){var t=e.call(this)||this;return t._triangulationStatusChanged=null,t._triangulationStatusChanged_wrapped=null,t}return t.__extends(r,e),r.prototype.createImplementation=function(){return new k},Object.defineProperty(r.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),r.prototype.connectedCallback=function(){e.prototype.connectedCallback&&e.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},r.prototype.disconnectedCallback=function(){e.prototype.disconnectedCallback&&e.prototype.disconnectedCallback.call(this),this.i.disconnectedCallback&&this.i.disconnectedCallback(),this._attached&&(this._attached=!1)},Object.defineProperty(r,"observedAttributes",{get:function(){if(null==r._observedAttributesIgcGeographicScatterAreaSeriesComponent){for(var e=n.getAllPropertyNames(r),t=0;t<e.length;t++)e[t]=n.toSpinal(e[t]);r._observedAttributesIgcGeographicScatterAreaSeriesComponent=e}return r._observedAttributesIgcGeographicScatterAreaSeriesComponent},enumerable:!1,configurable:!0}),r.register=function(){r._isElementRegistered||(r._isElementRegistered=!0,n.RegisterElementHelper.registerElement(r.htmlTagName,r))},Object.defineProperty(r.prototype,"isArea",{get:function(){return this.i.eu},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"colorMemberPath",{get:function(){return this.i.xw},set:function(e){this.i.xw=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"colorScale",{get:function(){var e=this.i.xr;if(null==e)return null;if(!e.externalObject){var t=i.IgcColorScaleComponent._createFromInternal(e);t&&(t._implementation=e),e.externalObject=t}return e.externalObject},set:function(e){null!=e&&this._stylingContainer&&e._styling&&e._styling(this._stylingContainer,this,this),this.i.xr=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualColorScale",{get:function(){var e=this.i.xq;if(null==e)return null;if(!e.externalObject){var t=i.IgcColorScaleComponent._createFromInternal(e);t&&(t._implementation=e),e.externalObject=t}return e.externalObject},set:function(e){null!=e&&this._stylingContainer&&e._styling&&e._styling(this._stylingContainer,this,this),this.i.xq=null==e?null:e.i},enumerable:!1,configurable:!0}),r.prototype.findByName=function(t){var i=e.prototype.findByName.call(this,t);return i||(this.colorScale&&this.colorScale.name&&this.colorScale.name==t?this.colorScale:this.actualColorScale&&this.actualColorScale.name&&this.actualColorScale.name==t?this.actualColorScale:null)},r.prototype._styling=function(t,i,n){e.prototype._styling.call(this,t,i,n),this._inStyling=!0,this.colorScale&&this.colorScale._styling&&this.colorScale._styling(t,i,this),this.actualColorScale&&this.actualColorScale._styling&&this.actualColorScale._styling(t,i,this),this._inStyling=!1},r.prototype.updateActualColorScale=function(){this.i.x1()},Object.defineProperty(r.prototype,"triangulationStatusChanged",{get:function(){return this._triangulationStatusChanged},set:function(e){var t=this;null!==this._triangulationStatusChanged_wrapped&&(this.i.triangulationStatusChanged=n.delegateRemove(this.i.triangulationStatusChanged,this._triangulationStatusChanged_wrapped),this._triangulationStatusChanged_wrapped=null,this._triangulationStatusChanged=null),this._triangulationStatusChanged=e,this._triangulationStatusChanged_wrapped=function(e,i){var r=new n.IgcTriangulationStatusEventArgs;r._provideImplementation(i),t.beforeTriangulationStatusChanged&&t.beforeTriangulationStatusChanged(t,r),t._triangulationStatusChanged&&t._triangulationStatusChanged(t,r)},this.i.triangulationStatusChanged=n.delegateCombine(this.i.triangulationStatusChanged,this._triangulationStatusChanged_wrapped)},enumerable:!1,configurable:!0}),r._observedAttributesIgcGeographicScatterAreaSeriesComponent=null,r.htmlTagName="igc-geographic-scatter-area-series",r._isElementRegistered=!1,r}(ke),xe=function(){function e(){}return e.register=function(){i.IgcScatterAreaSeriesModule.register(),ve.register(),n.TypeRegistrar.registerCons("IgcGeographicScatterAreaSeriesComponent",ve),n.TypeRegistrar.register("GeographicScatterAreaSeries",k.$type)},e}(),Ce=function(e){function r(t){var i=e.call(this,t)||this;return i.ch=null,i.ch=t,i}return t.__extends(r,e),r.prototype.b5=function(){e.prototype.b5.call(this);var t=n.typeCast(i.HighDensityScatterSeries.$,this.ch.wy);t.y7=this.ch.xn,t.zf=this.ch.xl,t.xk=this.ch.xa,t.xj=this.ch.w9,t.f8=this.ch.w8,t.yf=this.ch.xc,t.ye=this.ch.xb,t.aad=this.ch.x6,t.aac=this.ch.x5,t.yr=this.ch.xf},r.prototype.cn=function(){this.ch.wy.y7=this.ch.xn},r.prototype.cm=function(){this.ch.wy.zf=this.ch.xl},r.prototype.cs=function(){this.ch.wy.xk=this.ch.xa},r.prototype.cq=function(){this.ch.wy.xj=this.ch.w9},r.prototype.co=function(){this.ch.wy.f8=this.ch.w8},r.prototype.cl=function(){this.ch.wy.yf=this.ch.xc},r.prototype.cj=function(){this.ch.wy.ye=this.ch.xb},r.prototype.cr=function(){var e=n.typeCast(i.HighDensityScatterSeries.$,this.ch.wy);if(null==this.ch.db)return e.w3=null,void(e.w5=null);e.w3=this.ch.db.wr,e.w5=this.ch.db.wt},r.prototype.ct=function(){this.ch.wy.w3=this.ch.db.wr},r.prototype.cu=function(){this.ch.wy.w5=this.ch.db.wt},r.prototype.ck=function(){this.ch.wy.aad=this.ch.x6},r.prototype.ci=function(){this.ch.wy.aac=this.ch.x5},r.prototype.cp=function(){this.ch.wy.yr=this.ch.xf},r.prototype.au=function(){e.prototype.au.call(this),this.q||(this.ch.x6=i.Defaults.aq,this.ch.x5=i.Defaults.ap,this.ch.vd=i.Defaults.al,this.ch.vt=i.Defaults.ak)},r.$t=n.markType(r,"GeographicHighDensityScatterSeriesView",y.$),r}(y),Pe=function(e){function r(){var t=e.call(this)||this;return t.w6=null,t.progressiveLoadStatusChanged=null,t.xe=0,t.ab=r.$,t}return t.__extends(r,e),r.prototype.bj=function(){return new r},r.prototype.jk=function(){return n.isNaN_(this.jj)?i.Defaults.q:e.prototype.jk.call(this)},r.prototype.get_fo=function(){return!0},r.prototype.cs=function(){return new Ce(this)},r.prototype.qz=function(t){e.prototype.qz.call(this,t),this.w7=t},r.prototype.wx=function(){return this.w6=new i.HighDensityScatterSeries,this.w6},Object.defineProperty(r.prototype,"xg",{get:function(){return this.xe},set:function(e){var t=this.xe;this.xe=e,this.raisePropertyChanged("ProgressiveStatus",t,this.xe)},enumerable:!1,configurable:!0}),r.prototype.w3=function(t,i){e.prototype.w3.call(this,t,i);var r=this.wy;r.progressiveLoadStatusChanged=n.delegateCombine(r.progressiveLoadStatusChanged,n.runOn(this,this.xu));var o=this.wy;o.propertyUpdated=n.delegateCombine(o.propertyUpdated,n.runOn(this,this.xt))},r.prototype.xu=function(e,t){this.xg=t.currentStatus,null!=this.progressiveLoadStatusChanged&&this.progressiveLoadStatusChanged(this,t)},r.prototype.xt=function(e,t){this.w6},r.prototype.q7=function(t,i,n,o){switch(e.prototype.q7.call(this,t,i,n,o),i){case"SeriesViewer":this.w7.cr();break;case r.$$p[5]:this.w7.cn();break;case r.$$p[4]:this.w7.cm();break;case r.$$p[9]:this.w7.cs();break;case r.$$p[8]:this.w7.cq();break;case r.$$p[6]:this.w7.co();break;case"XAxis":this.w7.ct();break;case"YAxis":this.w7.cu();break;case r.$$p[3]:this.w7.cl();break;case r.$$p[1]:this.w7.cj();break;case r.$$p[2]:this.w7.ck();break;case r.$$p[0]:this.w7.ci();break;case r.$$p[7]:this.w7.cp()}},r.prototype.get_g7=function(){return!0},r.prototype.set_g7=function(t){e.prototype.set_g7.call(this,t)},r.$t=n.markType(r,"GeographicHighDensityScatterSeries",p.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["HeatMaximumColor:x5:xv",[n.Color.$,i.Defaults.ap],"HeatMaximum:xb:xw",[1,50],"HeatMinimumColor:x6:xx",[n.Color.$,i.Defaults.aq],"HeatMinimum:xc:xy",[1,0],"LatitudeMemberPath:xl:xz",[2,null],"LongitudeMemberPath:xn:x0",[2,null],"MouseOverEnabled:w8:x1",[0,!1],"PointExtent:xf:x2",[1,1],"ProgressiveLoad:w9:x3",[0,!0],"UseBruteForce:xa:x4",[0,!1]]),r}(p),Me=function(e){function r(){var t=e.call(this)||this;return t._progressiveLoadStatusChanged=null,t._progressiveLoadStatusChanged_wrapped=null,t}return t.__extends(r,e),r.prototype.createImplementation=function(){return new Pe},Object.defineProperty(r.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),r.prototype.connectedCallback=function(){e.prototype.connectedCallback&&e.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},r.prototype.disconnectedCallback=function(){e.prototype.disconnectedCallback&&e.prototype.disconnectedCallback.call(this),this.i.disconnectedCallback&&this.i.disconnectedCallback(),this._attached&&(this._attached=!1)},Object.defineProperty(r,"observedAttributes",{get:function(){if(null==r._observedAttributesIgcGeographicHighDensityScatterSeriesComponent){for(var e=n.getAllPropertyNames(r),t=0;t<e.length;t++)e[t]=n.toSpinal(e[t]);r._observedAttributesIgcGeographicHighDensityScatterSeriesComponent=e}return r._observedAttributesIgcGeographicHighDensityScatterSeriesComponent},enumerable:!1,configurable:!0}),r.register=function(){r._isElementRegistered||(r._isElementRegistered=!0,n.RegisterElementHelper.registerElement(r.htmlTagName,r))},Object.defineProperty(r.prototype,"isPixel",{get:function(){return this.i.fo},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"latitudeMemberPath",{get:function(){return this.i.xl},set:function(e){this.i.xl=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"longitudeMemberPath",{get:function(){return this.i.xn},set:function(e){this.i.xn=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"useBruteForce",{get:function(){return this.i.xa},set:function(e){this.i.xa=n.ensureBool(e),this._a("useBruteForce",this.i.xa)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"progressiveLoad",{get:function(){return this.i.w9},set:function(e){this.i.w9=n.ensureBool(e),this._a("progressiveLoad",this.i.w9)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"mouseOverEnabled",{get:function(){return this.i.w8},set:function(e){this.i.w8=n.ensureBool(e),this._a("mouseOverEnabled",this.i.w8)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"heatMinimum",{get:function(){return this.i.xc},set:function(e){this.i.xc=+e,this._a("heatMinimum",this.i.xc)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"heatMaximum",{get:function(){return this.i.xb},set:function(e){this.i.xb=+e,this._a("heatMaximum",this.i.xb)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"heatMinimumColor",{get:function(){return n.colorToString(this.i.x6)},set:function(e){this.i.x6=n.stringToColor(e),this._a("heatMinimumColor",n.colorToString(this.i.x6))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"heatMaximumColor",{get:function(){return n.colorToString(this.i.x5)},set:function(e){this.i.x5=n.stringToColor(e),this._a("heatMaximumColor",n.colorToString(this.i.x5))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"pointExtent",{get:function(){return this.i.xf},set:function(e){this.i.xf=+e,this._a("pointExtent",this.i.xf)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"progressiveStatus",{get:function(){return this.i.xg},set:function(e){this.i.xg=+e,this._a("progressiveStatus",this.i.xg)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"progressiveLoadStatusChanged",{get:function(){return this._progressiveLoadStatusChanged},set:function(e){var t=this;null!==this._progressiveLoadStatusChanged_wrapped&&(this.i.progressiveLoadStatusChanged=n.delegateRemove(this.i.progressiveLoadStatusChanged,this._progressiveLoadStatusChanged_wrapped),this._progressiveLoadStatusChanged_wrapped=null,this._progressiveLoadStatusChanged=null),this._progressiveLoadStatusChanged=e,this._progressiveLoadStatusChanged_wrapped=function(e,n){var r=new i.IgcProgressiveLoadStatusEventArgs;r._provideImplementation(n),t.beforeProgressiveLoadStatusChanged&&t.beforeProgressiveLoadStatusChanged(t,r),t._progressiveLoadStatusChanged&&t._progressiveLoadStatusChanged(t,r)},this.i.progressiveLoadStatusChanged=n.delegateCombine(this.i.progressiveLoadStatusChanged,this._progressiveLoadStatusChanged_wrapped)},enumerable:!1,configurable:!0}),r._observedAttributesIgcGeographicHighDensityScatterSeriesComponent=null,r.htmlTagName="igc-geographic-high-density-scatter-series",r._isElementRegistered=!1,r}(F),Ie=function(){function e(){}return e.register=function(){i.IgcHighDensityScatterSeriesModule.register(),Me.register(),n.TypeRegistrar.registerCons("IgcGeographicHighDensityScatterSeriesComponent",Me),n.TypeRegistrar.register("GeographicHighDensityScatterSeries",Pe.$type)},e}(),Te=function(e){function r(t){var i=e.call(this,t)||this;return i.cp=null,i.cp=t,i}return t.__extends(r,e),r.prototype.au=function(){e.prototype.au.call(this),this.q||(this.cp.jp=i.Defaults.m)},r.prototype.b5=function(){e.prototype.b5.call(this),null!=this.cp.wy&&(this.cp.xq.yt=this.cp.xt,this.cp.xq.y3=this.cp.xx)},r.prototype.cq=function(){null!=this.cp.xq&&(this.cp.xq.yt=this.cp.xt)},r.prototype.cr=function(){null!=this.cp.xq&&(this.cp.xq.y3=this.cp.xx)},r.$t=n.markType(r,"GeographicContourLineSeriesView",b.$),r}(b),je=function(e){function r(){var t=e.call(this)||this;return t.triangulationStatusChanged=null,t.ab=r.$,t}return t.__extends(r,e),r.prototype.bj=function(){return new r},r.prototype.get_fj=function(){return!0},r.prototype.w3=function(t,i){e.prototype.w3.call(this,t,i)},r.prototype.wx=function(){this.xq=new i.ScatterContourSeries;var e=this.xq;e.triangulationStatusChanged=n.delegateCombine(e.triangulationStatusChanged,n.runOn(this,this.x0));var t=this.xq;return t.propertyUpdated=n.delegateCombine(t.propertyUpdated,n.runOn(this,this.x1)),this.xq},r.prototype.x0=function(e,t){null!=this.triangulationStatusChanged&&this.triangulationStatusChanged(this,t)},r.prototype.x1=function(e,t){var r=n.typeCast(i.ScatterContourSeries.$,this.wy);null!=r&&"ActualFillScale"==t.propertyName&&(this.xs=r.ys)},r.prototype.sf=function(){e.prototype.sf.call(this)},r.prototype.cs=function(){return new Te(this)},r.prototype.qz=function(t){e.prototype.qz.call(this,t),this.xu=t},r.prototype.q7=function(t,i,n,o){switch(e.prototype.q7.call(this,t,i,n,o),i){case r.$$p[1]:this.xu.cq();break;case r.$$p[2]:this.xu.cr();break;case r.$$p[3]:this.xq.yq=this.xp;break;case"DashArray":this.xq.v0=this.v0;break;case"DashCap":this.xq.v1=this.v1;break;case"MiterLimit":this.xq.jh=this.jh;break;case"LineJoin":this.xq.v3=this.v3}},r.$t=n.markType(r,"GeographicContourLineSeries",_.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["ActualFillScale:xs:x2",[i.ValueBrushScale.$,null],"FillScale:xt:x3",[i.ValueBrushScale.$,null],"ValueMemberPath:xx:x4",[2,"value"],"ValueResolver:xp:x5",[i.ContourValueResolver.$,null]]),r}(_),$e=function(e){function r(){var t=e.call(this)||this;return t._triangulationStatusChanged=null,t._triangulationStatusChanged_wrapped=null,t}return t.__extends(r,e),r.prototype.createImplementation=function(){return new je},Object.defineProperty(r.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),r.prototype.connectedCallback=function(){e.prototype.connectedCallback&&e.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},r.prototype.disconnectedCallback=function(){e.prototype.disconnectedCallback&&e.prototype.disconnectedCallback.call(this),this.i.disconnectedCallback&&this.i.disconnectedCallback(),this._attached&&(this._attached=!1)},Object.defineProperty(r,"observedAttributes",{get:function(){if(null==r._observedAttributesIgcGeographicContourLineSeriesComponent){for(var e=n.getAllPropertyNames(r),t=0;t<e.length;t++)e[t]=n.toSpinal(e[t]);r._observedAttributesIgcGeographicContourLineSeriesComponent=e}return r._observedAttributesIgcGeographicContourLineSeriesComponent},enumerable:!1,configurable:!0}),r.register=function(){r._isElementRegistered||(r._isElementRegistered=!0,n.RegisterElementHelper.registerElement(r.htmlTagName,r))},Object.defineProperty(r.prototype,"isLineContour",{get:function(){return this.i.fj},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"valueMemberPath",{get:function(){return this.i.xx},set:function(e){this.i.xx=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"fillScale",{get:function(){var e=this.i.xt;if(null==e)return null;if(!e.externalObject){var t=i.IgcValueBrushScaleComponent._createFromInternal(e);t&&(t._implementation=e),e.externalObject=t}return e.externalObject},set:function(e){null!=e&&this._stylingContainer&&e._styling&&e._styling(this._stylingContainer,this,this),this.i.xt=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualFillScale",{get:function(){var e=this.i.xs;if(null==e)return null;if(!e.externalObject){var t=i.IgcValueBrushScaleComponent._createFromInternal(e);t&&(t._implementation=e),e.externalObject=t}return e.externalObject},set:function(e){null!=e&&this._stylingContainer&&e._styling&&e._styling(this._stylingContainer,this,this),this.i.xs=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"valueResolver",{get:function(){var e=this.i.xp;if(null==e)return null;if(!e.externalObject){var t=i.IgcContourValueResolverComponent._createFromInternal(e);t&&(t._implementation=e),e.externalObject=t}return e.externalObject},set:function(e){null!=e&&this._stylingContainer&&e._styling&&e._styling(this._stylingContainer,this,this),this.i.xp=null==e?null:e.i},enumerable:!1,configurable:!0}),r.prototype.findByName=function(t){var i=e.prototype.findByName.call(this,t);return i||(this.fillScale&&this.fillScale.name&&this.fillScale.name==t?this.fillScale:this.actualFillScale&&this.actualFillScale.name&&this.actualFillScale.name==t?this.actualFillScale:this.valueResolver&&this.valueResolver.name&&this.valueResolver.name==t?this.valueResolver:null)},r.prototype._styling=function(t,i,n){e.prototype._styling.call(this,t,i,n),this._inStyling=!0,this.fillScale&&this.fillScale._styling&&this.fillScale._styling(t,i,this),this.actualFillScale&&this.actualFillScale._styling&&this.actualFillScale._styling(t,i,this),this.valueResolver&&this.valueResolver._styling&&this.valueResolver._styling(t,i,this),this._inStyling=!1},Object.defineProperty(r.prototype,"triangulationStatusChanged",{get:function(){return this._triangulationStatusChanged},set:function(e){var t=this;null!==this._triangulationStatusChanged_wrapped&&(this.i.triangulationStatusChanged=n.delegateRemove(this.i.triangulationStatusChanged,this._triangulationStatusChanged_wrapped),this._triangulationStatusChanged_wrapped=null,this._triangulationStatusChanged=null),this._triangulationStatusChanged=e,this._triangulationStatusChanged_wrapped=function(e,i){var r=new n.IgcTriangulationStatusEventArgs;r._provideImplementation(i),t.beforeTriangulationStatusChanged&&t.beforeTriangulationStatusChanged(t,r),t._triangulationStatusChanged&&t._triangulationStatusChanged(t,r)},this.i.triangulationStatusChanged=n.delegateCombine(this.i.triangulationStatusChanged,this._triangulationStatusChanged_wrapped)},enumerable:!1,configurable:!0}),r._observedAttributesIgcGeographicContourLineSeriesComponent=null,r.htmlTagName="igc-geographic-contour-line-series",r._isElementRegistered=!1,r}(ke),Oe=function(){function e(){}return e.register=function(){i.IgcScatterContourSeriesModule.register(),$e.register(),n.TypeRegistrar.registerCons("IgcGeographicContourLineSeriesComponent",$e),n.TypeRegistrar.register("GeographicContourLineSeries",je.$type)},e}(),Re=function(){function e(){}return e.register=function(){Q.register(),te.register(),re.register(),n.IgcHeatTileGeneratorModule.register(),ue.register(),i.IgcSizeScaleModule.register(),i.IgcValueBrushScaleModule.register(),i.IgcCustomPaletteColorScaleModule.register(),be.register(),_e.register(),xe.register(),Ie.register(),Oe.register(),U.register(),n.IgcShapeDataSourceModule.register()},e}(),Ae=function(e){function i(){var t=null!==e&&e.apply(this,arguments)||this;return t._token=null,t._expires=0,t._ssl=!1,t}return t.__extends(i,e),Object.defineProperty(i.prototype,"token",{get:function(){return this._token},set:function(e){this._token=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"expires",{get:function(){return this._expires},set:function(e){this._expires=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"ssl",{get:function(){return this._ssl},set:function(e){this._ssl=e},enumerable:!1,configurable:!0}),i.$t=n.markType(i,"TokenResponseModel"),i}(n.Base),ze=function(e){function i(){var t=null!==e&&e.apply(this,arguments)||this;return t._name=null,t._tileInfo=null,t}return t.__extends(i,e),Object.defineProperty(i.prototype,"name",{get:function(){return this._name},set:function(e){this._name=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"tileInfo",{get:function(){return this._tileInfo},set:function(e){this._tileInfo=e},enumerable:!1,configurable:!0}),i.$t=n.markType(i,"MapServerResponseModel"),i}(n.Base),Ge=function(e){function i(){var t=null!==e&&e.apply(this,arguments)||this;return t._lods=null,t}return t.__extends(i,e),Object.defineProperty(i.prototype,"lods",{get:function(){return this._lods},set:function(e){this._lods=e},enumerable:!1,configurable:!0}),i.$t=n.markType(i,"TileInfoResponseModel"),i}(n.Base),Be=function(e){function i(){var t=null!==e&&e.apply(this,arguments)||this;return t._level=0,t._resolution=0,t._scale=0,t}return t.__extends(i,e),Object.defineProperty(i.prototype,"level",{get:function(){return this._level},set:function(e){this._level=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"resolution",{get:function(){return this._resolution},set:function(e){this._resolution=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"scale",{get:function(){return this._scale},set:function(e){this._scale=e},enumerable:!1,configurable:!0}),i.$t=n.markType(i,"LevelOfDetailResponseModel"),i}(n.Base),De=function(e){function i(t){var i=e.call(this,t)||this;return i.ch=null,i.ch=t,i}return t.__extends(i,e),i.$t=n.markType(i,"GeographicProportionalSymbolSeriesBaseView",y.$),i}(y),qe=function(e){function i(t){var i=e.call(this,t)||this;return i.ch=null,i.ch=t,i}return t.__extends(i,e),i.$t=n.markType(i,"GeographicShapeSeriesBaseBaseView",y.$),i}(y),Ee=function(e){function i(t){var i=e.call(this,t)||this;return i.ch=null,i.ch=t,i}return t.__extends(i,e),i.$t=n.markType(i,"GeographicSymbolSeriesBaseView",y.$),i}(y),Ne=function(e){function i(t){var i=e.call(this,t)||this;return i.ch=null,i.ch=t,i}return t.__extends(i,e),i.$t=n.markType(i,"GeographicXYTriangulatingSeriesBaseView",y.$),i}(y),Ve=function(e){function i(){var t=e.call(this)||this;return t.b=null,t.a=null,t.a=new n.List$1(n.String_$type,0),t}return t.__extends(i,e),i.$t=n.markType(i,"ImageryMetadata"),i}(n.Base),Ue=function(e){function i(){var t=e.call(this)||this;return t.a=null,t.a=new n.List$1(Ve.$,0),t}return t.__extends(i,e),i.$t=n.markType(i,"BingResourceSet"),i}(n.Base),Fe=function(e){function i(){var t=e.call(this)||this;return t.a=null,t.a=new n.List$1(Ue.$,0),t}return t.__extends(i,e),i.$t=n.markType(i,"BingResponse"),i}(n.Base),Le=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(i,e),i.$t=n.markType(i,"GeographicMarkerSeriesBase",ye.$),i}(ye),He=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(i,e),i.$t=n.markType(i,"GeographicProportionalSymbolSeriesBase",Le.$),i}(Le),We=function(e){function i(){return e.call(this)||this}return t.__extends(i,e),Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),i.prototype.connectedCallback=function(){e.prototype.connectedCallback&&e.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},i.prototype.disconnectedCallback=function(){e.prototype.disconnectedCallback&&e.prototype.disconnectedCallback.call(this),this.i.disconnectedCallback&&this.i.disconnectedCallback(),this._attached&&(this._attached=!1)},Object.defineProperty(i,"observedAttributes",{get:function(){if(null==i._observedAttributesIgcGeographicMarkerSeriesBaseComponent){for(var e=n.getAllPropertyNames(i),t=0;t<e.length;t++)e[t]=n.toSpinal(e[t]);i._observedAttributesIgcGeographicMarkerSeriesBaseComponent=e}return i._observedAttributesIgcGeographicMarkerSeriesBaseComponent},enumerable:!1,configurable:!0}),i._observedAttributesIgcGeographicMarkerSeriesBaseComponent=null,i}(pe),Xe=function(e){function i(){return e.call(this)||this}return t.__extends(i,e),Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),i.prototype.connectedCallback=function(){e.prototype.connectedCallback&&e.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},i.prototype.disconnectedCallback=function(){e.prototype.disconnectedCallback&&e.prototype.disconnectedCallback.call(this),this.i.disconnectedCallback&&this.i.disconnectedCallback(),this._attached&&(this._attached=!1)},Object.defineProperty(i,"observedAttributes",{get:function(){if(null==i._observedAttributesIgcGeographicProportionalSymbolSeriesBaseComponent){for(var e=n.getAllPropertyNames(i),t=0;t<e.length;t++)e[t]=n.toSpinal(e[t]);i._observedAttributesIgcGeographicProportionalSymbolSeriesBaseComponent=e}return i._observedAttributesIgcGeographicProportionalSymbolSeriesBaseComponent},enumerable:!1,configurable:!0}),i._observedAttributesIgcGeographicProportionalSymbolSeriesBaseComponent=null,i}(We),Ye=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(i,e),i.$t=n.markType(i,"GeographicShapeSeriesBaseBase",p.$),i}(p),Ze=function(e){function i(){return e.call(this)||this}return t.__extends(i,e),Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),i.prototype.connectedCallback=function(){e.prototype.connectedCallback&&e.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},i.prototype.disconnectedCallback=function(){e.prototype.disconnectedCallback&&e.prototype.disconnectedCallback.call(this),this.i.disconnectedCallback&&this.i.disconnectedCallback(),this._attached&&(this._attached=!1)},Object.defineProperty(i,"observedAttributes",{get:function(){if(null==i._observedAttributesIgcGeographicShapeSeriesBaseBaseComponent){for(var e=n.getAllPropertyNames(i),t=0;t<e.length;t++)e[t]=n.toSpinal(e[t]);i._observedAttributesIgcGeographicShapeSeriesBaseBaseComponent=e}return i._observedAttributesIgcGeographicShapeSeriesBaseBaseComponent},enumerable:!1,configurable:!0}),i._observedAttributesIgcGeographicShapeSeriesBaseBaseComponent=null,i}(F),Qe=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(i,e),i.$t=n.markType(i,"GeographicSymbolSeriesBase",Le.$),i}(Le),Ke=function(e){function i(){return e.call(this)||this}return t.__extends(i,e),Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),i.prototype.connectedCallback=function(){e.prototype.connectedCallback&&e.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},i.prototype.disconnectedCallback=function(){e.prototype.disconnectedCallback&&e.prototype.disconnectedCallback.call(this),this.i.disconnectedCallback&&this.i.disconnectedCallback(),this._attached&&(this._attached=!1)},Object.defineProperty(i,"observedAttributes",{get:function(){if(null==i._observedAttributesIgcGeographicSymbolSeriesBaseComponent){for(var e=n.getAllPropertyNames(i),t=0;t<e.length;t++)e[t]=n.toSpinal(e[t]);i._observedAttributesIgcGeographicSymbolSeriesBaseComponent=e}return i._observedAttributesIgcGeographicSymbolSeriesBaseComponent},enumerable:!1,configurable:!0}),i._observedAttributesIgcGeographicSymbolSeriesBaseComponent=null,i}(We),Je=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(i,e),i.$t=n.markType(i,"GeographicXYTriangulatingSeriesBase",p.$),i}(p),et=function(e){function i(){return e.call(this)||this}return t.__extends(i,e),Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),i.prototype.connectedCallback=function(){e.prototype.connectedCallback&&e.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},i.prototype.disconnectedCallback=function(){e.prototype.disconnectedCallback&&e.prototype.disconnectedCallback.call(this),this.i.disconnectedCallback&&this.i.disconnectedCallback(),this._attached&&(this._attached=!1)},Object.defineProperty(i,"observedAttributes",{get:function(){if(null==i._observedAttributesIgcGeographicXYTriangulatingSeriesBaseComponent){for(var e=n.getAllPropertyNames(i),t=0;t<e.length;t++)e[t]=n.toSpinal(e[t]);i._observedAttributesIgcGeographicXYTriangulatingSeriesBaseComponent=e}return i._observedAttributesIgcGeographicXYTriangulatingSeriesBaseComponent},enumerable:!1,configurable:!0}),i._observedAttributesIgcGeographicXYTriangulatingSeriesBaseComponent=null,i}(F);e.ArcGISOnlineMapImagery=E,e.BingMapsImageryStyle=P,e.BingMapsImageryStyle_$type=M,e.BingMapsMapImagery=O,e.BingMapsMapImageryView=$,e.BingResourceSet=Ue,e.BingResponse=Fe,e.CustomMapImagery=D,e.GeographicContourLineSeries=je,e.GeographicContourLineSeriesView=Te,e.GeographicHighDensityScatterSeries=Pe,e.GeographicHighDensityScatterSeriesView=Ce,e.GeographicMapImagery=f,e.GeographicMapImageryView=d,e.GeographicMapSeriesHost=p,e.GeographicMarkerSeries=ye,e.GeographicMarkerSeriesBase=Le,e.GeographicPolylineSeries=J,e.GeographicPolylineSeriesView=K,e.GeographicProportionalSymbolSeries=fe,e.GeographicProportionalSymbolSeriesBase=He,e.GeographicProportionalSymbolSeriesBaseView=De,e.GeographicProportionalSymbolSeriesView=ge,e.GeographicScatterAreaSeries=k,e.GeographicScatterAreaSeriesView=m,e.GeographicShapeSeries=Y,e.GeographicShapeSeriesBase=H,e.GeographicShapeSeriesBaseBase=Ye,e.GeographicShapeSeriesBaseBaseView=qe,e.GeographicShapeSeriesBaseView=W,e.GeographicShapeSeriesView=X,e.GeographicSymbolSeries=Se,e.GeographicSymbolSeriesBase=Qe,e.GeographicSymbolSeriesBaseView=Ee,e.GeographicSymbolSeriesView=me,e.GeographicTileSeries=ce,e.GeographicXYTriangulatingSeries=_,e.GeographicXYTriangulatingSeriesBase=Je,e.GeographicXYTriangulatingSeriesBaseView=Ne,e.GeographicXYTriangulatingSeriesView=b,e.HostSeriesView=y,e.IgcArcGISOnlineMapImagery=N,e.IgcArcGISOnlineMapImageryModule=V,e.IgcBingMapsMapImagery=R,e.IgcBingMapsMapImageryModule=A,e.IgcCustomMapImagery=B,e.IgcCustomMapImageryModule=q,e.IgcGeographicContourLineSeriesComponent=$e,e.IgcGeographicContourLineSeriesModule=Oe,e.IgcGeographicHighDensityScatterSeriesComponent=Me,e.IgcGeographicHighDensityScatterSeriesModule=Ie,e.IgcGeographicMapComponent=x,e.IgcGeographicMapCoreModule=U,e.IgcGeographicMapImagery=T,e.IgcGeographicMapModule=Re,e.IgcGeographicMapSeriesHostComponent=F,e.IgcGeographicMarkerSeriesBaseComponent=We,e.IgcGeographicMarkerSeriesComponent=pe,e.IgcGeographicPolylineSeriesComponent=ee,e.IgcGeographicPolylineSeriesModule=te,e.IgcGeographicProportionalSymbolSeriesBaseComponent=Xe,e.IgcGeographicProportionalSymbolSeriesComponent=de,e.IgcGeographicProportionalSymbolSeriesModule=be,e.IgcGeographicScatterAreaSeriesComponent=ve,e.IgcGeographicScatterAreaSeriesModule=xe,e.IgcGeographicShapeSeriesBaseBaseComponent=Ze,e.IgcGeographicShapeSeriesBaseComponent=L,e.IgcGeographicShapeSeriesComponent=Z,e.IgcGeographicShapeSeriesModule=Q,e.IgcGeographicSymbolSeriesBaseComponent=Ke,e.IgcGeographicSymbolSeriesComponent=we,e.IgcGeographicSymbolSeriesModule=_e,e.IgcGeographicTileSeriesComponent=he,e.IgcGeographicTileSeriesModule=ue,e.IgcGeographicXYTriangulatingSeriesBaseComponent=et,e.IgcGeographicXYTriangulatingSeriesComponent=ke,e.IgcImageTilesReadyEventArgs=v,e.IgcImagesChangedEventArgs=I,e.IgcOpenStreetMapImagery=z,e.IgcOpenStreetMapImageryModule=G,e.IgcSubDomainsCollection=C,e.IgcTileGeneratorMapImagery=ne,e.IgcTileGeneratorMapImageryModule=re,e.IgcTileSeriesComponent=se,e.IgcTileSeriesModule=le,e.ImageTilesReadyEventArgs=h,e.ImageryMetadata=Ve,e.ImagesChangedEventArgs=u,e.LevelOfDetailResponseModel=Be,e.MapBackgroundTilingMode=a,e.MapBackgroundTilingMode_$type=s,e.MapResizeBehavior=r,e.MapResizeBehavior_$type=o,e.MapServerResponseModel=ze,e.OpenStreetMapImagery=w,e.SphericalMercatorHorizontalScaler=c,e.SphericalMercatorVerticalScaler=l,e.SubDomainsCollection=j,e.TileGeneratorMapImagery=ie,e.TileInfoResponseModel=Ge,e.TileSeries=oe,e.TileSeriesView=ae,e.TokenResponseModel=Ae,e.XamGeographicMap=g,e.XamGeographicMapView=S,Object.defineProperty(e,"__esModule",{value:!0})}));
|
|
7
|
+
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("tslib"),require("igniteui-webcomponents-charts"),require("igniteui-webcomponents-core")):"function"==typeof define&&define.amd?define(["exports","tslib","igniteui-webcomponents-charts","igniteui-webcomponents-core"],t):t((e=e||self)["igniteui-webcomponents-maps"]={},e.tslib,e.igniteuiWebcomponentsCharts,e.igniteuiWebcomponentsCore)}(this,(function(e,t,i,n){"use strict";var r=function(e){return e[e.Auto=0]="Auto",e[e.MaintainTopLeftPosition=1]="MaintainTopLeftPosition",e[e.MaintainCenterPosition=2]="MaintainCenterPosition",e}({}),o=n.markEnum("MapResizeBehavior","Auto,0|MaintainTopLeftPosition,1|MaintainCenterPosition,2"),a=function(e){return e[e.Auto=0]="Auto",e[e.NonWrapped=1]="NonWrapped",e[e.Wrapped=2]="Wrapped",e}({}),s=n.markEnum("MapBackgroundTilingMode","Auto,0|NonWrapped,1|Wrapped,2"),l=function(e){function r(){var t=e.call(this)||this;return t.au=null,t.ai=0,t.aj=0,t.au=new n.Rect(0,0,0,1,1),t}return t.__extends(r,e),r.prototype.q=function(e,t){if(t.c.isEmpty)return this.getMercatorUnscaledValue(e,t.e,t.d,t.a);var i=e*t.e.height+t.e.top*t.d.height;return this.getMercatorUnscaledValue(i,this.au,t.c,t.a)},r.prototype.p=function(e,t){if(t.c.isEmpty)return this.getMercatorScaledValue1(e,t.e,t.d,t.a);var i=this.getMercatorScaledValue1(e,this.au,t.c,t.a);return i=(i-t.e.top*t.d.height)/t.e.height},r.prototype.af=function(e){return Array.isArray(e)?e:null},r.prototype.v=function(e,t,i,n){var o,a,s,l,c,h=n.e,u=n.d,p=n.c,g=(n.a,!p.isEmpty),y=(this.m,this.o,p.top),f=p.height,d=h.top,b=h.height,m=u.top,S=u.height,_=this.au.top,w=this.au.height,k=this.af(e),v=.017453292519943295,x=!1;null!=k&&(x=!0);for(var C=t;C<i;C++)o=x?k[C]:e.item(C),g?(o<r.ah&&(o=r.ah),o>r.ag&&(o=r.ag),a=o*v,s=Math.sin(a),l=.5*Math.log((1+s)/(1-s)),c=(((c=y+(c=(this.ai-l)*f/this.aj))-_*f)/w-d*S)/b,x?k[C]=c:e.item(C,c)):(o<r.ah&&(o=r.ah),o>r.ag&&(o=r.ag),a=o*v,s=Math.sin(a),l=.5*Math.log((1+s)/(1-s)),c=((c=m+(c=(this.ai-l)*S/this.aj))-d*S)/b,x?k[C]=c:e.item(C,c))},r.prototype.t=function(e,t,i,n,r){return{p3:this.ak(e.mc),p4:this.ak(e.mb)}},r.prototype.w=function(t,i,n){switch(e.prototype.w.call(this,t,i,n),t){case"ActualMinimumValue":case"ActualMaximumValue":this.ai=r.am(this.n),this.aj=r.am(this.n)-r.am(this.o)}},Object.defineProperty(r,"as",{get:function(){return r.ag},enumerable:!1,configurable:!0}),Object.defineProperty(r,"at",{get:function(){return r.ah},enumerable:!1,configurable:!0}),r.prototype.getMercatorUnscaledValue=function(e,t,i,n){var o=(e-i.top)*t.width+t.top*i.height;return o=r.am(this.n)-o/(i.height/this.aj),r.aq(o)},r.prototype.getMercatorScaledValue1=function(e,t,i,n){return(i.top+this.getMercatorScaledValue3(e,i.height)-t.top*i.height)/t.width},r.prototype.getMercatorScaledValue2=function(e,t,i,n,r){return(this.getMercatorScaledValue3(e,n.height)-t.top*i.height)/t.width},r.prototype.getMercatorScaledValue3=function(e,t){e=e>r.ah?e<r.ag?e:r.ag:r.ah;var i=r.am(e);return(this.ai-i)*t/this.aj},r.am=function(e){var t=.017453292519943295*e,i=Math.sin(t);return.5*Math.log((1+i)/(1-i))},r.aq=function(e){return e=Math.exp(2*e),Math.asin((e-1)/(e+1))/.017453292519943295},r.prototype.ak=function(e){return e<r.ah?r.ah:e>r.ag?r.ag:e},r.$t=n.markType(r,"SphericalMercatorVerticalScaler",i.VerticalLinearScaler.$),r.ag=85.05112878,r.ah=-85.05112878,r}(i.VerticalLinearScaler),c=function(e){function r(){var t=e.call(this)||this;return t.aj=null,t.aj=new n.Rect(0,0,0,1,1),t}return t.__extends(r,e),r.prototype.q=function(e,t){if(t.c.isEmpty)return this.getMercatorUnscaledValue(e,t.e,t.d,t.a);var i=e*t.e.width+t.e.left*t.d.width;return this.getMercatorUnscaledValue(i,this.aj,t.c,t.a)},r.prototype.p=function(e,t){return t.c.isEmpty?this.getMercatorScaledValue1(e,t.e,t.d,t.a):(this.getMercatorScaledValue1(e,this.aj,t.c,t.a)-t.e.left*t.d.width)/t.e.width},r.prototype.af=function(e){return Array.isArray(e)?e:null},r.prototype.v=function(e,t,i,n){var r,o=n.e,a=n.d,s=n.c,l=n.a,c=!s.isEmpty,h=this.m,u=this.o,p=s.left,g=s.width,y=o.left,f=o.width,d=a.left,b=a.width,m=this.aj.left,S=this.aj.width,_=this.af(e),w=!1;null!=_&&(w=!0);for(var k=t;k<i;k++)if(r=w?_[k]:e.item(k),c){var v=(r-u)/h;l&&(v=1-v);var x=((v=p+g*(v-m)/S)-y*b)/f;w?_[k]=x:e.item(k,x)}else{var C=(r-u)/h;l&&(C=1-C),C=d+b*(C-y)/f,w?_[k]=C:e.item(k,C)}},r.prototype.t=function(e,t,i,n,r){return{p3:e.mc,p4:e.mb}},r.prototype.getMercatorUnscaledValue=function(e,t,i,n){var r=t.left+t.width*(e-i.left)/i.width;return n&&(r=1-r),this.o+r*this.m},r.prototype.getMercatorScaledValue1=function(e,t,i,n){var r=(e-this.o)/this.m;return n&&(r=1-r),i.left+i.width*(r-t.left)/t.width},r.prototype.getMercatorScaledValue2=function(e,t,i,n,r){var o=(e-this.o)/this.m;return r&&(o=1-o),i.left+i.width*(o-t.left)/t.width},r.$t=n.markType(r,"SphericalMercatorHorizontalScaler",i.HorizontalLinearScaler.$),r}(i.HorizontalLinearScaler),h=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(i,e),i.$t=n.markType(i,"ImageTilesReadyEventArgs",n.EventArgs.$),i}(n.EventArgs),u=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(i,e),i.$t=n.markType(i,"ImagesChangedEventArgs",n.EventArgs.$),i}(n.EventArgs),p=function(e){function r(){var t=e.call(this)||this;return t.wy=null,t.w0=t.wz(),t}return t.__extends(r,e),r.prototype.qg=function(){e.prototype.qg.call(this),null!=this.w0&&this.w0.qg()},r.prototype.get_fc=function(){return!0},r.prototype.kq=function(e,t){var i=this.nd(t);return"LatitudeMemberPath"==i&&(i="YMemberPath"),"LongitudeMemberPath"==i&&(i="XMemberPath"),this.w0.kq(e,i)},r.prototype.md=function(e){var t=this.nd(e);return"LatitudeMemberPath"==t&&(t="YMemberPath"),"LongitudeMemberPath"==t&&(t="XMemberPath"),this.w0.md(t)},r.prototype.get_ki=function(){return this.k0(this.w0)},r.prototype.set_ki=function(e){this.oz(this.w0,e)},r.prototype.eb=function(e,t,i,n,r){return this.w0.eb(e,t,i,n,r)},r.prototype.ai=function(){return this.w0.ai()},r.prototype.bo=function(){return this.w0},Object.defineProperty(r.prototype,"w0",{get:function(){return this.wy},set:function(e){var t=this.wy;this.w0!=e&&(this.wy=e,this.w5(t,this.wy))},enumerable:!1,configurable:!0}),r.prototype.get_hasMarkers=function(){return this.w0.hasMarkers},r.prototype.w5=function(e,t){if(null!=this.wy){var i=this.wy;i.externalObject=n.TypeRegistrar.createFromInternal(i,n.PlatformConstants.Prefix,n.PlatformConstants.Postfix),i.externalObject._implementation=i}if(this.pf(this.w0),this.w1.b5(),null!=e){var r=e;this.r1(r,null)}if(null!=t){var o=t;this.r1(o,this)}},r.prototype.dg=function(e,t,i){return this.di(this.w0,e,t,i)},r.prototype.dh=function(e,t,i){return this.dj(this.w0,e,t,i)},r.prototype.kn=function(e){return this.kw(this.w0,e)},r.prototype.ka=function(e,t){return this.w0.ka(e,t)},r.prototype.j8=function(e,t){return this.w0.j8(e,t)},r.prototype.i5=function(e,t,i){return this.w0.i5(e,t,i)},r.prototype.wc=function(e,t,i){return this.w0.wc(e,t,i)},r.prototype.wn=function(e){return this.w0.wn(e)},r.prototype.ao=function(e){return this.w0.ao(e)},r.prototype.wo=function(e){return this.w0.wo(e)},r.prototype.ap=function(e){return this.w0.ap(e)},r.prototype.wp=function(e){return this.w0.wp(e)},r.prototype.wq=function(e){return this.w0.wq(e)},r.prototype.i1=function(e,t,i){return this.w0.i1(e,t,i)},r.prototype.v8=function(e,t,i){return this.w0.v8(e,t,i)},r.prototype.i3=function(e,t,i){return this.i5(e,t,i)},r.prototype.wa=function(e,t,i){return this.w0.wa(e,t,i)},r.prototype.wd=function(e,t,i){return this.w0.wd(e,t,i)},r.prototype.i6=function(e,t,i){return this.w0.i6(e,t,i)},r.prototype.v9=function(e,t,i){return this.w0.v9(e,t,i)},r.prototype.i2=function(e,t,i){return this.w0.i2(e,t,i)},r.prototype.wb=function(e,t,i){return this.w0.wb(e,t,i)},r.prototype.i4=function(e,t,i){return this.w0.i4(e,t,i)},r.prototype.j4=function(e){return this.w0.j4(e)},r.prototype.iw=function(){return this.w0.iw()},r.prototype.is=function(e){return this.w0.is(e)},r.prototype.ko=function(e){return this.w0.ko(e)},r.prototype.cs=function(){return new g(this)},r.prototype.q1=function(t){e.prototype.q1.call(this,t),this.w1=n.typeCast(g.$,t)},Object.defineProperty(r.prototype,"w2",{get:function(){return this.c(r.w7)},set:function(e){this.h(r.w7,e)},enumerable:!1,configurable:!0}),r.prototype.q9=function(t,r,o,a){switch(e.prototype.q9.call(this,t,r,o,a),r){case"SeriesViewer":this.w0.db=this.db,null!=o&&o.q4(this.w0),null!=a&&this.db.m8(this.w0),this.w0.rc(this.ws),this.w0.index=this.index,this.p0(this.w0),this.kg=this.w0.kg;var s=n.typeCast(i.SeriesViewer.$,o);if(null!=s&&(s.actualWindowRectChanged=n.delegateRemove(s.actualWindowRectChanged,n.runOn(this,this.w6))),null!=this.db){var l=this.db;l.actualWindowRectChanged=n.delegateCombine(l.actualWindowRectChanged,n.runOn(this,this.w6))}this.w4();break;case"SyncLink":this.w0.c3=this.c3;break;case"VisibleFromScale":this.w4();break;case"Index":this.w0.index=this.index;break;case"ItemsSource":this.w1.b6();break;case"Resolution":this.w1.cd();break;case"TransitionDuration":this.w1.cg();break;case"Opacity":this.w1.ca();break;case"Visibility":var c=this.w0,h=this._visibility;c.visibility=h;break;case"MouseOverEnabled":this.w0.f8=this.f8;break;case"ExpectFunctions":this.w0.expectFunctions=this.expectFunctions;break;case"Thickness":this.w1.cf();break;case"Brush":this.w1.b4();break;case"Outline":this.w1.cc();break;case"ActualBrush":this.w1.b1();break;case"ActualOutline":this.w1.b2();break;case"MarkerFillOpacity":n.isNaN_(this.jg)||this.w1.b9();break;case"AreaFillOpacity":n.isNaN_(this.ik)||this.w1.b3();break;case"OutlineMode":this.w1.cb();break;case"ShowDefaultTooltip":this.w1.ce();break;case"Title":this.w0.title=this.title;break;case"LegendItemBadgeMode":this.w1.b7();break;case"LegendItemBadgeShape":this.w1.b8();break;case"Legend":this.w0.legend=this.legend,this.cv.av()}},r.prototype.w4=function(){if(null!=this.db&&null!=this.w0&&!n.isNaN_(this.w2))if(this.db.v4.width>this.w2){this.w0.visibility=1}else{this.w0.visibility=0}},r.prototype.w6=function(e,t){this.w4()},r.prototype.rr=function(t){e.prototype.rr.call(this,t),null!=this.w0&&this.w0.rr(t)},r.prototype.q5=function(t){e.prototype.q5.call(this,t),null!=this.w0&&this.w0.qn()},r.prototype.rq=function(e,t,i,n,r){null!=this.w0&&this.w0.rq(e,t,i,n,r)},r.prototype.a2=function(e,t){return this.w0.a2(e,t)},r.prototype.sc=function(){e.prototype.sc.call(this),this.w0.sc()},r.prototype.get_coercionMethods=function(){return this._coercionMethods},r.prototype.set_coercionMethods=function(e){this._coercionMethods=e,this.w0.coercionMethods=e},r.prototype.pz=function(t){if(e.prototype.pz.call(this,t),null!=this.w0){var i=this.w0.km();this.o8(t,i)}},r.$t=n.markType(r,"GeographicMapSeriesHost",i.Series.$),r.w7=n.DependencyProperty.i("VisibleFromScale",n.Number_$type,r.$,new n.PropertyMetadata(2,1,(function(e,t){e.raisePropertyChanged("VisibleFromScale",t.oldValue,t.newValue)}))),r}(i.Series),g=function(e){function r(t){var i=e.call(this,t)||this;return i.b0=null,i.b0=t,i}return t.__extends(r,e),r.prototype.at=function(t,i){e.prototype.at.call(this,t,i)},r.prototype.b5=function(){this.b0.legendItemVisibility=1,this.b0.w0.legendItemVisibility=0,this.b0.w0.itemsSource=this.b0.itemsSource,this.b0.w0.index=this.b0.index,this.b0.w0.vf=this.b0.vf,this.b0.w0.vv=this.b0.vf,this.b0.w0.ci=this.b0.ci,this.b0.w0.jj=this.b0.jj,this.b0.w0.kd=this.b0.kd,this.b0.w0._opacity=this.b0._opacity,this.b0.w0.jp=this.b0.jp,this.b0.w0.ik=this.b0.ik,this.b0.w0.jg=this.b0.jg,this.b0.w0.gp=this.b0.gp,this.b0.w0.legendItemBadgeShape=this.b0.legendItemBadgeShape,this.b0.w0.bd=this.b0.bd},r.prototype.b6=function(){this.b0.w0.itemsSource=this.b0.itemsSource},r.prototype.cd=function(){this.b0.w0.jj=this.b0.jj},r.prototype.cg=function(){this.b0.w0.kd=this.b0.kd},r.prototype.ca=function(){this.b0.w0._opacity=this.b0._opacity},r.prototype.cf=function(){this.b0.w0.jp=this.b0.jp},r.prototype.b4=function(){this.b0.w0.vf=this.b0.vf},r.prototype.cc=function(){this.b0.w0.vv=this.b0.vv},r.prototype.b1=function(){this.b0.w0.vf=this.b0.u9},r.prototype.b2=function(){this.b0.w0.vv=this.b0.vd},r.prototype.b7=function(){this.b0.w0.bd=this.b0.bd},r.prototype.b8=function(){this.b0.w0.legendItemBadgeShape=this.b0.legendItemBadgeShape},r.prototype.b3=function(){this.b0.w0.ik=this.b0.ik},r.prototype.b9=function(){this.b0.w0.jg=this.b0.jg},r.prototype.cb=function(){this.b0.w0.ci=this.b0.ci},r.prototype.ce=function(){this.b0.w0.gp=this.b0.gp},r.$t=n.markType(r,"HostSeriesView",i.SeriesView.$),r}(i.SeriesView),y=function(e){function r(){var t=e.call(this)||this;t.xh=null,t.w6=!1,t.wy=1,t.xd=0,t.yo=null,t.wv=null,t.wr=null,t.wt=null,t.wx=null,t.yk={$type:n.Point_$type,x:NaN,y:NaN},t.yr=null,t.xc=1,t.imageTilesReady=null,t.w5=null,t.yq=n.Rect.empty,t.xd=l.am(r.yp.bottom)-l.am(r.yp.top),t.ab=r.$,t.backgroundContent=new _;var o,a=((o=new i.NumericXAxis).bi=t,o);a.cf=!0,t.ws=a,t.ws.n4=new c;var s=function(){var e=new i.NumericYAxis;return e.bi=t,e}();return s.cf=!0,t.wu=s,t.wu.n4=new l,t.xz(),t.x6(),t.n0(),t}return t.__extends(r,e),r.prototype.provideContainer=function(t){e.prototype.provideContainer.call(this,t),this.ws.provideRenderer(t),this.wu.provideRenderer(t)},r.prototype.n0=function(){e.prototype.n0.call(this),this.w4.fv(this.hi)},r.prototype.fl=function(){return this.xa},r.prototype.fm=function(){return this.xa},r.prototype.w1=function(){return 0==this.wz&&this.w6?2:1},Object.defineProperty(r.prototype,"w0",{get:function(){return this.wy},set:function(e){this.wy=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"yt",{get:function(){return this.yo},set:function(e){if(n.Rect.l_op_Inequality(this.yo,e)){var t=this.yo;this.yo=e,this.qm("ActualWorldRect",t,e)}},enumerable:!1,configurable:!0}),r.prototype.yx=function(){return this.yt},r.prototype.xz=function(){this.y5.isEmpty||(this.yt=this.y3(this.y5,1==this.cr))},r.prototype.y3=function(e,t){var i=e.top,o=e.left,a=e.width,s=e.height,c=l.am(e.bottom),h=l.am(e.top),u=c-h,p=e.width/r.yp.width,g=l.am(r.yp.top);if(u/p>this.xd){var y=u/this.xd;o-=(y-p)/2*r.yp.width,a=y*r.yp.width,t&&(o<r.yp.left?o+=r.yp.left-o:o+a>r.yp.right&&(o-=o+a-r.yp.right))}else if(u/p<this.xd){var f=this.xd*p-u,d=h-f/2,b=c+f/2;t&&(d<g?b+=g-(d+=g-d):b>g+this.xd&&(d-=b-(g+this.xd),b-=b-(g+this.xd))),i=l.aq(d),s=l.aq(b)-i}return new n.Rect(0,o,i,a,s)},Object.defineProperty(r.prototype,"backgroundContent",{get:function(){return this.wv},set:function(e){if(e!=this.backgroundContent){var t=this.backgroundContent;this.wv=e,this.qm("BackgroundContent",t,e)}},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"ws",{get:function(){return this.wr},set:function(e){if(e!=this.ws){var t=this.ws;this.wr=e,this.qm("XAxis",t,e)}},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"wu",{get:function(){return this.wt},set:function(e){if(e!=this.wu){var t=this.wu;this.wt=e,this.qm("YAxis",t,e)}},enumerable:!1,configurable:!0}),r.prototype.getZoomRectFromGeoRect=function(e){return this.getZoomFromGeographicRect(e)},r.prototype.x9=function(e){this.wl=e},r.prototype.x8=function(e){this.y5=e},r.prototype.getZoomFromGeographicRect=function(e){return this.yv(e,!0,0)},r.prototype.yu=function(e,t){return this.yv(e,!1,t)},r.prototype.yv=function(e,t,o){var a=e;t&&(a=this.y3(e,!1));var s=this.ws,l=this.wu,c=new i.ScalerParams(1,r.ys,this.wk,s.ch);c.c=this.v8;var h=new i.ScalerParams(1,r.ys,this.wk,l.ch);h.c=this.v8;var u=this.ws.el(a.left,c),p=this.ws.el(a.right,c),g=this.wu.el(a.top,h),y=this.wu.el(a.bottom,h),f=(u-o)/this.wk.width,d=(y-o)/this.wk.height,b=(p-u+2*o)/this.wk.width,m=(g-y+2*o)/this.wk.height,S=new n.Rect(0,f,d,b,m);return S.intersect(r.ys),S.isEmpty&&(S=r.ys),S},r.prototype.getZoomFromGeographicPoints=function(e,t){var i=e.x,o=t.y,a=t.x-e.x,s=e.y-t.y;if(a<0||s<0)return r.ys;var l=new n.Rect(0,i,o,a,s);return this.getZoomFromGeographicRect(l)},r.prototype.yz=function(e){var t=this.ws,o=this.wu,a=new i.ScalerParams(1,e,this.wk,t.ch);a.c=this.v8;var s=new i.ScalerParams(1,e,this.wk,o.ch);s.c=this.v8;var l=this.v7,c=t.eo(l.left,a),h=o.eo(l.top,s),u=t.eo(l.right,a),p=o.eo(l.bottom,s),g=u-c,y=h-p,f=new n.Rect(0,c,p,g,y);return 1==this.cr&&(f.intersect(r.yp),f.isEmpty&&(f=r.yp)),f},r.prototype.yl=function(e){var t=this.ws.mf(e.x),i=this.wu.mf(e.y);return{$type:n.Point_$type,x:t,y:i}},r.prototype.ym=function(e){var t=this.ws.e6(e.x),i=this.wu.e6(e.y);return{$type:n.Point_$type,x:t,y:i}},r.prototype.yn=function(e){return this.ym(e)},r.prototype.xw=function(){var e=n.typeCast(f.$,this.backgroundContent);null!=e&&e.clearTileCache()},r.prototype.x2=function(e){},r.prototype.gg=function(){return!0},r.prototype.x4=function(){var e,i;this.w4.ee();try{for(var r=t.__values(n.fromEnum(this.series)),o=r.next();!o.done;o=r.next()){o.value.sc()}}catch(t){e={error:t}}finally{try{o&&!o.done&&(i=r.return)&&i.call(r)}finally{if(e)throw e.error}}},r.prototype.x7=function(){if(2==this.w3){if(!this.wk.isEmpty&&this.wk.width>0&&this.wk.height>0){var e=this.ws.mf(this.wk.left+this.wk.width/2),t=this.wu.mf(this.wk.top+this.wk.height/2);this.yk={$type:n.Point_$type,x:e,y:t}}}else if(!this.wk.isEmpty&&this.wk.width>0&&this.wk.height>0){var i=this.ws.mf(this.wk.left),r=this.wu.mf(this.wk.top);this.yk={$type:n.Point_$type,x:i,y:r}}},r.prototype.x3=function(){(n.isNaN_(this.yk.x)||n.isNaN_(this.yk.y))&&this.x7();var e=this.yk.x,t=this.yk.y;if(!n.isNaN_(e)&&!n.isNaN_(t)){var o=this.v4.left,a=this.v4.top,s=this.v4.width,l=this.v4.height;if(s>this.yr.width);else{var c=new i.ScalerParams(1,r.ys,this.wk,this.ws.ch);c.c=this.v8;var h=this.ws.el(e,c);if(2==this.w3)o=h/this.wk.width-s/2;else o=h/this.wk.width;o+s>this.yr.right?o=this.yr.right-s:o<this.yr.left&&(o=this.yr.left)}if(l>this.yr.height);else{var u=new i.ScalerParams(1,r.ys,this.wk,this.wu.ch);u.c=this.v8;var p=this.wu.el(t,u);if(2==this.w3)a=p/this.wk.height-l/2;else a=p/this.wk.height;a+l>this.yr.bottom?a=this.yr.bottom-l:a<this.yr.top&&(a=this.yr.top)}this.rx(new n.Rect(0,o,a,s,l),!1)}},r.prototype.get_fd=function(){return!0},r.prototype.v5=function(){var t=e.prototype.v5.call(this);if(null==this.ws||null==this.wu)return t;this.wf();var i=t.left,r=t.top;1==this.cr&&(this.wl.width>this.yr.width?i=.5-this.wl.width/2:i+t.width>this.yr.right?i=this.yr.right-this.wl.width:i<this.yr.left&&(i=this.yr.left),this.wl.height>this.yr.height?r=.5-this.wl.height/2:r+this.wl.height>this.yr.bottom?r=this.yr.bottom-this.wl.height:r<this.yr.top&&(r=this.yr.top));var o=!1;!this.w9&&2==this.cr&&this.w6&&(i>1&&(i=i-Math.floor(i)+1),i<0&&(i=0-(Math.ceil(i)-i)),t.right-this.yr.right>0&&(t.right-this.yr.right)/t.width>.8?(i=this.yr.left-(t.width-(t.right-this.yr.right)),o=!0):t.left<this.yr.left&&Math.abs(t.left-this.yr.left)/t.width>.8&&(i=this.yr.right-Math.abs(t.left-this.yr.left),o=!0));var a=new n.Rect(0,i,r,t.width,t.height);if(this.w9){var s=this.yu(this.y5,1);s=this.yw(s);var l=a.left+a.width/2,c=a.top+a.height/2;if(a.width>s.width){var h=a.height/a.width,u=s.width,p=h*u;a=new n.Rect(0,l-u/2,c-p/2,u,p),o=!0}if(a.height>s.height){var g=a.width/a.height,y=s.height,f=g*y;a=new n.Rect(0,l-f/2,c-y/2,f,y),o=!0}a.left<s.left&&(a=new n.Rect(0,s.left,a.top,a.width,a.height),o=!0),a.top<s.top&&(a=new n.Rect(0,a.left,s.top,a.width,a.height),o=!0),a.right>s.right&&(a=new n.Rect(0,s.right-a.width,a.top,a.width,a.height),o=!0),a.bottom>s.bottom&&(a=new n.Rect(0,a.left,s.bottom-a.height,a.width,a.height),o=!0)}return o&&(this.ez=!0,this.wl=a,this.ez=!1),a},r.prototype.m4=function(e,t){var i=!0,r=!0,o=0,a=this.wf(),s=0,l=0;if(e.right-a.right>0&&(s=(e.right-a.right)/e.width),e.left<a.left&&(l=Math.abs(e.left-a.left)/e.width),0==l&&0==s&&(i=!1),l>s&&(r=!1),i)if(r){var c=this.wr.el(-180,t);o=this.wr.el(180,t)-c}else{o=this.wr.el(-180,t)-this.wr.el(180,t)}return new n.Tuple$2(n.Boolean_$type,n.Number_$type,i,o)},r.prototype.wf=function(){var e=new i.ScalerParams(1,r.ys,this.wk,this.ws.ch);e.c=this.v8;var t=new i.ScalerParams(1,r.ys,this.wk,this.wu.ch);t.c=this.v8;var o=this.ws.el(r.yp.left,e),a=this.ws.el(r.yp.right,e),s=this.wu.el(r.yp.top,t),l=this.wu.el(r.yp.bottom,t);return this.yr=new n.Rect(0,o/this.wk.width,l/this.wk.height,(a-o)/this.wk.width,(s-l)/this.wk.height),this.yr},r.prototype.yw=function(e){var t=this.hm,i=.5*(e.left+e.right),r=.5*(e.top+e.bottom),o=e.width,a=e.height,s=n.MathUtil.d(e.width,t,1),l=n.MathUtil.d(e.height,t,1),c=this.wk,h=c.width/c.height,u=s*c.width,p=l*c.height;u/p!=h&&(p*h>u?s=(u=p*h)/c.width:l=(p=u/h)/c.height);var g=s!=o,y=l!=a,f=g?i-.5*s:e.left,d=y?r-.5*l:e.top,b=g?i+.5*s:e.right,m=y?r+.5*l:e.bottom;return f<0&&(b=(f=0)+s),b>1&&(f=(b=1)-s),d<0&&(m=(d=0)+l),m>1&&(d=(m=1)-l),new n.Rect(0,f,d,b-f,m-d)},r.prototype.v6=function(t){if(e.prototype.v6.call(this,this.wk),t.isEmpty)return n.Rect.empty;var i;if(t.width>t.height){var r=n.intDivide(n.truncate(t.width-t.height),2);i=new n.Rect(0,t.left+r,t.top,t.height,t.height)}else{var o=n.intDivide(n.truncate(t.height-t.width),2);i=new n.Rect(0,t.left,t.top+o,t.width,t.width)}return i},r.prototype.yy=function(e){return this.v6(e)},r.prototype.c8=function(){return new S(this)},r.prototype.xy=function(e){null!=e&&(e.bi=this)},r.prototype.p5=function(t){e.prototype.p5.call(this,t),this.w4=t},r.prototype.qg=function(t,i){e.prototype.qg.call(this,t,i),this.rl(this.ws),this.rl(this.wu),n.Rect.l_op_Inequality(t,i)&&this.x3(),this.w9&&(this.v4=this.v5()),this.ya()},Object.defineProperty(r.prototype,"xe",{get:function(){return this.xc},set:function(e){var t=this.xc;this.xc=e,this.qm("ActualWindowScale",t,this.xc)},enumerable:!1,configurable:!0}),r.prototype.hs=function(){return this.xe},r.prototype.ht=function(){return this.xe},r.prototype.rk=function(){e.prototype.rk.call(this);var t=Math.min(this.v4.width,this.v4.height);this.xe=t},r.prototype.f4=function(){return this.w6},r.prototype.cs=function(){return 0==this.ct&&this.w7?2:this.ct},r.prototype.qh=function(i,o,a,s){var l,c,h,u;switch(e.prototype.qh.call(this,i,o,a,s),o){case"ZoomCoercionMode":this.xz();break;case"WindowRect":this.x7();break;case r.$$p[0]:this.w0=this.w1(),null!=this.wx&&(this.wx.isHorizontalWrappingEnabled=2==this.w0);break;case r.$$p[1]:this.w6=this.w7,this.w0=this.w1(),this.cr=this.cs(),null!=this.wx&&(this.wx.isHorizontalWrappingEnabled=2==this.w0);break;case r.$$p[4]:this.v4=this.v5();break;case"BackgroundContent":if(null!=this.wx){var p=this.wx;p.imageTilesReady=n.delegateRemove(p.imageTilesReady,n.runOn(this,this.x0)),this.wx.deferralHandler=null}if(this.wx=n.typeCast(f.$,this.backgroundContent),null!=this.wx){var g=this.wx;g.imageTilesReady=n.delegateCombine(g.imageTilesReady,n.runOn(this,this.x0)),this.wx.deferralHandler=this,this.wx.isHorizontalWrappingEnabled=2==this.w0}this.w4.fu(n.typeCast(f.$,a),n.typeCast(f.$,s)),null!=this.wx&&(this.wx.geographicMap=this,this.w4.fr(this.v4),this.w4.fv(this.hi));break;case"YAxis":case"XAxis":this.x5(a),this.xy(s);break;case r.$$p[6]:this.w8||(this.wl=r.ys),this.xz(),this.x6(),this.x7(),this.v4=this.v5(),this.w4.fs();break;case"ActualWindowRect":this.w4.fr(this.v4);break;case"ActualWorldRect":try{for(var y=t.__values(n.fromEnum(this.series)),d=y.next();!d.done;d=y.next()){d.value.rr(!1)}}catch(e){l={error:e}}finally{try{d&&!d.done&&(c=y.return)&&c.call(y)}finally{if(l)throw l.error}}break;case r.$$p[5]:this.xe=this.xf;break;case"ActualWindowScale":this.gc||this.rv(this.hs(),this.ht());break;case"ActualPixelScalingRatio":this.w4.fv(this.hi);break;case"WindowRectMinWidth":case"WindowRectMinHeight":var b=s;n.isNaN_(b)||n.isInfinity(b)?(this.hm=5e-6,this.hl=5e-6):(this.hm=b,this.hl=b);break;case r.$$p[7]:this.rr();break;case"MarkerAutomaticBehavior":try{for(var m=t.__values(n.fromEnum(this.series)),S=m.next();!S.done;S=m.next()){S.value.qg()}}catch(e){h={error:e}}finally{try{S&&!S.done&&(u=m.return)&&u.call(m)}finally{if(h)throw h.error}}}},r.prototype.x0=function(e,t){null!=this.imageTilesReady&&this.imageTilesReady(this,new h)},r.prototype.x5=function(e){null!=e&&(e.bi=null)},r.prototype.x6=function(){null!=this.ws&&(this.ws.mc=this.yt.left,this.ws.mb=this.yt.right),null!=this.wu&&(this.wu.mc=this.yt.top,this.wu.mb=this.yt.bottom),this.ws.c2(!0),this.wu.c2(!0)},r.prototype.getFontInfo=function(){return this.w5=this.w4.fo,this.w5},r.prototype.u8=function(){return this.w4.fw},r.prototype.getFontBrush=function(){return this.w4.fx},r.prototype.rd=function(t,i){if(null!==n.typeCast(n.ItfConverter.$,i)){var r=i,o=t;o.itemsSource=r.triangulationSource.points,o.w9=r.triangulationSource.triangles}else e.prototype.rd.call(this,t,i)},r.prototype.register=function(e,t){this.q1(e,t)},r.prototype.unRegister=function(e){this.rj(e)},r.prototype.deferredRefresh=function(){this.ni()},r.prototype.deferAction=function(e){null!=this.xh?this.xh.setTimeout(e,0):window.setTimeout(e,0)},r.prototype.xx=function(e){this.rq(e)},r.prototype.xi=function(){var e=new i.ChartVisualData,t=this.ws.fy(),r=this.wu.fy();e.axes.add1(t),e.axes.add1(r);for(var o=0;o<this.series.count;o++){var a=this.series._inner[o].km();e.series.add1(a)}return e.name=this.name,e.contentArea=n.RectData.b(this.wk),e.centralArea=n.RectData.b(this.wk),e.plotArea=n.RectData.b(this.wk),e},r.prototype.wb=function(e,t,i){return e},r.prototype.x1=function(){},Object.defineProperty(r.prototype,"y4",{get:function(){return this.yq},set:function(e){this.yq=e},enumerable:!1,configurable:!0}),r.prototype.yb=function(e){this.y4=e,this.ya()},r.prototype.ya=function(){if(this.xb&&!this.y4.isEmpty){var e=this.getZoomFromGeographicRect(this.y4);this.y4=n.Rect.empty,this.rx(e,!1)}},Object.defineProperty(r.prototype,"xb",{get:function(){return!this.wk.isEmpty&&!this.v8.isEmpty},enumerable:!1,configurable:!0}),r.$t=n.markType(r,"XamGeographicMap",i.SeriesViewer.$,[n.IMapRenderDeferralHandler_$type]),r.w2=0,r.yp=new n.Rect(2,{$type:n.Point_$type,x:-180,y:-85.05112878},{$type:n.Point_$type,x:180,y:85.05112878}),r.ys=new n.Rect(0,0,0,1,1),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"qm",["BackgroundTilingMode:wz:yc",[s,n.enumGetBox(s,0)],"IsHorizontalWrappingEnabled:w7:yd",[0,!1],"ResizeBehavior:w3:ye",[o,n.enumGetBox(o,r.w2)],"SuppressZoomResetOnWorldRectChange:w8:yf",[0,!1],"UseWorldRectForZoomBounds:w9:yg",[0,!1],"WindowScale:xf:yh",[1,NaN],"WorldRect:y5:yi",[n.Rect.$,r.yp],"Zoomable:xa:yj",[0,!0]]),r}(i.SeriesViewer),f=function(e){function r(t){var i=e.call(this)||this;return i.ak=null,i.imageTilesReady=null,i.an=null,i.ap=null,i.propertyChanged=null,i.imagesChanged=null,i.cancellingImage=null,i.downloadingImage=null,i.ab=r.$,i.ap=t,i.aj=i.ai(),i.bb(i.aj),i}return t.__extends(r,e),r.prototype.bb=function(e){},r.prototype.ai=function(){return new d(this)},Object.defineProperty(r.prototype,"deferralHandler",{get:function(){return this.ak},set:function(e){this.ak=e,null!=this.ao&&(this.ao.al=e)},enumerable:!1,configurable:!0}),r.prototype.a5=function(e,t){null!=this.imageTilesReady&&this.imageTilesReady(this,new h)},r.prototype.a9=function(){var e=this.ao;e.imageTilesReady=n.delegateCombine(e.imageTilesReady,n.runOn(this,this.a5)),this.ao.al=this.deferralHandler;var t=this.ao;t.imagesChanged=n.delegateCombine(t.imagesChanged,n.runOn(this,this.a4));var i=this.ao;i.downloadingImage=n.delegateCombine(i.downloadingImage,n.runOn(this,this.a3));var r=this.ao;r.cancellingImage=n.delegateCombine(r.cancellingImage,n.runOn(this,this.a2)),this.ao.bf=this.referer,this.ao.bj=this.userAgent,this.ao.av=this.isHorizontalWrappingEnabled},r.prototype.a3=function(e,t){null!=this.downloadingImage&&this.downloadingImage(this,t)},r.prototype.a2=function(e,t){null!=this.cancellingImage&&this.cancellingImage(this,t)},r.prototype.bg=function(){null!=this.ao&&this.aj.e()},r.prototype.ba=function(e,t,i){switch(e){case r.$$p[3]:this.bg();break;case"GeographicMap":this.aj.e();break;case r.$$p[1]:null!=this.ao&&(this.ao.bf=this.referer);break;case r.$$p[2]:null!=this.ao&&(this.ao.bj=this.userAgent);break;case r.$$p[0]:null!=this.ao&&(this.ao.av=this.isHorizontalWrappingEnabled)}null!=this.propertyChanged&&this.propertyChanged(this,new n.PropertyChangedEventArgs(e))},Object.defineProperty(r.prototype,"geographicMap",{get:function(){return this.c(r.geographicMapProperty)},set:function(e){this.h(r.geographicMapProperty,e)},enumerable:!1,configurable:!0}),r.a8=function(e,t){e.a7(t.oldValue,t.newValue)},r.prototype.a7=function(e,t){this.ba("GeographicMap",e,t)},r.prototype.clearTileCache=function(){null!=this.ao&&this.ao.bs(0,0,0,0)},Object.defineProperty(r.prototype,"ao",{get:function(){return this.an},set:function(e){this.an=e,null!=this.propertyChanged&&this.propertyChanged(this,new n.PropertyChangedEventArgs("MultiScaleImage"))},enumerable:!1,configurable:!0}),r.prototype.bn=function(e){if(null==this.geographicMap||e.width<1||e.height<1)return e;var t=new n.Rect(0,0,0,e.width,e.height),r=this.geographicMap.yy(t),o=y.yp,a=this.geographicMap.yt,s=Math.min(this.windowRect.height,this.windowRect.width),l=a.width/o.width;this.ao.a5=t.width/r.width*s*l;var c=this.geographicMap.ws,h=this.geographicMap.wu,u=new i.ScalerParams(1,this.windowRect,t,c.ch);u.c=r;var p=new i.ScalerParams(1,this.windowRect,t,h.ch);p.c=r;var g=c.el(o.left,u),f=h.el(o.bottom,p),d=-g/t.width*this.ao.a5,b=-f/t.height*this.ao.a5*(t.height/t.width);return this.ao.cm={$type:n.Point_$type,x:d,y:b},e},r.prototype.bd=function(e){this.aj.f(e)},r.prototype.bf=function(e){this.aj.h(e)},r.prototype.be=function(e){this.aj.g(e)},r.prototype.a4=function(e,t){null!=this.imagesChanged&&this.imagesChanged(this,new u)},r.prototype.a6=function(){this.aj.e()},r.prototype.bc=function(e){this.aj.i(e)},r.prototype.v=function(){e.prototype.v.call(this),this.ap.o=this._opacity},r.$t=n.markType(r,"GeographicMapImagery",n.Control.$,[n.INotifyPropertyChanged_$type]),r.geographicMapProperty=n.DependencyProperty.i("GeographicMap",y.$,r.$,new n.PropertyMetadata(2,null,r.a8)),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"ba",["IsHorizontalWrappingEnabled",[0,!1],"Referer",[2,null],"UserAgent",[2,null],"WindowRect",[n.Rect.$,n.Rect.empty]]),r}(n.Control),d=function(e){function i(t){var i=e.call(this)||this;return i.a=null,i.j=null,i.d=null,i.b=1,i.j=n.Rect.empty,i.a=t,i.a.ao=new n.XamMultiScaleImage,i.a.ao.ao=i.a.ap,i.a.a9(),i}return t.__extends(i,e),i.prototype.e=function(){this.j.isEmpty||this.a.bn(new n.Size(1,this.j.width,this.j.height))},i.prototype.f=function(e){this.a.ao.b1(e)},i.prototype.g=function(e){this.d=e,this.a.ao.b2(e)},i.prototype.h=function(e){this.j=e,this.a.ao.b3(e),this.a.a6()},Object.defineProperty(i.prototype,"c",{get:function(){return this.b},enumerable:!1,configurable:!0}),i.prototype.i=function(e){this.b=e,this.a.ao.bz(e)},i.$t=n.markType(i,"GeographicMapImageryView"),i}(n.Base),b=function(e){function i(t){var i=e.call(this,t)||this;return i.ch=null,i.ch=t,i}return t.__extends(i,e),i.prototype.b5=function(){e.prototype.b5.call(this);var t=this.ch.w0;t.x0=this.ch.xc,t.x8=this.ch.xa,t.trianglesSource=this.ch.w9,t.xo=this.ch.xf,t.xq=this.ch.xh,t.xs=this.ch.xj},i.prototype.ck=function(){var e=this.ch.w0;if(null==this.ch.db)return e.wy=null,void(e.wz=null);e.wy=this.ch.db.ws,e.wz=this.ch.db.wu},i.prototype.cj=function(){this.ch.w0.x0=this.ch.xc},i.prototype.ci=function(){this.ch.w0.x8=this.ch.xa},i.prototype.cl=function(){this.ch.w0.trianglesSource=this.ch.w9},i.prototype.cm=function(){this.ch.w0.xo=this.ch.xf},i.prototype.cn=function(){this.ch.w0.xq=this.ch.xh},i.prototype.co=function(){this.ch.w0.xs=this.ch.xj},i.$t=n.markType(i,"GeographicXYTriangulatingSeriesView",g.$),i}(g),m=function(e){function i(t){var i=e.call(this,t)||this;return i.cp=null,i.cp=t,i}return t.__extends(i,e),i.prototype.au=function(){e.prototype.au.call(this),this.q},i.prototype.b5=function(){e.prototype.b5.call(this),null!=this.cp.xu&&(this.cp.xu.y7=this.cp.xy,this.cp.xu.yv=this.cp.xt)},i.prototype.cq=function(){null!=this.cp.xu&&(this.cp.xu.y7=this.cp.xy)},i.prototype.cr=function(){null!=this.cp.xu&&(this.cp.xu.yv=this.cp.xt)},i.$t=n.markType(i,"GeographicScatterAreaSeriesView",b.$),i}(b),S=function(e){function r(t){var i=e.call(this,t)||this;return i.fn=null,i.fz=null,i.fx=null,i.fw=null,i.fo=null,i.fp=NaN,i.fz=n.Rect.empty,i.fn=t,i.fn.u1=2,i.fn.it=5e-6,i}return t.__extends(r,e),r.prototype.m=function(e){return 2},r.prototype.bk=function(e){this.j.bw(e),this.fn.xx(e),this.el()},r.prototype.get_ap=function(){return!0},r.prototype.d4=function(){var e,t,i,r,o,a=this.j.a8(e,t,i,r,o);e=a.p0,t=a.p1,i=a.p2,r=a.p3,o=a.p4,this.fx=i,this.fo=r,this.fw=o;var s=this.j.e();if(this.fn.ag=s.a,this.fn.aj=s.f,this.fn.ah=null!=s.b?s.b:new n.BrushCollection,this.fn.ai=null!=s.c?s.c:new n.BrushCollection,0==this.fn.ah.count)for(var l=0;l<s.a.count;l++)this.fn.ah.add(s.a.item(l));if(0==s.c.count)for(var c=0;c<s.f.count;c++)this.fn.ai.add(s.f.item(c))},r.prototype.du=function(t){if(e.prototype.du.call(this,t),null!=this.fn.backgroundContent){var i=this.fn.backgroundContent;i.be(this.j.ae),i.bd(t)}},r.prototype.dv=function(t){(e.prototype.dv.call(this,t),this.fz=t,null!=this.fn.backgroundContent)&&this.fn.backgroundContent.bf(this.fz)},r.prototype.fy=function(){return new n.Rect(0,0,0,this.fz.width,this.fz.height)},r.prototype.fs=function(){null!=this.fn.backgroundContent&&this.fn.backgroundContent.a6()},r.prototype.fr=function(e){null!=this.fn.wx&&(this.fn.wx.windowRect=e)},r.prototype.fu=function(e,t){if(null!=this.fn.wx&&(this.fn.wx.windowRect=this.fn.v4),null!=e){var i=e.ao;null!=i&&this.fn.al.h.remove(i.ag),e.bd(null),e.be(null)}if(null!=t){var n=t.ao;null!=n&&this.fn.al.h.add(n.ag),this.fz.isEmpty||this.dv(this.fz),null!=this.w&&this.du(this.w)}null==t&&this.ft(this.w)},r.prototype.ft=function(e){var t=this.fn.hi;1!=t&&(e.aa(),e.ab(t,t)),e.l(this.fz.left,this.fz.top,this.fz.width,this.fz.height),1!=t&&e.z()},r.prototype.d1=function(){this.fd.ad=i.Defaults.j,this.fe.ad=i.Defaults.j,this.fd._stroke=i.Defaults.ae,this.fe._stroke=i.Defaults.ae,e.prototype.d1.call(this)},r.prototype.fv=function(e){this.fp=e,null!=this.fn.backgroundContent&&this.fn.backgroundContent.bc(e)},Object.defineProperty(r.prototype,"fq",{get:function(){return this.fp},set:function(e){this.fp=e},enumerable:!1,configurable:!0}),r.$t=n.markType(r,"XamGeographicMapView",i.SeriesViewerView.$),r}(i.SeriesViewerView),_=function(e){function i(){return e.call(this,new n.OpenStreetMapTileSource)||this}return t.__extends(i,e),Object.defineProperty(i.prototype,"tilePath",{get:function(){return this.c(i.tilePathProperty)},set:function(e){this.h(i.tilePathProperty,e)},enumerable:!1,configurable:!0}),i.br=function(e,t){e.bq("TilePath",t.oldValue,t.newValue)},i.prototype.bq=function(t,i,n){switch(t){case"TilePath":this.ap.setTilePathUrl(null==n?null:n),this.aj.e()}e.prototype.ba.call(this,t,i,n)},i.$t=n.markType(i,"OpenStreetMapImagery",f.$),i.tilePathProperty=n.DependencyProperty.i("TilePath",n.String_$type,i.$,new n.PropertyMetadata(2,null,i.br)),i}(f),w=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(i,e),i.prototype.cs=function(){return new b(this)},i.prototype.q1=function(t){e.prototype.q1.call(this,t),this.w8=t},i.prototype.q9=function(t,n,r,o){switch(e.prototype.q9.call(this,t,n,r,o),n){case"SeriesViewer":this.w8.ck();break;case i.$$p[1]:this.w8.cj();break;case i.$$p[0]:this.w8.ci();break;case i.$$p[5]:this.w8.cl();break;case i.$$p[2]:this.w8.cm();break;case i.$$p[3]:this.w8.cn();break;case i.$$p[4]:this.w8.co()}},i.$t=n.markType(i,"GeographicXYTriangulatingSeries",p.$),i.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,i,"raisePropertyChanged",["LatitudeMemberPath:xa:xl",[2,"pointY"],"LongitudeMemberPath:xc:xm",[2,"pointX"],"TriangleVertexMemberPath1:xf:xo",[2,"v1"],"TriangleVertexMemberPath2:xh:xp",[2,"v2"],"TriangleVertexMemberPath3:xj:xq",[2,"v3"],"TrianglesSource:w9:xn",[n.IEnumerable_$type,null]]),i}(p),k=function(e){function r(){var t=e.call(this)||this;return t.xr=null,t.triangulationStatusChanged=null,t.ab=r.$,t}return t.__extends(r,e),r.prototype.bj=function(){return new r},r.prototype.get_eu=function(){return!0},Object.defineProperty(r.prototype,"xt",{get:function(){return this.xr},set:function(e){if(this.xr!=e){var t=this.xr;if(null!=this.xr){var i=this.xr;i.propertyChanged=n.delegateRemove(i.propertyChanged,n.runOn(this,this.x1))}if(this.xr=e,null!=this.xr){var r=this.xr;r.propertyChanged=n.delegateCombine(r.propertyChanged,n.runOn(this,this.x1))}this.raisePropertyChanged("ColorScale",t,this.xr),null!=this.xu&&(this.xu.yv=e)}},enumerable:!1,configurable:!0}),r.prototype.x1=function(e,t){this.xw.cr(),this.x3(),this.rr(!1)},r.prototype.x3=function(){null!=this.xu&&(this.xs=this.xu.yu)},r.prototype.sh=function(){e.prototype.sh.call(this),this.x3()},r.prototype.wz=function(){this.xu=new i.ScatterAreaSeries;var e=this.xu;return e.triangulationStatusChanged=n.delegateCombine(e.triangulationStatusChanged,n.runOn(this,this.x2)),this.xu},r.prototype.x2=function(e,t){null!=this.triangulationStatusChanged&&this.triangulationStatusChanged(this,t)},r.prototype.cs=function(){return new m(this)},r.prototype.q1=function(t){e.prototype.q1.call(this,t),this.xw=t},r.prototype.q9=function(t,i,n,o){switch(e.prototype.q9.call(this,t,i,n,o),i){case r.$$p[1]:this.xw.cq();break;case"ColorScale":this.xw.cr(),this.x3()}},r.prototype.get_g7=function(){return!0},r.prototype.set_g7=function(t){e.prototype.set_g7.call(this,t)},r.$t=n.markType(r,"GeographicScatterAreaSeries",w.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["ActualColorScale:xs:x4",[i.ColorScale.$,null],"ColorMemberPath:xy:x5",[2,"value"]]),r}(w),v=function(){function e(){this._implementation=this.createImplementation(),this._implementation.externalObject=this,this.onImplementationCreated(),this._initializeAdapters&&this._initializeAdapters()}return e.prototype.createImplementation=function(){return new h},Object.defineProperty(e.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),e.prototype.onImplementationCreated=function(){},e.prototype._provideImplementation=function(e){this._implementation=e,this._implementation.externalObject=this,this.onImplementationCreated(),this._initializeAdapters&&this._initializeAdapters()},e}(),x=function(e){function r(){var r=e.call(this)||this;r.contentSeries=[],r.actualSeries=[],r._series=null,r._dataSource=null,r._seriesAdapter=null,r._disconnected=!1,r._defaultTooltips=null,r._imageTilesReady=null,r._imageTilesReady_wrapped=null,r._styling&&n.NamePatcher.ensureStylablePatched(Object.getPrototypeOf(r)),r._renderer=new n.WebComponentRenderer(r,document,!0,i.DataChartStylingDefaults),r._container=r._renderer.createElement("div"),r._renderer.updateRoot(r._container),r._container.setStyleProperty("display","block"),r._container.setStyleProperty("width","100%"),r._container.setStyleProperty("height","100%"),r._container,null!=r._container.nativeElement&&r._container.nativeElement,r._wrapper=r._renderer;var o=r.i;return r._chart=o,r._seriesAdapter=new n.CollectionAdapter(r.contentSeries,r.i.series,r.actualSeries,(function(e){return e.i}),(function(e){e.owner=r,e._provideRenderer(r._dataSource),e.provideData(r._dataSource),r.parentElement&&e._styling(r,r,r),r._ensureDefaultTooltip(e),r._ensureTooltipCreated(e)}),(function(e){e._provideRenderer(null),e.provideData(null)})),o.provideContainer(r._renderer),new MutationObserver((function(e){var i,n;try{for(var o=t.__values(e),a=o.next();!a.done;a=o.next()){"childList"==a.value.type&&r.updateContentChildren()}}catch(e){i={error:e}}finally{try{a&&!a.done&&(n=o.return)&&n.call(o)}finally{if(i)throw i.error}}})).observe(r,{childList:!0}),r._renderer.addSizeWatcher((function(){r.notifyContainerResized()})),r}return t.__extends(r,e),Object.defineProperty(r.prototype,"height",{get:function(){return this._height},set:function(e){this._height=e,this.style.height=e,this.notifyContainerResized()},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"width",{get:function(){return this._width},set:function(e){this._width=e,this.style.width=e,this.notifyContainerResized()},enumerable:!1,configurable:!0}),r.prototype.notifyContainerResized=function(){this._chart.notifyContainerResized()},Object.defineProperty(r.prototype,"legend",{get:function(){if(null!=this.i.legend)return this.i.legend.externalObject},set:function(e){null!=e&&null!=e&&(this.i.legend=e.i)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"series",{get:function(){var e=this;if(null===this._series){var t=new i.IgcSeriesCollection;t._innerColl.addListener((function(t,i){if(e._seriesAdapter)switch(i.action){case n.NotifyCollectionChangedAction.Add:e._seriesAdapter.addManualItem(i.newItems.item(0));break;case n.NotifyCollectionChangedAction.Remove:e._seriesAdapter.removeManualItemAt(i.oldStartingIndex);break;case n.NotifyCollectionChangedAction.Replace:e._seriesAdapter.removeManualItemAt(i.oldStartingIndex),e._seriesAdapter.insertManualItem(i.newStartingIndex,i.newItems.item(0));break;case n.NotifyCollectionChangedAction.Reset:e._seriesAdapter.clearManualItems()}})),this._series=t}return this._series},enumerable:!1,configurable:!0}),r.prototype.destroy=function(){this._chart.destroy(),this._wrapper.destroy()},r.prototype.createImplementation=function(){return new y},Object.defineProperty(r.prototype,"dataSource",{get:function(){return this._dataSource},set:function(e){this._dataSource=e,this.bindData()},enumerable:!1,configurable:!0}),r.prototype.bindData=function(){if(this.actualSeries&&this.actualSeries.length>0)for(var e=this.actualSeries,t=0;t<e.length;t++)e[t].provideData(this._dataSource)},r.prototype.updateContentChildren=function(){this.contentSeries.length=0;for(var e=0;e<this.children.length;e++)this.children[e]instanceof i.IgcSeriesComponent&&this.contentSeries.push(this.children[e]);null!=this._seriesAdapter&&this._seriesAdapter.notifyContentChanged()},r.prototype.disconnectedCallback=function(){this._disconnected=!0,this.i&&this.i.onDetachedFromUI()},r.prototype.connectedCallback=function(){if(this._disconnected)return this._disconnected=!1,void(this.i&&this.i.onAttachedToUI());this.classList.add("igc-geographic-map"),this.classList.add("ig-geographic-map"),this.appendChild(this._renderer.rootWrapper.getNativeElement()),this._attached=!0,this.style.display="block",this.style.height=this._height,this.style.width=this._width,this._flushQueuedAttributes(),this._styling(this,this);for(var e=0;e<this.actualSeries.length;e++){this.actualSeries[e]._styling(this,this,this)}this.updateContentChildren(),this.afterContentInit()},r.prototype.afterContentInit=function(){var e=this;if(n.TypeRegistrar.isRegistered("IgcDataChartDefaultTooltipsComponent")){var t=n.TypeRegistrar.create("IgcDataChartDefaultTooltipsComponent");this._defaultTooltips=t,t.onContentReady=function(){e._onDefaultTooltipsReady(t)}}this.i.notifyContainerResized()},r.prototype._ensureTooltipCreated=function(e){var t=this;e._ensureTooltipCreated((function(){return t.createTooltip()}),(function(e){var i=new n.WebComponentWrapper(e,t._renderer);return i.updateToolTip=e.updateToolTip,i.hideToolTip=e.hideToolTip,i}))},r.prototype._ensureDefaultTooltip=function(e){null!=this._defaultTooltips&&this._defaultTooltips.ensureDefaultTooltip(e)},r.prototype._onDefaultTooltipsReady=function(e){if(this.actualSeries&&this.actualSeries.length>0)for(var t=this.actualSeries,i=0;i<t.length;i++)t[i].showDefaultTooltip&&this._ensureDefaultTooltip(t[i])},r.prototype.createTooltip=function(){if(!n.TypeRegistrar.isRegistered("IgcTooltipContainerComponent"))return null;var e=n.TypeRegistrar.create("IgcTooltipContainerComponent"),t=e,i=this;return t.updateToolTip=function(r,o){if(r.externalObject)r=r.externalObject;else{var a=new n.IgcDataContext;a._implementation=r,r=a}return o?r.isSubContent=!0:t.parentElement!=i._container.getNativeElement()&&(null!=t.parentElement&&t.parentElement.removeChild(t),i._container.getNativeElement().appendChild(t)),e.context=r,t.style.display="block",!0},t.hideToolTip=function(){t.style.display="none"},t.style.display="none",e},Object.defineProperty(r.prototype,"backgroundContent",{get:function(){return null!=this.i.backgroundContent?this.i.backgroundContent.externalObject:null},set:function(e){if("string"==typeof e&&"empty"==e)return this.i.backgroundContent=null,void this._a("backgroundContent","empty");null!=e&&null!=e?this.i.backgroundContent=e.i:(this.i.backgroundContent=null,this._a("backgroundContent","empty"))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(r,"observedAttributes",{get:function(){if(null==r._observedAttributesIgcGeographicMapComponent){for(var e=n.getAllPropertyNames(r),t=0;t<e.length;t++)e[t]=n.toSpinal(e[t]);r._observedAttributesIgcGeographicMapComponent=e}return r._observedAttributesIgcGeographicMapComponent},enumerable:!1,configurable:!0}),r.register=function(){r._isElementRegistered||(r._isElementRegistered=!0,n.RegisterElementHelper.registerElement(r.htmlTagName,r))},Object.defineProperty(r.prototype,"zoomable",{get:function(){return this.i.xa},set:function(e){this.i.xa=n.ensureBool(e),this._a("zoomable",this.i.xa)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"resizeBehavior",{get:function(){return this.i.w3},set:function(e){this.i.w3=n.ensureEnum(o,e),this._a("resizeBehavior",n.enumToString(o,this.i.w3))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"isHorizontalWrappingEnabled",{get:function(){return this.i.w7},set:function(e){this.i.w7=n.ensureBool(e),this._a("isHorizontalWrappingEnabled",this.i.w7)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"backgroundTilingMode",{get:function(){return this.i.wz},set:function(e){this.i.wz=n.ensureEnum(s,e),this._a("backgroundTilingMode",n.enumToString(s,this.i.wz))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"useWorldRectForZoomBounds",{get:function(){return this.i.w9},set:function(e){this.i.w9=n.ensureBool(e),this._a("useWorldRectForZoomBounds",this.i.w9)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"suppressZoomResetOnWorldRectChange",{get:function(){return this.i.w8},set:function(e){this.i.w8=n.ensureBool(e),this._a("suppressZoomResetOnWorldRectChange",this.i.w8)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"worldRect",{get:function(){return n.fromRect(this.i.y5)},set:function(e){this.i.y5=n.toRect(e),this._a("worldRect",n.rectToString(this.i.y5))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualWorldRect",{get:function(){return n.fromRect(this.i.yt)},set:function(e){this.i.yt=n.toRect(e),this._a("actualWorldRect",n.rectToString(this.i.yt))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"xAxis",{get:function(){var e=this.i.ws;if(null==e)return null;if(!e.externalObject){var t=i.IgcNumericXAxisComponent._createFromInternal(e);t&&(t._implementation=e),e.externalObject=t}return e.externalObject},set:function(e){null!=e&&this._stylingContainer&&e._styling&&e._styling(this._stylingContainer,this,this),this.i.ws=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"yAxis",{get:function(){var e=this.i.wu;if(null==e)return null;if(!e.externalObject){var t=i.IgcNumericYAxisComponent._createFromInternal(e);t&&(t._implementation=e),e.externalObject=t}return e.externalObject},set:function(e){null!=e&&this._stylingContainer&&e._styling&&e._styling(this._stylingContainer,this,this),this.i.wu=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"isMap",{get:function(){return this.i.fd},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"windowScale",{get:function(){return this.i.xf},set:function(e){this.i.xf=+e,this._a("windowScale",this.i.xf)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualWindowScale",{get:function(){return this.i.xe},set:function(e){this.i.xe=+e,this._a("actualWindowScale",this.i.xe)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"zoomIsReady",{get:function(){return this.i.xb},enumerable:!1,configurable:!0}),r.prototype.findByName=function(t){var i=e.prototype.findByName.call(this,t);return i||(this.backgroundContent&&this.backgroundContent.name&&this.backgroundContent.name==t?this.backgroundContent:null)},r.prototype._styling=function(t,i,n){e.prototype._styling.call(this,t,i,n),this._inStyling=!0,this.xAxis&&this.xAxis._styling&&this.xAxis._styling(t,i,this),this.yAxis&&this.yAxis._styling&&this.yAxis._styling(t,i,this),this._inStyling=!1},r.prototype.getCurrentActualWorldRect=function(){var e=this.i.yx();return n.fromRect(e)},r.prototype.getZoomRectFromGeoRect=function(e){var t=this.i.getZoomRectFromGeoRect(n.toRect(e));return n.fromRect(t)},r.prototype.updateZoomWindow=function(e){this.i.x9(n.toRect(e))},r.prototype.updateWorldRect=function(e){this.i.x8(n.toRect(e))},r.prototype.getZoomFromGeographicRect=function(e){var t=this.i.getZoomFromGeographicRect(n.toRect(e));return n.fromRect(t)},r.prototype.convertGeographicToZoom=function(e,t){var i=this.i.yu(n.toRect(e),t);return n.fromRect(i)},r.prototype.getZoomFromGeographicPoints=function(e,t){var i=this.i.getZoomFromGeographicPoints(n.toPoint(e),n.toPoint(t));return n.fromRect(i)},r.prototype.getGeographicFromZoom=function(e){var t=this.i.yz(n.toRect(e));return n.fromRect(t)},r.prototype.getGeographicPoint=function(e){var t=this.i.yl(n.toPoint(e));return n.fromPoint(t)},r.prototype.getPixelPoint=function(e){var t=this.i.ym(n.toPoint(e));return n.fromPoint(t)},r.prototype.getWindowPoint=function(e){var t=this.i.yn(n.toPoint(e));return n.fromPoint(t)},r.prototype.clearTileCache=function(){this.i.xw()},r.prototype.styleUpdated=function(){this.i.x4()},r.prototype.getActualWindowScaleHorizontal=function(){return this.i.hs()},r.prototype.getActualWindowScaleVertical=function(){return this.i.ht()},r.prototype.deferredRefresh=function(){this.i.deferredRefresh()},r.prototype.exportVisualData=function(){return this.i.xi()},r.prototype.zoomToGeographic=function(e){this.i.yb(n.toRect(e))},Object.defineProperty(r.prototype,"imageTilesReady",{get:function(){return this._imageTilesReady},set:function(e){var t=this;null!==this._imageTilesReady_wrapped&&(this.i.imageTilesReady=n.delegateRemove(this.i.imageTilesReady,this._imageTilesReady_wrapped),this._imageTilesReady_wrapped=null,this._imageTilesReady=null),this._imageTilesReady=e,this._imageTilesReady_wrapped=function(e,i){var n=new v;n._provideImplementation(i),t.beforeImageTilesReady&&t.beforeImageTilesReady(t,n),t._imageTilesReady&&t._imageTilesReady(t,n)},this.i.imageTilesReady=n.delegateCombine(this.i.imageTilesReady,this._imageTilesReady_wrapped)},enumerable:!1,configurable:!0}),r._observedAttributesIgcGeographicMapComponent=null,r.htmlTagName="igc-geographic-map",r._isElementRegistered=!1,r}(i.IgcSeriesViewerComponent),C=function(e){function i(t){var i=e.call(this)||this;if(t)for(var n=0;n<t.length;n++)i.add(t[n]);return i}return t.__extends(i,e),i.prototype._createInnerColl=function(){var e=new n.SyncableObservableCollection$2(n.String_$type,n.String_$type,0);return e.compare=function(e,t){var i=e;return i.equals?i.equals(t):i===t},e.createTo=function(e){return e},e.createFrom=function(e){return e},e},i}(n.IgCollection),P=function(e){return e[e.Aerial=0]="Aerial",e[e.AerialWithLabels=1]="AerialWithLabels",e[e.Road=2]="Road",e[e.CanvasDark=3]="CanvasDark",e[e.CanvasLight=4]="CanvasLight",e[e.CanvasGray=5]="CanvasGray",e}({}),M=n.markEnum("BingMapsImageryStyle","Aerial,0|AerialWithLabels,1|Road,2|CanvasDark,3|CanvasLight,4|CanvasGray,5"),I=function(){function e(){this._implementation=this.createImplementation(),this._implementation.externalObject=this,this.onImplementationCreated(),this._initializeAdapters&&this._initializeAdapters()}return e.prototype.createImplementation=function(){return new u},Object.defineProperty(e.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),e.prototype.onImplementationCreated=function(){},e.prototype._provideImplementation=function(e){this._implementation=e,this._implementation.externalObject=this,this.onImplementationCreated(),this._initializeAdapters&&this._initializeAdapters()},e}(),T=function(){function e(){this._imageTilesReady=null,this._imageTilesReady_wrapped=null,this._imagesChanged=null,this._imagesChanged_wrapped=null,this._cancellingImage=null,this._cancellingImage_wrapped=null,this._downloadingImage=null,this._downloadingImage_wrapped=null,this._implementation=this.createImplementation(),this._implementation.externalObject=this,this.onImplementationCreated(),this._initializeAdapters&&this._initializeAdapters()}return e.prototype.createImplementation=function(){return null},Object.defineProperty(e.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),e._createFromInternal=function(e){if(!e)return null;if(!e.$type)return null;var t="Igc"+e.$type.name+"Component";return n.TypeRegistrar.isRegistered(t)?n.TypeRegistrar.create(t):null},e.prototype.onImplementationCreated=function(){},e.prototype._provideImplementation=function(e){this._implementation=e,this._implementation.externalObject=this,this.onImplementationCreated(),this._initializeAdapters&&this._initializeAdapters()},Object.defineProperty(e.prototype,"deferralHandler",{get:function(){return this.i.deferralHandler},set:function(e){this.i.deferralHandler=e},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"windowRect",{get:function(){return n.fromRect(this.i.windowRect)},set:function(e){this.i.windowRect=n.toRect(e)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"geographicMap",{get:function(){var e=this.i.geographicMap;return null==e?null:e.externalObject},set:function(e){this.i.geographicMap=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"referer",{get:function(){return this.i.referer},set:function(e){this.i.referer=e},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"isHorizontalWrappingEnabled",{get:function(){return this.i.isHorizontalWrappingEnabled},set:function(e){this.i.isHorizontalWrappingEnabled=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"userAgent",{get:function(){return this.i.userAgent},set:function(e){this.i.userAgent=e},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"opacity",{get:function(){return this.i.opacity},set:function(e){this.i.opacity=+e},enumerable:!1,configurable:!0}),e.prototype.findByName=function(e){return this.findEphemera&&e&&0==e.indexOf("@@e:")?this.findEphemera(e):this.geographicMap&&this.geographicMap.name&&this.geographicMap.name==e?this.geographicMap:null},e.prototype.clearTileCache=function(){this.i.clearTileCache()},Object.defineProperty(e.prototype,"imageTilesReady",{get:function(){return this._imageTilesReady},set:function(e){var t=this;null!==this._imageTilesReady_wrapped&&(this.i.imageTilesReady=n.delegateRemove(this.i.imageTilesReady,this._imageTilesReady_wrapped),this._imageTilesReady_wrapped=null,this._imageTilesReady=null),this._imageTilesReady=e,this._imageTilesReady_wrapped=function(e,i){var n=new v;n._provideImplementation(i),t.beforeImageTilesReady&&t.beforeImageTilesReady(t,n),t._imageTilesReady&&t._imageTilesReady(t,n)},this.i.imageTilesReady=n.delegateCombine(this.i.imageTilesReady,this._imageTilesReady_wrapped)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"imagesChanged",{get:function(){return this._imagesChanged},set:function(e){var t=this;null!==this._imagesChanged_wrapped&&(this.i.imagesChanged=n.delegateRemove(this.i.imagesChanged,this._imagesChanged_wrapped),this._imagesChanged_wrapped=null,this._imagesChanged=null),this._imagesChanged=e,this._imagesChanged_wrapped=function(e,i){var n=new I;n._provideImplementation(i),t.beforeImagesChanged&&t.beforeImagesChanged(t,n),t._imagesChanged&&t._imagesChanged(t,n)},this.i.imagesChanged=n.delegateCombine(this.i.imagesChanged,this._imagesChanged_wrapped)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"cancellingImage",{get:function(){return this._cancellingImage},set:function(e){var t=this;null!==this._cancellingImage_wrapped&&(this.i.cancellingImage=n.delegateRemove(this.i.cancellingImage,this._cancellingImage_wrapped),this._cancellingImage_wrapped=null,this._cancellingImage=null),this._cancellingImage=e,this._cancellingImage_wrapped=function(e,i){var r=new n.IgcCancellingMultiScaleImageEventArgs;r._provideImplementation(i),t.beforeCancellingImage&&t.beforeCancellingImage(t,r),t._cancellingImage&&t._cancellingImage(t,r)},this.i.cancellingImage=n.delegateCombine(this.i.cancellingImage,this._cancellingImage_wrapped)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"downloadingImage",{get:function(){return this._downloadingImage},set:function(e){var t=this;null!==this._downloadingImage_wrapped&&(this.i.downloadingImage=n.delegateRemove(this.i.downloadingImage,this._downloadingImage_wrapped),this._downloadingImage_wrapped=null,this._downloadingImage=null),this._downloadingImage=e,this._downloadingImage_wrapped=function(e,i){var r=new n.IgcDownloadingMultiScaleImageEventArgs;r._provideImplementation(i),t.beforeDownloadingImage&&t.beforeDownloadingImage(t,r),t._downloadingImage&&t._downloadingImage(t,r)},this.i.downloadingImage=n.delegateCombine(this.i.downloadingImage,this._downloadingImage_wrapped)},enumerable:!1,configurable:!0}),e}(),$=function(e){function i(t){for(var i=[],r=1;r<arguments.length;r++)i[r-1]=arguments[r];var o=this;switch(t=null==t?0:t){case 0:o=e.call(this,n.String_$type,0)||this;break;case 1:var a=i[0];o=e.call(this,n.String_$type,1,a)||this}return o}return t.__extends(i,e),i.$t=n.markType(i,"SubDomainsCollection",n.ObservableCollection$1.$.specialize(n.String_$type)),i}(n.ObservableCollection$1),j=function(e){function i(t){var i=e.call(this,t)||this;return i.k=t,i}return t.__extends(i,e),i.prototype.m=function(){null==this.k.subDomains&&(this.k.subDomains=new $(0)),this.k.ap.tilePath=this.k.actualTilePath,this.k.ap.subDomains=this.k.actualSubDomains,this.k.ap.cultureName=this.k.cultureName},i.prototype.o=function(){this.k.ap.tilePath=this.k.actualTilePath},i.prototype.l=function(){this.k.ap.cultureName=this.k.cultureName},i.prototype.n=function(){this.k.ap.subDomains=this.k.actualSubDomains},i.$t=n.markType(i,"BingMapsMapImageryView",d.$),i}(d),O=function(e){function i(){var t=e.call(this,new n.BingMapsTileSource(0))||this;return t._pendingBingRequest_=null,t._isInitialized=!1,t.bz=null,t.bq=null,t.b0=null,t.by=null,t.getResponseCompleted=t.getResponseCompleted.bind(t),t.bp.m(),t.actualBingImageryRestUri=i.cc,t}return t.__extends(i,e),i.prototype.ai=function(){return new j(this)},i.prototype.bb=function(t){e.prototype.bb.call(this,t),this.bp=t},Object.defineProperty(i.prototype,"isInitialized",{get:function(){return this._isInitialized},set:function(e){this._isInitialized=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"actualTilePath",{get:function(){return this.bz},set:function(e){var t=this.bz;this.bz=e,this.cm("ActualTilePath",t,this.bz)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"actualSubDomains",{get:function(){return this.bq},set:function(e){var t=this.bq;this.bq=e,this.cm("ActualSubDomains",t,this.bq)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"bingImageryRestUri",{get:function(){return this.b0},set:function(e){var t=this.b0;this.b0=e,this.cm("BingImageryRestUri",t,this.b0)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"actualBingImageryRestUri",{get:function(){return this.by},set:function(e){var t=this.by;this.by=e,this.ba("ActualBingImageryRestUri",t,this.by)},enumerable:!1,configurable:!0}),i.prototype.requestMapSettings=function(){this.co(!0)},i.prototype.co=function(e){this.cl(e)},i.prototype.bw=function(){return null==this.tilePath&&null==this.subDomains},i.prototype.cq=function(){this.isInitialized=!1,this.bv()?this.isDeferredLoad||this.co(!1):this.cp("",null)},i.prototype.bv=function(){return!(n.stringIsNullOrEmpty(this.apiKey)||this.apiKey.length<20)},i.prototype.cj=function(){},i.prototype.cp=function(e,t){e!=this.actualTilePath&&(this.actualTilePath=e);var i=null==t?null:new $(1,t);this.actualSubDomains!=i&&(this.actualSubDomains=i),this.bp.m()},i.prototype.cl=function(e){if(e||!this.isDeferredLoad){if(!this.bv())return this.isInitialized=!1,void this.cp("",null);this.isInitialized=!0;var t=null;if(null!=this.bingImageryRestUri?n.Uri.isWellFormedUriString(this.bingImageryRestUri,1)&&(t=this.bingImageryRestUri):n.Uri.isWellFormedUriString(this.actualBingImageryRestUri,1)&&(t=this.actualBingImageryRestUri),null!=t){var i=this.imageryStyle,r=(t+=n.enumGetBox(M,i))+"?"+("key="+this.apiKey+"&include=ImageryProviders");this._pendingBingRequest_=n.HttpRequestUtil.submit(r,this.getResponseCompleted,null)}else this.cp("",null)}},i.prototype.getResponseCompleted=function(e,t){if(t==this._pendingBingRequest_){this._pendingBingRequest_=null;var i=e,r=JSON.parse(i).resourceSets;if(null!=r){var o=r.length>0?r[0].resources:null;if(null!=o&&0!=o.length){for(var a=o[0].imageUrl,s=new n.List$1(n.String_$type,0),l=0;l<o[0].imageUrlSubdomains.length;l++)s.add(o[0].imageUrlSubdomains[l]);this.cp(a,s)}}}},i.prototype.ci=function(e,t){this.aj.e(),this.cq(),this.cm(i.$$p[4],this.actualSubDomains,this.actualSubDomains)},i.prototype.cm=function(t,r,o){switch(t){case i.$$p[0]:case i.$$p[3]:this.cq();break;case i.$$p[5]:this.cj(),this.actualTilePath=o,this.bp.o(),this.aj.e();break;case i.$$p[1]:this.bp.l(),this.aj.e();break;case i.$$p[2]:this.cq();break;case i.$$p[4]:this.cj();var a=o;if(null!=this.actualSubDomains){var s=this.actualSubDomains;s.collectionChanged=n.delegateRemove(s.collectionChanged,n.runOn(this,this.ci))}this.actualSubDomains=a,null!=this.actualSubDomains&&(a.collectionChanged=n.delegateCombine(a.collectionChanged,n.runOn(this,this.ci))),this.bp.n(),this.aj.e();break;case"ActualTilePath":var l=o;n.stringIsNullOrEmpty(l)&&this.cq();break;case"BingImageryRestUri":this.actualBingImageryRestUri=o,this.cj(),this.cq();break;case"ActualBingImageryRestUri":this.cj(),this.cq()}e.prototype.ba.call(this,t,r,o)},i.$t=n.markType(i,"BingMapsMapImagery",f.$),i.cc="http://dev.virtualearth.net/REST/v1/Imagery/Metadata/",i.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,i,"cm",["ApiKey",[2,n.stringEmpty()],"CultureName",[2,"en-US"],"ImageryStyle",[M,n.enumGetBox(M,1)],"IsDeferredLoad",[0,!1],"SubDomains",[$.$,null],"TilePath",[2,null]]),i}(f),R=function(e){function i(){var t=e.call(this)||this;return t._subDomains=null,t._actualSubDomains=null,t}return t.__extends(i,e),i.prototype.createImplementation=function(){return new O},Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"isInitialized",{get:function(){return this.i.isInitialized},set:function(e){this.i.isInitialized=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"isDeferredLoad",{get:function(){return this.i.isDeferredLoad},set:function(e){this.i.isDeferredLoad=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"tilePath",{get:function(){return this.i.tilePath},set:function(e){this.i.tilePath=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"actualTilePath",{get:function(){return this.i.actualTilePath},set:function(e){this.i.actualTilePath=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"subDomains",{get:function(){if(null===this._subDomains){var e=new C,t=this.i.subDomains;t||(t=new $(0)),this._subDomains=e._fromInner(t),this.i.subDomains=t}return this._subDomains},set:function(e){null!==this._subDomains&&(this._subDomains._setSyncTarget(null),this._subDomains=null);var t=new C;this._subDomains=t._fromOuter(e);var i=new n.SyncableObservableCollection$1(n.String_$type),r=this.i.subDomains;r||(r=new $(0)),i._inner=r,i.clear(),this._subDomains._setSyncTarget(i),this.i.subDomains=r},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"actualSubDomains",{get:function(){if(null===this._actualSubDomains){var e=new C,t=this.i.actualSubDomains;t||(t=new $(0)),this._actualSubDomains=e._fromInner(t),this.i.actualSubDomains=t}return this._actualSubDomains},set:function(e){null!==this._actualSubDomains&&(this._actualSubDomains._setSyncTarget(null),this._actualSubDomains=null);var t=new C;this._actualSubDomains=t._fromOuter(e);var i=new n.SyncableObservableCollection$1(n.String_$type),r=this.i.actualSubDomains;r||(r=new $(0)),i._inner=r,i.clear(),this._actualSubDomains._setSyncTarget(i),this.i.actualSubDomains=r},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"bingImageryRestUri",{get:function(){return this.i.bingImageryRestUri},set:function(e){this.i.bingImageryRestUri=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"actualBingImageryRestUri",{get:function(){return this.i.actualBingImageryRestUri},set:function(e){this.i.actualBingImageryRestUri=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"cultureName",{get:function(){return this.i.cultureName},set:function(e){this.i.cultureName=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"apiKey",{get:function(){return this.i.apiKey},set:function(e){this.i.apiKey=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"imageryStyle",{get:function(){return this.i.imageryStyle},set:function(e){this.i.imageryStyle=n.ensureEnum(M,e)},enumerable:!1,configurable:!0}),i.prototype.requestMapSettings=function(){this.i.requestMapSettings()},i}(T),A=function(){function e(){}return e.register=function(){n.TypeRegistrar.registerCons("IgcBingMapsMapImagery",R),n.TypeRegistrar.register("BingMapsMapImagery",O.$type)},e}(),G=function(e){function i(){return e.call(this)||this}return t.__extends(i,e),i.prototype.createImplementation=function(){return new _},Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"tilePath",{get:function(){return this.i.tilePath},set:function(e){this.i.tilePath=e},enumerable:!1,configurable:!0}),i}(T),B=function(){function e(){}return e.register=function(){n.TypeRegistrar.registerCons("IgcOpenStreetMapImagery",G),n.TypeRegistrar.register("OpenStreetMapImagery",_.$type)},e}(),D=function(e){function i(){var t=e.call(this)||this;return t._getTileImageUri=null,t._getTileImageUri_wrapped=null,t}return t.__extends(i,e),Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"getTileImageUri",{get:function(){return this._getTileImageUri},set:function(e){var t=this;null!==this._getTileImageUri_wrapped&&(this.i.getTileImageUri=n.delegateRemove(this.i.getTileImageUri,this._getTileImageUri_wrapped),this._getTileImageUri_wrapped=null,this._getTileImageUri=null),this._getTileImageUri=e,this._getTileImageUri_wrapped=function(e,i){var r=new n.IgcGetTileImageUriArgs;r._provideImplementation(i),t.beforeGetTileImageUri&&t.beforeGetTileImageUri(t,r),t._getTileImageUri&&t._getTileImageUri(t,r)},this.i.getTileImageUri=n.delegateCombine(this.i.getTileImageUri,this._getTileImageUri_wrapped)},enumerable:!1,configurable:!0}),i}(T),z=function(e){function i(t){var i=e.call(this,t)||this;return i.getTileImageUri=null,t.getTileImageUri=n.delegateCombine(t.getTileImageUri,n.runOn(i,i.bq)),i}return t.__extends(i,e),i.prototype.bq=function(e,t){this.bp(t)},i.prototype.bp=function(e){null!=this.getTileImageUri&&this.getTileImageUri(this,e)},i.$t=n.markType(i,"CustomMapImagery",f.$),i}(f),q=function(){function e(){}return e.register=function(){n.TypeRegistrar.registerCons("IgcCustomMapImagery",D),n.TypeRegistrar.register("CustomMapImagery",z.$type)},e}(),E=function(e){function i(){var t=e.call(this,new n.ArcGISOnlineTileSource)||this;return t.bp=0,t.bu=null,t.bt=null,t._pendingTokenRequest_=null,t._pendingMapServerRequest_=null,t.bt="localhost",t.bu="https://www.arcgis.com/sharing/",t.bp=60,t.userToken=null,t.getResponseCompleted_MapServerResponse=t.getResponseCompleted_MapServerResponse.bind(t),t.getResponseCompleted_TokenResponse=t.getResponseCompleted_TokenResponse.bind(t),t}return t.__extends(i,e),Object.defineProperty(i.prototype,"mapServerUri",{get:function(){return this.c(i.mapServerUriProperty)},set:function(e){this.h(i.mapServerUriProperty,e)},enumerable:!1,configurable:!0}),i.cd=function(e,t){e.cf("MapServerUri",t.oldValue,t.newValue)},Object.defineProperty(i.prototype,"userName",{get:function(){return this.c(i.userNameProperty)},set:function(e){this.h(i.userNameProperty,e)},enumerable:!1,configurable:!0}),i.cg=function(e,t){e.cf("UserName",t.oldValue,t.newValue)},Object.defineProperty(i.prototype,"password",{get:function(){return this.c(i.passwordProperty)},set:function(e){this.h(i.passwordProperty,e)},enumerable:!1,configurable:!0}),i.ce=function(e,t){e.cf("Password",t.oldValue,t.newValue)},Object.defineProperty(i.prototype,"userToken",{get:function(){return this.c(i.userTokenProperty)},set:function(e){this.h(i.userTokenProperty,e)},enumerable:!1,configurable:!0}),i.ch=function(e,t){e.cf("UserToken",t.oldValue,t.newValue)},Object.defineProperty(i.prototype,"isMapPublic",{get:function(){return this.c(i.isMapPublicProperty)},set:function(e){this.h(i.isMapPublicProperty,e)},enumerable:!1,configurable:!0}),i.cc=function(e,t){e.cf("IsMapPublic",t.oldValue,t.newValue)},Object.defineProperty(i.prototype,"defaultTokenTimeout",{get:function(){return this.bp},set:function(e){this.bp=e,this.b8(!0)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"tokenGenerationEndPoint",{get:function(){return this.bu},set:function(e){this.bu=e,this.b8(!0)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"refererUri",{get:function(){return this.bt},set:function(e){this.bt=e,this.b8(!0)},enumerable:!1,configurable:!0}),i.prototype.acquireNewToken=function(){this.b8(!0)},i.prototype.b9=function(e){e()},i.prototype.b8=function(e){if(n.stringIsNullOrEmpty(this.userToken)&&0==e)this.ci();else{var t=this.tokenGenerationEndPoint;if(n.stringIsNullOrEmpty(t))this.userToken="";else if("/"!=t.substr(t.length-1,1)&&(t+="/"),n.stringIsNullOrEmpty(this.refererUri))this.userToken="";else{var r=this.defaultTokenTimeout;if(r<1&&(r=1),t+=n.stringFormat1(i.bv,this.userName,this.password,this.refererUri,r),n.Uri.isWellFormedUriString(t,1)){var o=t;this._pendingTokenRequest_=n.HttpRequestUtil.submit(o,this.getResponseCompleted_TokenResponse,null)}else this.userToken=""}}},i.prototype.ci=function(){if(!n.stringIsNullOrEmpty(this.mapServerUri)){var e=this.mapServerUri;if("/"==e.substr(e.length-1,1)&&n.stringRemove(e,e.length-1,1),this.isMapPublic)e=n.stringFormat("{0}?f=json",e);else{if(n.stringIsNullOrEmpty(this.userToken))return;e=n.stringFormat("{0}?f=json&token={1}",e,this.userToken)}if(n.Uri.isWellFormedUriString(e,1)){var t=e;this._pendingMapServerRequest_=n.HttpRequestUtil.submit(t,this.getResponseCompleted_MapServerResponse,null)}}},i.prototype.getResponseCompleted_TokenResponse=function(e,t){if(t==this._pendingTokenRequest_){this._pendingTokenRequest_=null;var i=e,n=JSON.parse(i);if(null!=n){var r="";null!=n.token&&(r=n.token),this.userToken=r}}},i.prototype.getResponseCompleted_MapServerResponse=function(e,t){if(t==this._pendingMapServerRequest_){this._pendingMapServerRequest_=null;var i=e,n=JSON.parse(i);null!=n&&null!=n.tileInfo&&(this.ap.levelOfDetail=n.tileInfo.lods.length)}},i.prototype.cf=function(t,i,r){var o=this,a=n.typeCast(n.ArcGISOnlineTileSource.$,this.ap);switch(t){case"MapServerUri":null!=a&&(a.mapServerUri=n.typeCast(n.String_$type,r)),this.ci();break;case"UserName":case"Password":if(n.stringIsNullOrEmpty(this.userName)||n.stringIsNullOrEmpty(this.password))return;this.b8(!0);break;case"UserToken":this.b9((function(){return a.userToken=o.userToken})),this.ci();break;case"IsMapPublic":a.isMapPublic=this.isMapPublic}e.prototype.ba.call(this,t,i,r)},i.$t=n.markType(i,"ArcGISOnlineMapImagery",f.$),i.bv="generateToken?username={0}&password={1}&client=referer&referer={2}&expiration={3}&f=pjson",i.mapServerUriProperty=n.DependencyProperty.i("MapServerUri",n.String_$type,i.$,new n.PropertyMetadata(2,null,i.cd)),i.userNameProperty=n.DependencyProperty.i("UserName",n.String_$type,i.$,new n.PropertyMetadata(2,null,i.cg)),i.passwordProperty=n.DependencyProperty.i("Password",n.String_$type,i.$,new n.PropertyMetadata(2,null,i.ce)),i.userTokenProperty=n.DependencyProperty.i("UserToken",n.String_$type,i.$,new n.PropertyMetadata(2,null,i.ch)),i.isMapPublicProperty=n.DependencyProperty.i("IsMapPublic",n.Boolean_$type,i.$,new n.PropertyMetadata(2,!0,i.cc)),i}(f),N=function(e){function i(){return e.call(this)||this}return t.__extends(i,e),i.prototype.createImplementation=function(){return new E},Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"mapServerUri",{get:function(){return this.i.mapServerUri},set:function(e){this.i.mapServerUri=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"userName",{get:function(){return this.i.userName},set:function(e){this.i.userName=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"password",{get:function(){return this.i.password},set:function(e){this.i.password=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"userToken",{get:function(){return this.i.userToken},set:function(e){this.i.userToken=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"isMapPublic",{get:function(){return this.i.isMapPublic},set:function(e){this.i.isMapPublic=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"defaultTokenTimeout",{get:function(){return this.i.defaultTokenTimeout},set:function(e){this.i.defaultTokenTimeout=+e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"tokenGenerationEndPoint",{get:function(){return this.i.tokenGenerationEndPoint},set:function(e){this.i.tokenGenerationEndPoint=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"refererUri",{get:function(){return this.i.refererUri},set:function(e){this.i.refererUri=e},enumerable:!1,configurable:!0}),i.prototype.acquireNewToken=function(){this.i.acquireNewToken()},i}(T),V=function(){function e(){}return e.register=function(){n.TypeRegistrar.registerCons("IgcArcGISOnlineMapImagery",N),n.TypeRegistrar.register("ArcGISOnlineMapImagery",E.$type)},e}(),U=function(){function e(){}return e.register=function(){A.register(),B.register(),q.register(),V.register(),x.register(),n.TypeRegistrar.registerCons("IgcGeographicMapComponent",x)},e}(),F=function(e){function i(){return e.call(this)||this}return t.__extends(i,e),Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),i.prototype.connectedCallback=function(){e.prototype.connectedCallback&&e.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},i.prototype.disconnectedCallback=function(){e.prototype.disconnectedCallback&&e.prototype.disconnectedCallback.call(this),this.i.disconnectedCallback&&this.i.disconnectedCallback(),this._attached&&(this._attached=!1)},Object.defineProperty(i,"observedAttributes",{get:function(){if(null==i._observedAttributesIgcGeographicMapSeriesHostComponent){for(var e=n.getAllPropertyNames(i),t=0;t<e.length;t++)e[t]=n.toSpinal(e[t]);i._observedAttributesIgcGeographicMapSeriesHostComponent=e}return i._observedAttributesIgcGeographicMapSeriesHostComponent},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"isGeographic",{get:function(){return this.i.fc},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"hasMarkers",{get:function(){return this.i.hasMarkers},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"visibleFromScale",{get:function(){return this.i.w2},set:function(e){this.i.w2=+e,this._a("visibleFromScale",this.i.w2)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"coercionMethods",{get:function(){return this.i.coercionMethods},set:function(e){this.i.coercionMethods=e},enumerable:!1,configurable:!0}),i.prototype.notifyIndexedPropertiesChanged=function(){this.i.qg()},i.prototype.getItemValue=function(e,t){return this.i.kq(e,t)},i.prototype.getMemberPathValue=function(e){return this.i.md(e)},i.prototype.getItem=function(e){return this.i.kn(n.toPoint(e))},i.prototype.getPreviousOrExactIndex=function(e,t){return this.i.ka(n.toPoint(e),t)},i.prototype.getNextOrExactIndex=function(e,t){return this.i.j8(n.toPoint(e),t)},i.prototype.getSeriesValue=function(e,t,i){return this.i.i5(n.toPoint(e),t,i)},i.prototype.getSeriesValuePosition=function(e,t,i){var r=this.i.wc(n.toPoint(e),t,i);return n.fromPoint(r)},i.prototype.getSeriesValueBoundingBox=function(e){var t=this.i.wn(n.toPoint(e));return n.fromRect(t)},i.prototype.getSeriesValueMarkerBoundingBox=function(e){var t=this.i.wp(n.toPoint(e));return n.fromRect(t)},i.prototype.getSeriesHighValue=function(e,t,i){return this.i.i1(n.toPoint(e),t,i)},i.prototype.getSeriesHighValuePosition=function(e,t,i){var r=this.i.v8(n.toPoint(e),t,i);return n.fromPoint(r)},i.prototype.getSeriesLowValue=function(e,t,i){return this.i.i3(n.toPoint(e),t,i)},i.prototype.getSeriesLowValuePosition=function(e,t,i){var r=this.i.wa(n.toPoint(e),t,i);return n.fromPoint(r)},i.prototype.getSeriesValuePositionFromSeriesPixel=function(e,t,i){var r=this.i.wd(n.toPoint(e),t,i);return n.fromPoint(r)},i.prototype.getSeriesValueFromSeriesPixel=function(e,t,i){return this.i.i6(n.toPoint(e),t,i)},i.prototype.getItemSpan=function(){return this.i.iw()},i.prototype.renderSeries=function(e){this.i.rr(e)},i.prototype.styleUpdated=function(){this.i.sc()},i._observedAttributesIgcGeographicMapSeriesHostComponent=null,i}(i.IgcSeriesComponent),L=function(e){function r(){var t=e.call(this)||this;return t._currData=null,t._onImportCompleted=null,t._assigningShapeStyle=null,t._assigningShapeStyle_wrapped=null,t._assigningShapeMarkerStyle=null,t._assigningShapeMarkerStyle_wrapped=null,t}return t.__extends(r,e),Object.defineProperty(r.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),r.prototype.connectedCallback=function(){e.prototype.connectedCallback&&e.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},r.prototype.disconnectedCallback=function(){e.prototype.disconnectedCallback&&e.prototype.disconnectedCallback.call(this),this.i.disconnectedCallback&&this.i.disconnectedCallback(),this._attached&&(this._attached=!1)},Object.defineProperty(r,"observedAttributes",{get:function(){if(null==r._observedAttributesIgcGeographicShapeSeriesBaseComponent){for(var e=n.getAllPropertyNames(r),t=0;t<e.length;t++)e[t]=n.toSpinal(e[t]);r._observedAttributesIgcGeographicShapeSeriesBaseComponent=e}return r._observedAttributesIgcGeographicShapeSeriesBaseComponent},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"shapeDataSource",{get:function(){return this._shapeDataSource},set:function(e){this._shapeDataSource=e,this.updateShapeDataSource()},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"databaseSource",{get:function(){return this._databaseSource},set:function(e){this._databaseSource=e,this.updateShapeDataSource()},enumerable:!1,configurable:!0}),r.prototype.onUpdateDataSource=function(e){var t=this;return null==this._onImportCompleted&&(this._onImportCompleted=function(e,i){if(t._currData){t._currData.i.importCompleted=n.delegateRemove(t._currData.i.importCompleted,t._onImportCompleted);var r=t._currData;t._currData=null,t.i.itemsSource=r.getPointData()}}),e&&e.getPointData?e.count>0?e.getPointData():(this._currData=e,this._currData.i.importCompleted=n.delegateCombine(this._currData.i.importCompleted,this._onImportCompleted),null):e},r.prototype.updateShapeDataSource=function(){null==this._cachedShapeDataSource&&(this._cachedShapeDataSource=new n.IgcShapeDataSource,this.onShapeDataSourceImportCompleted=this.onShapeDataSourceImportCompleted.bind(this),this._cachedShapeDataSource.importCompleted=this.onShapeDataSourceImportCompleted),this._cachedShapeDataSource.shapefileSource=this._shapeDataSource,this._cachedShapeDataSource.databaseSource=this._databaseSource,this._shapeDataSource&&this._databaseSource&&this._cachedShapeDataSource.dataBind()},r.prototype.onShapeDataSourceImportCompleted=function(e,t){this.dataSource=this._cachedShapeDataSource.getPointData()},Object.defineProperty(r.prototype,"shapeMemberPath",{get:function(){return this.i.xz},set:function(e){this.i.xz=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"isCustomShapeStyleAllowed",{get:function(){return this.i.xk},set:function(e){this.i.xk=n.ensureBool(e),this._a("isCustomShapeStyleAllowed",this.i.xk)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"isCustomShapeMarkerStyleAllowed",{get:function(){return this.i.xj},set:function(e){this.i.xj=n.ensureBool(e),this._a("isCustomShapeMarkerStyleAllowed",this.i.xj)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"itemSearchMode",{get:function(){return this.i.xb},set:function(e){this.i.xb=n.ensureEnum(i.ShapeItemSearchMode_$type,e),this._a("itemSearchMode",n.enumToString(i.ShapeItemSearchMode_$type,this.i.xb))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"itemSearchThreshold",{get:function(){return this.i.xn},set:function(e){this.i.xn=+e,this._a("itemSearchThreshold",this.i.xn)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"fillMemberPath",{get:function(){return this.i.xo},set:function(e){this.i.xo=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"fillScale",{get:function(){var e=this.i.xa;if(null==e)return null;if(!e.externalObject){var t=i.IgcBrushScaleComponent._createFromInternal(e);t&&(t._implementation=e),e.externalObject=t}return e.externalObject},set:function(e){null!=e&&this._stylingContainer&&e._styling&&e._styling(this._stylingContainer,this,this),this.i.xa=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"fillScaleUseGlobalValues",{get:function(){return this.i.xi},set:function(e){this.i.xi=n.ensureBool(e),this._a("fillScaleUseGlobalValues",this.i.xi)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"itemSearchPointsThreshold",{get:function(){return this.i.xm},set:function(e){this.i.xm=+e,this._a("itemSearchPointsThreshold",this.i.xm)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"shapefileDataSource",{get:function(){var e=this.i.xe;if(null==e)return null;if(!e.externalObject){var t=new n.IgcShapeDataSource;e.$type?t._implementation=e:t.i.setNativeElement&&t.i.setNativeElement(e),e.externalObject=t}return e.externalObject},set:function(e){this.i.xe=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"shapeFilterResolution",{get:function(){return this.i.xl},set:function(e){this.i.xl=+e,this._a("shapeFilterResolution",this.i.xl)},enumerable:!1,configurable:!0}),r.prototype.findByName=function(t){var i=e.prototype.findByName.call(this,t);return i||(this.fillScale&&this.fillScale.name&&this.fillScale.name==t?this.fillScale:this.shapefileDataSource&&this.shapefileDataSource.name&&this.shapefileDataSource.name==t?this.shapefileDataSource:null)},r.prototype._styling=function(t,i,n){e.prototype._styling.call(this,t,i,n),this._inStyling=!0,this.fillScale&&this.fillScale._styling&&this.fillScale._styling(t,i,this),this._inStyling=!1},Object.defineProperty(r.prototype,"assigningShapeStyle",{get:function(){return this._assigningShapeStyle},set:function(e){var t=this;null!==this._assigningShapeStyle_wrapped&&(this.i.assigningShapeStyle=n.delegateRemove(this.i.assigningShapeStyle,this._assigningShapeStyle_wrapped),this._assigningShapeStyle_wrapped=null,this._assigningShapeStyle=null),this._assigningShapeStyle=e,this._assigningShapeStyle_wrapped=function(e,n){var r=new i.IgcAssigningShapeStyleEventArgs;r._provideImplementation(n),t.beforeAssigningShapeStyle&&t.beforeAssigningShapeStyle(t,r),t._assigningShapeStyle&&t._assigningShapeStyle(t,r)},this.i.assigningShapeStyle=n.delegateCombine(this.i.assigningShapeStyle,this._assigningShapeStyle_wrapped)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"assigningShapeMarkerStyle",{get:function(){return this._assigningShapeMarkerStyle},set:function(e){var t=this;null!==this._assigningShapeMarkerStyle_wrapped&&(this.i.assigningShapeMarkerStyle=n.delegateRemove(this.i.assigningShapeMarkerStyle,this._assigningShapeMarkerStyle_wrapped),this._assigningShapeMarkerStyle_wrapped=null,this._assigningShapeMarkerStyle=null),this._assigningShapeMarkerStyle=e,this._assigningShapeMarkerStyle_wrapped=function(e,n){var r=new i.IgcAssigningShapeMarkerStyleEventArgs;r._provideImplementation(n),t.beforeAssigningShapeMarkerStyle&&t.beforeAssigningShapeMarkerStyle(t,r),t._assigningShapeMarkerStyle&&t._assigningShapeMarkerStyle(t,r)},this.i.assigningShapeMarkerStyle=n.delegateCombine(this.i.assigningShapeMarkerStyle,this._assigningShapeMarkerStyle_wrapped)},enumerable:!1,configurable:!0}),r._observedAttributesIgcGeographicShapeSeriesBaseComponent=null,r}(F),H=function(e){function r(){var t=null!==e&&e.apply(this,arguments)||this;return t.xh=!1,t.xg=!1,t.assigningShapeStyle=null,t.assigningShapeMarkerStyle=null,t.xd=null,t.xf=!1,t}return t.__extends(r,e),r.prototype.cs=function(){return new W(this)},r.prototype.q1=function(t){e.prototype.q1.call(this,t),this.xc=t},r.prototype.get_fe=function(){return!0},r.prototype.get_ed=function(){return!0},r.prototype.q9=function(t,i,o,a){switch(e.prototype.q9.call(this,t,i,o,a),i){case"SeriesViewer":this.xc.ci();break;case"ShapeMemberPath":this.xc.ck();break;case r.$$p[8]:this.xc.cj();break;case r.$$p[4]:if(this.w0.x8=this.xk,this.xh=this.xk,this.xk){var s=this.w0;s.assigningShapeStyle=n.delegateCombine(s.assigningShapeStyle,n.runOn(this,this.x2))}else{var l=this.w0;l.assigningShapeStyle=n.delegateRemove(l.assigningShapeStyle,n.runOn(this,this.x2))}break;case r.$$p[3]:if(this.w0.x7=this.xj,this.xg=this.xj,this.xk){var c=this.w0;c.assigningShapeMarkerStyle=n.delegateCombine(c.assigningShapeMarkerStyle,n.runOn(this,this.x1))}else{var h=this.w0;h.assigningShapeMarkerStyle=n.delegateRemove(h.assigningShapeMarkerStyle,n.runOn(this,this.x1))}break;case r.$$p[5]:this.w0.xk=this.xb;break;case r.$$p[6]:this.w0.yp=this.xm;break;case r.$$p[7]:this.w0.yq=this.xn;break;case r.$$p[0]:this.w0.yu=this.xo;break;case r.$$p[1]:this.w0.xa=this.xa;break;case r.$$p[2]:this.w0.x3=this.xi;break;case"ShapefileDataSource":if(null!=o){var u=o;this.xf&&(u.importCompleted=n.delegateRemove(u.importCompleted,n.runOn(this,this.x3)))}if(null!=a){var p=a;if(p.count>0){this.x4();break}this.xf=!0,p.importCompleted=n.delegateCombine(p.importCompleted,n.runOn(this,this.x3))}}},r.prototype.x2=function(e,t){null!=this.assigningShapeStyle&&this.assigningShapeStyle(this,t)},r.prototype.x1=function(e,t){null!=this.assigningShapeMarkerStyle&&this.assigningShapeMarkerStyle(this,t)},r.prototype.x3=function(e,t){this.x4()},r.prototype.x4=function(){var e=this.xe.externalObject;this.itemsSource=e.getPointData()},Object.defineProperty(r.prototype,"xe",{get:function(){return this.xd},set:function(e){var t=this.xd;this.xd=e,t!=this.xd&&this.raisePropertyChanged("ShapefileDataSource",t,this.xd)},enumerable:!1,configurable:!0}),r.prototype.get_g7=function(){return!0},r.prototype.set_g7=function(t){e.prototype.set_g7.call(this,t)},r.$t=n.markType(r,"GeographicShapeSeriesBase",p.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["FillMemberPath:xo:x5",[2],"FillScale:xa:x6",[i.BrushScale.$],"FillScaleUseGlobalValues:xi:x7",[0,!1],"IsCustomShapeMarkerStyleAllowed:xj:x8",[0,!1],"IsCustomShapeStyleAllowed:xk:x9",[0,!1],"ItemSearchMode:xb:ya",[i.ShapeItemSearchMode_$type,n.enumGetBox(i.ShapeItemSearchMode_$type,0)],"ItemSearchPointsThreshold:xm:yb",[1,1e4],"ItemSearchThreshold:xn:yc",[1,1e4],"ShapeFilterResolution:xl:yd",[1,2],"ShapeMemberPath:xz:ye",[2,"points"]]),r}(p),W=function(e){function i(t){var i=e.call(this,t)||this;return i.ch=null,i.ch=t,i}return t.__extends(i,e),i.prototype.b5=function(){e.prototype.b5.call(this),this.ch.w0.y7=this.ch.xz},i.prototype.ci=function(){var e=this.ch.w0;if(null==this.ch.db)return e.xe=null,void(e.xg=null);e.xe=this.ch.db.ws,e.xg=this.ch.db.wu},i.prototype.ck=function(){this.ch.w0.y7=this.ch.xz},i.prototype.cj=function(){this.ch.w0.ym=this.ch.xl},i.$t=n.markType(i,"GeographicShapeSeriesBaseView",g.$),i}(g),X=function(e){function r(t){var i=e.call(this,t)||this;return i.cl=null,i.cl=t,i.q||(i.cl.xz="points"),i}return t.__extends(r,e),r.prototype.au=function(){e.prototype.au.call(this),this.q||(this.cl.zm=i.Defaults.aj,this.cl.jp=i.Defaults.p,this.cl.yl=i.Defaults.o,this.cl.yi=i.Defaults.d,this.cl.yg=i.Defaults.a)},r.prototype.b5=function(){e.prototype.b5.call(this),this.cl.w0.abt=this.cl.zo,this.cl.w0.aam=this.cl.yj,this.cl.w0.aa8=this.cl.y4,this.cl.w0.aap=this.cl.yl,this.cl.w0.z8=this.cl.yf},r.prototype.cq=function(){this.cl.w0.aa8=this.cl.y4},r.prototype.cs=function(){this.cl.w0.aap=this.cl.yl},r.prototype.cn=function(){this.cl.w0.z8=this.cl.yf},r.prototype.cr=function(){this.cl.w0.aah=this.cl.yi},r.prototype.cm=function(){this.cl.w0.abp=this.cl.zl},r.prototype.co=function(){this.cl.w0.abq=this.cl.zm},r.prototype.cp=function(){this.cl.w0.abs=this.cl.zn},r.prototype.ct=function(){this.cl.w0.aam=this.cl.yj},r.prototype.cu=function(){this.cl.w0.abt=this.cl.zo},r.$t=n.markType(r,"GeographicShapeSeriesView",W.$),r}(W),Y=function(e){function r(){var t=e.call(this)||this;return t.styleShape=null,t.ab=r.$,t}return t.__extends(r,e),r.prototype.bj=function(){return new r},r.prototype.get_fq=function(){return!0},r.prototype.cs=function(){return new X(this)},r.prototype.q1=function(t){e.prototype.q1.call(this,t),this.yk=t},r.prototype.wz=function(){var e=new i.ScatterPolygonSeries;return e.styleShape=n.delegateCombine(e.styleShape,n.runOn(this,this.y1)),e.propertyUpdated=n.delegateCombine(e.propertyUpdated,n.runOn(this,this.y2)),e},r.prototype.y1=function(e,t){null!=this.styleShape&&this.styleShape(this,t)},r.prototype.y2=function(e,t){n.typeCast(i.ScatterPolygonSeries.$,this.w0)},r.prototype.io=function(){return this.yl},r.prototype.vl=function(){return this.zj},r.prototype.vm=function(){return this.zk},r.prototype.sz=function(){return this.y3},r.prototype.ma=function(){var e=n.typeCast(i.ScatterPolygonSeries.$,this.w0);return null==e?"Unknown":e.ma()},r.prototype.q9=function(t,i,n,o){switch(e.prototype.q9.call(this,t,i,n,o),i){case r.$$p[6]:this.w0.aaf=this.yh;break;case r.$$p[5]:this.w0.aab=this.yg;break;case r.$$p[9]:this.yk.cq();break;case r.$$p[10]:this.yk.cs();break;case r.$$p[4]:this.yk.cn();break;case r.$$p[11]:this.yk.cr();break;case r.$$p[3]:this.yk.cm();break;case r.$$p[7]:this.yk.co();break;case r.$$p[8]:this.yk.cp();break;case r.$$p[13]:this.yk.ct();break;case r.$$p[12]:this.yk.cu()}},r.prototype.jl=function(){return.7},r.$t=n.markType(r,"GeographicShapeSeries",H.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["ActualMarkerBrush:zj:y5",[n.Brush.$],"ActualMarkerOutline:zk:y6",[n.Brush.$],"ActualMarkerTemplate:y3:y7",[n.DataTemplate.$,null],"MarkerBrush:zl:y8",[n.Brush.$],"MarkerCollisionAvoidance:yf:y9",[i.CollisionAvoidanceType_$type,n.enumGetBox(i.CollisionAvoidanceType_$type,0)],"MarkerFillMode:yg:za",[i.MarkerFillMode_$type,n.enumGetBox(i.MarkerFillMode_$type,0)],"MarkerOutlineMode:yh:zb",[i.MarkerOutlineMode_$type,n.enumGetBox(i.MarkerOutlineMode_$type,0)],"MarkerOutline:zm:zc",[n.Brush.$],"MarkerStyle:zn:zd",[n.Style.$],"MarkerTemplate:y4:ze",[n.DataTemplate.$,null],"MarkerThickness:yl:zf",[1,n.DeviceUtils.g(2)],"MarkerType:yi:zg",[i.MarkerType_$type,n.enumGetBox(i.MarkerType_$type,2)],"ShapeStyle:zo:zh",[n.Style.$,null],"ShapeStyleSelector:yj:zi",[i.StyleSelector.$,null]]),r}(H),Z=function(e){function r(){var t=e.call(this)||this;return t._styleShape=null,t._styleShape_wrapped=null,t}return t.__extends(r,e),r.prototype.createImplementation=function(){return new Y},Object.defineProperty(r.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),r.prototype.connectedCallback=function(){e.prototype.connectedCallback&&e.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},r.prototype.disconnectedCallback=function(){e.prototype.disconnectedCallback&&e.prototype.disconnectedCallback.call(this),this.i.disconnectedCallback&&this.i.disconnectedCallback(),this._attached&&(this._attached=!1)},Object.defineProperty(r,"observedAttributes",{get:function(){if(null==r._observedAttributesIgcGeographicShapeSeriesComponent){for(var e=n.getAllPropertyNames(r),t=0;t<e.length;t++)e[t]=n.toSpinal(e[t]);r._observedAttributesIgcGeographicShapeSeriesComponent=e}return r._observedAttributesIgcGeographicShapeSeriesComponent},enumerable:!1,configurable:!0}),r.register=function(){r._isElementRegistered||(r._isElementRegistered=!0,n.RegisterElementHelper.registerElement(r.htmlTagName,r))},Object.defineProperty(r.prototype,"isPolygon",{get:function(){return this.i.fq},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"shapeFill",{get:function(){return this.i.zo?this.i.zo.fill:null},set:function(e){this.ensureShapeStyle(),this.i.zo.fill=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"shapeStroke",{get:function(){return this.i.zo?this.i.zo.stroke:null},set:function(e){this.ensureShapeStyle(),this.i.zo.stroke=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"shapeStrokeThickness",{get:function(){return this.i.zo?this.i.zo.strokeThickness:NaN},set:function(e){this.ensureShapeStyle(),this.i.zo.strokeThickness=+e,this._a("shapeStrokeThickness",this.i.zo.strokeThickness)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"shapeOpacity",{get:function(){return this.i.zo?this.i.zo.opacity:NaN},set:function(e){this.ensureShapeStyle(),this.i.zo.opacity=+e,this._a("shapeOpacity",this.i.zo.opacity)},enumerable:!1,configurable:!0}),r.prototype.ensureShapeStyle=function(){this.i.zo||(this.i.zo=new n.Style)},Object.defineProperty(r.prototype,"markerType",{get:function(){return this.i.yi},set:function(e){this.i.yi=n.ensureEnum(i.MarkerType_$type,e),this._a("markerType",n.enumToString(i.MarkerType_$type,this.i.yi))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerOutlineMode",{get:function(){return this.i.yh},set:function(e){this.i.yh=n.ensureEnum(i.MarkerOutlineMode_$type,e),this._a("markerOutlineMode",n.enumToString(i.MarkerOutlineMode_$type,this.i.yh))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerFillMode",{get:function(){return this.i.yg},set:function(e){this.i.yg=n.ensureEnum(i.MarkerFillMode_$type,e),this._a("markerFillMode",n.enumToString(i.MarkerFillMode_$type,this.i.yg))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerTemplate",{get:function(){return this.i.y4},set:function(e){this.i.y4=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerBrush",{get:function(){return n.brushToString(this.i.zl)},set:function(e){this.i.zl=n.stringToBrush(e),this._a("markerBrush",n.brushToString(this.i.zl))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerOutline",{get:function(){return n.brushToString(this.i.zm)},set:function(e){this.i.zm=n.stringToBrush(e),this._a("markerOutline",n.brushToString(this.i.zm))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerThickness",{get:function(){return this.i.yl},set:function(e){this.i.yl=+e,this._a("markerThickness",this.i.yl)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerCollisionAvoidance",{get:function(){return this.i.yf},set:function(e){this.i.yf=n.ensureEnum(i.CollisionAvoidanceType_$type,e),this._a("markerCollisionAvoidance",n.enumToString(i.CollisionAvoidanceType_$type,this.i.yf))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualMarkerTemplate",{get:function(){return this.i.y3},set:function(e){this.i.y3=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualMarkerBrush",{get:function(){return n.brushToString(this.i.zj)},set:function(e){this.i.zj=n.stringToBrush(e),this._a("actualMarkerBrush",n.brushToString(this.i.zj))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualMarkerOutline",{get:function(){return n.brushToString(this.i.zk)},set:function(e){this.i.zk=n.stringToBrush(e),this._a("actualMarkerOutline",n.brushToString(this.i.zk))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"styleShape",{get:function(){return this._styleShape},set:function(e){var t=this;null!==this._styleShape_wrapped&&(this.i.styleShape=n.delegateRemove(this.i.styleShape,this._styleShape_wrapped),this._styleShape_wrapped=null,this._styleShape=null),this._styleShape=e,this._styleShape_wrapped=function(e,n){var r=new i.IgcStyleShapeEventArgs;r._provideImplementation(n),t.beforeStyleShape&&t.beforeStyleShape(t,r),t._styleShape&&t._styleShape(t,r)},this.i.styleShape=n.delegateCombine(this.i.styleShape,this._styleShape_wrapped)},enumerable:!1,configurable:!0}),r._observedAttributesIgcGeographicShapeSeriesComponent=null,r.htmlTagName="igc-geographic-shape-series",r._isElementRegistered=!1,r}(L),Q=function(){function e(){}return e.register=function(){i.IgcScatterPolygonSeriesModule.register(),Z.register(),n.TypeRegistrar.registerCons("IgcGeographicShapeSeriesComponent",Z),n.TypeRegistrar.register("GeographicShapeSeries",Y.$type)},e}(),K=function(e){function r(t){var i=e.call(this,t)||this;return i.cl=null,i.cl=t,i}return t.__extends(r,e),r.prototype.au=function(){e.prototype.au.call(this),this.q||(this.cl.jp=i.Defaults.n)},r.prototype.b5=function(){e.prototype.b5.call(this),this.cl.w0.z8=this.cl.yf,this.cl.w0.aad=this.cl.yn},r.prototype.cm=function(){this.cl.w0.z8=this.cl.yf},r.prototype.cn=function(){this.cl.w0.aad=this.cl.yn},r.$t=n.markType(r,"GeographicPolylineSeriesView",W.$),r}(W),J=function(e){function r(){var t=e.call(this)||this;return t.styleShape=null,t.ab=r.$,t}return t.__extends(r,e),r.prototype.bj=function(){return new r},r.prototype.get_fr=function(){return!0},r.prototype.cs=function(){return new K(this)},r.prototype.q1=function(t){e.prototype.q1.call(this,t),this.yg=t},r.prototype.wz=function(){var e=new i.ScatterPolylineSeries;return e.styleShape=n.delegateCombine(e.styleShape,n.runOn(this,this.yk)),e},r.prototype.yk=function(e,t){null!=this.styleShape&&this.styleShape(this,t)},r.prototype.q9=function(t,i,n,o){switch(e.prototype.q9.call(this,t,i,n,o),i){case r.$$p[1]:this.yg.cm();break;case r.$$p[0]:this.yg.cn()}},r.$t=n.markType(r,"GeographicPolylineSeries",H.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["ShapeStyle:yn:yl",[n.Style.$,null],"ShapeStyleSelector:yf:ym",[i.StyleSelector.$,null]]),r}(H),ee=function(e){function r(){var t=e.call(this)||this;return t._styleShape=null,t._styleShape_wrapped=null,t}return t.__extends(r,e),r.prototype.createImplementation=function(){return new J},Object.defineProperty(r.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),r.prototype.connectedCallback=function(){e.prototype.connectedCallback&&e.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},r.prototype.disconnectedCallback=function(){e.prototype.disconnectedCallback&&e.prototype.disconnectedCallback.call(this),this.i.disconnectedCallback&&this.i.disconnectedCallback(),this._attached&&(this._attached=!1)},Object.defineProperty(r,"observedAttributes",{get:function(){if(null==r._observedAttributesIgcGeographicPolylineSeriesComponent){for(var e=n.getAllPropertyNames(r),t=0;t<e.length;t++)e[t]=n.toSpinal(e[t]);r._observedAttributesIgcGeographicPolylineSeriesComponent=e}return r._observedAttributesIgcGeographicPolylineSeriesComponent},enumerable:!1,configurable:!0}),r.register=function(){r._isElementRegistered||(r._isElementRegistered=!0,n.RegisterElementHelper.registerElement(r.htmlTagName,r))},Object.defineProperty(r.prototype,"isPolyline",{get:function(){return this.i.fr},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"shapeFill",{get:function(){return this.i.yn?this.i.yn.fill:null},set:function(e){this.ensureShapeStyle(),this.i.yn.fill=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"shapeStroke",{get:function(){return this.i.yn?this.i.yn.stroke:null},set:function(e){this.ensureShapeStyle(),this.i.yn.stroke=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"shapeStrokeThickness",{get:function(){return this.i.yn?this.i.yn.strokeThickness:NaN},set:function(e){this.ensureShapeStyle(),this.i.yn.strokeThickness=+e,this._a("shapeStrokeThickness",this.i.yn.strokeThickness)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"shapeOpacity",{get:function(){return this.i.yn?this.i.yn.opacity:NaN},set:function(e){this.ensureShapeStyle(),this.i.yn.opacity=+e,this._a("shapeOpacity",this.i.yn.opacity)},enumerable:!1,configurable:!0}),r.prototype.ensureShapeStyle=function(){this.i.yn||(this.i.yn=new n.Style)},Object.defineProperty(r.prototype,"styleShape",{get:function(){return this._styleShape},set:function(e){var t=this;null!==this._styleShape_wrapped&&(this.i.styleShape=n.delegateRemove(this.i.styleShape,this._styleShape_wrapped),this._styleShape_wrapped=null,this._styleShape=null),this._styleShape=e,this._styleShape_wrapped=function(e,n){var r=new i.IgcStyleShapeEventArgs;r._provideImplementation(n),t.beforeStyleShape&&t.beforeStyleShape(t,r),t._styleShape&&t._styleShape(t,r)},this.i.styleShape=n.delegateCombine(this.i.styleShape,this._styleShape_wrapped)},enumerable:!1,configurable:!0}),r._observedAttributesIgcGeographicPolylineSeriesComponent=null,r.htmlTagName="igc-geographic-polyline-series",r._isElementRegistered=!1,r}(L),te=function(){function e(){}return e.register=function(){i.IgcScatterPolylineSeriesModule.register(),ee.register(),n.TypeRegistrar.registerCons("IgcGeographicPolylineSeriesComponent",ee),n.TypeRegistrar.register("GeographicPolylineSeries",J.$type)},e}(),ie=function(e){function i(){var t=e.call(this,new n.TileGeneratorTileSource)||this;return t.downloadingImage=n.delegateCombine(t.downloadingImage,n.runOn(t,t.br)),t.cancellingImage=n.delegateCombine(t.cancellingImage,n.runOn(t,t.bq)),t}return t.__extends(i,e),i.prototype.bq=function(e,t){var i=t.uri.toString().split("/"),r=parseInt(n.stringReplace(i[3],"/","")),o=parseInt(n.stringReplace(i[4],"/","")),a=parseInt(n.stringReplace(n.stringReplace(i[5],"/",""),".png",""));null!=this.tileGenerator&&this.tileGenerator.cancelTile(r,o,a)},i.prototype.br=function(e,t){var i=this,r=t.uri.toString().split("/"),o=parseInt(n.stringReplace(r[3],"/","")),a=parseInt(n.stringReplace(r[4],"/","")),s=parseInt(n.stringReplace(n.stringReplace(r[5],"/",""),".png",""));t.uri=null;var l=t.image;null!=this.tileGenerator&&this.tileGenerator.getTile(o,a,s,(function(e,t){return i.deferralHandler.deferAction((function(){return l.src=t.url}))}),(function(e,t){}),(function(e,t){}),l)},i.$t=n.markType(i,"TileGeneratorMapImagery",f.$),i.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,i,"ba",["TileGenerator",[n.ITileGenerator_$type,null]]),i}(f),ne=function(e){function i(){return e.call(this)||this}return t.__extends(i,e),i.prototype.createImplementation=function(){return new ie},Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"tileGenerator",{get:function(){return this.i.tileGenerator},set:function(e){this.i.tileGenerator=e},enumerable:!1,configurable:!0}),i}(T),re=function(){function e(){}return e.register=function(){n.TypeRegistrar.registerCons("IgcTileGeneratorMapImagery",ne),n.TypeRegistrar.register("TileGeneratorMapImagery",ie.$type)},e}(),oe=function(e){function r(){var t=e.call(this)||this;return t.z9=null,t.z8=null,t.imageTilesReady=null,t.aac=null,t.aad=!1,t.ab=r.$,t}return t.__extends(r,e),r.prototype.bj=function(){return new r},r.prototype.get_f3=function(){return!0},r.prototype.cs=function(){return new ae(this)},r.prototype.q1=function(t){e.prototype.q1.call(this,t),this.z7=t},r.prototype.get_ya=function(){return!1},Object.defineProperty(r.prototype,"aab",{get:function(){return this.z9},set:function(e){if(e!=this.aab){var t=this.aab;this.z9=e,this.raisePropertyChanged("TileImagery",t,e)}},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"aaa",{get:function(){return this.z8},set:function(e){var t=this.z8;this.z8=e,this.raisePropertyChanged("ActualTileImagery",t,this.z8)},enumerable:!1,configurable:!0}),r.prototype.q9=function(t,i,r,o){var a,s;switch(e.prototype.q9.call(this,t,i,r,o),i){case"TileImagery":s=o,null!=(a=r)&&(a.propertyChanged=n.delegateRemove(a.propertyChanged,n.runOn(this,this.aag))),null!=s&&(s.propertyChanged=n.delegateCombine(s.propertyChanged,n.runOn(this,this.aag))),this.z7.dh(a,s),this.rr(!1),this.ql();break;case"ActualTileImagery":s=o,null!=(a=r)&&(a.imageTilesReady=n.delegateRemove(a.imageTilesReady,n.runOn(this,this.aah)),a.deferralHandler=null),null!=s&&(s.imageTilesReady=n.delegateCombine(s.imageTilesReady,n.runOn(this,this.aah)),s.deferralHandler=this),this.z7.dg(a,s),null!=s&&null!==n.typeCast(y.$,this.db)&&(s.geographicMap=this.db,this.aaj(this.cv),this.z7.dd(this.db.v4)),this.ql();break;case"ActualWindowRect":this.z7.dd(o);break;case"WorldRect":this.z7.dk(o);break;case"SeriesViewer":var l=o;null!=r&&null!=this.aaa&&this.aaa.be(null),null!=l&&null!=this.aaa&&this.aaa.be(this.cv.w);break;case"ActualBrush":case"ActualOutline":case"ActualThickness":this.qn()}},r.prototype.aag=function(e,t){"MultiScaleImage"==t.propertyName&&this.aaj(this.cv)},r.prototype.aah=function(e,t){null!=this.imageTilesReady&&this.imageTilesReady(this,new n.EventArgs),this.aad||this.z7.di()},r.prototype.register=function(e,t){this.aac=t},r.prototype.unRegister=function(e){this.aac=null},r.prototype.deferredRefresh=function(){this.rr(!1)},r.prototype.deferAction=function(e){null!=this.jz?this.jz.setTimeout(e,0):window.setTimeout(e,0)},r.prototype.sq=function(t,i){this.z7.dj(),e.prototype.sq.call(this,t,i)},r.prototype.rs=function(t){e.prototype.rs.call(this,t),this.aai(t,this.cv)},r.prototype.aai=function(e,t){var i,n,r=t,o=t.getViewInfo(i,n);i=o.p0,n=o.p1,this.aaj(t),null!=this.aac&&(this.aad=!0,this.aac(e),this.aad=!1),r.di()},r.prototype.rq=function(t,i,n,r,o){e.prototype.rq.call(this,t,i,n,r,o);var a=this.hn.item(r);a.a3(n),this.d5(a)||this.zn(a)},r.prototype.aaj=function(e){var t,i,n=e.getViewInfo(t,i);t=n.p0,i=n.p1,null!=this.aab&&null!=this.aab.ao&&(this.aab!=this.aaa&&(this.aaa=this.aab),null==this.aaa||t.isEmpty||(this.aaa.width!=t.width&&(this.aaa.width=t.width),this.aaa.height!=t.height&&(this.aaa.height=t.height)))},r.prototype.o5=function(t,i){e.prototype.o5.call(this,t,i),i.de()},r.$t=n.markType(r,"TileSeries",i.ShapeSeriesBase.$,[n.IMapRenderDeferralHandler_$type]),r}(i.ShapeSeriesBase),ae=function(e){function r(t){var i=e.call(this,t)||this;return i.da=null,i.dl=new n.GeometryGroup,i.dc=null,i.db=null,i.da=t,i}return t.__extends(r,e),r.prototype.au=function(){e.prototype.au.call(this),this.q||(this.da.vv=i.Defaults.ao,this.da.vf=i.Defaults.an)},r.prototype.ck=function(e,t){t.c.count>0&&this.dl.d.add(t)},r.prototype.c5=function(e,t){return this.c6(e,t,!0)},r.prototype.c4=function(e,t){return null},r.prototype.co=function(e,t){},r.prototype.cm=function(e,t,i){},r.prototype.cu=function(){e.prototype.cu.call(this),this.dl.d.clear()},r.prototype.ct=function(){e.prototype.ct.call(this),this.as()},r.prototype.dd=function(e){null!=this.da.aab&&(this.da.aab.windowRect=e)},r.prototype.dg=function(e,t){if(null==this.dc){this.dc=this.e.jz.createElement("canvas");var i=this.e.jz.get2DCanvasContext(this.dc);this.db=new n.RenderingContext(new n.CanvasViewRenderer,i),this.dc.setAttribute("width",this.bx.width.toString()),this.dc.setAttribute("height",this.bx.height.toString())}null!=e&&(e.bd(null),e.be(null),e.imagesChanged=n.delegateRemove(e.imagesChanged,n.runOn(this,this.df))),null!=t&&(null!=this.w&&t.be(this.w),t.bd(this.db),t.bf(this.bx),t.imagesChanged=n.delegateCombine(t.imagesChanged,n.runOn(this,this.df)))},r.prototype.df=function(e,t){this.as()},r.prototype.dh=function(e,t){},r.prototype.dj=function(){null!=this.dc&&(this.dc.setAttribute("width",this.bx.width.toString()),this.dc.setAttribute("height",this.bx.height.toString())),null!=this.da.aab&&this.da.aab.bf(this.bx)},r.prototype.a8=function(t,i){if(e.prototype.a8.call(this,t,i),!i&&null!=this.dc){var r=!1;if(this.dl.d.count>0)r=!0,this.k.aa(),this.k.r(this.dl),this.k.h().clip();var o=n.truncate(Math.round(this.bx.left)),a=n.truncate(Math.round(this.bx.top)),s=n.truncate(Math.round(this.bx.width)),l=n.truncate(Math.round(this.bx.height));this.k.o(this.dc.getNativeElement(),1,o,a,s,l,o,a,s,l),r&&this.k.z()}},r.prototype.di=function(){this.as()},r.prototype.de=function(){},r.prototype.dk=function(e){null!=this.da.aab&&this.da.aab.a6()},r.$t=n.markType(r,"TileSeriesView",i.ShapeSeriesViewBase.$),r}(i.ShapeSeriesViewBase),se=function(e){function i(){return e.call(this)||this}return t.__extends(i,e),i.prototype.createImplementation=function(){return new oe},Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),i.prototype.connectedCallback=function(){e.prototype.connectedCallback&&e.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},i.prototype.disconnectedCallback=function(){e.prototype.disconnectedCallback&&e.prototype.disconnectedCallback.call(this),this.i.disconnectedCallback&&this.i.disconnectedCallback(),this._attached&&(this._attached=!1)},Object.defineProperty(i,"observedAttributes",{get:function(){if(null==i._observedAttributesIgcTileSeriesComponent){for(var e=n.getAllPropertyNames(i),t=0;t<e.length;t++)e[t]=n.toSpinal(e[t]);i._observedAttributesIgcTileSeriesComponent=e}return i._observedAttributesIgcTileSeriesComponent},enumerable:!1,configurable:!0}),i.register=function(){i._isElementRegistered||(i._isElementRegistered=!0,n.RegisterElementHelper.registerElement(i.htmlTagName,i))},Object.defineProperty(i.prototype,"isTile",{get:function(){return this.i.f3},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"tileImagery",{get:function(){var e=this.i.aab;return null==e?null:e.externalObject},set:function(e){this.i.aab=null==e?null:e.i},enumerable:!1,configurable:!0}),i.prototype.findByName=function(t){var i=e.prototype.findByName.call(this,t);return i||(this.tileImagery&&this.tileImagery.name&&this.tileImagery.name==t?this.tileImagery:null)},i.prototype.deferredRefresh=function(){this.i.deferredRefresh()},i._observedAttributesIgcTileSeriesComponent=null,i.htmlTagName="igc-tile-series",i._isElementRegistered=!1,i}(i.IgcShapeSeriesBaseComponent),le=function(){function e(){}return e.register=function(){se.register(),n.TypeRegistrar.registerCons("IgcTileSeriesComponent",se),n.TypeRegistrar.register("TileSeries",oe.$type)},e}(),ce=function(e){function i(){var t=e.call(this)||this;return t.yg=null,t.yf=null,t.imageTilesReady=null,t.ab=i.$,t}return t.__extends(i,e),i.prototype.bj=function(){return new i},i.prototype.get_f3=function(){return!0},Object.defineProperty(i.prototype,"yh",{get:function(){return this.yg},set:function(e){if(e!=this.yh){var t=this.yh;this.yg=e,this.raisePropertyChanged("TileImagery",t,e)}},enumerable:!1,configurable:!0}),i.prototype.yl=function(){null!=this.yh&&this.yh.clearTileCache()},i.prototype.q9=function(t,i,n,r){switch(e.prototype.q9.call(this,t,i,n,r),i){case"TileImagery":null!=this.w0&&(this.w0.aab=this.yh)}},i.prototype.w5=function(t,i){if(e.prototype.w5.call(this,t,i),this.w0.aab=this.yh,null!=this.yf){var r=this.yf;r.imageTilesReady=n.delegateRemove(r.imageTilesReady,n.runOn(this,this.yk))}if(this.yf=this.w0,null!=this.yf){var o=this.yf;o.imageTilesReady=n.delegateCombine(o.imageTilesReady,n.runOn(this,this.yk))}},i.prototype.wz=function(){return new oe},i.prototype.yk=function(e,t){null!=this.imageTilesReady&&this.imageTilesReady(this,new h)},i.$t=n.markType(i,"GeographicTileSeries",H.$),i}(H),he=function(e){function i(){var t=e.call(this)||this;return t._imageTilesReady=null,t._imageTilesReady_wrapped=null,t}return t.__extends(i,e),i.prototype.createImplementation=function(){return new ce},Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),i.prototype.connectedCallback=function(){e.prototype.connectedCallback&&e.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},i.prototype.disconnectedCallback=function(){e.prototype.disconnectedCallback&&e.prototype.disconnectedCallback.call(this),this.i.disconnectedCallback&&this.i.disconnectedCallback(),this._attached&&(this._attached=!1)},Object.defineProperty(i,"observedAttributes",{get:function(){if(null==i._observedAttributesIgcGeographicTileSeriesComponent){for(var e=n.getAllPropertyNames(i),t=0;t<e.length;t++)e[t]=n.toSpinal(e[t]);i._observedAttributesIgcGeographicTileSeriesComponent=e}return i._observedAttributesIgcGeographicTileSeriesComponent},enumerable:!1,configurable:!0}),i.register=function(){i._isElementRegistered||(i._isElementRegistered=!0,n.RegisterElementHelper.registerElement(i.htmlTagName,i))},Object.defineProperty(i.prototype,"isTile",{get:function(){return this.i.f3},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"tileImagery",{get:function(){var e=this.i.yh;return null==e?null:e.externalObject},set:function(e){this.i.yh=null==e?null:e.i},enumerable:!1,configurable:!0}),i.prototype.findByName=function(t){var i=e.prototype.findByName.call(this,t);return i||(this.tileImagery&&this.tileImagery.name&&this.tileImagery.name==t?this.tileImagery:null)},i.prototype.clearTileCache=function(){this.i.yl()},Object.defineProperty(i.prototype,"imageTilesReady",{get:function(){return this._imageTilesReady},set:function(e){var t=this;null!==this._imageTilesReady_wrapped&&(this.i.imageTilesReady=n.delegateRemove(this.i.imageTilesReady,this._imageTilesReady_wrapped),this._imageTilesReady_wrapped=null,this._imageTilesReady=null),this._imageTilesReady=e,this._imageTilesReady_wrapped=function(e,i){var n=new v;n._provideImplementation(i),t.beforeImageTilesReady&&t.beforeImageTilesReady(t,n),t._imageTilesReady&&t._imageTilesReady(t,n)},this.i.imageTilesReady=n.delegateCombine(this.i.imageTilesReady,this._imageTilesReady_wrapped)},enumerable:!1,configurable:!0}),i._observedAttributesIgcGeographicTileSeriesComponent=null,i.htmlTagName="igc-geographic-tile-series",i._isElementRegistered=!1,i}(L),ue=function(){function e(){}return e.register=function(){le.register(),he.register(),n.TypeRegistrar.registerCons("IgcGeographicTileSeriesComponent",he),n.TypeRegistrar.register("GeographicTileSeries",ce.$type)},e}(),pe=function(e){function r(){return e.call(this)||this}return t.__extends(r,e),Object.defineProperty(r.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),r.prototype.connectedCallback=function(){e.prototype.connectedCallback&&e.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},r.prototype.disconnectedCallback=function(){e.prototype.disconnectedCallback&&e.prototype.disconnectedCallback.call(this),this.i.disconnectedCallback&&this.i.disconnectedCallback(),this._attached&&(this._attached=!1)},Object.defineProperty(r,"observedAttributes",{get:function(){if(null==r._observedAttributesIgcGeographicMarkerSeriesComponent){for(var e=n.getAllPropertyNames(r),t=0;t<e.length;t++)e[t]=n.toSpinal(e[t]);r._observedAttributesIgcGeographicMarkerSeriesComponent=e}return r._observedAttributesIgcGeographicMarkerSeriesComponent},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerType",{get:function(){return this.i.xa},set:function(e){this.i.xa=n.ensureEnum(i.MarkerType_$type,e),this._a("markerType",n.enumToString(i.MarkerType_$type,this.i.xa))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerThickness",{get:function(){return this.i.xb},set:function(e){this.i.xb=+e,this._a("markerThickness",this.i.xb)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerOutlineMode",{get:function(){return this.i.w9},set:function(e){this.i.w9=n.ensureEnum(i.MarkerOutlineMode_$type,e),this._a("markerOutlineMode",n.enumToString(i.MarkerOutlineMode_$type,this.i.w9))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerFillMode",{get:function(){return this.i.w8},set:function(e){this.i.w8=n.ensureEnum(i.MarkerFillMode_$type,e),this._a("markerFillMode",n.enumToString(i.MarkerFillMode_$type,this.i.w8))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerTemplate",{get:function(){return this.i.xq},set:function(e){this.i.xq=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerBrush",{get:function(){return n.brushToString(this.i.x4)},set:function(e){this.i.x4=n.stringToBrush(e),this._a("markerBrush",n.brushToString(this.i.x4))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerOutline",{get:function(){return n.brushToString(this.i.x5)},set:function(e){this.i.x5=n.stringToBrush(e),this._a("markerOutline",n.brushToString(this.i.x5))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"maximumMarkers",{get:function(){return this.i.xc},set:function(e){this.i.xc=+e,this._a("maximumMarkers",this.i.xc)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualMarkerTemplate",{get:function(){return this.i.xp},set:function(e){this.i.xp=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualMarkerBrush",{get:function(){return n.brushToString(this.i.x2)},set:function(e){this.i.x2=n.stringToBrush(e),this._a("actualMarkerBrush",n.brushToString(this.i.x2))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualMarkerOutline",{get:function(){return n.brushToString(this.i.x3)},set:function(e){this.i.x3=n.stringToBrush(e),this._a("actualMarkerOutline",n.brushToString(this.i.x3))},enumerable:!1,configurable:!0}),r._observedAttributesIgcGeographicMarkerSeriesComponent=null,r}(F),ge=function(e){function r(){var t=e.call(this)||this,i=t.w0;return i.propertyUpdated=n.delegateCombine(i.propertyUpdated,n.runOn(t,t.xo)),t}return t.__extends(r,e),r.prototype.sz=function(){return this.xp},r.prototype.vl=function(){return this.x2},r.prototype.vm=function(){return this.x3},r.prototype.io=function(){return this.xb},r.prototype.ma=function(){var e=n.typeCast(i.MarkerSeries.$,this.w0);return null==e?"Unknown":e.ma()},r.prototype.xo=function(e,t){var r=n.typeCast(i.MarkerSeries.$,this.w0);null!=r&&("ActualMarkerTemplate"==t.propertyName?this.xp=r.x0:"ActualMarkerOutline"==t.propertyName?this.x3=r.yi:"ActualMarkerBrush"==t.propertyName&&(this.x2=r.yh))},r.prototype.q9=function(t,i,n,o){switch(e.prototype.q9.call(this,t,i,n,o),i){case r.$$p[3]:this.w0.yj=this.x4;break;case r.$$p[6]:this.w0.yk=this.x5;break;case r.$$p[5]:this.w0.w4=this.w9;break;case r.$$p[4]:this.w0.w0=this.w8;break;case r.$$p[9]:this.w0.xa=this.xa;break;case r.$$p[7]:this.w0.x2=this.xq;break;case r.$$p[8]:this.w0.xj=this.xb;break;case r.$$p[10]:this.w0.z9=this.xc}},r.$t=n.markType(r,"GeographicMarkerSeries",p.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["ActualMarkerBrush:x2:xr",[n.Brush.$],"ActualMarkerOutline:x3:xs",[n.Brush.$],"ActualMarkerTemplate:xp:xt",[n.DataTemplate.$,null],"MarkerBrush:x4:xu",[n.Brush.$],"MarkerFillMode:w8:xv",[i.MarkerFillMode_$type,n.enumGetBox(i.MarkerFillMode_$type,0)],"MarkerOutlineMode:w9:xw",[i.MarkerOutlineMode_$type,n.enumGetBox(i.MarkerOutlineMode_$type,0)],"MarkerOutline:x5:xx",[n.Brush.$],"MarkerTemplate:xq:xy",[n.DataTemplate.$,null],"MarkerThickness:xb:xz",[1,n.DeviceUtils.g(2)],"MarkerType:xa:x0",[i.MarkerType_$type,n.enumGetBox(i.MarkerType_$type,i.Defaults.e)],"MaximumMarkers:xc:x1",[1,400]]),r}(p),ye=function(e){function i(t){var i=e.call(this,t)||this;return i.ch=null,i.ch=t,i}return t.__extends(i,e),i.prototype.au=function(){e.prototype.au.call(this),this.q},i.prototype.b5=function(){e.prototype.b5.call(this);var t=this.ch.w0;t.aat=this.ch.yz,t.aa1=this.ch.yx,t.xa=this.ch.xa,t.x2=this.ch.xq,t.xj=this.ch.xb,t.ac3=this.ch.yj,t.adt=this.ch.y4,t.acs=this.ch.yb,t.adj=this.ch.yv,t.ade=this.ch.yn,t.acp=this.ch.x8,t.ac1=this.ch.yf,t.ac2=this.ch.yi,t.ac8=this.ch.yl,t.ac7=this.ch.yk},i.prototype.cq=function(){this.ch.w0.aat=this.ch.yz},i.prototype.cp=function(){this.ch.w0.aa1=this.ch.yx},i.prototype.cv=function(){this.ch.w0.xa=this.ch.xa},i.prototype.ct=function(){this.ch.w0.x2=this.ch.xq},i.prototype.cu=function(){this.ch.w0.xj=this.ch.xb},i.prototype.cw=function(){this.ch.w0.z9=this.ch.xc},i.prototype.cy=function(){this.ch.w0.xAxis=this.ch.db.ws},i.prototype.cz=function(){this.ch.w0.yAxis=this.ch.db.wu},i.prototype.cx=function(){var e=this.ch.w0;if(null==this.ch.db)return e.xAxis=null,void(e.yAxis=null);e.xAxis=this.ch.db.ws,e.yAxis=this.ch.db.wu},i.prototype.cr=function(){this.ch.w0.yj=this.ch.x4},i.prototype.cs=function(){this.ch.w0.yk=this.ch.x5},i.prototype.c0=function(){this.ch.w0.adt=this.ch.y4},i.prototype.c1=function(){this.ch.w0.acs=this.ch.yb,this.ch.w0.ac3=this.ch.yj},i.prototype.cl=function(){this.ch.w0.adj=this.ch.yv},i.prototype.cj=function(){this.ch.w0.acp=this.ch.x8,this.ch.w0.ac1=this.ch.yf,this.ch.w0.ac2=this.ch.yi,this.ch.w0.ac8=this.ch.yl,this.ch.w0.ac7=this.ch.yk},i.prototype.ci=function(){this.ch.w0.ade=this.ch.yn},i.prototype.c2=function(){this.ch.w0.ac3=this.ch.yj},i.prototype.ck=function(){this.ch.w0.ac1=this.ch.yf},i.prototype.co=function(){this.ch.w0.ac2=this.ch.yi},i.prototype.cn=function(){this.ch.w0.ac8=this.ch.yl},i.prototype.cm=function(){this.ch.w0.ac7=this.ch.yk},i.$t=n.markType(i,"GeographicProportionalSymbolSeriesView",g.$),i}(g),fe=function(e){function r(){var t=e.call(this)||this;return t.x9=null,t.ye=!1,t.yd=!1,t.assigningScatterStyle=null,t.assigningScatterMarkerStyle=null,t.ab=r.$,t}return t.__extends(r,e),r.prototype.bj=function(){return new r},r.prototype.get_ei=function(){return!0},r.prototype.cs=function(){return new ye(this)},r.prototype.q1=function(t){e.prototype.q1.call(this,t),this.yc=t},r.prototype.jl=function(){return.7},r.prototype.wz=function(){return new i.BubbleSeries},r.prototype.get_fe=function(){return!0},r.prototype.q9=function(t,i,o,a){switch(e.prototype.q9.call(this,t,i,o,a),i){case"SeriesViewer":this.yc.cx();break;case r.$$p[9]:this.yc.cq();break;case r.$$p[8]:this.yc.cp();break;case"XAxis":this.yc.cy();break;case"YAxis":this.yc.cz();break;case r.$$p[13]:this.yc.c0();break;case r.$$p[14]:this.yc.c1();break;case r.$$p[15]:this.yc.c2();break;case r.$$p[7]:this.yc.cl();break;case r.$$p[0]:this.yc.ci();break;case r.$$p[1]:this.yc.cj();break;case r.$$p[2]:this.yc.ck();break;case r.$$p[12]:this.yc.co();break;case r.$$p[11]:this.yc.cn();break;case r.$$p[10]:this.yc.cm();break;case r.$$p[4]:if(this.w0.zp=this.yh,this.ye=this.yh,this.yh){var s=this.w0;s.assigningScatterStyle=n.delegateCombine(s.assigningScatterStyle,n.runOn(this,this.y9))}else{var l=this.w0;l.assigningScatterStyle=n.delegateRemove(l.assigningScatterStyle,n.runOn(this,this.y9))}break;case r.$$p[3]:if(this.w0.zo=this.yg,this.yd=this.yg,this.yh){var c=this.w0;c.assigningScatterMarkerStyle=n.delegateCombine(c.assigningScatterMarkerStyle,n.runOn(this,this.y8))}else{var h=this.w0;h.assigningScatterMarkerStyle=n.delegateRemove(h.assigningScatterMarkerStyle,n.runOn(this,this.y8))}break;case r.$$p[5]:this.w0.y8=this.ya;break;case r.$$p[6]:this.w0.z8=this.ym}},r.prototype.y9=function(e,t){null!=this.assigningScatterStyle&&this.assigningScatterStyle(this,t)},r.prototype.y8=function(e,t){null!=this.assigningScatterMarkerStyle&&this.assigningScatterMarkerStyle(this,t)},r.$t=n.markType(r,"GeographicProportionalSymbolSeries",ge.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["FillMemberPath:yn:za",[2],"FillScale:x8:zb",[i.BrushScale.$],"FillScaleUseGlobalValues:yf:zc",[0,!1],"IsCustomScatterMarkerStyleAllowed:yg:zd",[0,!1],"IsCustomScatterStyleAllowed:yh:ze",[0,!1],"ItemSearchMode:ya:zf",[i.ScatterItemSearchMode_$type,n.enumGetBox(i.ScatterItemSearchMode_$type,0)],"ItemSearchThreshold:ym:zg",[1,1e4],"LabelMemberPath:yv:zh",[2],"LatitudeMemberPath:yx:zi",[2,null],"LongitudeMemberPath:yz:zj",[2,null],"MarkerBrushBrightness:yk:zk",[1,NaN],"MarkerOutlineBrightness:yl:zl",[1,NaN],"MarkerOutlineUsesFillScale:yi:zm",[0,!1],"RadiusMemberPath:y4:zn",[2,null],"RadiusScale:yb:zo",[i.SizeScale.$],"RadiusScaleUseGlobalValues:yj:zp",[0,!1]]),r}(ge),de=function(e){function r(){var t=e.call(this)||this;return t._assigningScatterStyle=null,t._assigningScatterStyle_wrapped=null,t._assigningScatterMarkerStyle=null,t._assigningScatterMarkerStyle_wrapped=null,t}return t.__extends(r,e),r.prototype.createImplementation=function(){return new fe},Object.defineProperty(r.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),r.prototype.connectedCallback=function(){e.prototype.connectedCallback&&e.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},r.prototype.disconnectedCallback=function(){e.prototype.disconnectedCallback&&e.prototype.disconnectedCallback.call(this),this.i.disconnectedCallback&&this.i.disconnectedCallback(),this._attached&&(this._attached=!1)},Object.defineProperty(r,"observedAttributes",{get:function(){if(null==r._observedAttributesIgcGeographicProportionalSymbolSeriesComponent){for(var e=n.getAllPropertyNames(r),t=0;t<e.length;t++)e[t]=n.toSpinal(e[t]);r._observedAttributesIgcGeographicProportionalSymbolSeriesComponent=e}return r._observedAttributesIgcGeographicProportionalSymbolSeriesComponent},enumerable:!1,configurable:!0}),r.register=function(){r._isElementRegistered||(r._isElementRegistered=!0,n.RegisterElementHelper.registerElement(r.htmlTagName,r))},Object.defineProperty(r.prototype,"hasOnlyMarkers",{get:function(){return this.i.ei},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"latitudeMemberPath",{get:function(){return this.i.yx},set:function(e){this.i.yx=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"longitudeMemberPath",{get:function(){return this.i.yz},set:function(e){this.i.yz=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"radiusMemberPath",{get:function(){return this.i.y4},set:function(e){this.i.y4=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"radiusScale",{get:function(){var e=this.i.yb;if(null==e)return null;if(!e.externalObject){var t=i.IgcSizeScaleComponent._createFromInternal(e);t&&(t._implementation=e),e.externalObject=t}return e.externalObject},set:function(e){null!=e&&this._stylingContainer&&e._styling&&e._styling(this._stylingContainer,this,this),this.i.yb=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"labelMemberPath",{get:function(){return this.i.yv},set:function(e){this.i.yv=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"fillMemberPath",{get:function(){return this.i.yn},set:function(e){this.i.yn=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"fillScale",{get:function(){var e=this.i.x8;if(null==e)return null;if(!e.externalObject){var t=i.IgcBrushScaleComponent._createFromInternal(e);t&&(t._implementation=e),e.externalObject=t}return e.externalObject},set:function(e){null!=e&&this._stylingContainer&&e._styling&&e._styling(this._stylingContainer,this,this),this.i.x8=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"fillScaleUseGlobalValues",{get:function(){return this.i.yf},set:function(e){this.i.yf=n.ensureBool(e),this._a("fillScaleUseGlobalValues",this.i.yf)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerOutlineUsesFillScale",{get:function(){return this.i.yi},set:function(e){this.i.yi=n.ensureBool(e),this._a("markerOutlineUsesFillScale",this.i.yi)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerOutlineBrightness",{get:function(){return this.i.yl},set:function(e){this.i.yl=+e,this._a("markerOutlineBrightness",this.i.yl)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerBrushBrightness",{get:function(){return this.i.yk},set:function(e){this.i.yk=+e,this._a("markerBrushBrightness",this.i.yk)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"radiusScaleUseGlobalValues",{get:function(){return this.i.yj},set:function(e){this.i.yj=n.ensureBool(e),this._a("radiusScaleUseGlobalValues",this.i.yj)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"isCustomScatterStyleAllowed",{get:function(){return this.i.yh},set:function(e){this.i.yh=n.ensureBool(e),this._a("isCustomScatterStyleAllowed",this.i.yh)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"isCustomScatterMarkerStyleAllowed",{get:function(){return this.i.yg},set:function(e){this.i.yg=n.ensureBool(e),this._a("isCustomScatterMarkerStyleAllowed",this.i.yg)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"itemSearchMode",{get:function(){return this.i.ya},set:function(e){this.i.ya=n.ensureEnum(i.ScatterItemSearchMode_$type,e),this._a("itemSearchMode",n.enumToString(i.ScatterItemSearchMode_$type,this.i.ya))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"itemSearchThreshold",{get:function(){return this.i.ym},set:function(e){this.i.ym=+e,this._a("itemSearchThreshold",this.i.ym)},enumerable:!1,configurable:!0}),r.prototype.findByName=function(t){var i=e.prototype.findByName.call(this,t);return i||(this.radiusScale&&this.radiusScale.name&&this.radiusScale.name==t?this.radiusScale:this.fillScale&&this.fillScale.name&&this.fillScale.name==t?this.fillScale:null)},r.prototype._styling=function(t,i,n){e.prototype._styling.call(this,t,i,n),this._inStyling=!0,this.radiusScale&&this.radiusScale._styling&&this.radiusScale._styling(t,i,this),this.fillScale&&this.fillScale._styling&&this.fillScale._styling(t,i,this),this._inStyling=!1},Object.defineProperty(r.prototype,"assigningScatterStyle",{get:function(){return this._assigningScatterStyle},set:function(e){var t=this;null!==this._assigningScatterStyle_wrapped&&(this.i.assigningScatterStyle=n.delegateRemove(this.i.assigningScatterStyle,this._assigningScatterStyle_wrapped),this._assigningScatterStyle_wrapped=null,this._assigningScatterStyle=null),this._assigningScatterStyle=e,this._assigningScatterStyle_wrapped=function(e,n){var r=new i.IgcAssigningScatterStyleEventArgs;r._provideImplementation(n),t.beforeAssigningScatterStyle&&t.beforeAssigningScatterStyle(t,r),t._assigningScatterStyle&&t._assigningScatterStyle(t,r)},this.i.assigningScatterStyle=n.delegateCombine(this.i.assigningScatterStyle,this._assigningScatterStyle_wrapped)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"assigningScatterMarkerStyle",{get:function(){return this._assigningScatterMarkerStyle},set:function(e){var t=this;null!==this._assigningScatterMarkerStyle_wrapped&&(this.i.assigningScatterMarkerStyle=n.delegateRemove(this.i.assigningScatterMarkerStyle,this._assigningScatterMarkerStyle_wrapped),this._assigningScatterMarkerStyle_wrapped=null,this._assigningScatterMarkerStyle=null),this._assigningScatterMarkerStyle=e,this._assigningScatterMarkerStyle_wrapped=function(e,n){var r=new i.IgcAssigningScatterMarkerStyleEventArgs;r._provideImplementation(n),t.beforeAssigningScatterMarkerStyle&&t.beforeAssigningScatterMarkerStyle(t,r),t._assigningScatterMarkerStyle&&t._assigningScatterMarkerStyle(t,r)},this.i.assigningScatterMarkerStyle=n.delegateCombine(this.i.assigningScatterMarkerStyle,this._assigningScatterMarkerStyle_wrapped)},enumerable:!1,configurable:!0}),r._observedAttributesIgcGeographicProportionalSymbolSeriesComponent=null,r.htmlTagName="igc-geographic-proportional-symbol-series",r._isElementRegistered=!1,r}(pe),be=function(){function e(){}return e.register=function(){i.IgcBubbleSeriesModule.register(),de.register(),n.TypeRegistrar.registerCons("IgcGeographicProportionalSymbolSeriesComponent",de),n.TypeRegistrar.register("GeographicProportionalSymbolSeries",fe.$type)},e}(),me=function(e){function i(t){var i=e.call(this,t)||this;return i.ch=null,i.ch=t,i}return t.__extends(i,e),i.prototype.au=function(){e.prototype.au.call(this),this.q},i.prototype.b5=function(){var t=this.ch.w0;e.prototype.b5.call(this),t.aat=this.ch.yo,t.aa1=this.ch.ym,t.xa=this.ch.xa,t.x2=this.ch.xq,t.xj=this.ch.xb},i.prototype.cj=function(){this.ch.w0.aat=this.ch.yo},i.prototype.ci=function(){this.ch.w0.aa1=this.ch.ym},i.prototype.cp=function(){this.ch.w0.xa=this.ch.xa},i.prototype.cn=function(){this.ch.w0.x2=this.ch.xq},i.prototype.co=function(){this.ch.w0.xj=this.ch.xb},i.prototype.cq=function(){this.ch.w0.z9=this.ch.xc},i.prototype.cs=function(){this.ch.w0.xAxis=this.ch.db.ws},i.prototype.ct=function(){this.ch.w0.yAxis=this.ch.db.wu},i.prototype.cr=function(){var e=this.ch.w0;if(null==this.ch.db)return e.xAxis=null,void(e.yAxis=null);e.xAxis=this.ch.db.ws,e.yAxis=this.ch.db.wu},i.prototype.cl=function(){this.ch.w0.yt=this.ch.x8},i.prototype.ck=function(){this.ch.w0.yj=this.ch.x4},i.prototype.cm=function(){this.ch.w0.yk=this.ch.x5},i.$t=n.markType(i,"GeographicSymbolSeriesView",g.$),i}(g),Se=function(e){function r(){var t=e.call(this)||this;return t.ya=null,t.yd=!1,t.yc=!1,t.assigningScatterStyle=null,t.assigningScatterMarkerStyle=null,t.ab=r.$,t}return t.__extends(r,e),r.prototype.bj=function(){return new r},r.prototype.get_ei=function(){return!0},r.prototype.cs=function(){return new me(this)},r.prototype.q1=function(t){e.prototype.q1.call(this,t),this.yb=t},r.prototype.jl=function(){return.7},r.prototype.wz=function(){return new i.ScatterSeries},r.prototype.get_fe=function(){return!0},r.prototype.q9=function(t,i,o,a){switch(e.prototype.q9.call(this,t,i,o,a),i){case"SeriesViewer":this.yb.cr();break;case r.$$p[5]:this.yb.cj();break;case r.$$p[4]:this.yb.ci();break;case r.$$p[6]:this.yb.cl();break;case"XAxis":this.yb.cs();break;case"YAxis":this.yb.ct();break;case r.$$p[1]:if(this.w0.zp=this.yf,this.yd=this.yf,this.yf){var s=this.w0;s.assigningScatterStyle=n.delegateCombine(s.assigningScatterStyle,n.runOn(this,this.yt))}else{var l=this.w0;l.assigningScatterStyle=n.delegateRemove(l.assigningScatterStyle,n.runOn(this,this.yt))}break;case r.$$p[0]:if(this.w0.zo=this.ye,this.yc=this.ye,this.yf){var c=this.w0;c.assigningScatterMarkerStyle=n.delegateCombine(c.assigningScatterMarkerStyle,n.runOn(this,this.ys))}else{var h=this.w0;h.assigningScatterMarkerStyle=n.delegateRemove(h.assigningScatterMarkerStyle,n.runOn(this,this.ys))}break;case r.$$p[2]:this.w0.y8=this.x9;break;case r.$$p[3]:this.w0.z8=this.yh}},r.prototype.yt=function(e,t){null!=this.assigningScatterStyle&&this.assigningScatterStyle(this,t)},r.prototype.ys=function(e,t){null!=this.assigningScatterMarkerStyle&&this.assigningScatterMarkerStyle(this,t)},r.$t=n.markType(r,"GeographicSymbolSeries",ge.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["IsCustomScatterMarkerStyleAllowed:ye:yu",[0,!1],"IsCustomScatterStyleAllowed:yf:yv",[0,!1],"ItemSearchMode:x9:yw",[i.ScatterItemSearchMode_$type,n.enumGetBox(i.ScatterItemSearchMode_$type,0)],"ItemSearchThreshold:yh:yx",[1,1e4],"LatitudeMemberPath:ym:yy",[2,null],"LongitudeMemberPath:yo:yz",[2,null],"MarkerCollisionAvoidance:x8:y0",[i.CollisionAvoidanceType_$type,n.enumGetBox(i.CollisionAvoidanceType_$type,0)],"UseLightweightMarkers:yg:y1",[0,!1]]),r}(ge),_e=function(e){function r(){var t=e.call(this)||this;return t._assigningScatterStyle=null,t._assigningScatterStyle_wrapped=null,t._assigningScatterMarkerStyle=null,t._assigningScatterMarkerStyle_wrapped=null,t}return t.__extends(r,e),r.prototype.createImplementation=function(){return new Se},Object.defineProperty(r.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),r.prototype.connectedCallback=function(){e.prototype.connectedCallback&&e.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},r.prototype.disconnectedCallback=function(){e.prototype.disconnectedCallback&&e.prototype.disconnectedCallback.call(this),this.i.disconnectedCallback&&this.i.disconnectedCallback(),this._attached&&(this._attached=!1)},Object.defineProperty(r,"observedAttributes",{get:function(){if(null==r._observedAttributesIgcGeographicSymbolSeriesComponent){for(var e=n.getAllPropertyNames(r),t=0;t<e.length;t++)e[t]=n.toSpinal(e[t]);r._observedAttributesIgcGeographicSymbolSeriesComponent=e}return r._observedAttributesIgcGeographicSymbolSeriesComponent},enumerable:!1,configurable:!0}),r.register=function(){r._isElementRegistered||(r._isElementRegistered=!0,n.RegisterElementHelper.registerElement(r.htmlTagName,r))},Object.defineProperty(r.prototype,"hasOnlyMarkers",{get:function(){return this.i.ei},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"latitudeMemberPath",{get:function(){return this.i.ym},set:function(e){this.i.ym=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"longitudeMemberPath",{get:function(){return this.i.yo},set:function(e){this.i.yo=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerCollisionAvoidance",{get:function(){return this.i.x8},set:function(e){this.i.x8=n.ensureEnum(i.CollisionAvoidanceType_$type,e),this._a("markerCollisionAvoidance",n.enumToString(i.CollisionAvoidanceType_$type,this.i.x8))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"isCustomScatterStyleAllowed",{get:function(){return this.i.yf},set:function(e){this.i.yf=n.ensureBool(e),this._a("isCustomScatterStyleAllowed",this.i.yf)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"isCustomScatterMarkerStyleAllowed",{get:function(){return this.i.ye},set:function(e){this.i.ye=n.ensureBool(e),this._a("isCustomScatterMarkerStyleAllowed",this.i.ye)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"itemSearchMode",{get:function(){return this.i.x9},set:function(e){this.i.x9=n.ensureEnum(i.ScatterItemSearchMode_$type,e),this._a("itemSearchMode",n.enumToString(i.ScatterItemSearchMode_$type,this.i.x9))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"itemSearchThreshold",{get:function(){return this.i.yh},set:function(e){this.i.yh=+e,this._a("itemSearchThreshold",this.i.yh)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"assigningScatterStyle",{get:function(){return this._assigningScatterStyle},set:function(e){var t=this;null!==this._assigningScatterStyle_wrapped&&(this.i.assigningScatterStyle=n.delegateRemove(this.i.assigningScatterStyle,this._assigningScatterStyle_wrapped),this._assigningScatterStyle_wrapped=null,this._assigningScatterStyle=null),this._assigningScatterStyle=e,this._assigningScatterStyle_wrapped=function(e,n){var r=new i.IgcAssigningScatterStyleEventArgs;r._provideImplementation(n),t.beforeAssigningScatterStyle&&t.beforeAssigningScatterStyle(t,r),t._assigningScatterStyle&&t._assigningScatterStyle(t,r)},this.i.assigningScatterStyle=n.delegateCombine(this.i.assigningScatterStyle,this._assigningScatterStyle_wrapped)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"assigningScatterMarkerStyle",{get:function(){return this._assigningScatterMarkerStyle},set:function(e){var t=this;null!==this._assigningScatterMarkerStyle_wrapped&&(this.i.assigningScatterMarkerStyle=n.delegateRemove(this.i.assigningScatterMarkerStyle,this._assigningScatterMarkerStyle_wrapped),this._assigningScatterMarkerStyle_wrapped=null,this._assigningScatterMarkerStyle=null),this._assigningScatterMarkerStyle=e,this._assigningScatterMarkerStyle_wrapped=function(e,n){var r=new i.IgcAssigningScatterMarkerStyleEventArgs;r._provideImplementation(n),t.beforeAssigningScatterMarkerStyle&&t.beforeAssigningScatterMarkerStyle(t,r),t._assigningScatterMarkerStyle&&t._assigningScatterMarkerStyle(t,r)},this.i.assigningScatterMarkerStyle=n.delegateCombine(this.i.assigningScatterMarkerStyle,this._assigningScatterMarkerStyle_wrapped)},enumerable:!1,configurable:!0}),r._observedAttributesIgcGeographicSymbolSeriesComponent=null,r.htmlTagName="igc-geographic-symbol-series",r._isElementRegistered=!1,r}(pe),we=function(){function e(){}return e.register=function(){i.IgcScatterSeriesModule.register(),_e.register(),n.TypeRegistrar.registerCons("IgcGeographicSymbolSeriesComponent",_e),n.TypeRegistrar.register("GeographicSymbolSeries",Se.$type)},e}(),ke=function(e){function i(){return e.call(this)||this}return t.__extends(i,e),Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(i,"observedAttributes",{get:function(){if(null==i._observedAttributesIgcGeographicXYTriangulatingSeriesComponent){for(var e=n.getAllPropertyNames(i),t=0;t<e.length;t++)e[t]=n.toSpinal(e[t]);i._observedAttributesIgcGeographicXYTriangulatingSeriesComponent=e}return i._observedAttributesIgcGeographicXYTriangulatingSeriesComponent},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"triangulationDataSource",{get:function(){return this._triangulationDataSource},set:function(e){this._triangulationDataSource=e,this.updateTriangulationDataSource()},enumerable:!1,configurable:!0}),i.prototype.updateTriangulationDataSource=function(){null==this._cachedTriangulationDataSource&&(this._cachedTriangulationDataSource=new n.IgcTriangulationDataSource,this.onTriangulationDataSourceImportCompleted=this.onTriangulationDataSourceImportCompleted.bind(this),this._cachedTriangulationDataSource.importCompleted=this.onTriangulationDataSourceImportCompleted),this._cachedTriangulationDataSource.source=this._triangulationDataSource},i.prototype.onTriangulationDataSourceImportCompleted=function(e,t){this.dataSource=this._cachedTriangulationDataSource.getPointData(),this.trianglesSource=this._cachedTriangulationDataSource.getTriangleData()},Object.defineProperty(i.prototype,"longitudeMemberPath",{get:function(){return this.i.xc},set:function(e){this.i.xc=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"latitudeMemberPath",{get:function(){return this.i.xa},set:function(e){this.i.xa=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"trianglesSource",{get:function(){return this.i.w9},set:function(e){this.i.w9=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"triangleVertexMemberPath1",{get:function(){return this.i.xf},set:function(e){this.i.xf=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"triangleVertexMemberPath2",{get:function(){return this.i.xh},set:function(e){this.i.xh=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"triangleVertexMemberPath3",{get:function(){return this.i.xj},set:function(e){this.i.xj=e},enumerable:!1,configurable:!0}),i._observedAttributesIgcGeographicXYTriangulatingSeriesComponent=null,i}(F),ve=function(e){function r(){var t=e.call(this)||this;return t._triangulationStatusChanged=null,t._triangulationStatusChanged_wrapped=null,t}return t.__extends(r,e),r.prototype.createImplementation=function(){return new k},Object.defineProperty(r.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),r.prototype.connectedCallback=function(){e.prototype.connectedCallback&&e.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},r.prototype.disconnectedCallback=function(){e.prototype.disconnectedCallback&&e.prototype.disconnectedCallback.call(this),this.i.disconnectedCallback&&this.i.disconnectedCallback(),this._attached&&(this._attached=!1)},Object.defineProperty(r,"observedAttributes",{get:function(){if(null==r._observedAttributesIgcGeographicScatterAreaSeriesComponent){for(var e=n.getAllPropertyNames(r),t=0;t<e.length;t++)e[t]=n.toSpinal(e[t]);r._observedAttributesIgcGeographicScatterAreaSeriesComponent=e}return r._observedAttributesIgcGeographicScatterAreaSeriesComponent},enumerable:!1,configurable:!0}),r.register=function(){r._isElementRegistered||(r._isElementRegistered=!0,n.RegisterElementHelper.registerElement(r.htmlTagName,r))},Object.defineProperty(r.prototype,"isArea",{get:function(){return this.i.eu},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"colorMemberPath",{get:function(){return this.i.xy},set:function(e){this.i.xy=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"colorScale",{get:function(){var e=this.i.xt;if(null==e)return null;if(!e.externalObject){var t=i.IgcColorScaleComponent._createFromInternal(e);t&&(t._implementation=e),e.externalObject=t}return e.externalObject},set:function(e){null!=e&&this._stylingContainer&&e._styling&&e._styling(this._stylingContainer,this,this),this.i.xt=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualColorScale",{get:function(){var e=this.i.xs;if(null==e)return null;if(!e.externalObject){var t=i.IgcColorScaleComponent._createFromInternal(e);t&&(t._implementation=e),e.externalObject=t}return e.externalObject},set:function(e){null!=e&&this._stylingContainer&&e._styling&&e._styling(this._stylingContainer,this,this),this.i.xs=null==e?null:e.i},enumerable:!1,configurable:!0}),r.prototype.findByName=function(t){var i=e.prototype.findByName.call(this,t);return i||(this.colorScale&&this.colorScale.name&&this.colorScale.name==t?this.colorScale:this.actualColorScale&&this.actualColorScale.name&&this.actualColorScale.name==t?this.actualColorScale:null)},r.prototype._styling=function(t,i,n){e.prototype._styling.call(this,t,i,n),this._inStyling=!0,this.colorScale&&this.colorScale._styling&&this.colorScale._styling(t,i,this),this.actualColorScale&&this.actualColorScale._styling&&this.actualColorScale._styling(t,i,this),this._inStyling=!1},r.prototype.updateActualColorScale=function(){this.i.x3()},Object.defineProperty(r.prototype,"triangulationStatusChanged",{get:function(){return this._triangulationStatusChanged},set:function(e){var t=this;null!==this._triangulationStatusChanged_wrapped&&(this.i.triangulationStatusChanged=n.delegateRemove(this.i.triangulationStatusChanged,this._triangulationStatusChanged_wrapped),this._triangulationStatusChanged_wrapped=null,this._triangulationStatusChanged=null),this._triangulationStatusChanged=e,this._triangulationStatusChanged_wrapped=function(e,i){var r=new n.IgcTriangulationStatusEventArgs;r._provideImplementation(i),t.beforeTriangulationStatusChanged&&t.beforeTriangulationStatusChanged(t,r),t._triangulationStatusChanged&&t._triangulationStatusChanged(t,r)},this.i.triangulationStatusChanged=n.delegateCombine(this.i.triangulationStatusChanged,this._triangulationStatusChanged_wrapped)},enumerable:!1,configurable:!0}),r._observedAttributesIgcGeographicScatterAreaSeriesComponent=null,r.htmlTagName="igc-geographic-scatter-area-series",r._isElementRegistered=!1,r}(ke),xe=function(){function e(){}return e.register=function(){i.IgcScatterAreaSeriesModule.register(),ve.register(),n.TypeRegistrar.registerCons("IgcGeographicScatterAreaSeriesComponent",ve),n.TypeRegistrar.register("GeographicScatterAreaSeries",k.$type)},e}(),Ce=function(e){function r(t){var i=e.call(this,t)||this;return i.ch=null,i.ch=t,i}return t.__extends(r,e),r.prototype.b5=function(){e.prototype.b5.call(this);var t=n.typeCast(i.HighDensityScatterSeries.$,this.ch.w0);t.y9=this.ch.xp,t.zh=this.ch.xn,t.xm=this.ch.xc,t.xl=this.ch.xb,t.f8=this.ch.xa,t.yh=this.ch.xe,t.yg=this.ch.xd,t.aaf=this.ch.x8,t.aae=this.ch.x7,t.yt=this.ch.xh},r.prototype.cn=function(){this.ch.w0.y9=this.ch.xp},r.prototype.cm=function(){this.ch.w0.zh=this.ch.xn},r.prototype.cs=function(){this.ch.w0.xm=this.ch.xc},r.prototype.cq=function(){this.ch.w0.xl=this.ch.xb},r.prototype.co=function(){this.ch.w0.f8=this.ch.xa},r.prototype.cl=function(){this.ch.w0.yh=this.ch.xe},r.prototype.cj=function(){this.ch.w0.yg=this.ch.xd},r.prototype.cr=function(){var e=n.typeCast(i.HighDensityScatterSeries.$,this.ch.w0);if(null==this.ch.db)return e.w5=null,void(e.w7=null);e.w5=this.ch.db.ws,e.w7=this.ch.db.wu},r.prototype.ct=function(){this.ch.w0.w5=this.ch.db.ws},r.prototype.cu=function(){this.ch.w0.w7=this.ch.db.wu},r.prototype.ck=function(){this.ch.w0.aaf=this.ch.x8},r.prototype.ci=function(){this.ch.w0.aae=this.ch.x7},r.prototype.cp=function(){this.ch.w0.yt=this.ch.xh},r.prototype.au=function(){e.prototype.au.call(this),this.q||(this.ch.x8=i.Defaults.aq,this.ch.x7=i.Defaults.ap,this.ch.vf=i.Defaults.al,this.ch.vv=i.Defaults.ak)},r.$t=n.markType(r,"GeographicHighDensityScatterSeriesView",g.$),r}(g),Pe=function(e){function r(){var t=e.call(this)||this;return t.w8=null,t.progressiveLoadStatusChanged=null,t.xg=0,t.ab=r.$,t}return t.__extends(r,e),r.prototype.bj=function(){return new r},r.prototype.jk=function(){return n.isNaN_(this.jj)?i.Defaults.q:e.prototype.jk.call(this)},r.prototype.get_fo=function(){return!0},r.prototype.cs=function(){return new Ce(this)},r.prototype.q1=function(t){e.prototype.q1.call(this,t),this.w9=t},r.prototype.wz=function(){return this.w8=new i.HighDensityScatterSeries,this.w8},Object.defineProperty(r.prototype,"xi",{get:function(){return this.xg},set:function(e){var t=this.xg;this.xg=e,this.raisePropertyChanged("ProgressiveStatus",t,this.xg)},enumerable:!1,configurable:!0}),r.prototype.w5=function(t,i){e.prototype.w5.call(this,t,i);var r=this.w0;r.progressiveLoadStatusChanged=n.delegateCombine(r.progressiveLoadStatusChanged,n.runOn(this,this.xw));var o=this.w0;o.propertyUpdated=n.delegateCombine(o.propertyUpdated,n.runOn(this,this.xv))},r.prototype.xw=function(e,t){this.xi=t.currentStatus,null!=this.progressiveLoadStatusChanged&&this.progressiveLoadStatusChanged(this,t)},r.prototype.xv=function(e,t){this.w8},r.prototype.q9=function(t,i,n,o){switch(e.prototype.q9.call(this,t,i,n,o),i){case"SeriesViewer":this.w9.cr();break;case r.$$p[5]:this.w9.cn();break;case r.$$p[4]:this.w9.cm();break;case r.$$p[9]:this.w9.cs();break;case r.$$p[8]:this.w9.cq();break;case r.$$p[6]:this.w9.co();break;case"XAxis":this.w9.ct();break;case"YAxis":this.w9.cu();break;case r.$$p[3]:this.w9.cl();break;case r.$$p[1]:this.w9.cj();break;case r.$$p[2]:this.w9.ck();break;case r.$$p[0]:this.w9.ci();break;case r.$$p[7]:this.w9.cp()}},r.prototype.get_g7=function(){return!0},r.prototype.set_g7=function(t){e.prototype.set_g7.call(this,t)},r.$t=n.markType(r,"GeographicHighDensityScatterSeries",p.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["HeatMaximumColor:x7:xx",[n.Color.$,i.Defaults.ap],"HeatMaximum:xd:xy",[1,50],"HeatMinimumColor:x8:xz",[n.Color.$,i.Defaults.aq],"HeatMinimum:xe:x0",[1,0],"LatitudeMemberPath:xn:x1",[2,null],"LongitudeMemberPath:xp:x2",[2,null],"MouseOverEnabled:xa:x3",[0,!1],"PointExtent:xh:x4",[1,1],"ProgressiveLoad:xb:x5",[0,!0],"UseBruteForce:xc:x6",[0,!1]]),r}(p),Me=function(e){function r(){var t=e.call(this)||this;return t._progressiveLoadStatusChanged=null,t._progressiveLoadStatusChanged_wrapped=null,t}return t.__extends(r,e),r.prototype.createImplementation=function(){return new Pe},Object.defineProperty(r.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),r.prototype.connectedCallback=function(){e.prototype.connectedCallback&&e.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},r.prototype.disconnectedCallback=function(){e.prototype.disconnectedCallback&&e.prototype.disconnectedCallback.call(this),this.i.disconnectedCallback&&this.i.disconnectedCallback(),this._attached&&(this._attached=!1)},Object.defineProperty(r,"observedAttributes",{get:function(){if(null==r._observedAttributesIgcGeographicHighDensityScatterSeriesComponent){for(var e=n.getAllPropertyNames(r),t=0;t<e.length;t++)e[t]=n.toSpinal(e[t]);r._observedAttributesIgcGeographicHighDensityScatterSeriesComponent=e}return r._observedAttributesIgcGeographicHighDensityScatterSeriesComponent},enumerable:!1,configurable:!0}),r.register=function(){r._isElementRegistered||(r._isElementRegistered=!0,n.RegisterElementHelper.registerElement(r.htmlTagName,r))},Object.defineProperty(r.prototype,"isPixel",{get:function(){return this.i.fo},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"latitudeMemberPath",{get:function(){return this.i.xn},set:function(e){this.i.xn=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"longitudeMemberPath",{get:function(){return this.i.xp},set:function(e){this.i.xp=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"useBruteForce",{get:function(){return this.i.xc},set:function(e){this.i.xc=n.ensureBool(e),this._a("useBruteForce",this.i.xc)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"progressiveLoad",{get:function(){return this.i.xb},set:function(e){this.i.xb=n.ensureBool(e),this._a("progressiveLoad",this.i.xb)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"mouseOverEnabled",{get:function(){return this.i.xa},set:function(e){this.i.xa=n.ensureBool(e),this._a("mouseOverEnabled",this.i.xa)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"heatMinimum",{get:function(){return this.i.xe},set:function(e){this.i.xe=+e,this._a("heatMinimum",this.i.xe)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"heatMaximum",{get:function(){return this.i.xd},set:function(e){this.i.xd=+e,this._a("heatMaximum",this.i.xd)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"heatMinimumColor",{get:function(){return n.colorToString(this.i.x8)},set:function(e){this.i.x8=n.stringToColor(e),this._a("heatMinimumColor",n.colorToString(this.i.x8))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"heatMaximumColor",{get:function(){return n.colorToString(this.i.x7)},set:function(e){this.i.x7=n.stringToColor(e),this._a("heatMaximumColor",n.colorToString(this.i.x7))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"pointExtent",{get:function(){return this.i.xh},set:function(e){this.i.xh=+e,this._a("pointExtent",this.i.xh)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"progressiveStatus",{get:function(){return this.i.xi},set:function(e){this.i.xi=+e,this._a("progressiveStatus",this.i.xi)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"progressiveLoadStatusChanged",{get:function(){return this._progressiveLoadStatusChanged},set:function(e){var t=this;null!==this._progressiveLoadStatusChanged_wrapped&&(this.i.progressiveLoadStatusChanged=n.delegateRemove(this.i.progressiveLoadStatusChanged,this._progressiveLoadStatusChanged_wrapped),this._progressiveLoadStatusChanged_wrapped=null,this._progressiveLoadStatusChanged=null),this._progressiveLoadStatusChanged=e,this._progressiveLoadStatusChanged_wrapped=function(e,n){var r=new i.IgcProgressiveLoadStatusEventArgs;r._provideImplementation(n),t.beforeProgressiveLoadStatusChanged&&t.beforeProgressiveLoadStatusChanged(t,r),t._progressiveLoadStatusChanged&&t._progressiveLoadStatusChanged(t,r)},this.i.progressiveLoadStatusChanged=n.delegateCombine(this.i.progressiveLoadStatusChanged,this._progressiveLoadStatusChanged_wrapped)},enumerable:!1,configurable:!0}),r._observedAttributesIgcGeographicHighDensityScatterSeriesComponent=null,r.htmlTagName="igc-geographic-high-density-scatter-series",r._isElementRegistered=!1,r}(F),Ie=function(){function e(){}return e.register=function(){i.IgcHighDensityScatterSeriesModule.register(),Me.register(),n.TypeRegistrar.registerCons("IgcGeographicHighDensityScatterSeriesComponent",Me),n.TypeRegistrar.register("GeographicHighDensityScatterSeries",Pe.$type)},e}(),Te=function(e){function r(t){var i=e.call(this,t)||this;return i.cp=null,i.cp=t,i}return t.__extends(r,e),r.prototype.au=function(){e.prototype.au.call(this),this.q||(this.cp.jp=i.Defaults.m)},r.prototype.b5=function(){e.prototype.b5.call(this),null!=this.cp.w0&&(this.cp.xs.yv=this.cp.xv,this.cp.xs.y5=this.cp.xz)},r.prototype.cq=function(){null!=this.cp.xs&&(this.cp.xs.yv=this.cp.xv)},r.prototype.cr=function(){null!=this.cp.xs&&(this.cp.xs.y5=this.cp.xz)},r.$t=n.markType(r,"GeographicContourLineSeriesView",b.$),r}(b),$e=function(e){function r(){var t=e.call(this)||this;return t.triangulationStatusChanged=null,t.ab=r.$,t}return t.__extends(r,e),r.prototype.bj=function(){return new r},r.prototype.get_fj=function(){return!0},r.prototype.w5=function(t,i){e.prototype.w5.call(this,t,i)},r.prototype.wz=function(){this.xs=new i.ScatterContourSeries;var e=this.xs;e.triangulationStatusChanged=n.delegateCombine(e.triangulationStatusChanged,n.runOn(this,this.x2));var t=this.xs;return t.propertyUpdated=n.delegateCombine(t.propertyUpdated,n.runOn(this,this.x3)),this.xs},r.prototype.x2=function(e,t){null!=this.triangulationStatusChanged&&this.triangulationStatusChanged(this,t)},r.prototype.x3=function(e,t){var r=n.typeCast(i.ScatterContourSeries.$,this.w0);null!=r&&"ActualFillScale"==t.propertyName&&(this.xu=r.yu)},r.prototype.sh=function(){e.prototype.sh.call(this)},r.prototype.cs=function(){return new Te(this)},r.prototype.q1=function(t){e.prototype.q1.call(this,t),this.xw=t},r.prototype.q9=function(t,i,n,o){switch(e.prototype.q9.call(this,t,i,n,o),i){case r.$$p[1]:this.xw.cq();break;case r.$$p[2]:this.xw.cr();break;case r.$$p[3]:this.xs.ys=this.xr;break;case"DashArray":this.xs.v2=this.v2;break;case"DashCap":this.xs.v3=this.v3;break;case"MiterLimit":this.xs.jh=this.jh;break;case"LineJoin":this.xs.v5=this.v5}},r.$t=n.markType(r,"GeographicContourLineSeries",w.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["ActualFillScale:xu:x4",[i.ValueBrushScale.$,null],"FillScale:xv:x5",[i.ValueBrushScale.$,null],"ValueMemberPath:xz:x6",[2,"value"],"ValueResolver:xr:x7",[i.ContourValueResolver.$,null]]),r}(w),je=function(e){function r(){var t=e.call(this)||this;return t._triangulationStatusChanged=null,t._triangulationStatusChanged_wrapped=null,t}return t.__extends(r,e),r.prototype.createImplementation=function(){return new $e},Object.defineProperty(r.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),r.prototype.connectedCallback=function(){e.prototype.connectedCallback&&e.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},r.prototype.disconnectedCallback=function(){e.prototype.disconnectedCallback&&e.prototype.disconnectedCallback.call(this),this.i.disconnectedCallback&&this.i.disconnectedCallback(),this._attached&&(this._attached=!1)},Object.defineProperty(r,"observedAttributes",{get:function(){if(null==r._observedAttributesIgcGeographicContourLineSeriesComponent){for(var e=n.getAllPropertyNames(r),t=0;t<e.length;t++)e[t]=n.toSpinal(e[t]);r._observedAttributesIgcGeographicContourLineSeriesComponent=e}return r._observedAttributesIgcGeographicContourLineSeriesComponent},enumerable:!1,configurable:!0}),r.register=function(){r._isElementRegistered||(r._isElementRegistered=!0,n.RegisterElementHelper.registerElement(r.htmlTagName,r))},Object.defineProperty(r.prototype,"isLineContour",{get:function(){return this.i.fj},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"valueMemberPath",{get:function(){return this.i.xz},set:function(e){this.i.xz=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"fillScale",{get:function(){var e=this.i.xv;if(null==e)return null;if(!e.externalObject){var t=i.IgcValueBrushScaleComponent._createFromInternal(e);t&&(t._implementation=e),e.externalObject=t}return e.externalObject},set:function(e){null!=e&&this._stylingContainer&&e._styling&&e._styling(this._stylingContainer,this,this),this.i.xv=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualFillScale",{get:function(){var e=this.i.xu;if(null==e)return null;if(!e.externalObject){var t=i.IgcValueBrushScaleComponent._createFromInternal(e);t&&(t._implementation=e),e.externalObject=t}return e.externalObject},set:function(e){null!=e&&this._stylingContainer&&e._styling&&e._styling(this._stylingContainer,this,this),this.i.xu=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"valueResolver",{get:function(){var e=this.i.xr;if(null==e)return null;if(!e.externalObject){var t=i.IgcContourValueResolverComponent._createFromInternal(e);t&&(t._implementation=e),e.externalObject=t}return e.externalObject},set:function(e){null!=e&&this._stylingContainer&&e._styling&&e._styling(this._stylingContainer,this,this),this.i.xr=null==e?null:e.i},enumerable:!1,configurable:!0}),r.prototype.findByName=function(t){var i=e.prototype.findByName.call(this,t);return i||(this.fillScale&&this.fillScale.name&&this.fillScale.name==t?this.fillScale:this.actualFillScale&&this.actualFillScale.name&&this.actualFillScale.name==t?this.actualFillScale:this.valueResolver&&this.valueResolver.name&&this.valueResolver.name==t?this.valueResolver:null)},r.prototype._styling=function(t,i,n){e.prototype._styling.call(this,t,i,n),this._inStyling=!0,this.fillScale&&this.fillScale._styling&&this.fillScale._styling(t,i,this),this.actualFillScale&&this.actualFillScale._styling&&this.actualFillScale._styling(t,i,this),this.valueResolver&&this.valueResolver._styling&&this.valueResolver._styling(t,i,this),this._inStyling=!1},Object.defineProperty(r.prototype,"triangulationStatusChanged",{get:function(){return this._triangulationStatusChanged},set:function(e){var t=this;null!==this._triangulationStatusChanged_wrapped&&(this.i.triangulationStatusChanged=n.delegateRemove(this.i.triangulationStatusChanged,this._triangulationStatusChanged_wrapped),this._triangulationStatusChanged_wrapped=null,this._triangulationStatusChanged=null),this._triangulationStatusChanged=e,this._triangulationStatusChanged_wrapped=function(e,i){var r=new n.IgcTriangulationStatusEventArgs;r._provideImplementation(i),t.beforeTriangulationStatusChanged&&t.beforeTriangulationStatusChanged(t,r),t._triangulationStatusChanged&&t._triangulationStatusChanged(t,r)},this.i.triangulationStatusChanged=n.delegateCombine(this.i.triangulationStatusChanged,this._triangulationStatusChanged_wrapped)},enumerable:!1,configurable:!0}),r._observedAttributesIgcGeographicContourLineSeriesComponent=null,r.htmlTagName="igc-geographic-contour-line-series",r._isElementRegistered=!1,r}(ke),Oe=function(){function e(){}return e.register=function(){i.IgcScatterContourSeriesModule.register(),je.register(),n.TypeRegistrar.registerCons("IgcGeographicContourLineSeriesComponent",je),n.TypeRegistrar.register("GeographicContourLineSeries",$e.$type)},e}(),Re=function(){function e(){}return e.register=function(){Q.register(),te.register(),re.register(),n.IgcHeatTileGeneratorModule.register(),ue.register(),i.IgcSizeScaleModule.register(),i.IgcValueBrushScaleModule.register(),i.IgcCustomPaletteColorScaleModule.register(),be.register(),we.register(),xe.register(),Ie.register(),Oe.register(),U.register(),n.IgcShapeDataSourceModule.register()},e}(),Ae=function(e){function i(){var t=null!==e&&e.apply(this,arguments)||this;return t._token=null,t._expires=0,t._ssl=!1,t}return t.__extends(i,e),Object.defineProperty(i.prototype,"token",{get:function(){return this._token},set:function(e){this._token=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"expires",{get:function(){return this._expires},set:function(e){this._expires=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"ssl",{get:function(){return this._ssl},set:function(e){this._ssl=e},enumerable:!1,configurable:!0}),i.$t=n.markType(i,"TokenResponseModel"),i}(n.Base),Ge=function(e){function i(){var t=null!==e&&e.apply(this,arguments)||this;return t._name=null,t._tileInfo=null,t}return t.__extends(i,e),Object.defineProperty(i.prototype,"name",{get:function(){return this._name},set:function(e){this._name=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"tileInfo",{get:function(){return this._tileInfo},set:function(e){this._tileInfo=e},enumerable:!1,configurable:!0}),i.$t=n.markType(i,"MapServerResponseModel"),i}(n.Base),Be=function(e){function i(){var t=null!==e&&e.apply(this,arguments)||this;return t._lods=null,t}return t.__extends(i,e),Object.defineProperty(i.prototype,"lods",{get:function(){return this._lods},set:function(e){this._lods=e},enumerable:!1,configurable:!0}),i.$t=n.markType(i,"TileInfoResponseModel"),i}(n.Base),De=function(e){function i(){var t=null!==e&&e.apply(this,arguments)||this;return t._level=0,t._resolution=0,t._scale=0,t}return t.__extends(i,e),Object.defineProperty(i.prototype,"level",{get:function(){return this._level},set:function(e){this._level=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"resolution",{get:function(){return this._resolution},set:function(e){this._resolution=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"scale",{get:function(){return this._scale},set:function(e){this._scale=e},enumerable:!1,configurable:!0}),i.$t=n.markType(i,"LevelOfDetailResponseModel"),i}(n.Base),ze=function(e){function i(t){var i=e.call(this,t)||this;return i.ch=null,i.ch=t,i}return t.__extends(i,e),i.$t=n.markType(i,"GeographicProportionalSymbolSeriesBaseView",g.$),i}(g),qe=function(e){function i(t){var i=e.call(this,t)||this;return i.ch=null,i.ch=t,i}return t.__extends(i,e),i.$t=n.markType(i,"GeographicShapeSeriesBaseBaseView",g.$),i}(g),Ee=function(e){function i(t){var i=e.call(this,t)||this;return i.ch=null,i.ch=t,i}return t.__extends(i,e),i.$t=n.markType(i,"GeographicSymbolSeriesBaseView",g.$),i}(g),Ne=function(e){function i(t){var i=e.call(this,t)||this;return i.ch=null,i.ch=t,i}return t.__extends(i,e),i.$t=n.markType(i,"GeographicXYTriangulatingSeriesBaseView",g.$),i}(g),Ve=function(e){function i(){var t=e.call(this)||this;return t.b=null,t.a=null,t.a=new n.List$1(n.String_$type,0),t}return t.__extends(i,e),i.$t=n.markType(i,"ImageryMetadata"),i}(n.Base),Ue=function(e){function i(){var t=e.call(this)||this;return t.a=null,t.a=new n.List$1(Ve.$,0),t}return t.__extends(i,e),i.$t=n.markType(i,"BingResourceSet"),i}(n.Base),Fe=function(e){function i(){var t=e.call(this)||this;return t.a=null,t.a=new n.List$1(Ue.$,0),t}return t.__extends(i,e),i.$t=n.markType(i,"BingResponse"),i}(n.Base),Le=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(i,e),i.$t=n.markType(i,"GeographicMarkerSeriesBase",ge.$),i}(ge),He=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(i,e),i.$t=n.markType(i,"GeographicProportionalSymbolSeriesBase",Le.$),i}(Le),We=function(e){function i(){return e.call(this)||this}return t.__extends(i,e),Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),i.prototype.connectedCallback=function(){e.prototype.connectedCallback&&e.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},i.prototype.disconnectedCallback=function(){e.prototype.disconnectedCallback&&e.prototype.disconnectedCallback.call(this),this.i.disconnectedCallback&&this.i.disconnectedCallback(),this._attached&&(this._attached=!1)},Object.defineProperty(i,"observedAttributes",{get:function(){if(null==i._observedAttributesIgcGeographicMarkerSeriesBaseComponent){for(var e=n.getAllPropertyNames(i),t=0;t<e.length;t++)e[t]=n.toSpinal(e[t]);i._observedAttributesIgcGeographicMarkerSeriesBaseComponent=e}return i._observedAttributesIgcGeographicMarkerSeriesBaseComponent},enumerable:!1,configurable:!0}),i._observedAttributesIgcGeographicMarkerSeriesBaseComponent=null,i}(pe),Xe=function(e){function i(){return e.call(this)||this}return t.__extends(i,e),Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),i.prototype.connectedCallback=function(){e.prototype.connectedCallback&&e.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},i.prototype.disconnectedCallback=function(){e.prototype.disconnectedCallback&&e.prototype.disconnectedCallback.call(this),this.i.disconnectedCallback&&this.i.disconnectedCallback(),this._attached&&(this._attached=!1)},Object.defineProperty(i,"observedAttributes",{get:function(){if(null==i._observedAttributesIgcGeographicProportionalSymbolSeriesBaseComponent){for(var e=n.getAllPropertyNames(i),t=0;t<e.length;t++)e[t]=n.toSpinal(e[t]);i._observedAttributesIgcGeographicProportionalSymbolSeriesBaseComponent=e}return i._observedAttributesIgcGeographicProportionalSymbolSeriesBaseComponent},enumerable:!1,configurable:!0}),i._observedAttributesIgcGeographicProportionalSymbolSeriesBaseComponent=null,i}(We),Ye=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(i,e),i.$t=n.markType(i,"GeographicShapeSeriesBaseBase",p.$),i}(p),Ze=function(e){function i(){return e.call(this)||this}return t.__extends(i,e),Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),i.prototype.connectedCallback=function(){e.prototype.connectedCallback&&e.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},i.prototype.disconnectedCallback=function(){e.prototype.disconnectedCallback&&e.prototype.disconnectedCallback.call(this),this.i.disconnectedCallback&&this.i.disconnectedCallback(),this._attached&&(this._attached=!1)},Object.defineProperty(i,"observedAttributes",{get:function(){if(null==i._observedAttributesIgcGeographicShapeSeriesBaseBaseComponent){for(var e=n.getAllPropertyNames(i),t=0;t<e.length;t++)e[t]=n.toSpinal(e[t]);i._observedAttributesIgcGeographicShapeSeriesBaseBaseComponent=e}return i._observedAttributesIgcGeographicShapeSeriesBaseBaseComponent},enumerable:!1,configurable:!0}),i._observedAttributesIgcGeographicShapeSeriesBaseBaseComponent=null,i}(F),Qe=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(i,e),i.$t=n.markType(i,"GeographicSymbolSeriesBase",Le.$),i}(Le),Ke=function(e){function i(){return e.call(this)||this}return t.__extends(i,e),Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),i.prototype.connectedCallback=function(){e.prototype.connectedCallback&&e.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},i.prototype.disconnectedCallback=function(){e.prototype.disconnectedCallback&&e.prototype.disconnectedCallback.call(this),this.i.disconnectedCallback&&this.i.disconnectedCallback(),this._attached&&(this._attached=!1)},Object.defineProperty(i,"observedAttributes",{get:function(){if(null==i._observedAttributesIgcGeographicSymbolSeriesBaseComponent){for(var e=n.getAllPropertyNames(i),t=0;t<e.length;t++)e[t]=n.toSpinal(e[t]);i._observedAttributesIgcGeographicSymbolSeriesBaseComponent=e}return i._observedAttributesIgcGeographicSymbolSeriesBaseComponent},enumerable:!1,configurable:!0}),i._observedAttributesIgcGeographicSymbolSeriesBaseComponent=null,i}(We),Je=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(i,e),i.$t=n.markType(i,"GeographicXYTriangulatingSeriesBase",p.$),i}(p),et=function(e){function i(){return e.call(this)||this}return t.__extends(i,e),Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),i.prototype.connectedCallback=function(){e.prototype.connectedCallback&&e.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},i.prototype.disconnectedCallback=function(){e.prototype.disconnectedCallback&&e.prototype.disconnectedCallback.call(this),this.i.disconnectedCallback&&this.i.disconnectedCallback(),this._attached&&(this._attached=!1)},Object.defineProperty(i,"observedAttributes",{get:function(){if(null==i._observedAttributesIgcGeographicXYTriangulatingSeriesBaseComponent){for(var e=n.getAllPropertyNames(i),t=0;t<e.length;t++)e[t]=n.toSpinal(e[t]);i._observedAttributesIgcGeographicXYTriangulatingSeriesBaseComponent=e}return i._observedAttributesIgcGeographicXYTriangulatingSeriesBaseComponent},enumerable:!1,configurable:!0}),i._observedAttributesIgcGeographicXYTriangulatingSeriesBaseComponent=null,i}(F);e.ArcGISOnlineMapImagery=E,e.BingMapsImageryStyle=P,e.BingMapsImageryStyle_$type=M,e.BingMapsMapImagery=O,e.BingMapsMapImageryView=j,e.BingResourceSet=Ue,e.BingResponse=Fe,e.CustomMapImagery=z,e.GeographicContourLineSeries=$e,e.GeographicContourLineSeriesView=Te,e.GeographicHighDensityScatterSeries=Pe,e.GeographicHighDensityScatterSeriesView=Ce,e.GeographicMapImagery=f,e.GeographicMapImageryView=d,e.GeographicMapSeriesHost=p,e.GeographicMarkerSeries=ge,e.GeographicMarkerSeriesBase=Le,e.GeographicPolylineSeries=J,e.GeographicPolylineSeriesView=K,e.GeographicProportionalSymbolSeries=fe,e.GeographicProportionalSymbolSeriesBase=He,e.GeographicProportionalSymbolSeriesBaseView=ze,e.GeographicProportionalSymbolSeriesView=ye,e.GeographicScatterAreaSeries=k,e.GeographicScatterAreaSeriesView=m,e.GeographicShapeSeries=Y,e.GeographicShapeSeriesBase=H,e.GeographicShapeSeriesBaseBase=Ye,e.GeographicShapeSeriesBaseBaseView=qe,e.GeographicShapeSeriesBaseView=W,e.GeographicShapeSeriesView=X,e.GeographicSymbolSeries=Se,e.GeographicSymbolSeriesBase=Qe,e.GeographicSymbolSeriesBaseView=Ee,e.GeographicSymbolSeriesView=me,e.GeographicTileSeries=ce,e.GeographicXYTriangulatingSeries=w,e.GeographicXYTriangulatingSeriesBase=Je,e.GeographicXYTriangulatingSeriesBaseView=Ne,e.GeographicXYTriangulatingSeriesView=b,e.HostSeriesView=g,e.IgcArcGISOnlineMapImagery=N,e.IgcArcGISOnlineMapImageryModule=V,e.IgcBingMapsMapImagery=R,e.IgcBingMapsMapImageryModule=A,e.IgcCustomMapImagery=D,e.IgcCustomMapImageryModule=q,e.IgcGeographicContourLineSeriesComponent=je,e.IgcGeographicContourLineSeriesModule=Oe,e.IgcGeographicHighDensityScatterSeriesComponent=Me,e.IgcGeographicHighDensityScatterSeriesModule=Ie,e.IgcGeographicMapComponent=x,e.IgcGeographicMapCoreModule=U,e.IgcGeographicMapImagery=T,e.IgcGeographicMapModule=Re,e.IgcGeographicMapSeriesHostComponent=F,e.IgcGeographicMarkerSeriesBaseComponent=We,e.IgcGeographicMarkerSeriesComponent=pe,e.IgcGeographicPolylineSeriesComponent=ee,e.IgcGeographicPolylineSeriesModule=te,e.IgcGeographicProportionalSymbolSeriesBaseComponent=Xe,e.IgcGeographicProportionalSymbolSeriesComponent=de,e.IgcGeographicProportionalSymbolSeriesModule=be,e.IgcGeographicScatterAreaSeriesComponent=ve,e.IgcGeographicScatterAreaSeriesModule=xe,e.IgcGeographicShapeSeriesBaseBaseComponent=Ze,e.IgcGeographicShapeSeriesBaseComponent=L,e.IgcGeographicShapeSeriesComponent=Z,e.IgcGeographicShapeSeriesModule=Q,e.IgcGeographicSymbolSeriesBaseComponent=Ke,e.IgcGeographicSymbolSeriesComponent=_e,e.IgcGeographicSymbolSeriesModule=we,e.IgcGeographicTileSeriesComponent=he,e.IgcGeographicTileSeriesModule=ue,e.IgcGeographicXYTriangulatingSeriesBaseComponent=et,e.IgcGeographicXYTriangulatingSeriesComponent=ke,e.IgcImageTilesReadyEventArgs=v,e.IgcImagesChangedEventArgs=I,e.IgcOpenStreetMapImagery=G,e.IgcOpenStreetMapImageryModule=B,e.IgcSubDomainsCollection=C,e.IgcTileGeneratorMapImagery=ne,e.IgcTileGeneratorMapImageryModule=re,e.IgcTileSeriesComponent=se,e.IgcTileSeriesModule=le,e.ImageTilesReadyEventArgs=h,e.ImageryMetadata=Ve,e.ImagesChangedEventArgs=u,e.LevelOfDetailResponseModel=De,e.MapBackgroundTilingMode=a,e.MapBackgroundTilingMode_$type=s,e.MapResizeBehavior=r,e.MapResizeBehavior_$type=o,e.MapServerResponseModel=Ge,e.OpenStreetMapImagery=_,e.SphericalMercatorHorizontalScaler=c,e.SphericalMercatorVerticalScaler=l,e.SubDomainsCollection=$,e.TileGeneratorMapImagery=ie,e.TileInfoResponseModel=Be,e.TileSeries=oe,e.TileSeriesView=ae,e.TokenResponseModel=Ae,e.XamGeographicMap=y,e.XamGeographicMapView=S,Object.defineProperty(e,"__esModule",{value:!0})}));
|