igniteui-webcomponents-maps 7.0.1 → 7.1.0-alpha.0

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.
Files changed (78) hide show
  1. package/bundles/igniteui-webcomponents-maps.umd.js +1477 -1477
  2. package/bundles/igniteui-webcomponents-maps.umd.min.js +1 -1
  3. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +37 -37
  4. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +76 -76
  5. package/esm2015/lib/GeographicMapSeriesHost_combined.js +188 -188
  6. package/esm2015/lib/GeographicMarkerSeries.js +28 -28
  7. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +17 -17
  8. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +85 -85
  9. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +61 -61
  10. package/esm2015/lib/GeographicShapeSeriesView_combined.js +55 -55
  11. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +54 -54
  12. package/esm2015/lib/GeographicTileSeries.js +27 -27
  13. package/esm2015/lib/SphericalMercatorHorizontalScaler.js +2 -2
  14. package/esm2015/lib/SphericalMercatorVerticalScaler.js +2 -2
  15. package/esm2015/lib/TileSeries_combined.js +87 -87
  16. package/esm2015/lib/XamGeographicMap_combined.js +456 -456
  17. package/esm2015/lib/igc-geographic-contour-line-series-component.js +9 -9
  18. package/esm2015/lib/igc-geographic-high-density-scatter-series-component.js +32 -32
  19. package/esm2015/lib/igc-geographic-map-component.js +50 -50
  20. package/esm2015/lib/igc-geographic-map-series-host-component.js +22 -22
  21. package/esm2015/lib/igc-geographic-marker-series-component.js +31 -31
  22. package/esm2015/lib/igc-geographic-polyline-series-component.js +13 -13
  23. package/esm2015/lib/igc-geographic-proportional-symbol-series-component.js +41 -41
  24. package/esm2015/lib/igc-geographic-scatter-area-series-component.js +7 -7
  25. package/esm2015/lib/igc-geographic-shape-series-base-component.js +29 -29
  26. package/esm2015/lib/igc-geographic-shape-series-component.js +44 -44
  27. package/esm2015/lib/igc-geographic-symbol-series-component.js +19 -19
  28. package/esm2015/lib/igc-geographic-tile-series-component.js +4 -4
  29. package/esm2015/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
  30. package/esm2015/lib/igc-tile-series-component.js +3 -3
  31. package/esm5/lib/GeographicContourLineSeriesView_combined.js +37 -37
  32. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +76 -76
  33. package/esm5/lib/GeographicMapSeriesHost_combined.js +186 -186
  34. package/esm5/lib/GeographicMarkerSeries.js +28 -28
  35. package/esm5/lib/GeographicPolylineSeriesView_combined.js +17 -17
  36. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +85 -85
  37. package/esm5/lib/GeographicShapeSeriesBase_combined.js +60 -60
  38. package/esm5/lib/GeographicShapeSeriesView_combined.js +55 -55
  39. package/esm5/lib/GeographicSymbolSeriesView_combined.js +54 -54
  40. package/esm5/lib/GeographicTileSeries.js +26 -26
  41. package/esm5/lib/SphericalMercatorHorizontalScaler.js +2 -2
  42. package/esm5/lib/SphericalMercatorVerticalScaler.js +2 -2
  43. package/esm5/lib/TileSeries_combined.js +85 -85
  44. package/esm5/lib/XamGeographicMap_combined.js +449 -449
  45. package/esm5/lib/igc-geographic-contour-line-series-component.js +9 -9
  46. package/esm5/lib/igc-geographic-high-density-scatter-series-component.js +32 -32
  47. package/esm5/lib/igc-geographic-map-component.js +50 -50
  48. package/esm5/lib/igc-geographic-map-series-host-component.js +22 -22
  49. package/esm5/lib/igc-geographic-marker-series-component.js +31 -31
  50. package/esm5/lib/igc-geographic-polyline-series-component.js +13 -13
  51. package/esm5/lib/igc-geographic-proportional-symbol-series-component.js +41 -41
  52. package/esm5/lib/igc-geographic-scatter-area-series-component.js +7 -7
  53. package/esm5/lib/igc-geographic-shape-series-base-component.js +29 -29
  54. package/esm5/lib/igc-geographic-shape-series-component.js +44 -44
  55. package/esm5/lib/igc-geographic-symbol-series-component.js +19 -19
  56. package/esm5/lib/igc-geographic-tile-series-component.js +4 -4
  57. package/esm5/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
  58. package/esm5/lib/igc-tile-series-component.js +3 -3
  59. package/fesm2015/igniteui-webcomponents-maps.js +1492 -1492
  60. package/fesm5/igniteui-webcomponents-maps.js +1477 -1477
  61. package/lib/GeographicContourLineSeriesView_combined.d.ts +12 -12
  62. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +20 -20
  63. package/lib/GeographicMapSeriesHost_combined.d.ts +43 -43
  64. package/lib/GeographicMarkerSeries.d.ts +15 -15
  65. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  66. package/lib/GeographicPolylineSeriesView_combined.d.ts +8 -8
  67. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  68. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +22 -22
  69. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  70. package/lib/GeographicShapeSeriesBase_combined.d.ts +20 -20
  71. package/lib/GeographicShapeSeriesView_combined.d.ts +24 -24
  72. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  73. package/lib/GeographicSymbolSeriesView_combined.d.ts +15 -15
  74. package/lib/GeographicTileSeries.d.ts +9 -9
  75. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  76. package/lib/TileSeries_combined.d.ts +20 -20
  77. package/lib/XamGeographicMap_combined.d.ts +102 -102
  78. 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}({}),a=n.markEnum("MapResizeBehavior","Auto,0|MaintainTopLeftPosition,1|MaintainCenterPosition,2"),o=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"),c=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 a,o,s,c,l,u=n.e,h=n.d,p=n.c,y=(n.a,!p.isEmpty),g=(this.m,this.o,p.top),f=p.height,d=u.top,m=u.height,b=h.top,S=h.height,_=this.au.top,x=this.au.height,k=this.af(e),v=.017453292519943295,C=!1;null!=k&&(C=!0);for(var w=t;w<i;w++)a=C?k[w]:e.item(w),y?(a<r.ah&&(a=r.ah),a>r.ag&&(a=r.ag),o=a*v,s=Math.sin(o),c=.5*Math.log((1+s)/(1-s)),l=(((l=g+(l=(this.ai-c)*f/this.aj))-_*f)/x-d*S)/m,C?k[w]=l:e.item(w,l)):(a<r.ah&&(a=r.ah),a>r.ag&&(a=r.ag),o=a*v,s=Math.sin(o),c=.5*Math.log((1+s)/(1-s)),l=((l=b+(l=(this.ai-c)*S/this.aj))-d*S)/m,C?k[w]=l:e.item(w,l))},r.prototype.t=function(e,t,i,n,r){return{p3:this.ak(e.rb),p4:this.ak(e.ra)}},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 a=(e-i.top)*t.width+t.top*i.height;return a=r.am(this.n)-a/(i.height/this.aj),r.aq(a)},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),l=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,a=n.e,o=n.d,s=n.c,c=n.a,l=!s.isEmpty,u=this.m,h=this.o,p=s.left,y=s.width,g=a.left,f=a.width,d=o.left,m=o.width,b=this.aj.left,S=this.aj.width,_=this.af(e),x=!1;null!=_&&(x=!0);for(var k=t;k<i;k++)if(r=x?_[k]:e.item(k),l){var v=(r-h)/u;c&&(v=1-v);var C=((v=p+y*(v-b)/S)-g*m)/f;x?_[k]=C:e.item(k,C)}else{var w=(r-h)/u;c&&(w=1-w),w=d+m*(w-g)/f,x?_[k]=w:e.item(k,w)}},r.prototype.t=function(e,t,i,n,r){return{p3:e.rb,p4:e.ra}},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 a=(e-this.o)/this.m;return r&&(a=1-a),i.left+i.width*(a-t.left)/t.width},r.$t=n.markType(r,"SphericalMercatorHorizontalScaler",i.HorizontalLinearScaler.$),r}(i.HorizontalLinearScaler),u=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),h=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.xk=null,t.xm=t.xl(),t}return t.__extends(r,e),r.prototype.qw=function(){e.prototype.qw.call(this),null!=this.xm&&this.xm.qw()},r.prototype.get_ff=function(){return!0},r.prototype.k0=function(e,t){var i=this.np(t);return"LatitudeMemberPath"==i&&(i="YMemberPath"),"LongitudeMemberPath"==i&&(i="XMemberPath"),this.xm.k0(e,i)},r.prototype.mp=function(e){var t=this.np(e);return"LatitudeMemberPath"==t&&(t="YMemberPath"),"LongitudeMemberPath"==t&&(t="XMemberPath"),this.xm.mp(t)},r.prototype.get_ks=function(){return this.la(this.xm)},r.prototype.set_ks=function(e){this.pd(this.xm,e)},r.prototype.ed=function(e,t,i,n,r){return this.xm.ed(e,t,i,n,r)},r.prototype.ai=function(){return this.xm.ai()},r.prototype.bp=function(){return this.xm},Object.defineProperty(r.prototype,"xm",{get:function(){return this.xk},set:function(e){var t=this.xk;this.xm!=e&&(this.xk=e,this.xr(t,this.xk))},enumerable:!1,configurable:!0}),r.prototype.get_hasMarkers=function(){return this.xm.hasMarkers},r.prototype.xr=function(e,t){if(null!=this.xk){var i=this.xk;i.externalObject=n.TypeRegistrar.createFromInternal(i,n.PlatformConstants.Prefix,n.PlatformConstants.Postfix),i.externalObject._implementation=i}if(this.pt(this.xm),this.xn.ci(),null!=e){var r=e;this.sk(r,null)}if(null!=t){var a=t;this.sk(a,this)}},r.prototype.dh=function(e,t,i){return this.dj(this.xm,e,t,i)},r.prototype.di=function(e,t,i){return this.dk(this.xm,e,t,i)},r.prototype.kx=function(e){return this.k6(this.xm,e)},r.prototype.kk=function(e,t){return this.xm.kk(e,t)},r.prototype.ki=function(e,t){return this.xm.ki(e,t)},r.prototype.je=function(e,t,i){return this.xm.je(e,t,i)},r.prototype.wx=function(e,t,i){return this.xm.wx(e,t,i)},r.prototype.w9=function(e){return this.xm.w9(e)},r.prototype.ao=function(e){return this.xm.ao(e)},r.prototype.xa=function(e){return this.xm.xa(e)},r.prototype.ap=function(e){return this.xm.ap(e)},r.prototype.xb=function(e){return this.xm.xb(e)},r.prototype.xc=function(e){return this.xm.xc(e)},r.prototype.ja=function(e,t,i){return this.xm.ja(e,t,i)},r.prototype.wt=function(e,t,i){return this.xm.wt(e,t,i)},r.prototype.jc=function(e,t,i){return this.je(e,t,i)},r.prototype.wv=function(e,t,i){return this.xm.wv(e,t,i)},r.prototype.wy=function(e,t,i){return this.xm.wy(e,t,i)},r.prototype.jf=function(e,t,i){return this.xm.jf(e,t,i)},r.prototype.wu=function(e,t,i){return this.xm.wu(e,t,i)},r.prototype.jb=function(e,t,i){return this.xm.jb(e,t,i)},r.prototype.ww=function(e,t,i){return this.xm.ww(e,t,i)},r.prototype.jd=function(e,t,i){return this.xm.jd(e,t,i)},r.prototype.ke=function(e){return this.xm.ke(e)},r.prototype.i4=function(){return this.xm.i4()},r.prototype.i0=function(e){return this.xm.i0(e)},r.prototype.ky=function(e){return this.xm.ky(e)},r.prototype.ct=function(){return new y(this)},r.prototype.ri=function(t){e.prototype.ri.call(this,t),this.xn=n.typeCast(y.$,t)},Object.defineProperty(r.prototype,"xo",{get:function(){return this.c(r.xt)},set:function(e){this.h(r.xt,e)},enumerable:!1,configurable:!0}),r.prototype.rr=function(t,r,a,o){switch(e.prototype.rr.call(this,t,r,a,o),r){case"SeriesViewer":this.xm.dc=this.dc,null!=a&&a.ta(this.xm),null!=o&&this.dc.oo(this.xm),this.xm.ru(this.xe),this.xm.index=this.index,this.qf(this.xm),this.kq=this.xm.kq;var s=n.typeCast(i.SeriesViewer.$,a);if(null!=s&&(s.actualWindowRectChanged=n.delegateRemove(s.actualWindowRectChanged,n.runOn(this,this.xs))),null!=this.dc){var c=this.dc;c.actualWindowRectChanged=n.delegateCombine(c.actualWindowRectChanged,n.runOn(this,this.xs))}this.xq();break;case"SyncLink":this.xm.c4=this.c4;break;case"VisibleFromScale":this.xq();break;case"Index":this.xm.index=this.index;break;case"ItemsSource":this.xn.cj();break;case"Resolution":this.xn.cq();break;case"TransitionDuration":this.xn.ct();break;case"Opacity":this.xn.cn();break;case"Visibility":var l=this.xm,u=this._visibility;l.visibility=u;break;case"MouseOverEnabled":this.xm.gf=this.gf;break;case"ExpectFunctions":this.xm.expectFunctions=this.expectFunctions;break;case"Thickness":this.xn.cs();break;case"Brush":this.xn.ch();break;case"Outline":this.xn.cp();break;case"ActualBrush":this.xn.ce();break;case"ActualOutline":this.xn.cf();break;case"MarkerFillOpacity":n.isNaN_(this.jp)||this.xn.cm();break;case"AreaFillOpacity":n.isNaN_(this.is)||this.xn.cg();break;case"OutlineMode":this.xn.co();break;case"ShowDefaultTooltip":this.xn.cr();break;case"Title":this.xm.title=this.title;break;case"LegendItemBadgeMode":this.xn.ck();break;case"LegendItemBadgeShape":this.xn.cl();break;case"Legend":this.xm.legend=this.legend,this.cw.a5()}},r.prototype.xq=function(){if(null!=this.dc&&null!=this.xm&&!n.isNaN_(this.xo))if(this.dc.ys.width>this.xo){this.xm.visibility=1}else{this.xm.visibility=0}},r.prototype.xs=function(e,t){this.xq()},r.prototype.r9=function(t){e.prototype.r9.call(this,t),null!=this.xm&&this.xm.r9(t)},r.prototype.rm=function(t){e.prototype.rm.call(this,t),null!=this.xm&&this.xm.q3()},r.prototype.r8=function(e,t,i,n,r){null!=this.xm&&this.xm.r8(e,t,i,n,r)},r.prototype.a2=function(e,t){return this.xm.a2(e,t)},r.prototype.sv=function(){e.prototype.sv.call(this),this.xm.sv()},r.prototype.get_coercionMethods=function(){return this._coercionMethods},r.prototype.set_coercionMethods=function(e){this._coercionMethods=e,this.xm.coercionMethods=e},r.prototype.qe=function(t){if(e.prototype.qe.call(this,t),null!=this.xm){var i=this.xm.kw();this.pm(t,i)}},r.$t=n.markType(r,"GeographicMapSeriesHost",i.Series.$),r.xt=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.cd=null,i.cd=t,i}return t.__extends(r,e),r.prototype.a3=function(t,i){e.prototype.a3.call(this,t,i)},r.prototype.ci=function(){this.cd.legendItemVisibility=1,this.cd.xm.legendItemVisibility=0,this.cd.xm.itemsSource=this.cd.itemsSource,this.cd.xm.index=this.cd.index,this.cd.xm.v0=this.cd.v0,this.cd.xm.wg=this.cd.v0,this.cd.xm.cj=this.cd.cj,this.cd.xm.js=this.cd.js,this.cd.xm.kn=this.cd.kn,this.cd.xm._opacity=this.cd._opacity,this.cd.xm.jz=this.cd.jz,this.cd.xm.is=this.cd.is,this.cd.xm.jp=this.cd.jp,this.cd.xm.gw=this.cd.gw,this.cd.xm.legendItemBadgeShape=this.cd.legendItemBadgeShape,this.cd.xm.be=this.cd.be},r.prototype.cj=function(){this.cd.xm.itemsSource=this.cd.itemsSource},r.prototype.cq=function(){this.cd.xm.js=this.cd.js},r.prototype.ct=function(){this.cd.xm.kn=this.cd.kn},r.prototype.cn=function(){this.cd.xm._opacity=this.cd._opacity},r.prototype.cs=function(){this.cd.xm.jz=this.cd.jz},r.prototype.ch=function(){this.cd.xm.v0=this.cd.v0},r.prototype.cp=function(){this.cd.xm.wg=this.cd.wg},r.prototype.ce=function(){this.cd.xm.v0=this.cd.vu},r.prototype.cf=function(){this.cd.xm.wg=this.cd.vy},r.prototype.ck=function(){this.cd.xm.be=this.cd.be},r.prototype.cl=function(){this.cd.xm.legendItemBadgeShape=this.cd.legendItemBadgeShape},r.prototype.cg=function(){this.cd.xm.is=this.cd.is},r.prototype.cm=function(){this.cd.xm.jp=this.cd.jp},r.prototype.co=function(){this.cd.xm.cj=this.cd.cj},r.prototype.cr=function(){this.cd.xm.gw=this.cd.gw},r.$t=n.markType(r,"HostSeriesView",i.SeriesView.$),r}(i.SeriesView),g=function(e){function r(){var t=e.call(this)||this;t.z7=null,t.zw=!1,t.zo=1,t.z3=0,t.abe=null,t.zl=null,t.zh=null,t.zj=null,t.zn=null,t.aba={$type:n.Point_$type,x:NaN,y:NaN},t.abh=null,t.z2=1,t.imageTilesReady=null,t.zv=null,t.abg=n.Rect.empty,t.z3=c.am(r.abf.bottom)-c.am(r.abf.top),t.ab=r.$,t.backgroundContent=new _;var a,o=((a=new i.NumericXAxis).b7=t,a);o.dk=!0,t.zi=o,t.zi.tf=new l;var s=function(){var e=new i.NumericYAxis;return e.b7=t,e}();return s.dk=!0,t.zk=s,t.zk.tf=new c,t.aap(),t.aaw(),t.pp(),t}return t.__extends(r,e),r.prototype.provideContainer=function(t){e.prototype.provideContainer.call(this,t),this.zi.provideRenderer(t),this.zk.provideRenderer(t)},r.prototype.pp=function(){e.prototype.pp.call(this),this.zu.fy(this.ik)},r.prototype.gh=function(){return this.z0},r.prototype.gi=function(){return this.z0},r.prototype.zr=function(){return 0==this.zp&&this.zw?2:1},Object.defineProperty(r.prototype,"zq",{get:function(){return this.zo},set:function(e){this.zo=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"abj",{get:function(){return this.abe},set:function(e){if(n.Rect.l_op_Inequality(this.abe,e)){var t=this.abe;this.abe=e,this.ss("ActualWorldRect",t,e)}},enumerable:!1,configurable:!0}),r.prototype.abn=function(){return this.abj},r.prototype.aap=function(){this.abv.isEmpty||(this.abj=this.abt(this.abv,1==this.db))},r.prototype.abt=function(e,t){var i=e.top,a=e.left,o=e.width,s=e.height,l=c.am(e.bottom),u=c.am(e.top),h=l-u,p=e.width/r.abf.width,y=c.am(r.abf.top);if(h/p>this.z3){var g=h/this.z3;a-=(g-p)/2*r.abf.width,o=g*r.abf.width,t&&(a<r.abf.left?a+=r.abf.left-a:a+o>r.abf.right&&(a-=a+o-r.abf.right))}else if(h/p<this.z3){var f=this.z3*p-h,d=u-f/2,m=l+f/2;t&&(d<y?m+=y-(d+=y-d):m>y+this.z3&&(d-=m-(y+this.z3),m-=m-(y+this.z3))),i=c.aq(d),s=c.aq(m)-i}return new n.Rect(0,a,i,o,s)},Object.defineProperty(r.prototype,"backgroundContent",{get:function(){return this.zl},set:function(e){if(e!=this.backgroundContent){var t=this.backgroundContent;this.zl=e,this.ss("BackgroundContent",t,e)}},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"zi",{get:function(){return this.zh},set:function(e){if(e!=this.zi){var t=this.zi;this.zh=e,this.ss("XAxis",t,e)}},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"zk",{get:function(){return this.zj},set:function(e){if(e!=this.zk){var t=this.zk;this.zj=e,this.ss("YAxis",t,e)}},enumerable:!1,configurable:!0}),r.prototype.getZoomRectFromGeoRect=function(e){return this.getZoomFromGeographicRect(e)},r.prototype.aaz=function(e){this.zb=e},r.prototype.aay=function(e){this.abv=e},r.prototype.getZoomFromGeographicRect=function(e){return this.abl(e,!0,0)},r.prototype.abk=function(e,t){return this.abl(e,!1,t)},r.prototype.abl=function(e,t,a){var o=e;t&&(o=this.abt(e,!1));var s=this.zi,c=this.zk,l=new i.ScalerParams(1,r.abi,this.za,s.dn);l.c=this.yw;var u=new i.ScalerParams(1,r.abi,this.za,c.dn);u.c=this.yw;var h=this.zi.f7(o.left,l),p=this.zi.f7(o.right,l),y=this.zk.f7(o.top,u),g=this.zk.f7(o.bottom,u),f=(h-a)/this.za.width,d=(g-a)/this.za.height,m=(p-h+2*a)/this.za.width,b=(y-g+2*a)/this.za.height,S=new n.Rect(0,f,d,m,b);return S.intersect(r.abi),S.isEmpty&&(S=r.abi),S},r.prototype.getZoomFromGeographicPoints=function(e,t){var i=e.x,a=t.y,o=t.x-e.x,s=e.y-t.y;if(o<0||s<0)return r.abi;var c=new n.Rect(0,i,a,o,s);return this.getZoomFromGeographicRect(c)},r.prototype.abp=function(e){var t=this.zi,a=this.zk,o=new i.ScalerParams(1,e,this.za,t.dn);o.c=this.yw;var s=new i.ScalerParams(1,e,this.za,a.dn);s.c=this.yw;var c=this.yv,l=t.ga(c.left,o),u=a.ga(c.top,s),h=t.ga(c.right,o),p=a.ga(c.bottom,s),y=h-l,g=u-p,f=new n.Rect(0,l,p,y,g);return 1==this.db&&(f.intersect(r.abf),f.isEmpty&&(f=r.abf)),f},r.prototype.abb=function(e){var t=this.zi.re(e.x),i=this.zk.re(e.y);return{$type:n.Point_$type,x:t,y:i}},r.prototype.abc=function(e){var t=this.zi.gv(e.x),i=this.zk.gv(e.y);return{$type:n.Point_$type,x:t,y:i}},r.prototype.abd=function(e){return this.abc(e)},r.prototype.aam=function(){var e=n.typeCast(f.$,this.backgroundContent);null!=e&&e.clearTileCache()},r.prototype.aas=function(e){},r.prototype.hd=function(){return!0},r.prototype.aau=function(){var e,i;this.zu.eh();try{for(var r=t.__values(n.fromEnum(this.b9)),a=r.next();!a.done;a=r.next()){a.value.sv()}}catch(t){e={error:t}}finally{try{a&&!a.done&&(i=r.return)&&i.call(r)}finally{if(e)throw e.error}}},r.prototype.aax=function(){if(2==this.zt){if(!this.za.isEmpty&&this.za.width>0&&this.za.height>0){var e=this.zi.re(this.za.left+this.za.width/2),t=this.zk.re(this.za.top+this.za.height/2);this.aba={$type:n.Point_$type,x:e,y:t}}}else if(!this.za.isEmpty&&this.za.width>0&&this.za.height>0){var i=this.zi.re(this.za.left),r=this.zk.re(this.za.top);this.aba={$type:n.Point_$type,x:i,y:r}}},r.prototype.aat=function(){(n.isNaN_(this.aba.x)||n.isNaN_(this.aba.y))&&this.aax();var e=this.aba.x,t=this.aba.y;if(!n.isNaN_(e)&&!n.isNaN_(t)){var a=this.ys.left,o=this.ys.top,s=this.ys.width,c=this.ys.height;if(s>this.abh.width);else{var l=new i.ScalerParams(1,r.abi,this.za,this.zi.dn);l.c=this.yw;var u=this.zi.f7(e,l);if(2==this.zt)a=u/this.za.width-s/2;else a=u/this.za.width;a+s>this.abh.right?a=this.abh.right-s:a<this.abh.left&&(a=this.abh.left)}if(c>this.abh.height);else{var h=new i.ScalerParams(1,r.abi,this.za,this.zk.dn);h.c=this.yw;var p=this.zk.f7(t,h);if(2==this.zt)o=p/this.za.height-c/2;else o=p/this.za.height;o+c>this.abh.bottom?o=this.abh.bottom-c:o<this.abh.top&&(o=this.abh.top)}this.ue(new n.Rect(0,a,o,s,c),!1)}},r.prototype.get_f7=function(){return!0},r.prototype.yt=function(){var t=e.prototype.yt.call(this);if(null==this.zi||null==this.zk)return t;this.y4();var i=t.left,r=t.top;1==this.db&&(this.zb.width>this.abh.width?i=.5-this.zb.width/2:i+t.width>this.abh.right?i=this.abh.right-this.zb.width:i<this.abh.left&&(i=this.abh.left),this.zb.height>this.abh.height?r=.5-this.zb.height/2:r+this.zb.height>this.abh.bottom?r=this.abh.bottom-this.zb.height:r<this.abh.top&&(r=this.abh.top));var a=!1;!this.zz&&2==this.db&&this.zw&&(i>1&&(i=i-Math.floor(i)+1),i<0&&(i=0-(Math.ceil(i)-i)),t.right-this.abh.right>0&&(t.right-this.abh.right)/t.width>.8?(i=this.abh.left-(t.width-(t.right-this.abh.right)),a=!0):t.left<this.abh.left&&Math.abs(t.left-this.abh.left)/t.width>.8&&(i=this.abh.right-Math.abs(t.left-this.abh.left),a=!0));var o=new n.Rect(0,i,r,t.width,t.height);if(this.zz){var s=this.abk(this.abv,1);s=this.abm(s);var c=o.left+o.width/2,l=o.top+o.height/2;if(o.width>s.width){var u=o.height/o.width,h=s.width,p=u*h;o=new n.Rect(0,c-h/2,l-p/2,h,p),a=!0}if(o.height>s.height){var y=o.width/o.height,g=s.height,f=y*g;o=new n.Rect(0,c-f/2,l-g/2,f,g),a=!0}o.left<s.left&&(o=new n.Rect(0,s.left,o.top,o.width,o.height),a=!0),o.top<s.top&&(o=new n.Rect(0,o.left,s.top,o.width,o.height),a=!0),o.right>s.right&&(o=new n.Rect(0,s.right-o.width,o.top,o.width,o.height),a=!0),o.bottom>s.bottom&&(o=new n.Rect(0,o.left,s.bottom-o.height,o.width,o.height),a=!0)}return a&&(this.fq=!0,this.zb=o,this.fq=!1),o},r.prototype.ok=function(e,t){var i=!0,r=!0,a=0,o=this.y4(),s=0,c=0;if(e.right-o.right>0&&(s=(e.right-o.right)/e.width),e.left<o.left&&(c=Math.abs(e.left-o.left)/e.width),0==c&&0==s&&(i=!1),c>s&&(r=!1),i)if(r){var l=this.zh.f7(-180,t);a=this.zh.f7(180,t)-l}else{a=this.zh.f7(-180,t)-this.zh.f7(180,t)}return new n.Tuple$2(n.Boolean_$type,n.Number_$type,i,a)},r.prototype.y4=function(){var e=new i.ScalerParams(1,r.abi,this.za,this.zi.dn);e.c=this.yw;var t=new i.ScalerParams(1,r.abi,this.za,this.zk.dn);t.c=this.yw;var a=this.zi.f7(r.abf.left,e),o=this.zi.f7(r.abf.right,e),s=this.zk.f7(r.abf.top,t),c=this.zk.f7(r.abf.bottom,t);return this.abh=new n.Rect(0,a/this.za.width,c/this.za.height,(o-a)/this.za.width,(s-c)/this.za.height),this.abh},r.prototype.abm=function(e){var t=this.ip,i=.5*(e.left+e.right),r=.5*(e.top+e.bottom),a=e.width,o=e.height,s=n.MathUtil.e(e.width,t,1),c=n.MathUtil.e(e.height,t,1),l=this.za,u=l.width/l.height,h=s*l.width,p=c*l.height;h/p!=u&&(p*u>h?s=(h=p*u)/l.width:c=(p=h/u)/l.height);var y=s!=a,g=c!=o,f=y?i-.5*s:e.left,d=g?r-.5*c:e.top,m=y?i+.5*s:e.right,b=g?r+.5*c:e.bottom;return f<0&&(m=(f=0)+s),m>1&&(f=(m=1)-s),d<0&&(b=(d=0)+c),b>1&&(d=(b=1)-c),new n.Rect(0,f,d,m-f,b-d)},r.prototype.yu=function(t){if(e.prototype.yu.call(this,this.za),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 a=n.intDivide(n.truncate(t.height-t.width),2);i=new n.Rect(0,t.left,t.top+a,t.width,t.width)}return i},r.prototype.abo=function(e){return this.yu(e)},r.prototype.dv=function(){return new S(this)},r.prototype.aao=function(e){null!=e&&(e.b7=this)},r.prototype.rx=function(t){e.prototype.rx.call(this,t),this.zu=t},r.prototype.r8=function(t,i){e.prototype.r8.call(this,t,i),this.t0(this.zi),this.t0(this.zk),n.Rect.l_op_Inequality(t,i)&&this.aat(),this.zz&&(this.ys=this.yt()),this.aa0()},Object.defineProperty(r.prototype,"z4",{get:function(){return this.z2},set:function(e){var t=this.z2;this.z2=e,this.ss("ActualWindowScale",t,this.z2)},enumerable:!1,configurable:!0}),r.prototype.iv=function(){return this.z4},r.prototype.iw=function(){return this.z4},r.prototype.tz=function(){e.prototype.tz.call(this);var t=Math.min(this.ys.width,this.ys.height);this.z4=t},r.prototype.g1=function(){return this.zw},r.prototype.dc=function(){return 0==this.dd&&this.zx?2:this.dd},r.prototype.r9=function(i,a,o,s){var c,l,u,h;switch(e.prototype.r9.call(this,i,a,o,s),a){case"ZoomCoercionMode":this.aap();break;case"WindowRect":this.aax();break;case r.$$p[0]:this.zq=this.zr(),null!=this.zn&&(this.zn.isHorizontalWrappingEnabled=2==this.zq);break;case r.$$p[1]:this.zw=this.zx,this.zq=this.zr(),this.db=this.dc(),null!=this.zn&&(this.zn.isHorizontalWrappingEnabled=2==this.zq);break;case r.$$p[4]:this.ys=this.yt();break;case"BackgroundContent":if(null!=this.zn){var p=this.zn;p.imageTilesReady=n.delegateRemove(p.imageTilesReady,n.runOn(this,this.aaq)),this.zn.deferralHandler=null}if(this.zn=n.typeCast(f.$,this.backgroundContent),null!=this.zn){var y=this.zn;y.imageTilesReady=n.delegateCombine(y.imageTilesReady,n.runOn(this,this.aaq)),this.zn.deferralHandler=this,this.zn.isHorizontalWrappingEnabled=2==this.zq}this.zu.fx(n.typeCast(f.$,o),n.typeCast(f.$,s)),null!=this.zn&&(this.zn.geographicMap=this,this.zu.fu(this.ys),this.zu.fy(this.ik));break;case"YAxis":case"XAxis":this.aav(o),this.aao(s);break;case r.$$p[6]:this.zy||(this.zb=r.abi),this.aap(),this.aaw(),this.aax(),this.ys=this.yt(),this.zu.fv();break;case"ActualWindowRect":this.zu.fu(this.ys);break;case"ActualWorldRect":try{for(var g=t.__values(n.fromEnum(this.b9)),d=g.next();!d.done;d=g.next()){d.value.r9(!1)}}catch(e){c={error:e}}finally{try{d&&!d.done&&(l=g.return)&&l.call(g)}finally{if(c)throw c.error}}break;case r.$$p[5]:this.z4=this.z5;break;case"ActualWindowScale":this.g9||this.ub(this.iv(),this.iw());break;case"ActualPixelScalingRatio":this.zu.fy(this.ik);break;case"WindowRectMinWidth":case"WindowRectMinHeight":var m=s;n.isNaN_(m)||n.isInfinity(m)?(this.ip=5e-6,this.io=5e-6):(this.ip=m,this.io=m);break;case r.$$p[7]:this.t6();break;case"MarkerAutomaticBehavior":try{for(var b=t.__values(n.fromEnum(this.b9)),S=b.next();!S.done;S=b.next()){S.value.qw()}}catch(e){u={error:e}}finally{try{S&&!S.done&&(h=b.return)&&h.call(b)}finally{if(u)throw u.error}}}},r.prototype.aaq=function(e,t){null!=this.imageTilesReady&&this.imageTilesReady(this,new u)},r.prototype.aav=function(e){null!=e&&(e.b7=null)},r.prototype.aaw=function(){null!=this.zi&&(this.zi.rb=this.abj.left,this.zi.ra=this.abj.right),null!=this.zk&&(this.zk.rb=this.abj.top,this.zk.ra=this.abj.bottom),this.zi.ef(!0),this.zk.ef(!0)},r.prototype.getFontInfo=function(){return this.zv=this.zu.fr,this.zv},r.prototype.xw=function(){return this.zu.fz},r.prototype.getFontBrush=function(){return this.zu.f0},r.prototype.tl=function(t,i){if(null!==n.typeCast(n.ItfConverter.$,i)){var r=i,a=t;a.itemsSource=r.triangulationSource.points,a.xv=r.triangulationSource.triangles}else e.prototype.tl.call(this,t,i)},r.prototype.register=function(e,t){this.s7(e,t)},r.prototype.unRegister=function(e){this.ty(e)},r.prototype.deferredRefresh=function(){this.o1()},r.prototype.deferAction=function(e){null!=this.z7?this.z7.setTimeout(e,0):window.setTimeout(e,0)},r.prototype.aan=function(e){this.t5(e)},r.prototype.z8=function(){var e=new i.ChartVisualData,t=this.zi.hu(),r=this.zk.hu();e.axes.add1(t),e.axes.add1(r);for(var a=0;a<this.b9.count;a++){var o=this.b9._inner[a].kw();e.series.add1(o)}return e.name=this.name,e.contentArea=n.RectData.b(this.za),e.centralArea=n.RectData.b(this.za),e.plotArea=n.RectData.b(this.za),e},r.prototype.y0=function(e,t,i){return e},r.prototype.aar=function(){},Object.defineProperty(r.prototype,"abu",{get:function(){return this.abg},set:function(e){this.abg=e},enumerable:!1,configurable:!0}),r.prototype.aa1=function(e){this.abu=e,this.aa0()},r.prototype.aa0=function(){if(this.z1&&!this.abu.isEmpty){var e=this.getZoomFromGeographicRect(this.abu);this.abu=n.Rect.empty,this.ue(e,!1)}},Object.defineProperty(r.prototype,"z1",{get:function(){return!this.za.isEmpty&&!this.yw.isEmpty},enumerable:!1,configurable:!0}),r.$t=n.markType(r,"XamGeographicMap",i.SeriesViewer.$,[n.IMapRenderDeferralHandler_$type]),r.zs=0,r.abf=new n.Rect(2,{$type:n.Point_$type,x:-180,y:-85.05112878},{$type:n.Point_$type,x:180,y:85.05112878}),r.abi=new n.Rect(0,0,0,1,1),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"ss",["BackgroundTilingMode:zp:aa2",[s,n.enumGetBox(s,0)],"IsHorizontalWrappingEnabled:zx:aa3",[0,!1],"ResizeBehavior:zt:aa4",[a,n.enumGetBox(a,r.zs)],"SuppressZoomResetOnWorldRectChange:zy:aa5",[0,!1],"UseWorldRectForZoomBounds:zz:aa6",[0,!1],"WindowScale:z5:aa7",[1,NaN],"WorldRect:abv:aa8",[n.Rect.$,r.abf],"Zoomable:z0:aa9",[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 u)},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.abo(t),a=g.abf,o=this.geographicMap.abj,s=Math.min(this.windowRect.height,this.windowRect.width),c=o.width/a.width;this.ao.a5=t.width/r.width*s*c;var l=this.geographicMap.zi,u=this.geographicMap.zk,h=new i.ScalerParams(1,this.windowRect,t,l.dn);h.c=r;var p=new i.ScalerParams(1,this.windowRect,t,u.dn);p.c=r;var y=l.f7(a.left,h),f=u.f7(a.bottom,p),d=-y/t.width*this.ao.a5,m=-f/t.height*this.ao.a5*(t.height/t.width);return this.ao.cm={$type:n.Point_$type,x:d,y:m},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 h)},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),m=function(e){function i(t){var i=e.call(this,t)||this;return i.cu=null,i.cu=t,i}return t.__extends(i,e),i.prototype.ci=function(){e.prototype.ci.call(this);var t=this.cu.xm;t.ym=this.cu.xy,t.yu=this.cu.xw,t.trianglesSource=this.cu.xv,t.ya=this.cu.x1,t.yc=this.cu.x3,t.ye=this.cu.x5},i.prototype.cx=function(){var e=this.cu.xm;if(null==this.cu.dc)return e.xk=null,void(e.xl=null);e.xk=this.cu.dc.zi,e.xl=this.cu.dc.zk},i.prototype.cw=function(){this.cu.xm.ym=this.cu.xy},i.prototype.cv=function(){this.cu.xm.yu=this.cu.xw},i.prototype.cy=function(){this.cu.xm.trianglesSource=this.cu.xv},i.prototype.cz=function(){this.cu.xm.ya=this.cu.x1},i.prototype.c0=function(){this.cu.xm.yc=this.cu.x3},i.prototype.c1=function(){this.cu.xm.ye=this.cu.x5},i.$t=n.markType(i,"GeographicXYTriangulatingSeriesView",y.$),i}(y),b=function(e){function i(t){var i=e.call(this,t)||this;return i.c2=null,i.c2=t,i}return t.__extends(i,e),i.prototype.a4=function(){e.prototype.a4.call(this),this.t},i.prototype.ci=function(){e.prototype.ci.call(this),null!=this.c2.yg&&(this.c2.yg.zt=this.c2.yk,this.c2.yg.zh=this.c2.yf)},i.prototype.c3=function(){null!=this.c2.yg&&(this.c2.yg.zt=this.c2.yk)},i.prototype.c4=function(){null!=this.c2.yg&&(this.c2.yg.zh=this.c2.yf)},i.$t=n.markType(i,"GeographicScatterAreaSeriesView",m.$),i}(m),S=function(e){function r(t){var i=e.call(this,t)||this;return i.fq=null,i.f2=null,i.f0=null,i.fz=null,i.fr=null,i.fs=NaN,i.f2=n.Rect.empty,i.fq=t,i.fq.xp=2,i.fq.jx=5e-6,i}return t.__extends(r,e),r.prototype.m=function(e){return 2},r.prototype.bn=function(e){this.j.bw(e),this.fq.aan(e),this.eo()},r.prototype.get_aq=function(){return!0},r.prototype.d7=function(){var e,t,i,r,a,o=this.j.a8(e,t,i,r,a);e=o.p0,t=o.p1,i=o.p2,r=o.p3,a=o.p4,this.f0=i,this.fr=r,this.fz=a;var s=this.j.e();if(this.fq.ag=s.a,this.fq.aj=s.f,this.fq.ah=null!=s.b?s.b:new n.BrushCollection,this.fq.ai=null!=s.c?s.c:new n.BrushCollection,0==this.fq.ah.count)for(var c=0;c<s.a.count;c++)this.fq.ah.add(s.a.item(c));if(0==s.c.count)for(var l=0;l<s.f.count;l++)this.fq.ai.add(s.f.item(l))},r.prototype.dx=function(t){if(e.prototype.dx.call(this,t),null!=this.fq.backgroundContent){var i=this.fq.backgroundContent;i.be(this.j.ae),i.bd(t)}},r.prototype.dy=function(t){(e.prototype.dy.call(this,t),this.f2=t,null!=this.fq.backgroundContent)&&this.fq.backgroundContent.bf(this.f2)},r.prototype.f1=function(){return new n.Rect(0,0,0,this.f2.width,this.f2.height)},r.prototype.fv=function(){null!=this.fq.backgroundContent&&this.fq.backgroundContent.a6()},r.prototype.fu=function(e){null!=this.fq.zn&&(this.fq.zn.windowRect=e)},r.prototype.fx=function(e,t){if(null!=this.fq.zn&&(this.fq.zn.windowRect=this.fq.ys),null!=e){var i=e.ao;null!=i&&this.fq.al.h.remove(i.ag),e.bd(null),e.be(null)}if(null!=t){var n=t.ao;null!=n&&this.fq.al.h.add(n.ag),this.f2.isEmpty||this.dy(this.f2),null!=this.w&&this.dx(this.w)}null==t&&this.fw(this.w)},r.prototype.fw=function(e){var t=this.fq.ik;1!=t&&(e.aa(),e.ab(t,t)),e.l(this.f2.left,this.f2.top,this.f2.width,this.f2.height),1!=t&&e.z()},r.prototype.d4=function(){this.fg.ad=i.Defaults.crosshairLineThickness,this.fh.ad=i.Defaults.crosshairLineThickness,this.fg._stroke=i.Defaults.crosshairLineBrush,this.fh._stroke=i.Defaults.crosshairLineBrush,e.prototype.d4.call(this)},r.prototype.fy=function(e){this.fs=e,null!=this.fq.backgroundContent&&this.fq.backgroundContent.bc(e)},Object.defineProperty(r.prototype,"ft",{get:function(){return this.fs},set:function(e){this.fs=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),x=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(i,e),i.prototype.ct=function(){return new m(this)},i.prototype.ri=function(t){e.prototype.ri.call(this,t),this.xu=t},i.prototype.rr=function(t,n,r,a){switch(e.prototype.rr.call(this,t,n,r,a),n){case"SeriesViewer":this.xu.cx();break;case i.$$p[1]:this.xu.cw();break;case i.$$p[0]:this.xu.cv();break;case i.$$p[5]:this.xu.cy();break;case i.$$p[2]:this.xu.cz();break;case i.$$p[3]:this.xu.c0();break;case i.$$p[4]:this.xu.c1()}},i.$t=n.markType(i,"GeographicXYTriangulatingSeries",p.$),i.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,i,"raisePropertyChanged",["LatitudeMemberPath:xw:x7",[2,"pointY"],"LongitudeMemberPath:xy:x8",[2,"pointX"],"TriangleVertexMemberPath1:x1:ya",[2,"v1"],"TriangleVertexMemberPath2:x3:yb",[2,"v2"],"TriangleVertexMemberPath3:x5:yc",[2,"v3"],"TrianglesSource:xv:x9",[n.IEnumerable_$type,null]]),i}(p),k=function(e){function r(){var t=e.call(this)||this;return t.yd=null,t.triangulationStatusChanged=null,t.ab=r.$,t}return t.__extends(r,e),r.prototype.bk=function(){return new r},r.prototype.get_ex=function(){return!0},Object.defineProperty(r.prototype,"yf",{get:function(){return this.yd},set:function(e){if(this.yd!=e){var t=this.yd;if(null!=this.yd){var i=this.yd;i.propertyChanged=n.delegateRemove(i.propertyChanged,n.runOn(this,this.yn))}if(this.yd=e,null!=this.yd){var r=this.yd;r.propertyChanged=n.delegateCombine(r.propertyChanged,n.runOn(this,this.yn))}this.raisePropertyChanged("ColorScale",t,this.yd),null!=this.yg&&(this.yg.zh=e)}},enumerable:!1,configurable:!0}),r.prototype.yn=function(e,t){this.yi.c4(),this.yp(),this.r9(!1)},r.prototype.yp=function(){null!=this.yg&&(this.ye=this.yg.zg)},r.prototype.s0=function(){e.prototype.s0.call(this),this.yp()},r.prototype.xl=function(){this.yg=new i.ScatterAreaSeries;var e=this.yg;return e.triangulationStatusChanged=n.delegateCombine(e.triangulationStatusChanged,n.runOn(this,this.yo)),this.yg},r.prototype.yo=function(e,t){null!=this.triangulationStatusChanged&&this.triangulationStatusChanged(this,t)},r.prototype.ct=function(){return new b(this)},r.prototype.ri=function(t){e.prototype.ri.call(this,t),this.yi=t},r.prototype.rr=function(t,i,n,a){switch(e.prototype.rr.call(this,t,i,n,a),i){case r.$$p[1]:this.yi.c3();break;case"ColorScale":this.yi.c4(),this.yp()}},r.prototype.get_he=function(){return!0},r.prototype.set_he=function(t){e.prototype.set_he.call(this,t)},r.$t=n.markType(r,"GeographicScatterAreaSeries",x.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["ActualColorScale:ye:yq",[i.ColorScale.$,null],"ColorMemberPath:yk:yr",[2,"value"]]),r}(x),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 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}(),C=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 a=r.i;return r._chart=a,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)})),a.provideContainer(r._renderer),new MutationObserver((function(e){var i,n;try{for(var a=t.__values(e),o=a.next();!o.done;o=a.next()){"childList"==o.value.type&&r.updateContentChildren()}}catch(e){i={error:e}}finally{try{o&&!o.done&&(n=a.return)&&n.call(a)}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,a){if(r.externalObject)r=r.externalObject;else{var o=new n.IgcDataContext;o._implementation=r,r=o}return a?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.z0},set:function(e){this.i.z0=n.ensureBool(e),this._a("zoomable",this.i.z0)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"resizeBehavior",{get:function(){return this.i.zt},set:function(e){this.i.zt=n.ensureEnum(a,e),this._a("resizeBehavior",n.enumToString(a,this.i.zt))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"isHorizontalWrappingEnabled",{get:function(){return this.i.zx},set:function(e){this.i.zx=n.ensureBool(e),this._a("isHorizontalWrappingEnabled",this.i.zx)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"backgroundTilingMode",{get:function(){return this.i.zp},set:function(e){this.i.zp=n.ensureEnum(s,e),this._a("backgroundTilingMode",n.enumToString(s,this.i.zp))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"useWorldRectForZoomBounds",{get:function(){return this.i.zz},set:function(e){this.i.zz=n.ensureBool(e),this._a("useWorldRectForZoomBounds",this.i.zz)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"suppressZoomResetOnWorldRectChange",{get:function(){return this.i.zy},set:function(e){this.i.zy=n.ensureBool(e),this._a("suppressZoomResetOnWorldRectChange",this.i.zy)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"worldRect",{get:function(){return n.fromRect(this.i.abv)},set:function(e){this.i.abv=n.toRect(e),this._a("worldRect",n.rectToString(this.i.abv))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualWorldRect",{get:function(){return n.fromRect(this.i.abj)},set:function(e){this.i.abj=n.toRect(e),this._a("actualWorldRect",n.rectToString(this.i.abj))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"xAxis",{get:function(){var e=this.i.zi;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.zi=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"yAxis",{get:function(){var e=this.i.zk;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.zk=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"isMap",{get:function(){return this.i.f7},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"windowScale",{get:function(){return this.i.z5},set:function(e){this.i.z5=+e,this._a("windowScale",this.i.z5)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualWindowScale",{get:function(){return this.i.z4},set:function(e){this.i.z4=+e,this._a("actualWindowScale",this.i.z4)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"zoomIsReady",{get:function(){return this.i.z1},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.abn();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.aaz(n.toRect(e))},r.prototype.updateWorldRect=function(e){this.i.aay(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.abk(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.abp(n.toRect(e));return n.fromRect(t)},r.prototype.getGeographicPoint=function(e){var t=this.i.abb(n.toPoint(e));return n.fromPoint(t)},r.prototype.getPixelPoint=function(e){var t=this.i.abc(n.toPoint(e));return n.fromPoint(t)},r.prototype.getWindowPoint=function(e){var t=this.i.abd(n.toPoint(e));return n.fromPoint(t)},r.prototype.clearTileCache=function(){this.i.aam()},r.prototype.styleUpdated=function(){this.i.aau()},r.prototype.getActualWindowScaleHorizontal=function(){return this.i.iv()},r.prototype.getActualWindowScaleVertical=function(){return this.i.iw()},r.prototype.deferredRefresh=function(){this.i.deferredRefresh()},r.prototype.exportVisualData=function(){return this.i.z8()},r.prototype.zoomToGeographic=function(e){this.i.aa1(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),w=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}({}),I=n.markEnum("BingMapsImageryStyle","Aerial,0|AerialWithLabels,1|Road,2|CanvasDark,3|CanvasLight,4|CanvasGray,5"),T=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}(),M=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):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 T;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}(),z=function(e){function i(t){for(var i=[],r=1;r<arguments.length;r++)i[r-1]=arguments[r];var a=this;switch(t=null==t?0:t){case 0:a=e.call(this,n.String_$type,0)||this;break;case 1:var o=i[0];a=e.call(this,n.String_$type,1,o)||this}return a}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 z(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 z(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(I,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 a=r.length>0?r[0].resources:null;if(null!=a&&0!=a.length){for(var o=a[0].imageUrl,s=new n.List$1(n.String_$type,0),c=0;c<a[0].imageUrlSubdomains.length;c++)s.add(a[0].imageUrlSubdomains[c]);this.cp(o,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,a){switch(t){case i.$$p[0]:case i.$$p[3]:this.cq();break;case i.$$p[5]:this.cj(),this.actualTilePath=a,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 o=a;if(null!=this.actualSubDomains){var s=this.actualSubDomains;s.collectionChanged=n.delegateRemove(s.collectionChanged,n.runOn(this,this.ci))}this.actualSubDomains=o,null!=this.actualSubDomains&&(o.collectionChanged=n.delegateCombine(o.collectionChanged,n.runOn(this,this.ci))),this.bp.n(),this.aj.e();break;case"ActualTilePath":var c=a;n.stringIsNullOrEmpty(c)&&this.cq();break;case"BingImageryRestUri":this.actualBingImageryRestUri=a,this.cj(),this.cq();break;case"ActualBingImageryRestUri":this.cj(),this.cq()}e.prototype.ba.call(this,t,r,a)},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",[I,n.enumGetBox(I,1)],"IsDeferredLoad",[0,!1],"SubDomains",[z.$,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 w,t=this.i.subDomains;t||(t=new z(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 w;this._subDomains=t._fromOuter(e);var i=new n.SyncableObservableCollection$1(n.String_$type),r=this.i.subDomains;r||(r=new z(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 w,t=this.i.actualSubDomains;t||(t=new z(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 w;this._actualSubDomains=t._fromOuter(e);var i=new n.SyncableObservableCollection$1(n.String_$type),r=this.i.actualSubDomains;r||(r=new z(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(I,e)},enumerable:!1,configurable:!0}),i.prototype.requestMapSettings=function(){this.i.requestMapSettings()},i}(M),j=function(){function e(){}return e.register=function(){n.TypeRegistrar.registerCons("IgcBingMapsMapImagery",R),n.TypeRegistrar.register("BingMapsMapImagery",O.$type)},e}(),A=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}(M),G=function(){function e(){}return e.register=function(){n.TypeRegistrar.registerCons("IgcOpenStreetMapImagery",A),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}(M),B=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),E=function(){function e(){}return e.register=function(){n.TypeRegistrar.registerCons("IgcCustomMapImagery",D),n.TypeRegistrar.register("CustomMapImagery",B.$type)},e}(),N=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 a=t;this._pendingTokenRequest_=n.HttpRequestUtil.submit(a,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 a=this,o=n.typeCast(n.ArcGISOnlineTileSource.$,this.ap);switch(t){case"MapServerUri":null!=o&&(o.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 o.userToken=a.userToken})),this.ci();break;case"IsMapPublic":o.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),V=function(e){function i(){return e.call(this)||this}return t.__extends(i,e),i.prototype.createImplementation=function(){return new N},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}(M),q=function(){function e(){}return e.register=function(){n.TypeRegistrar.registerCons("IgcArcGISOnlineMapImagery",V),n.TypeRegistrar.register("ArcGISOnlineMapImagery",N.$type)},e}(),U=function(){function e(){}return e.register=function(){j.register(),G.register(),E.register(),q.register(),C.register(),n.TypeRegistrar.registerCons("IgcGeographicMapComponent",C)},e}(),L=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.ff},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.xo},set:function(e){this.i.xo=+e,this._a("visibleFromScale",this.i.xo)},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.qw()},i.prototype.getItemValue=function(e,t){return this.i.k0(e,t)},i.prototype.getMemberPathValue=function(e){return this.i.mp(e)},i.prototype.getItem=function(e){return this.i.kx(n.toPoint(e))},i.prototype.getPreviousOrExactIndex=function(e,t){return this.i.kk(n.toPoint(e),t)},i.prototype.getNextOrExactIndex=function(e,t){return this.i.ki(n.toPoint(e),t)},i.prototype.getSeriesValue=function(e,t,i){return this.i.je(n.toPoint(e),t,i)},i.prototype.getSeriesValuePosition=function(e,t,i){var r=this.i.wx(n.toPoint(e),t,i);return n.fromPoint(r)},i.prototype.getSeriesValueBoundingBox=function(e){var t=this.i.w9(n.toPoint(e));return n.fromRect(t)},i.prototype.getSeriesValueMarkerBoundingBox=function(e){var t=this.i.xb(n.toPoint(e));return n.fromRect(t)},i.prototype.getSeriesHighValue=function(e,t,i){return this.i.ja(n.toPoint(e),t,i)},i.prototype.getSeriesHighValuePosition=function(e,t,i){var r=this.i.wt(n.toPoint(e),t,i);return n.fromPoint(r)},i.prototype.getSeriesLowValue=function(e,t,i){return this.i.jc(n.toPoint(e),t,i)},i.prototype.getSeriesLowValuePosition=function(e,t,i){var r=this.i.wv(n.toPoint(e),t,i);return n.fromPoint(r)},i.prototype.getSeriesValuePositionFromSeriesPixel=function(e,t,i){var r=this.i.wy(n.toPoint(e),t,i);return n.fromPoint(r)},i.prototype.getSeriesValueFromSeriesPixel=function(e,t,i){return this.i.jf(n.toPoint(e),t,i)},i.prototype.getItemSpan=function(){return this.i.i4()},i.prototype.renderSeries=function(e){this.i.r9(e)},i.prototype.styleUpdated=function(){this.i.sv()},i._observedAttributesIgcGeographicMapSeriesHostComponent=null,i}(i.IgcSeriesComponent),F=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.yl},set:function(e){this.i.yl=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"isCustomShapeStyleAllowed",{get:function(){return this.i.x6},set:function(e){this.i.x6=n.ensureBool(e),this._a("isCustomShapeStyleAllowed",this.i.x6)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"isCustomShapeMarkerStyleAllowed",{get:function(){return this.i.x5},set:function(e){this.i.x5=n.ensureBool(e),this._a("isCustomShapeMarkerStyleAllowed",this.i.x5)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"itemSearchMode",{get:function(){return this.i.xx},set:function(e){this.i.xx=n.ensureEnum(i.ShapeItemSearchMode_$type,e),this._a("itemSearchMode",n.enumToString(i.ShapeItemSearchMode_$type,this.i.xx))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"itemSearchThreshold",{get:function(){return this.i.x9},set:function(e){this.i.x9=+e,this._a("itemSearchThreshold",this.i.x9)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"fillMemberPath",{get:function(){return this.i.ya},set:function(e){this.i.ya=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"fillScale",{get:function(){var e=this.i.xw;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.xw=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"fillScaleUseGlobalValues",{get:function(){return this.i.x4},set:function(e){this.i.x4=n.ensureBool(e),this._a("fillScaleUseGlobalValues",this.i.x4)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"itemSearchPointsThreshold",{get:function(){return this.i.x8},set:function(e){this.i.x8=+e,this._a("itemSearchPointsThreshold",this.i.x8)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"shapefileDataSource",{get:function(){var e=this.i.x0;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.x0=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"shapeFilterResolution",{get:function(){return this.i.x7},set:function(e){this.i.x7=+e,this._a("shapeFilterResolution",this.i.x7)},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}(L),H=function(e){function r(){var t=null!==e&&e.apply(this,arguments)||this;return t.x3=!1,t.x2=!1,t.assigningShapeStyle=null,t.assigningShapeMarkerStyle=null,t.xz=null,t.x1=!1,t}return t.__extends(r,e),r.prototype.ct=function(){return new W(this)},r.prototype.ri=function(t){e.prototype.ri.call(this,t),this.xy=t},r.prototype.get_fh=function(){return!0},r.prototype.get_ef=function(){return!0},r.prototype.rr=function(t,i,a,o){switch(e.prototype.rr.call(this,t,i,a,o),i){case"SeriesViewer":this.xy.cv();break;case"ShapeMemberPath":this.xy.cx();break;case r.$$p[8]:this.xy.cw();break;case r.$$p[4]:if(this.xm.yu=this.x6,this.x3=this.x6,this.x6){var s=this.xm;s.assigningShapeStyle=n.delegateCombine(s.assigningShapeStyle,n.runOn(this,this.yo))}else{var c=this.xm;c.assigningShapeStyle=n.delegateRemove(c.assigningShapeStyle,n.runOn(this,this.yo))}break;case r.$$p[3]:if(this.xm.yt=this.x5,this.x2=this.x5,this.x6){var l=this.xm;l.assigningShapeMarkerStyle=n.delegateCombine(l.assigningShapeMarkerStyle,n.runOn(this,this.yn))}else{var u=this.xm;u.assigningShapeMarkerStyle=n.delegateRemove(u.assigningShapeMarkerStyle,n.runOn(this,this.yn))}break;case r.$$p[5]:this.xm.x6=this.xx;break;case r.$$p[6]:this.xm.zb=this.x8;break;case r.$$p[7]:this.xm.zc=this.x9;break;case r.$$p[0]:this.xm.zg=this.ya;break;case r.$$p[1]:this.xm.xw=this.xw;break;case r.$$p[2]:this.xm.yp=this.x4;break;case"ShapefileDataSource":if(null!=a){var h=a;this.x1&&(h.importCompleted=n.delegateRemove(h.importCompleted,n.runOn(this,this.yp)))}if(null!=o){var p=o;if(p.count>0){this.yq();break}this.x1=!0,p.importCompleted=n.delegateCombine(p.importCompleted,n.runOn(this,this.yp))}}},r.prototype.yo=function(e,t){null!=this.assigningShapeStyle&&this.assigningShapeStyle(this,t)},r.prototype.yn=function(e,t){null!=this.assigningShapeMarkerStyle&&this.assigningShapeMarkerStyle(this,t)},r.prototype.yp=function(e,t){this.yq()},r.prototype.yq=function(){var e=this.x0.externalObject;this.itemsSource=e.getPointData()},Object.defineProperty(r.prototype,"x0",{get:function(){return this.xz},set:function(e){var t=this.xz;this.xz=e,t!=this.xz&&this.raisePropertyChanged("ShapefileDataSource",t,this.xz)},enumerable:!1,configurable:!0}),r.prototype.get_he=function(){return!0},r.prototype.set_he=function(t){e.prototype.set_he.call(this,t)},r.$t=n.markType(r,"GeographicShapeSeriesBase",p.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["FillMemberPath:ya:yr",[2],"FillScale:xw:ys",[i.BrushScale.$],"FillScaleUseGlobalValues:x4:yt",[0,!1],"IsCustomShapeMarkerStyleAllowed:x5:yu",[0,!1],"IsCustomShapeStyleAllowed:x6:yv",[0,!1],"ItemSearchMode:xx:yw",[i.ShapeItemSearchMode_$type,n.enumGetBox(i.ShapeItemSearchMode_$type,0)],"ItemSearchPointsThreshold:x8:yx",[1,1e4],"ItemSearchThreshold:x9:yy",[1,1e4],"ShapeFilterResolution:x7:yz",[1,2],"ShapeMemberPath:yl:y0",[2,"points"]]),r}(p),W=function(e){function i(t){var i=e.call(this,t)||this;return i.cu=null,i.cu=t,i}return t.__extends(i,e),i.prototype.ci=function(){e.prototype.ci.call(this),this.cu.xm.zt=this.cu.yl},i.prototype.cv=function(){var e=this.cu.xm;if(null==this.cu.dc)return e.x0=null,void(e.x2=null);e.x0=this.cu.dc.zi,e.x2=this.cu.dc.zk},i.prototype.cx=function(){this.cu.xm.zt=this.cu.yl},i.prototype.cw=function(){this.cu.xm.y8=this.cu.x7},i.$t=n.markType(i,"GeographicShapeSeriesBaseView",y.$),i}(y),X=function(e){function r(t){var i=e.call(this,t)||this;return i.cy=null,i.cy=t,i.t||(i.cy.yl="points"),i}return t.__extends(r,e),r.prototype.a4=function(){e.prototype.a4.call(this),this.t||(this.cy.z8=i.Defaults.a8,this.cy.jz=i.Defaults.ac,this.cy.y7=i.Defaults.ab,this.cy.y4=i.Defaults.d,this.cy.y2=i.Defaults.a)},r.prototype.ci=function(){e.prototype.ci.call(this),this.cy.xm.acg=this.cy.aaa,this.cy.xm.aa8=this.cy.y5,this.cy.xm.abv=this.cy.zq,this.cy.xm.abc=this.cy.y7,this.cy.xm.aau=this.cy.y1},r.prototype.c3=function(){this.cy.xm.abv=this.cy.zq},r.prototype.c5=function(){this.cy.xm.abc=this.cy.y7},r.prototype.c0=function(){this.cy.xm.aau=this.cy.y1},r.prototype.c4=function(){this.cy.xm.aa3=this.cy.y4},r.prototype.cz=function(){this.cy.xm.acc=this.cy.z7},r.prototype.c1=function(){this.cy.xm.acd=this.cy.z8},r.prototype.c2=function(){this.cy.xm.acf=this.cy.z9},r.prototype.c6=function(){this.cy.xm.aa8=this.cy.y5},r.prototype.c7=function(){this.cy.xm.acg=this.cy.aaa},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.bk=function(){return new r},r.prototype.get_fu=function(){return!0},r.prototype.ct=function(){return new X(this)},r.prototype.ri=function(t){e.prototype.ri.call(this,t),this.y6=t},r.prototype.xl=function(){var e=new i.ScatterPolygonSeries;return e.styleShape=n.delegateCombine(e.styleShape,n.runOn(this,this.zn)),e.propertyUpdated=n.delegateCombine(e.propertyUpdated,n.runOn(this,this.zo)),e},r.prototype.zn=function(e,t){null!=this.styleShape&&this.styleShape(this,t)},r.prototype.zo=function(e,t){n.typeCast(i.ScatterPolygonSeries.$,this.xm)},r.prototype.iv=function(){return this.y7},r.prototype.v6=function(){return this.z5},r.prototype.v7=function(){return this.z6},r.prototype.ti=function(){return this.zp},r.prototype.mm=function(){var e=n.typeCast(i.ScatterPolygonSeries.$,this.xm);return null==e?"Unknown":e.mm()},r.prototype.rr=function(t,i,n,a){switch(e.prototype.rr.call(this,t,i,n,a),i){case r.$$p[6]:this.xm.aa1=this.y3;break;case r.$$p[5]:this.xm.aax=this.y2;break;case r.$$p[9]:this.y6.c3();break;case r.$$p[10]:this.y6.c5();break;case r.$$p[4]:this.y6.c0();break;case r.$$p[11]:this.y6.c4();break;case r.$$p[3]:this.y6.cz();break;case r.$$p[7]:this.y6.c1();break;case r.$$p[8]:this.y6.c2();break;case r.$$p[13]:this.y6.c6();break;case r.$$p[12]:this.y6.c7()}},r.prototype.ju=function(){return.7},r.$t=n.markType(r,"GeographicShapeSeries",H.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["ActualMarkerBrush:z5:zr",[n.Brush.$],"ActualMarkerOutline:z6:zs",[n.Brush.$],"ActualMarkerTemplate:zp:zt",[n.DataTemplate.$,null],"MarkerBrush:z7:zu",[n.Brush.$],"MarkerCollisionAvoidance:y1:zv",[i.CollisionAvoidanceType_$type,n.enumGetBox(i.CollisionAvoidanceType_$type,0)],"MarkerFillMode:y2:zw",[i.MarkerFillMode_$type,n.enumGetBox(i.MarkerFillMode_$type,0)],"MarkerOutlineMode:y3:zx",[i.MarkerOutlineMode_$type,n.enumGetBox(i.MarkerOutlineMode_$type,0)],"MarkerOutline:z8:zy",[n.Brush.$],"MarkerStyle:z9:zz",[n.Style.$],"MarkerTemplate:zq:z0",[n.DataTemplate.$,null],"MarkerThickness:y7:z1",[1,n.DeviceUtils.g(2)],"MarkerType:y4:z2",[i.MarkerType_$type,n.enumGetBox(i.MarkerType_$type,2)],"ShapeStyle:aaa:z3",[n.Style.$,null],"ShapeStyleSelector:y5:z4",[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.fu},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"shapeFill",{get:function(){return this.i.aaa?this.i.aaa.fill:null},set:function(e){this.ensureShapeStyle(),this.i.aaa.fill=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"shapeStroke",{get:function(){return this.i.aaa?this.i.aaa.stroke:null},set:function(e){this.ensureShapeStyle(),this.i.aaa.stroke=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"shapeStrokeThickness",{get:function(){return this.i.aaa?this.i.aaa.strokeThickness:NaN},set:function(e){this.ensureShapeStyle(),this.i.aaa.strokeThickness=+e,this._a("shapeStrokeThickness",this.i.aaa.strokeThickness)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"shapeOpacity",{get:function(){return this.i.aaa?this.i.aaa.opacity:NaN},set:function(e){this.ensureShapeStyle(),this.i.aaa.opacity=+e,this._a("shapeOpacity",this.i.aaa.opacity)},enumerable:!1,configurable:!0}),r.prototype.ensureShapeStyle=function(){this.i.aaa||(this.i.aaa=new n.Style)},Object.defineProperty(r.prototype,"markerType",{get:function(){return this.i.y4},set:function(e){this.i.y4=n.ensureEnum(i.MarkerType_$type,e),this._a("markerType",n.enumToString(i.MarkerType_$type,this.i.y4))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerOutlineMode",{get:function(){return this.i.y3},set:function(e){this.i.y3=n.ensureEnum(i.MarkerOutlineMode_$type,e),this._a("markerOutlineMode",n.enumToString(i.MarkerOutlineMode_$type,this.i.y3))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerFillMode",{get:function(){return this.i.y2},set:function(e){this.i.y2=n.ensureEnum(i.MarkerFillMode_$type,e),this._a("markerFillMode",n.enumToString(i.MarkerFillMode_$type,this.i.y2))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerTemplate",{get:function(){return this.i.zq},set:function(e){this.i.zq=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerBrush",{get:function(){return n.brushToString(this.i.z7)},set:function(e){this.i.z7=n.stringToBrush(e),this._a("markerBrush",n.brushToString(this.i.z7))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerOutline",{get:function(){return n.brushToString(this.i.z8)},set:function(e){this.i.z8=n.stringToBrush(e),this._a("markerOutline",n.brushToString(this.i.z8))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerThickness",{get:function(){return this.i.y7},set:function(e){this.i.y7=+e,this._a("markerThickness",this.i.y7)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerCollisionAvoidance",{get:function(){return this.i.y1},set:function(e){this.i.y1=n.ensureEnum(i.CollisionAvoidanceType_$type,e),this._a("markerCollisionAvoidance",n.enumToString(i.CollisionAvoidanceType_$type,this.i.y1))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualMarkerTemplate",{get:function(){return this.i.zp},set:function(e){this.i.zp=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualMarkerBrush",{get:function(){return n.brushToString(this.i.z5)},set:function(e){this.i.z5=n.stringToBrush(e),this._a("actualMarkerBrush",n.brushToString(this.i.z5))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualMarkerOutline",{get:function(){return n.brushToString(this.i.z6)},set:function(e){this.i.z6=n.stringToBrush(e),this._a("actualMarkerOutline",n.brushToString(this.i.z6))},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}(F),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.cy=null,i.cy=t,i}return t.__extends(r,e),r.prototype.a4=function(){e.prototype.a4.call(this),this.t||(this.cy.jz=i.Defaults.aa)},r.prototype.ci=function(){e.prototype.ci.call(this),this.cy.xm.aau=this.cy.y1,this.cy.xm.aaz=this.cy.y9},r.prototype.cz=function(){this.cy.xm.aau=this.cy.y1},r.prototype.c0=function(){this.cy.xm.aaz=this.cy.y9},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.bk=function(){return new r},r.prototype.get_fv=function(){return!0},r.prototype.ct=function(){return new K(this)},r.prototype.ri=function(t){e.prototype.ri.call(this,t),this.y2=t},r.prototype.xl=function(){var e=new i.ScatterPolylineSeries;return e.styleShape=n.delegateCombine(e.styleShape,n.runOn(this,this.y6)),e},r.prototype.y6=function(e,t){null!=this.styleShape&&this.styleShape(this,t)},r.prototype.rr=function(t,i,n,a){switch(e.prototype.rr.call(this,t,i,n,a),i){case r.$$p[1]:this.y2.cz();break;case r.$$p[0]:this.y2.c0()}},r.$t=n.markType(r,"GeographicPolylineSeries",H.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["ShapeStyle:y9:y7",[n.Style.$,null],"ShapeStyleSelector:y1:y8",[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.fv},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"shapeFill",{get:function(){return this.i.y9?this.i.y9.fill:null},set:function(e){this.ensureShapeStyle(),this.i.y9.fill=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"shapeStroke",{get:function(){return this.i.y9?this.i.y9.stroke:null},set:function(e){this.ensureShapeStyle(),this.i.y9.stroke=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"shapeStrokeThickness",{get:function(){return this.i.y9?this.i.y9.strokeThickness:NaN},set:function(e){this.ensureShapeStyle(),this.i.y9.strokeThickness=+e,this._a("shapeStrokeThickness",this.i.y9.strokeThickness)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"shapeOpacity",{get:function(){return this.i.y9?this.i.y9.opacity:NaN},set:function(e){this.ensureShapeStyle(),this.i.y9.opacity=+e,this._a("shapeOpacity",this.i.y9.opacity)},enumerable:!1,configurable:!0}),r.prototype.ensureShapeStyle=function(){this.i.y9||(this.i.y9=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}(F),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],"/","")),a=parseInt(n.stringReplace(i[4],"/","")),o=parseInt(n.stringReplace(n.stringReplace(i[5],"/",""),".png",""));null!=this.tileGenerator&&this.tileGenerator.cancelTile(r,a,o)},i.prototype.br=function(e,t){var i=this,r=t.uri.toString().split("/"),a=parseInt(n.stringReplace(r[3],"/","")),o=parseInt(n.stringReplace(r[4],"/","")),s=parseInt(n.stringReplace(n.stringReplace(r[5],"/",""),".png",""));t.uri=null;var c=t.image;null!=this.tileGenerator&&this.tileGenerator.getTile(a,o,s,(function(e,t){return i.deferralHandler.deferAction((function(){return c.src=t.url}))}),(function(e,t){}),(function(e,t){}),c)},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}(M),re=function(){function e(){}return e.register=function(){n.TypeRegistrar.registerCons("IgcTileGeneratorMapImagery",ne),n.TypeRegistrar.register("TileGeneratorMapImagery",ie.$type)},e}(),ae=function(e){function r(){var t=e.call(this)||this;return t.aav=null,t.aau=null,t.imageTilesReady=null,t.aay=null,t.aaz=!1,t.ab=r.$,t}return t.__extends(r,e),r.prototype.bk=function(){return new r},r.prototype.get_f7=function(){return!0},r.prototype.ct=function(){return new oe(this)},r.prototype.ri=function(t){e.prototype.ri.call(this,t),this.aat=t},r.prototype.get_yw=function(){return!1},Object.defineProperty(r.prototype,"aax",{get:function(){return this.aav},set:function(e){if(e!=this.aax){var t=this.aax;this.aav=e,this.raisePropertyChanged("TileImagery",t,e)}},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"aaw",{get:function(){return this.aau},set:function(e){var t=this.aau;this.aau=e,this.raisePropertyChanged("ActualTileImagery",t,this.aau)},enumerable:!1,configurable:!0}),r.prototype.rr=function(t,i,r,a){var o,s;switch(e.prototype.rr.call(this,t,i,r,a),i){case"TileImagery":s=a,null!=(o=r)&&(o.propertyChanged=n.delegateRemove(o.propertyChanged,n.runOn(this,this.aa2))),null!=s&&(s.propertyChanged=n.delegateCombine(s.propertyChanged,n.runOn(this,this.aa2))),this.aat.dv(o,s),this.r9(!1),this.q1();break;case"ActualTileImagery":s=a,null!=(o=r)&&(o.imageTilesReady=n.delegateRemove(o.imageTilesReady,n.runOn(this,this.aa3)),o.deferralHandler=null),null!=s&&(s.imageTilesReady=n.delegateCombine(s.imageTilesReady,n.runOn(this,this.aa3)),s.deferralHandler=this),this.aat.du(o,s),null!=s&&null!==n.typeCast(g.$,this.dc)&&(s.geographicMap=this.dc,this.aa5(this.cw),this.aat.dr(this.dc.ys)),this.q1();break;case"ActualWindowRect":this.aat.dr(a);break;case"WorldRect":this.aat.dy(a);break;case"SeriesViewer":var c=a;null!=r&&null!=this.aaw&&this.aaw.be(null),null!=c&&null!=this.aaw&&this.aaw.be(this.cw.ae);break;case"ActualBrush":case"ActualOutline":case"ActualThickness":this.q3()}},r.prototype.aa2=function(e,t){"MultiScaleImage"==t.propertyName&&this.aa5(this.cw)},r.prototype.aa3=function(e,t){null!=this.imageTilesReady&&this.imageTilesReady(this,new n.EventArgs),this.aaz||this.aat.dw()},r.prototype.register=function(e,t){this.aay=t},r.prototype.unRegister=function(e){this.aay=null},r.prototype.deferredRefresh=function(){this.r9(!1)},r.prototype.deferAction=function(e){null!=this.j9?this.j9.setTimeout(e,0):window.setTimeout(e,0)},r.prototype.s9=function(t,i){this.aat.dx(),e.prototype.s9.call(this,t,i)},r.prototype.sa=function(t){e.prototype.sa.call(this,t),this.aa4(t,this.cw)},r.prototype.aa4=function(e,t){var i,n,r=t,a=t.getViewInfo(i,n);i=a.p0,n=a.p1,this.aa5(t),null!=this.aay&&(this.aaz=!0,this.aay(e),this.aaz=!1),r.dw()},r.prototype.r8=function(t,i,n,r,a){e.prototype.r8.call(this,t,i,n,r,a);var o=this.hu.item(r);o.bd(n),this.d7(o)||this.z9(o)},r.prototype.aa5=function(e){var t,i,n=e.getViewInfo(t,i);t=n.p0,i=n.p1,null!=this.aax&&null!=this.aax.ao&&(this.aax!=this.aaw&&(this.aaw=this.aax),null==this.aaw||t.isEmpty||(this.aaw.width!=t.width&&(this.aaw.width=t.width),this.aaw.height!=t.height&&(this.aaw.height=t.height)))},r.prototype.pj=function(t,i){e.prototype.pj.call(this,t,i),i.ds()},r.$t=n.markType(r,"TileSeries",i.ShapeSeriesBase.$,[n.IMapRenderDeferralHandler_$type]),r}(i.ShapeSeriesBase),oe=function(e){function r(t){var i=e.call(this,t)||this;return i.dn=null,i.dz=new n.GeometryGroup,i.dq=null,i.dp=null,i.dn=t,i}return t.__extends(r,e),r.prototype.a4=function(){e.prototype.a4.call(this),this.t||(this.dn.wg=i.Defaults.tileSeries_Outline,this.dn.v0=i.Defaults.tileSeries_Brush)},r.prototype.cx=function(e,t){t.c.count>0&&this.dz.d.add(t)},r.prototype.di=function(e,t){return this.dj(e,t,!0)},r.prototype.dh=function(e,t){return null},r.prototype.c1=function(e,t){},r.prototype.cz=function(e,t,i){},r.prototype.c7=function(){e.prototype.c7.call(this),this.dz.d.clear()},r.prototype.c6=function(){e.prototype.c6.call(this),this.a2()},r.prototype.dr=function(e){null!=this.dn.aax&&(this.dn.aax.windowRect=e)},r.prototype.du=function(e,t){if(null==this.dq){this.dq=this.f.j9.createElement("canvas");var i=this.f.j9.get2DCanvasContext(this.dq);this.dp=new n.RenderingContext(new n.CanvasViewRenderer,i),this.dq.setAttribute("width",this.b9.width.toString()),this.dq.setAttribute("height",this.b9.height.toString())}null!=e&&(e.bd(null),e.be(null),e.imagesChanged=n.delegateRemove(e.imagesChanged,n.runOn(this,this.dt))),null!=t&&(null!=this.ae&&t.be(this.ae),t.bd(this.dp),t.bf(this.b9),t.imagesChanged=n.delegateCombine(t.imagesChanged,n.runOn(this,this.dt)))},r.prototype.dt=function(e,t){this.a2()},r.prototype.dv=function(e,t){},r.prototype.dx=function(){null!=this.dq&&(this.dq.setAttribute("width",this.b9.width.toString()),this.dq.setAttribute("height",this.b9.height.toString())),null!=this.dn.aax&&this.dn.aax.bf(this.b9)},r.prototype.bj=function(t,i){if(e.prototype.bj.call(this,t,i),!i&&null!=this.dq){var r=!1;if(this.dz.d.count>0)r=!0,this.m.aa(),this.m.r(this.dz),this.m.h().clip();var a=n.truncate(Math.round(this.b9.left)),o=n.truncate(Math.round(this.b9.top)),s=n.truncate(Math.round(this.b9.width)),c=n.truncate(Math.round(this.b9.height));this.m.o(this.dq.getNativeElement(),1,a,o,s,c,a,o,s,c),r&&this.m.z()}},r.prototype.dw=function(){this.a2()},r.prototype.ds=function(){},r.prototype.dy=function(e){null!=this.dn.aax&&this.dn.aax.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 ae},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.f7},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"tileImagery",{get:function(){var e=this.i.aax;return null==e?null:e.externalObject},set:function(e){this.i.aax=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),ce=function(){function e(){}return e.register=function(){se.register(),n.TypeRegistrar.registerCons("IgcTileSeriesComponent",se),n.TypeRegistrar.register("TileSeries",ae.$type)},e}(),le=function(e){function i(){var t=e.call(this)||this;return t.y2=null,t.y1=null,t.imageTilesReady=null,t.ab=i.$,t}return t.__extends(i,e),i.prototype.bk=function(){return new i},i.prototype.get_f7=function(){return!0},Object.defineProperty(i.prototype,"y3",{get:function(){return this.y2},set:function(e){if(e!=this.y3){var t=this.y3;this.y2=e,this.raisePropertyChanged("TileImagery",t,e)}},enumerable:!1,configurable:!0}),i.prototype.y7=function(){null!=this.y3&&this.y3.clearTileCache()},i.prototype.rr=function(t,i,n,r){switch(e.prototype.rr.call(this,t,i,n,r),i){case"TileImagery":null!=this.xm&&(this.xm.aax=this.y3)}},i.prototype.xr=function(t,i){if(e.prototype.xr.call(this,t,i),this.xm.aax=this.y3,null!=this.y1){var r=this.y1;r.imageTilesReady=n.delegateRemove(r.imageTilesReady,n.runOn(this,this.y6))}if(this.y1=this.xm,null!=this.y1){var a=this.y1;a.imageTilesReady=n.delegateCombine(a.imageTilesReady,n.runOn(this,this.y6))}},i.prototype.xl=function(){return new ae},i.prototype.y6=function(e,t){null!=this.imageTilesReady&&this.imageTilesReady(this,new u)},i.$t=n.markType(i,"GeographicTileSeries",H.$),i}(H),ue=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 le},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.f7},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"tileImagery",{get:function(){var e=this.i.y3;return null==e?null:e.externalObject},set:function(e){this.i.y3=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.y7()},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}(F),he=function(){function e(){}return e.register=function(){ce.register(),ue.register(),n.TypeRegistrar.registerCons("IgcGeographicTileSeriesComponent",ue),n.TypeRegistrar.register("GeographicTileSeries",le.$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.xw},set:function(e){this.i.xw=n.ensureEnum(i.MarkerType_$type,e),this._a("markerType",n.enumToString(i.MarkerType_$type,this.i.xw))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerThickness",{get:function(){return this.i.xx},set:function(e){this.i.xx=+e,this._a("markerThickness",this.i.xx)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerOutlineMode",{get:function(){return this.i.xv},set:function(e){this.i.xv=n.ensureEnum(i.MarkerOutlineMode_$type,e),this._a("markerOutlineMode",n.enumToString(i.MarkerOutlineMode_$type,this.i.xv))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerFillMode",{get:function(){return this.i.xu},set:function(e){this.i.xu=n.ensureEnum(i.MarkerFillMode_$type,e),this._a("markerFillMode",n.enumToString(i.MarkerFillMode_$type,this.i.xu))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerTemplate",{get:function(){return this.i.yc},set:function(e){this.i.yc=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerBrush",{get:function(){return n.brushToString(this.i.yq)},set:function(e){this.i.yq=n.stringToBrush(e),this._a("markerBrush",n.brushToString(this.i.yq))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerOutline",{get:function(){return n.brushToString(this.i.yr)},set:function(e){this.i.yr=n.stringToBrush(e),this._a("markerOutline",n.brushToString(this.i.yr))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"maximumMarkers",{get:function(){return this.i.xy},set:function(e){this.i.xy=+e,this._a("maximumMarkers",this.i.xy)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualMarkerTemplate",{get:function(){return this.i.yb},set:function(e){this.i.yb=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualMarkerBrush",{get:function(){return n.brushToString(this.i.yo)},set:function(e){this.i.yo=n.stringToBrush(e),this._a("actualMarkerBrush",n.brushToString(this.i.yo))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualMarkerOutline",{get:function(){return n.brushToString(this.i.yp)},set:function(e){this.i.yp=n.stringToBrush(e),this._a("actualMarkerOutline",n.brushToString(this.i.yp))},enumerable:!1,configurable:!0}),r._observedAttributesIgcGeographicMarkerSeriesComponent=null,r}(L),ye=function(e){function r(){var t=e.call(this)||this,i=t.xm;return i.propertyUpdated=n.delegateCombine(i.propertyUpdated,n.runOn(t,t.ya)),t}return t.__extends(r,e),r.prototype.ti=function(){return this.yb},r.prototype.v6=function(){return this.yo},r.prototype.v7=function(){return this.yp},r.prototype.iv=function(){return this.xx},r.prototype.mm=function(){var e=n.typeCast(i.MarkerSeries.$,this.xm);return null==e?"Unknown":e.mm()},r.prototype.ya=function(e,t){var r=n.typeCast(i.MarkerSeries.$,this.xm);null!=r&&("ActualMarkerTemplate"==t.propertyName?this.yb=r.ym:"ActualMarkerOutline"==t.propertyName?this.yp=r.y4:"ActualMarkerBrush"==t.propertyName&&(this.yo=r.y3))},r.prototype.rr=function(t,i,n,a){switch(e.prototype.rr.call(this,t,i,n,a),i){case r.$$p[3]:this.xm.y5=this.yq;break;case r.$$p[6]:this.xm.y6=this.yr;break;case r.$$p[5]:this.xm.xq=this.xv;break;case r.$$p[4]:this.xm.xm=this.xu;break;case r.$$p[9]:this.xm.xw=this.xw;break;case r.$$p[7]:this.xm.yo=this.yc;break;case r.$$p[8]:this.xm.x5=this.xx;break;case r.$$p[10]:this.xm.aav=this.xy}},r.$t=n.markType(r,"GeographicMarkerSeries",p.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["ActualMarkerBrush:yo:yd",[n.Brush.$],"ActualMarkerOutline:yp:ye",[n.Brush.$],"ActualMarkerTemplate:yb:yf",[n.DataTemplate.$,null],"MarkerBrush:yq:yg",[n.Brush.$],"MarkerFillMode:xu:yh",[i.MarkerFillMode_$type,n.enumGetBox(i.MarkerFillMode_$type,0)],"MarkerOutlineMode:xv:yi",[i.MarkerOutlineMode_$type,n.enumGetBox(i.MarkerOutlineMode_$type,0)],"MarkerOutline:yr:yj",[n.Brush.$],"MarkerTemplate:yc:yk",[n.DataTemplate.$,null],"MarkerThickness:xx:yl",[1,n.DeviceUtils.g(2)],"MarkerType:xw:ym",[i.MarkerType_$type,n.enumGetBox(i.MarkerType_$type,i.Defaults.e)],"MaximumMarkers:xy:yn",[1,400]]),r}(p),ge=function(e){function i(t){var i=e.call(this,t)||this;return i.cu=null,i.cu=t,i}return t.__extends(i,e),i.prototype.a4=function(){e.prototype.a4.call(this),this.t},i.prototype.ci=function(){e.prototype.ci.call(this);var t=this.cu.xm;t.abf=this.cu.zl,t.abn=this.cu.zj,t.xw=this.cu.xw,t.yo=this.cu.yc,t.x5=this.cu.xx,t.adp=this.cu.y5,t.aef=this.cu.zq,t.ade=this.cu.yx,t.ad5=this.cu.zh,t.ad0=this.cu.y9,t.adb=this.cu.yu,t.adn=this.cu.y1,t.ado=this.cu.y4,t.adu=this.cu.y7,t.adt=this.cu.y6},i.prototype.c3=function(){this.cu.xm.abf=this.cu.zl},i.prototype.c2=function(){this.cu.xm.abn=this.cu.zj},i.prototype.c8=function(){this.cu.xm.xw=this.cu.xw},i.prototype.c6=function(){this.cu.xm.yo=this.cu.yc},i.prototype.c7=function(){this.cu.xm.x5=this.cu.xx},i.prototype.c9=function(){this.cu.xm.aav=this.cu.xy},i.prototype.db=function(){this.cu.xm.xAxis=this.cu.dc.zi},i.prototype.dc=function(){this.cu.xm.yAxis=this.cu.dc.zk},i.prototype.da=function(){var e=this.cu.xm;if(null==this.cu.dc)return e.xAxis=null,void(e.yAxis=null);e.xAxis=this.cu.dc.zi,e.yAxis=this.cu.dc.zk},i.prototype.c4=function(){this.cu.xm.y5=this.cu.yq},i.prototype.c5=function(){this.cu.xm.y6=this.cu.yr},i.prototype.dd=function(){this.cu.xm.aef=this.cu.zq},i.prototype.de=function(){this.cu.xm.ade=this.cu.yx,this.cu.xm.adp=this.cu.y5},i.prototype.cy=function(){this.cu.xm.ad5=this.cu.zh},i.prototype.cw=function(){this.cu.xm.adb=this.cu.yu,this.cu.xm.adn=this.cu.y1,this.cu.xm.ado=this.cu.y4,this.cu.xm.adu=this.cu.y7,this.cu.xm.adt=this.cu.y6},i.prototype.cv=function(){this.cu.xm.ad0=this.cu.y9},i.prototype.df=function(){this.cu.xm.adp=this.cu.y5},i.prototype.cx=function(){this.cu.xm.adn=this.cu.y1},i.prototype.c1=function(){this.cu.xm.ado=this.cu.y4},i.prototype.c0=function(){this.cu.xm.adu=this.cu.y7},i.prototype.cz=function(){this.cu.xm.adt=this.cu.y6},i.$t=n.markType(i,"GeographicProportionalSymbolSeriesView",y.$),i}(y),fe=function(e){function r(){var t=e.call(this)||this;return t.yv=null,t.y0=!1,t.yz=!1,t.assigningScatterStyle=null,t.assigningScatterMarkerStyle=null,t.ab=r.$,t}return t.__extends(r,e),r.prototype.bk=function(){return new r},r.prototype.get_ek=function(){return!0},r.prototype.ct=function(){return new ge(this)},r.prototype.ri=function(t){e.prototype.ri.call(this,t),this.yy=t},r.prototype.ju=function(){return.7},r.prototype.xl=function(){return new i.BubbleSeries},r.prototype.get_fh=function(){return!0},r.prototype.rr=function(t,i,a,o){switch(e.prototype.rr.call(this,t,i,a,o),i){case"SeriesViewer":this.yy.da();break;case r.$$p[9]:this.yy.c3();break;case r.$$p[8]:this.yy.c2();break;case"XAxis":this.yy.db();break;case"YAxis":this.yy.dc();break;case r.$$p[13]:this.yy.dd();break;case r.$$p[14]:this.yy.de();break;case r.$$p[15]:this.yy.df();break;case r.$$p[7]:this.yy.cy();break;case r.$$p[0]:this.yy.cv();break;case r.$$p[1]:this.yy.cw();break;case r.$$p[2]:this.yy.cx();break;case r.$$p[12]:this.yy.c1();break;case r.$$p[11]:this.yy.c0();break;case r.$$p[10]:this.yy.cz();break;case r.$$p[4]:if(this.xm.aab=this.y3,this.y0=this.y3,this.y3){var s=this.xm;s.assigningScatterStyle=n.delegateCombine(s.assigningScatterStyle,n.runOn(this,this.zv))}else{var c=this.xm;c.assigningScatterStyle=n.delegateRemove(c.assigningScatterStyle,n.runOn(this,this.zv))}break;case r.$$p[3]:if(this.xm.aaa=this.y2,this.yz=this.y2,this.y3){var l=this.xm;l.assigningScatterMarkerStyle=n.delegateCombine(l.assigningScatterMarkerStyle,n.runOn(this,this.zu))}else{var u=this.xm;u.assigningScatterMarkerStyle=n.delegateRemove(u.assigningScatterMarkerStyle,n.runOn(this,this.zu))}break;case r.$$p[5]:this.xm.zu=this.yw;break;case r.$$p[6]:this.xm.aau=this.y8}},r.prototype.zv=function(e,t){null!=this.assigningScatterStyle&&this.assigningScatterStyle(this,t)},r.prototype.zu=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:y9:zw",[2],"FillScale:yu:zx",[i.BrushScale.$],"FillScaleUseGlobalValues:y1:zy",[0,!1],"IsCustomScatterMarkerStyleAllowed:y2:zz",[0,!1],"IsCustomScatterStyleAllowed:y3:z0",[0,!1],"ItemSearchMode:yw:z1",[i.ScatterItemSearchMode_$type,n.enumGetBox(i.ScatterItemSearchMode_$type,0)],"ItemSearchThreshold:y8:z2",[1,1e4],"LabelMemberPath:zh:z3",[2],"LatitudeMemberPath:zj:z4",[2,null],"LongitudeMemberPath:zl:z5",[2,null],"MarkerBrushBrightness:y6:z6",[1,NaN],"MarkerOutlineBrightness:y7:z7",[1,NaN],"MarkerOutlineUsesFillScale:y4:z8",[0,!1],"RadiusMemberPath:zq:z9",[2,null],"RadiusScale:yx:aaa",[i.SizeScale.$],"RadiusScaleUseGlobalValues:y5:aab",[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.ek},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"latitudeMemberPath",{get:function(){return this.i.zj},set:function(e){this.i.zj=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"longitudeMemberPath",{get:function(){return this.i.zl},set:function(e){this.i.zl=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"radiusMemberPath",{get:function(){return this.i.zq},set:function(e){this.i.zq=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"radiusScale",{get:function(){var e=this.i.yx;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.yx=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"labelMemberPath",{get:function(){return this.i.zh},set:function(e){this.i.zh=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"fillMemberPath",{get:function(){return this.i.y9},set:function(e){this.i.y9=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"fillScale",{get:function(){var e=this.i.yu;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.yu=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"fillScaleUseGlobalValues",{get:function(){return this.i.y1},set:function(e){this.i.y1=n.ensureBool(e),this._a("fillScaleUseGlobalValues",this.i.y1)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerOutlineUsesFillScale",{get:function(){return this.i.y4},set:function(e){this.i.y4=n.ensureBool(e),this._a("markerOutlineUsesFillScale",this.i.y4)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerOutlineBrightness",{get:function(){return this.i.y7},set:function(e){this.i.y7=+e,this._a("markerOutlineBrightness",this.i.y7)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerBrushBrightness",{get:function(){return this.i.y6},set:function(e){this.i.y6=+e,this._a("markerBrushBrightness",this.i.y6)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"radiusScaleUseGlobalValues",{get:function(){return this.i.y5},set:function(e){this.i.y5=n.ensureBool(e),this._a("radiusScaleUseGlobalValues",this.i.y5)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"isCustomScatterStyleAllowed",{get:function(){return this.i.y3},set:function(e){this.i.y3=n.ensureBool(e),this._a("isCustomScatterStyleAllowed",this.i.y3)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"isCustomScatterMarkerStyleAllowed",{get:function(){return this.i.y2},set:function(e){this.i.y2=n.ensureBool(e),this._a("isCustomScatterMarkerStyleAllowed",this.i.y2)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"itemSearchMode",{get:function(){return this.i.yw},set:function(e){this.i.yw=n.ensureEnum(i.ScatterItemSearchMode_$type,e),this._a("itemSearchMode",n.enumToString(i.ScatterItemSearchMode_$type,this.i.yw))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"itemSearchThreshold",{get:function(){return this.i.y8},set:function(e){this.i.y8=+e,this._a("itemSearchThreshold",this.i.y8)},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),me=function(){function e(){}return e.register=function(){i.IgcBubbleSeriesModule.register(),de.register(),n.TypeRegistrar.registerCons("IgcGeographicProportionalSymbolSeriesComponent",de),n.TypeRegistrar.register("GeographicProportionalSymbolSeries",fe.$type)},e}(),be=function(e){function i(t){var i=e.call(this,t)||this;return i.cu=null,i.cu=t,i}return t.__extends(i,e),i.prototype.a4=function(){e.prototype.a4.call(this),this.t},i.prototype.ci=function(){var t=this.cu.xm;e.prototype.ci.call(this),t.abf=this.cu.za,t.abn=this.cu.y8,t.xw=this.cu.xw,t.yo=this.cu.yc,t.x5=this.cu.xx},i.prototype.cw=function(){this.cu.xm.abf=this.cu.za},i.prototype.cv=function(){this.cu.xm.abn=this.cu.y8},i.prototype.c2=function(){this.cu.xm.xw=this.cu.xw},i.prototype.c0=function(){this.cu.xm.yo=this.cu.yc},i.prototype.c1=function(){this.cu.xm.x5=this.cu.xx},i.prototype.c3=function(){this.cu.xm.aav=this.cu.xy},i.prototype.c5=function(){this.cu.xm.xAxis=this.cu.dc.zi},i.prototype.c6=function(){this.cu.xm.yAxis=this.cu.dc.zk},i.prototype.c4=function(){var e=this.cu.xm;if(null==this.cu.dc)return e.xAxis=null,void(e.yAxis=null);e.xAxis=this.cu.dc.zi,e.yAxis=this.cu.dc.zk},i.prototype.cy=function(){this.cu.xm.zf=this.cu.yu},i.prototype.cx=function(){this.cu.xm.y5=this.cu.yq},i.prototype.cz=function(){this.cu.xm.y6=this.cu.yr},i.$t=n.markType(i,"GeographicSymbolSeriesView",y.$),i}(y),Se=function(e){function r(){var t=e.call(this)||this;return t.yw=null,t.yz=!1,t.yy=!1,t.assigningScatterStyle=null,t.assigningScatterMarkerStyle=null,t.ab=r.$,t}return t.__extends(r,e),r.prototype.bk=function(){return new r},r.prototype.get_ek=function(){return!0},r.prototype.ct=function(){return new be(this)},r.prototype.ri=function(t){e.prototype.ri.call(this,t),this.yx=t},r.prototype.ju=function(){return.7},r.prototype.xl=function(){return new i.ScatterSeries},r.prototype.get_fh=function(){return!0},r.prototype.rr=function(t,i,a,o){switch(e.prototype.rr.call(this,t,i,a,o),i){case"SeriesViewer":this.yx.c4();break;case r.$$p[5]:this.yx.cw();break;case r.$$p[4]:this.yx.cv();break;case r.$$p[6]:this.yx.cy();break;case"XAxis":this.yx.c5();break;case"YAxis":this.yx.c6();break;case r.$$p[1]:if(this.xm.aab=this.y1,this.yz=this.y1,this.y1){var s=this.xm;s.assigningScatterStyle=n.delegateCombine(s.assigningScatterStyle,n.runOn(this,this.zf))}else{var c=this.xm;c.assigningScatterStyle=n.delegateRemove(c.assigningScatterStyle,n.runOn(this,this.zf))}break;case r.$$p[0]:if(this.xm.aaa=this.y0,this.yy=this.y0,this.y1){var l=this.xm;l.assigningScatterMarkerStyle=n.delegateCombine(l.assigningScatterMarkerStyle,n.runOn(this,this.ze))}else{var u=this.xm;u.assigningScatterMarkerStyle=n.delegateRemove(u.assigningScatterMarkerStyle,n.runOn(this,this.ze))}break;case r.$$p[2]:this.xm.zu=this.yv;break;case r.$$p[3]:this.xm.aau=this.y3}},r.prototype.zf=function(e,t){null!=this.assigningScatterStyle&&this.assigningScatterStyle(this,t)},r.prototype.ze=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:y0:zg",[0,!1],"IsCustomScatterStyleAllowed:y1:zh",[0,!1],"ItemSearchMode:yv:zi",[i.ScatterItemSearchMode_$type,n.enumGetBox(i.ScatterItemSearchMode_$type,0)],"ItemSearchThreshold:y3:zj",[1,1e4],"LatitudeMemberPath:y8:zk",[2,null],"LongitudeMemberPath:za:zl",[2,null],"MarkerCollisionAvoidance:yu:zm",[i.CollisionAvoidanceType_$type,n.enumGetBox(i.CollisionAvoidanceType_$type,0)],"UseLightweightMarkers:y2:zn",[0,!1]]),r}(ye),_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.ek},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"latitudeMemberPath",{get:function(){return this.i.y8},set:function(e){this.i.y8=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"longitudeMemberPath",{get:function(){return this.i.za},set:function(e){this.i.za=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerCollisionAvoidance",{get:function(){return this.i.yu},set:function(e){this.i.yu=n.ensureEnum(i.CollisionAvoidanceType_$type,e),this._a("markerCollisionAvoidance",n.enumToString(i.CollisionAvoidanceType_$type,this.i.yu))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"isCustomScatterStyleAllowed",{get:function(){return this.i.y1},set:function(e){this.i.y1=n.ensureBool(e),this._a("isCustomScatterStyleAllowed",this.i.y1)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"isCustomScatterMarkerStyleAllowed",{get:function(){return this.i.y0},set:function(e){this.i.y0=n.ensureBool(e),this._a("isCustomScatterMarkerStyleAllowed",this.i.y0)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"itemSearchMode",{get:function(){return this.i.yv},set:function(e){this.i.yv=n.ensureEnum(i.ScatterItemSearchMode_$type,e),this._a("itemSearchMode",n.enumToString(i.ScatterItemSearchMode_$type,this.i.yv))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"itemSearchThreshold",{get:function(){return this.i.y3},set:function(e){this.i.y3=+e,this._a("itemSearchThreshold",this.i.y3)},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),xe=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.xy},set:function(e){this.i.xy=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"latitudeMemberPath",{get:function(){return this.i.xw},set:function(e){this.i.xw=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"trianglesSource",{get:function(){return this.i.xv},set:function(e){this.i.xv=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"triangleVertexMemberPath1",{get:function(){return this.i.x1},set:function(e){this.i.x1=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"triangleVertexMemberPath2",{get:function(){return this.i.x3},set:function(e){this.i.x3=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"triangleVertexMemberPath3",{get:function(){return this.i.x5},set:function(e){this.i.x5=e},enumerable:!1,configurable:!0}),i._observedAttributesIgcGeographicXYTriangulatingSeriesComponent=null,i}(L),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.ex},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"colorMemberPath",{get:function(){return this.i.yk},set:function(e){this.i.yk=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"colorScale",{get:function(){var e=this.i.yf;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.yf=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualColorScale",{get:function(){var e=this.i.ye;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.ye=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.yp()},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),Ce=function(){function e(){}return e.register=function(){i.IgcScatterAreaSeriesModule.register(),ve.register(),n.TypeRegistrar.registerCons("IgcGeographicScatterAreaSeriesComponent",ve),n.TypeRegistrar.register("GeographicScatterAreaSeries",k.$type)},e}(),we=function(e){function r(t){var i=e.call(this,t)||this;return i.cu=null,i.cu=t,i}return t.__extends(r,e),r.prototype.ci=function(){e.prototype.ci.call(this);var t=n.typeCast(i.HighDensityScatterSeries.$,this.cu.xm);t.zv=this.cu.yb,t.z3=this.cu.x9,t.x8=this.cu.xy,t.x7=this.cu.xx,t.gf=this.cu.xw,t.y3=this.cu.x0,t.y2=this.cu.xz,t.aa1=this.cu.yu,t.aa0=this.cu.yt,t.zf=this.cu.x3},r.prototype.c0=function(){this.cu.xm.zv=this.cu.yb},r.prototype.cz=function(){this.cu.xm.z3=this.cu.x9},r.prototype.c5=function(){this.cu.xm.x8=this.cu.xy},r.prototype.c3=function(){this.cu.xm.x7=this.cu.xx},r.prototype.c1=function(){this.cu.xm.gf=this.cu.xw},r.prototype.cy=function(){this.cu.xm.y3=this.cu.x0},r.prototype.cw=function(){this.cu.xm.y2=this.cu.xz},r.prototype.c4=function(){var e=n.typeCast(i.HighDensityScatterSeries.$,this.cu.xm);if(null==this.cu.dc)return e.xr=null,void(e.xt=null);e.xr=this.cu.dc.zi,e.xt=this.cu.dc.zk},r.prototype.c6=function(){this.cu.xm.xr=this.cu.dc.zi},r.prototype.c7=function(){this.cu.xm.xt=this.cu.dc.zk},r.prototype.cx=function(){this.cu.xm.aa1=this.cu.yu},r.prototype.cv=function(){this.cu.xm.aa0=this.cu.yt},r.prototype.c2=function(){this.cu.xm.zf=this.cu.x3},r.prototype.a4=function(){e.prototype.a4.call(this),this.t||(this.cu.yu=i.Defaults.bf,this.cu.yt=i.Defaults.be,this.cu.v0=i.Defaults.ba,this.cu.wg=i.Defaults.a9)},r.$t=n.markType(r,"GeographicHighDensityScatterSeriesView",y.$),r}(y),Pe=function(e){function r(){var t=e.call(this)||this;return t.xu=null,t.progressiveLoadStatusChanged=null,t.x2=0,t.ab=r.$,t}return t.__extends(r,e),r.prototype.bk=function(){return new r},r.prototype.jt=function(){return n.isNaN_(this.js)?i.Defaults.ad:e.prototype.jt.call(this)},r.prototype.get_fs=function(){return!0},r.prototype.ct=function(){return new we(this)},r.prototype.ri=function(t){e.prototype.ri.call(this,t),this.xv=t},r.prototype.xl=function(){return this.xu=new i.HighDensityScatterSeries,this.xu},Object.defineProperty(r.prototype,"x4",{get:function(){return this.x2},set:function(e){var t=this.x2;this.x2=e,this.raisePropertyChanged("ProgressiveStatus",t,this.x2)},enumerable:!1,configurable:!0}),r.prototype.xr=function(t,i){e.prototype.xr.call(this,t,i);var r=this.xm;r.progressiveLoadStatusChanged=n.delegateCombine(r.progressiveLoadStatusChanged,n.runOn(this,this.yi));var a=this.xm;a.propertyUpdated=n.delegateCombine(a.propertyUpdated,n.runOn(this,this.yh))},r.prototype.yi=function(e,t){this.x4=t.currentStatus,null!=this.progressiveLoadStatusChanged&&this.progressiveLoadStatusChanged(this,t)},r.prototype.yh=function(e,t){this.xu},r.prototype.rr=function(t,i,n,a){switch(e.prototype.rr.call(this,t,i,n,a),i){case"SeriesViewer":this.xv.c4();break;case r.$$p[5]:this.xv.c0();break;case r.$$p[4]:this.xv.cz();break;case r.$$p[9]:this.xv.c5();break;case r.$$p[8]:this.xv.c3();break;case r.$$p[6]:this.xv.c1();break;case"XAxis":this.xv.c6();break;case"YAxis":this.xv.c7();break;case r.$$p[3]:this.xv.cy();break;case r.$$p[1]:this.xv.cw();break;case r.$$p[2]:this.xv.cx();break;case r.$$p[0]:this.xv.cv();break;case r.$$p[7]:this.xv.c2()}},r.prototype.get_he=function(){return!0},r.prototype.set_he=function(t){e.prototype.set_he.call(this,t)},r.$t=n.markType(r,"GeographicHighDensityScatterSeries",p.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["HeatMaximumColor:yt:yj",[n.Color.$,i.Defaults.be],"HeatMaximum:xz:yk",[1,50],"HeatMinimumColor:yu:yl",[n.Color.$,i.Defaults.bf],"HeatMinimum:x0:ym",[1,0],"LatitudeMemberPath:x9:yn",[2,null],"LongitudeMemberPath:yb:yo",[2,null],"MouseOverEnabled:xw:yp",[0,!1],"PointExtent:x3:yq",[1,1],"ProgressiveLoad:xx:yr",[0,!0],"UseBruteForce:xy:ys",[0,!1]]),r}(p),Ie=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.fs},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"latitudeMemberPath",{get:function(){return this.i.x9},set:function(e){this.i.x9=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"longitudeMemberPath",{get:function(){return this.i.yb},set:function(e){this.i.yb=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"useBruteForce",{get:function(){return this.i.xy},set:function(e){this.i.xy=n.ensureBool(e),this._a("useBruteForce",this.i.xy)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"progressiveLoad",{get:function(){return this.i.xx},set:function(e){this.i.xx=n.ensureBool(e),this._a("progressiveLoad",this.i.xx)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"mouseOverEnabled",{get:function(){return this.i.xw},set:function(e){this.i.xw=n.ensureBool(e),this._a("mouseOverEnabled",this.i.xw)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"heatMinimum",{get:function(){return this.i.x0},set:function(e){this.i.x0=+e,this._a("heatMinimum",this.i.x0)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"heatMaximum",{get:function(){return this.i.xz},set:function(e){this.i.xz=+e,this._a("heatMaximum",this.i.xz)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"heatMinimumColor",{get:function(){return n.colorToString(this.i.yu)},set:function(e){this.i.yu=n.stringToColor(e),this._a("heatMinimumColor",n.colorToString(this.i.yu))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"heatMaximumColor",{get:function(){return n.colorToString(this.i.yt)},set:function(e){this.i.yt=n.stringToColor(e),this._a("heatMaximumColor",n.colorToString(this.i.yt))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"pointExtent",{get:function(){return this.i.x3},set:function(e){this.i.x3=+e,this._a("pointExtent",this.i.x3)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"progressiveStatus",{get:function(){return this.i.x4},set:function(e){this.i.x4=+e,this._a("progressiveStatus",this.i.x4)},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}(L),Te=function(){function e(){}return e.register=function(){i.IgcHighDensityScatterSeriesModule.register(),Ie.register(),n.TypeRegistrar.registerCons("IgcGeographicHighDensityScatterSeriesComponent",Ie),n.TypeRegistrar.register("GeographicHighDensityScatterSeries",Pe.$type)},e}(),Me=function(e){function r(t){var i=e.call(this,t)||this;return i.c2=null,i.c2=t,i}return t.__extends(r,e),r.prototype.a4=function(){e.prototype.a4.call(this),this.t||(this.c2.jz=i.Defaults.z)},r.prototype.ci=function(){e.prototype.ci.call(this),null!=this.c2.xm&&(this.c2.ye.zh=this.c2.yh,this.c2.ye.zr=this.c2.yl)},r.prototype.c3=function(){null!=this.c2.ye&&(this.c2.ye.zh=this.c2.yh)},r.prototype.c4=function(){null!=this.c2.ye&&(this.c2.ye.zr=this.c2.yl)},r.$t=n.markType(r,"GeographicContourLineSeriesView",m.$),r}(m),ze=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.bk=function(){return new r},r.prototype.get_fn=function(){return!0},r.prototype.xr=function(t,i){e.prototype.xr.call(this,t,i)},r.prototype.xl=function(){this.ye=new i.ScatterContourSeries;var e=this.ye;e.triangulationStatusChanged=n.delegateCombine(e.triangulationStatusChanged,n.runOn(this,this.yo));var t=this.ye;return t.propertyUpdated=n.delegateCombine(t.propertyUpdated,n.runOn(this,this.yp)),this.ye},r.prototype.yo=function(e,t){null!=this.triangulationStatusChanged&&this.triangulationStatusChanged(this,t)},r.prototype.yp=function(e,t){var r=n.typeCast(i.ScatterContourSeries.$,this.xm);null!=r&&"ActualFillScale"==t.propertyName&&(this.yg=r.zg)},r.prototype.s0=function(){e.prototype.s0.call(this)},r.prototype.ct=function(){return new Me(this)},r.prototype.ri=function(t){e.prototype.ri.call(this,t),this.yi=t},r.prototype.rr=function(t,i,n,a){switch(e.prototype.rr.call(this,t,i,n,a),i){case r.$$p[1]:this.yi.c3();break;case r.$$p[2]:this.yi.c4();break;case r.$$p[3]:this.ye.ze=this.yd;break;case"DashArray":this.ye.wn=this.wn;break;case"DashCap":this.ye.wo=this.wo;break;case"MiterLimit":this.ye.jq=this.jq;break;case"LineJoin":this.ye.wq=this.wq}},r.$t=n.markType(r,"GeographicContourLineSeries",x.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["ActualFillScale:yg:yq",[i.ValueBrushScale.$,null],"FillScale:yh:yr",[i.ValueBrushScale.$,null],"ValueMemberPath:yl:ys",[2,"value"],"ValueResolver:yd:yt",[i.ContourValueResolver.$,null]]),r}(x),$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 ze},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.fn},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"valueMemberPath",{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.yh;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.yh=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualFillScale",{get:function(){var e=this.i.yg;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.yg=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"valueResolver",{get:function(){var e=this.i.yd;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.yd=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",ze.$type)},e}(),Re=function(){function e(){}return e.register=function(){Q.register(),te.register(),re.register(),n.IgcHeatTileGeneratorModule.register(),he.register(),i.IgcSizeScaleModule.register(),i.IgcValueBrushScaleModule.register(),i.IgcCustomPaletteColorScaleModule.register(),me.register(),xe.register(),Ce.register(),Te.register(),Oe.register(),U.register(),n.IgcShapeDataSourceModule.register()},e}(),je=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),Ae=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),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),Be=function(e){return e[e.Road=0]="Road",e[e.Satellite=1]="Satellite",e[e.DarkGrey=2]="DarkGrey",e[e.LabelsRoadOverlay=3]="LabelsRoadOverlay",e[e.LabelsDarkGreyOverlay=4]="LabelsDarkGreyOverlay",e[e.HybridRoadOverlay=5]="HybridRoadOverlay",e[e.HybridDarkGreyOverlay=6]="HybridDarkGreyOverlay",e[e.TerraOverlay=7]="TerraOverlay",e[e.WeatherRadarOverlay=8]="WeatherRadarOverlay",e[e.WeatherInfraredOverlay=9]="WeatherInfraredOverlay",e[e.TrafficAbsoluteOverlay=10]="TrafficAbsoluteOverlay",e[e.TrafficRelativeOverlay=11]="TrafficRelativeOverlay",e[e.TrafficRelativeDarkOverlay=12]="TrafficRelativeDarkOverlay",e[e.TrafficDelayOverlay=13]="TrafficDelayOverlay",e[e.TrafficReducedOverlay=14]="TrafficReducedOverlay",e}({}),Ee=n.markEnum("AzureMapsImageryStyle","Road,0|Satellite,1|DarkGrey,2|LabelsRoadOverlay,3|LabelsDarkGreyOverlay,4|HybridRoadOverlay,5|HybridDarkGreyOverlay,6|TerraOverlay,7|WeatherRadarOverlay,8|WeatherInfraredOverlay,9|TrafficAbsoluteOverlay,10|TrafficRelativeOverlay,11|TrafficRelativeDarkOverlay,12|TrafficDelayOverlay,13|TrafficReducedOverlay,14"),Ne=function(e){function i(t){var i=e.call(this,t)||this;return i.k=t,i}return t.__extends(i,e),i.prototype.p=function(){this.l(),this.n(),this.o(),this.m(),this.q(),this.r()},i.prototype.l=function(){this.a.ap.apiKey=this.k.apiKey},i.prototype.n=function(){this.a.ap.cultureName=this.k.cultureName},i.prototype.o=function(){this.a.ap.tilesetId=this.k.b1},i.prototype.m=function(){this.a.ap.apiVersion=this.k.apiVersion},i.prototype.q=function(){this.a.ap.localizedView=this.k.localizedView},i.prototype.r=function(){this.a.ap.timestamp=this.k.timestamp},i.$t=n.markType(i,"AzureMapsImageryView",d.$),i}(d),Ve=function(e){function i(){var t=e.call(this,new n.AzureMapsTileSource)||this;return t.bp.p(),t}return t.__extends(i,e),i.prototype.ai=function(){return new Ne(this)},i.prototype.bb=function(t){e.prototype.bb.call(this,t),this.bp=t},i.prototype.b4=function(t,n,r){switch(t){case i.$$p[3]:this.b1=this.bx(),this.bp.o();break;case i.$$p[0]:this.bp.l();break;case i.$$p[2]:this.bp.n();break;case i.$$p[1]:this.bp.m();break;case i.$$p[4]:this.bp.q();break;case i.$$p[6]:this.bp.r()}e.prototype.ba.call(this,t,n,r)},i.prototype.bx=function(){switch(this.imageryStyle){case 0:return"microsoft.base.road";case 7:return"microsoft.terra.main";case 2:return"microsoft.base.darkgrey";case 3:return"microsoft.base.labels.road";case 4:return"microsoft.base.labels.darkgrey";case 5:return"microsoft.base.hybrid.road";case 6:return"microsoft.base.hybrid.darkgrey";case 1:return"microsoft.imagery";case 8:return"microsoft.weather.radar.main";case 9:return"microsoft.weather.infrared.main";case 10:return"microsoft.traffic.absolute.main";case 11:return"microsoft.traffic.relative.main";case 12:return"microsoft.traffic.relative.dark";case 13:return"microsoft.traffic.delay.main";case 14:return"microsoft.traffic.reduced.main";default:return""}},i.$t=n.markType(i,"AzureMapsImagery",f.$),i.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,i,"b4",["ApiKey",[2,n.stringEmpty()],"ApiVersion",[2,"2024-04-01"],"CultureName",[2,"en-US"],"ImageryStyle",[Ee,n.enumGetBox(Ee,0)],"LocalizedView",[2,null],"TilesetId:b1:ca",[2,null],"Timestamp",[3,n.dateMinValue()]]),i}(f),qe=function(e){function i(t){var i=e.call(this,t)||this;return i.cu=null,i.cu=t,i}return t.__extends(i,e),i.$t=n.markType(i,"GeographicProportionalSymbolSeriesBaseView",y.$),i}(y),Ue=function(e){function i(t){var i=e.call(this,t)||this;return i.cu=null,i.cu=t,i}return t.__extends(i,e),i.$t=n.markType(i,"GeographicShapeSeriesBaseBaseView",y.$),i}(y),Le=function(e){function i(t){var i=e.call(this,t)||this;return i.cu=null,i.cu=t,i}return t.__extends(i,e),i.$t=n.markType(i,"GeographicSymbolSeriesBaseView",y.$),i}(y),Fe=function(e){function i(t){var i=e.call(this,t)||this;return i.cu=null,i.cu=t,i}return t.__extends(i,e),i.$t=n.markType(i,"GeographicXYTriangulatingSeriesBaseView",y.$),i}(y),He=function(e){function i(){return e.call(this)||this}return t.__extends(i,e),i.prototype.createImplementation=function(){return new Ve},Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},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,"apiVersion",{get:function(){return this.i.apiVersion},set:function(e){this.i.apiVersion=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"imageryStyle",{get:function(){return this.i.imageryStyle},set:function(e){this.i.imageryStyle=n.ensureEnum(Ee,e)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"localizedView",{get:function(){return this.i.localizedView},set:function(e){this.i.localizedView=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"timestamp",{get:function(){return this.i.timestamp},set:function(e){this.i.timestamp=e},enumerable:!1,configurable:!0}),i}(M),We=function(){function e(){}return e.register=function(){n.TypeRegistrar.registerCons("IgcAzureMapsImagery",He),n.TypeRegistrar.register("AzureMapsImagery",Ve.$type)},e}(),Xe=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),Ye=function(e){function i(){var t=e.call(this)||this;return t.a=null,t.a=new n.List$1(Xe.$,0),t}return t.__extends(i,e),i.$t=n.markType(i,"BingResourceSet"),i}(n.Base),Ze=function(e){function i(){var t=e.call(this)||this;return t.a=null,t.a=new n.List$1(Ye.$,0),t}return t.__extends(i,e),i.$t=n.markType(i,"BingResponse"),i}(n.Base),Qe=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),Ke=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(i,e),i.$t=n.markType(i,"GeographicProportionalSymbolSeriesBase",Qe.$),i}(Qe),Je=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),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._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}(Je),tt=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),it=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}(L),nt=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(i,e),i.$t=n.markType(i,"GeographicSymbolSeriesBase",Qe.$),i}(Qe),rt=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}(Je),at=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),ot=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}(L);e.ArcGISOnlineMapImagery=N,e.AzureMapsImagery=Ve,e.AzureMapsImageryStyle=Be,e.AzureMapsImageryStyle_$type=Ee,e.AzureMapsImageryView=Ne,e.BingMapsImageryStyle=P,e.BingMapsImageryStyle_$type=I,e.BingMapsMapImagery=O,e.BingMapsMapImageryView=$,e.BingResourceSet=Ye,e.BingResponse=Ze,e.CustomMapImagery=B,e.GeographicContourLineSeries=ze,e.GeographicContourLineSeriesView=Me,e.GeographicHighDensityScatterSeries=Pe,e.GeographicHighDensityScatterSeriesView=we,e.GeographicMapImagery=f,e.GeographicMapImageryView=d,e.GeographicMapSeriesHost=p,e.GeographicMarkerSeries=ye,e.GeographicMarkerSeriesBase=Qe,e.GeographicPolylineSeries=J,e.GeographicPolylineSeriesView=K,e.GeographicProportionalSymbolSeries=fe,e.GeographicProportionalSymbolSeriesBase=Ke,e.GeographicProportionalSymbolSeriesBaseView=qe,e.GeographicProportionalSymbolSeriesView=ge,e.GeographicScatterAreaSeries=k,e.GeographicScatterAreaSeriesView=b,e.GeographicShapeSeries=Y,e.GeographicShapeSeriesBase=H,e.GeographicShapeSeriesBaseBase=tt,e.GeographicShapeSeriesBaseBaseView=Ue,e.GeographicShapeSeriesBaseView=W,e.GeographicShapeSeriesView=X,e.GeographicSymbolSeries=Se,e.GeographicSymbolSeriesBase=nt,e.GeographicSymbolSeriesBaseView=Le,e.GeographicSymbolSeriesView=be,e.GeographicTileSeries=le,e.GeographicXYTriangulatingSeries=x,e.GeographicXYTriangulatingSeriesBase=at,e.GeographicXYTriangulatingSeriesBaseView=Fe,e.GeographicXYTriangulatingSeriesView=m,e.HostSeriesView=y,e.IgcArcGISOnlineMapImagery=V,e.IgcArcGISOnlineMapImageryModule=q,e.IgcAzureMapsImagery=He,e.IgcAzureMapsImageryModule=We,e.IgcBingMapsMapImagery=R,e.IgcBingMapsMapImageryModule=j,e.IgcCustomMapImagery=D,e.IgcCustomMapImageryModule=E,e.IgcGeographicContourLineSeriesComponent=$e,e.IgcGeographicContourLineSeriesModule=Oe,e.IgcGeographicHighDensityScatterSeriesComponent=Ie,e.IgcGeographicHighDensityScatterSeriesModule=Te,e.IgcGeographicMapComponent=C,e.IgcGeographicMapCoreModule=U,e.IgcGeographicMapImagery=M,e.IgcGeographicMapModule=Re,e.IgcGeographicMapSeriesHostComponent=L,e.IgcGeographicMarkerSeriesBaseComponent=Je,e.IgcGeographicMarkerSeriesComponent=pe,e.IgcGeographicPolylineSeriesComponent=ee,e.IgcGeographicPolylineSeriesModule=te,e.IgcGeographicProportionalSymbolSeriesBaseComponent=et,e.IgcGeographicProportionalSymbolSeriesComponent=de,e.IgcGeographicProportionalSymbolSeriesModule=me,e.IgcGeographicScatterAreaSeriesComponent=ve,e.IgcGeographicScatterAreaSeriesModule=Ce,e.IgcGeographicShapeSeriesBaseBaseComponent=it,e.IgcGeographicShapeSeriesBaseComponent=F,e.IgcGeographicShapeSeriesComponent=Z,e.IgcGeographicShapeSeriesModule=Q,e.IgcGeographicSymbolSeriesBaseComponent=rt,e.IgcGeographicSymbolSeriesComponent=_e,e.IgcGeographicSymbolSeriesModule=xe,e.IgcGeographicTileSeriesComponent=ue,e.IgcGeographicTileSeriesModule=he,e.IgcGeographicXYTriangulatingSeriesBaseComponent=ot,e.IgcGeographicXYTriangulatingSeriesComponent=ke,e.IgcImageTilesReadyEventArgs=v,e.IgcImagesChangedEventArgs=T,e.IgcOpenStreetMapImagery=A,e.IgcOpenStreetMapImageryModule=G,e.IgcSubDomainsCollection=w,e.IgcTileGeneratorMapImagery=ne,e.IgcTileGeneratorMapImageryModule=re,e.IgcTileSeriesComponent=se,e.IgcTileSeriesModule=ce,e.ImageTilesReadyEventArgs=u,e.ImageryMetadata=Xe,e.ImagesChangedEventArgs=h,e.LevelOfDetailResponseModel=De,e.MapBackgroundTilingMode=o,e.MapBackgroundTilingMode_$type=s,e.MapResizeBehavior=r,e.MapResizeBehavior_$type=a,e.MapServerResponseModel=Ae,e.OpenStreetMapImagery=_,e.SphericalMercatorHorizontalScaler=l,e.SphericalMercatorVerticalScaler=c,e.SubDomainsCollection=z,e.TileGeneratorMapImagery=ie,e.TileInfoResponseModel=Ge,e.TileSeries=ae,e.TileSeriesView=oe,e.TokenResponseModel=je,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}({}),a=n.markEnum("MapResizeBehavior","Auto,0|MaintainTopLeftPosition,1|MaintainCenterPosition,2"),o=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 a,o,s,l,c,u=n.e,h=n.d,p=n.c,y=(n.a,!p.isEmpty),g=(this.m,this.o,p.top),f=p.height,d=u.top,b=u.height,m=h.top,S=h.height,_=this.au.top,x=this.au.height,v=this.af(e),k=.017453292519943295,C=!1;null!=v&&(C=!0);for(var w=t;w<i;w++)a=C?v[w]:e.item(w),y?(a<r.ah&&(a=r.ah),a>r.ag&&(a=r.ag),o=a*k,s=Math.sin(o),l=.5*Math.log((1+s)/(1-s)),c=(((c=g+(c=(this.ai-l)*f/this.aj))-_*f)/x-d*S)/b,C?v[w]=c:e.item(w,c)):(a<r.ah&&(a=r.ah),a>r.ag&&(a=r.ag),o=a*k,s=Math.sin(o),l=.5*Math.log((1+s)/(1-s)),c=((c=m+(c=(this.ai-l)*S/this.aj))-d*S)/b,C?v[w]=c:e.item(w,c))},r.prototype.t=function(e,t,i,n,r){return{p3:this.ak(e.q9),p4:this.ak(e.q8)}},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 a=(e-i.top)*t.width+t.top*i.height;return a=r.am(this.n)-a/(i.height/this.aj),r.aq(a)},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,a=n.e,o=n.d,s=n.c,l=n.a,c=!s.isEmpty,u=this.m,h=this.o,p=s.left,y=s.width,g=a.left,f=a.width,d=o.left,b=o.width,m=this.aj.left,S=this.aj.width,_=this.af(e),x=!1;null!=_&&(x=!0);for(var v=t;v<i;v++)if(r=x?_[v]:e.item(v),c){var k=(r-h)/u;l&&(k=1-k);var C=((k=p+y*(k-m)/S)-g*b)/f;x?_[v]=C:e.item(v,C)}else{var w=(r-h)/u;l&&(w=1-w),w=d+b*(w-g)/f,x?_[v]=w:e.item(v,w)}},r.prototype.t=function(e,t,i,n,r){return{p3:e.q9,p4:e.q8}},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 a=(e-this.o)/this.m;return r&&(a=1-a),i.left+i.width*(a-t.left)/t.width},r.$t=n.markType(r,"SphericalMercatorHorizontalScaler",i.HorizontalLinearScaler.$),r}(i.HorizontalLinearScaler),u=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),h=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.xj=null,t.xl=t.xk(),t}return t.__extends(r,e),r.prototype.qv=function(){e.prototype.qv.call(this),null!=this.xl&&this.xl.qv()},r.prototype.get_ff=function(){return!0},r.prototype.kz=function(e,t){var i=this.no(t);return"LatitudeMemberPath"==i&&(i="YMemberPath"),"LongitudeMemberPath"==i&&(i="XMemberPath"),this.xl.kz(e,i)},r.prototype.mo=function(e){var t=this.no(e);return"LatitudeMemberPath"==t&&(t="YMemberPath"),"LongitudeMemberPath"==t&&(t="XMemberPath"),this.xl.mo(t)},r.prototype.get_kr=function(){return this.k9(this.xl)},r.prototype.set_kr=function(e){this.pc(this.xl,e)},r.prototype.ed=function(e,t,i,n,r){return this.xl.ed(e,t,i,n,r)},r.prototype.ai=function(){return this.xl.ai()},r.prototype.bp=function(){return this.xl},Object.defineProperty(r.prototype,"xl",{get:function(){return this.xj},set:function(e){var t=this.xj;this.xl!=e&&(this.xj=e,this.xq(t,this.xj))},enumerable:!1,configurable:!0}),r.prototype.get_hasMarkers=function(){return this.xl.hasMarkers},r.prototype.xq=function(e,t){if(null!=this.xj){var i=this.xj;i.externalObject=n.TypeRegistrar.createFromInternal(i,n.PlatformConstants.Prefix,n.PlatformConstants.Postfix),i.externalObject._implementation=i}if(this.ps(this.xl),this.xm.ci(),null!=e){var r=e;this.sj(r,null)}if(null!=t){var a=t;this.sj(a,this)}},r.prototype.dh=function(e,t,i){return this.dj(this.xl,e,t,i)},r.prototype.di=function(e,t,i){return this.dk(this.xl,e,t,i)},r.prototype.kw=function(e){return this.k5(this.xl,e)},r.prototype.kj=function(e,t){return this.xl.kj(e,t)},r.prototype.kh=function(e,t){return this.xl.kh(e,t)},r.prototype.jd=function(e,t,i){return this.xl.jd(e,t,i)},r.prototype.ww=function(e,t,i){return this.xl.ww(e,t,i)},r.prototype.w8=function(e){return this.xl.w8(e)},r.prototype.ao=function(e){return this.xl.ao(e)},r.prototype.w9=function(e){return this.xl.w9(e)},r.prototype.ap=function(e){return this.xl.ap(e)},r.prototype.xa=function(e){return this.xl.xa(e)},r.prototype.xb=function(e){return this.xl.xb(e)},r.prototype.i9=function(e,t,i){return this.xl.i9(e,t,i)},r.prototype.ws=function(e,t,i){return this.xl.ws(e,t,i)},r.prototype.jb=function(e,t,i){return this.jd(e,t,i)},r.prototype.wu=function(e,t,i){return this.xl.wu(e,t,i)},r.prototype.wx=function(e,t,i){return this.xl.wx(e,t,i)},r.prototype.je=function(e,t,i){return this.xl.je(e,t,i)},r.prototype.wt=function(e,t,i){return this.xl.wt(e,t,i)},r.prototype.ja=function(e,t,i){return this.xl.ja(e,t,i)},r.prototype.wv=function(e,t,i){return this.xl.wv(e,t,i)},r.prototype.jc=function(e,t,i){return this.xl.jc(e,t,i)},r.prototype.kd=function(e){return this.xl.kd(e)},r.prototype.i3=function(){return this.xl.i3()},r.prototype.iz=function(e){return this.xl.iz(e)},r.prototype.kx=function(e){return this.xl.kx(e)},r.prototype.ct=function(){return new y(this)},r.prototype.rh=function(t){e.prototype.rh.call(this,t),this.xm=n.typeCast(y.$,t)},Object.defineProperty(r.prototype,"xn",{get:function(){return this.c(r.xs)},set:function(e){this.h(r.xs,e)},enumerable:!1,configurable:!0}),r.prototype.rq=function(t,r,a,o){switch(e.prototype.rq.call(this,t,r,a,o),r){case"SeriesViewer":this.xl.dc=this.dc,null!=a&&a.s9(this.xl),null!=o&&this.dc.on(this.xl),this.xl.rt(this.xd),this.xl.index=this.index,this.qe(this.xl),this.kp=this.xl.kp;var s=n.typeCast(i.SeriesViewer.$,a);if(null!=s&&(s.actualWindowRectChanged=n.delegateRemove(s.actualWindowRectChanged,n.runOn(this,this.xr))),null!=this.dc){var l=this.dc;l.actualWindowRectChanged=n.delegateCombine(l.actualWindowRectChanged,n.runOn(this,this.xr))}this.xp();break;case"SyncLink":this.xl.c4=this.c4;break;case"VisibleFromScale":this.xp();break;case"Index":this.xl.index=this.index;break;case"ItemsSource":this.xm.cj();break;case"Resolution":this.xm.cq();break;case"TransitionDuration":this.xm.ct();break;case"Opacity":this.xm.cn();break;case"Visibility":var c=this.xl,u=this._visibility;c.visibility=u;break;case"MouseOverEnabled":this.xl.ge=this.ge;break;case"ExpectFunctions":this.xl.expectFunctions=this.expectFunctions;break;case"Thickness":this.xm.cs();break;case"Brush":this.xm.ch();break;case"Outline":this.xm.cp();break;case"ActualBrush":this.xm.ce();break;case"ActualOutline":this.xm.cf();break;case"MarkerFillOpacity":n.isNaN_(this.jo)||this.xm.cm();break;case"AreaFillOpacity":n.isNaN_(this.ir)||this.xm.cg();break;case"OutlineMode":this.xm.co();break;case"ShowDefaultTooltip":this.xm.cr();break;case"Title":this.xl.title=this.title;break;case"LegendItemBadgeMode":this.xm.ck();break;case"LegendItemBadgeShape":this.xm.cl();break;case"Legend":this.xl.legend=this.legend,this.cw.a5()}},r.prototype.xp=function(){if(null!=this.dc&&null!=this.xl&&!n.isNaN_(this.xn))if(this.dc.yr.width>this.xn){this.xl.visibility=1}else{this.xl.visibility=0}},r.prototype.xr=function(e,t){this.xp()},r.prototype.r8=function(t){e.prototype.r8.call(this,t),null!=this.xl&&this.xl.r8(t)},r.prototype.rl=function(t){e.prototype.rl.call(this,t),null!=this.xl&&this.xl.q2()},r.prototype.r7=function(e,t,i,n,r){null!=this.xl&&this.xl.r7(e,t,i,n,r)},r.prototype.a2=function(e,t){return this.xl.a2(e,t)},r.prototype.su=function(){e.prototype.su.call(this),this.xl.su()},r.prototype.get_coercionMethods=function(){return this._coercionMethods},r.prototype.set_coercionMethods=function(e){this._coercionMethods=e,this.xl.coercionMethods=e},r.prototype.qd=function(t){if(e.prototype.qd.call(this,t),null!=this.xl){var i=this.xl.kv();this.pl(t,i)}},r.$t=n.markType(r,"GeographicMapSeriesHost",i.Series.$),r.xs=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.cd=null,i.cd=t,i}return t.__extends(r,e),r.prototype.a3=function(t,i){e.prototype.a3.call(this,t,i)},r.prototype.ci=function(){this.cd.legendItemVisibility=1,this.cd.xl.legendItemVisibility=0,this.cd.xl.itemsSource=this.cd.itemsSource,this.cd.xl.index=this.cd.index,this.cd.xl.vz=this.cd.vz,this.cd.xl.wf=this.cd.vz,this.cd.xl.cj=this.cd.cj,this.cd.xl.jr=this.cd.jr,this.cd.xl.km=this.cd.km,this.cd.xl._opacity=this.cd._opacity,this.cd.xl.jy=this.cd.jy,this.cd.xl.ir=this.cd.ir,this.cd.xl.jo=this.cd.jo,this.cd.xl.gv=this.cd.gv,this.cd.xl.legendItemBadgeShape=this.cd.legendItemBadgeShape,this.cd.xl.be=this.cd.be},r.prototype.cj=function(){this.cd.xl.itemsSource=this.cd.itemsSource},r.prototype.cq=function(){this.cd.xl.jr=this.cd.jr},r.prototype.ct=function(){this.cd.xl.km=this.cd.km},r.prototype.cn=function(){this.cd.xl._opacity=this.cd._opacity},r.prototype.cs=function(){this.cd.xl.jy=this.cd.jy},r.prototype.ch=function(){this.cd.xl.vz=this.cd.vz},r.prototype.cp=function(){this.cd.xl.wf=this.cd.wf},r.prototype.ce=function(){this.cd.xl.vz=this.cd.vt},r.prototype.cf=function(){this.cd.xl.wf=this.cd.vx},r.prototype.ck=function(){this.cd.xl.be=this.cd.be},r.prototype.cl=function(){this.cd.xl.legendItemBadgeShape=this.cd.legendItemBadgeShape},r.prototype.cg=function(){this.cd.xl.ir=this.cd.ir},r.prototype.cm=function(){this.cd.xl.jo=this.cd.jo},r.prototype.co=function(){this.cd.xl.cj=this.cd.cj},r.prototype.cr=function(){this.cd.xl.gv=this.cd.gv},r.$t=n.markType(r,"HostSeriesView",i.SeriesView.$),r}(i.SeriesView),g=function(e){function r(){var t=e.call(this)||this;t.z6=null,t.zv=!1,t.zn=1,t.z2=0,t.abd=null,t.zk=null,t.zg=null,t.zi=null,t.zm=null,t.aa9={$type:n.Point_$type,x:NaN,y:NaN},t.abg=null,t.z1=1,t.imageTilesReady=null,t.zu=null,t.abf=n.Rect.empty,t.z2=l.am(r.abe.bottom)-l.am(r.abe.top),t.ab=r.$,t.backgroundContent=new _;var a,o=((a=new i.NumericXAxis).b7=t,a);o.dk=!0,t.zh=o,t.zh.td=new c;var s=function(){var e=new i.NumericYAxis;return e.b7=t,e}();return s.dk=!0,t.zj=s,t.zj.td=new l,t.aao(),t.aav(),t.po(),t}return t.__extends(r,e),r.prototype.provideContainer=function(t){e.prototype.provideContainer.call(this,t),this.zh.provideRenderer(t),this.zj.provideRenderer(t)},r.prototype.po=function(){e.prototype.po.call(this),this.zt.fy(this.ij)},r.prototype.gg=function(){return this.zz},r.prototype.gh=function(){return this.zz},r.prototype.zq=function(){return 0==this.zo&&this.zv?2:1},Object.defineProperty(r.prototype,"zp",{get:function(){return this.zn},set:function(e){this.zn=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"abi",{get:function(){return this.abd},set:function(e){if(n.Rect.l_op_Inequality(this.abd,e)){var t=this.abd;this.abd=e,this.sr("ActualWorldRect",t,e)}},enumerable:!1,configurable:!0}),r.prototype.abm=function(){return this.abi},r.prototype.aao=function(){this.abu.isEmpty||(this.abi=this.abs(this.abu,1==this.db))},r.prototype.abs=function(e,t){var i=e.top,a=e.left,o=e.width,s=e.height,c=l.am(e.bottom),u=l.am(e.top),h=c-u,p=e.width/r.abe.width,y=l.am(r.abe.top);if(h/p>this.z2){var g=h/this.z2;a-=(g-p)/2*r.abe.width,o=g*r.abe.width,t&&(a<r.abe.left?a+=r.abe.left-a:a+o>r.abe.right&&(a-=a+o-r.abe.right))}else if(h/p<this.z2){var f=this.z2*p-h,d=u-f/2,b=c+f/2;t&&(d<y?b+=y-(d+=y-d):b>y+this.z2&&(d-=b-(y+this.z2),b-=b-(y+this.z2))),i=l.aq(d),s=l.aq(b)-i}return new n.Rect(0,a,i,o,s)},Object.defineProperty(r.prototype,"backgroundContent",{get:function(){return this.zk},set:function(e){if(e!=this.backgroundContent){var t=this.backgroundContent;this.zk=e,this.sr("BackgroundContent",t,e)}},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"zh",{get:function(){return this.zg},set:function(e){if(e!=this.zh){var t=this.zh;this.zg=e,this.sr("XAxis",t,e)}},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"zj",{get:function(){return this.zi},set:function(e){if(e!=this.zj){var t=this.zj;this.zi=e,this.sr("YAxis",t,e)}},enumerable:!1,configurable:!0}),r.prototype.getZoomRectFromGeoRect=function(e){return this.getZoomFromGeographicRect(e)},r.prototype.aay=function(e){this.za=e},r.prototype.aax=function(e){this.abu=e},r.prototype.getZoomFromGeographicRect=function(e){return this.abk(e,!0,0)},r.prototype.abj=function(e,t){return this.abk(e,!1,t)},r.prototype.abk=function(e,t,a){var o=e;t&&(o=this.abs(e,!1));var s=this.zh,l=this.zj,c=new i.ScalerParams(1,r.abh,this.y9,s.dn);c.c=this.yv;var u=new i.ScalerParams(1,r.abh,this.y9,l.dn);u.c=this.yv;var h=this.zh.f6(o.left,c),p=this.zh.f6(o.right,c),y=this.zj.f6(o.top,u),g=this.zj.f6(o.bottom,u),f=(h-a)/this.y9.width,d=(g-a)/this.y9.height,b=(p-h+2*a)/this.y9.width,m=(y-g+2*a)/this.y9.height,S=new n.Rect(0,f,d,b,m);return S.intersect(r.abh),S.isEmpty&&(S=r.abh),S},r.prototype.getZoomFromGeographicPoints=function(e,t){var i=e.x,a=t.y,o=t.x-e.x,s=e.y-t.y;if(o<0||s<0)return r.abh;var l=new n.Rect(0,i,a,o,s);return this.getZoomFromGeographicRect(l)},r.prototype.abo=function(e){var t=this.zh,a=this.zj,o=new i.ScalerParams(1,e,this.y9,t.dn);o.c=this.yv;var s=new i.ScalerParams(1,e,this.y9,a.dn);s.c=this.yv;var l=this.yu,c=t.f9(l.left,o),u=a.f9(l.top,s),h=t.f9(l.right,o),p=a.f9(l.bottom,s),y=h-c,g=u-p,f=new n.Rect(0,c,p,y,g);return 1==this.db&&(f.intersect(r.abe),f.isEmpty&&(f=r.abe)),f},r.prototype.aba=function(e){var t=this.zh.rc(e.x),i=this.zj.rc(e.y);return{$type:n.Point_$type,x:t,y:i}},r.prototype.abb=function(e){var t=this.zh.gt(e.x),i=this.zj.gt(e.y);return{$type:n.Point_$type,x:t,y:i}},r.prototype.abc=function(e){return this.abb(e)},r.prototype.aal=function(){var e=n.typeCast(f.$,this.backgroundContent);null!=e&&e.clearTileCache()},r.prototype.aar=function(e){},r.prototype.hc=function(){return!0},r.prototype.aat=function(){var e,i;this.zt.eh();try{for(var r=t.__values(n.fromEnum(this.b9)),a=r.next();!a.done;a=r.next()){a.value.su()}}catch(t){e={error:t}}finally{try{a&&!a.done&&(i=r.return)&&i.call(r)}finally{if(e)throw e.error}}},r.prototype.aaw=function(){if(2==this.zs){if(!this.y9.isEmpty&&this.y9.width>0&&this.y9.height>0){var e=this.zh.rc(this.y9.left+this.y9.width/2),t=this.zj.rc(this.y9.top+this.y9.height/2);this.aa9={$type:n.Point_$type,x:e,y:t}}}else if(!this.y9.isEmpty&&this.y9.width>0&&this.y9.height>0){var i=this.zh.rc(this.y9.left),r=this.zj.rc(this.y9.top);this.aa9={$type:n.Point_$type,x:i,y:r}}},r.prototype.aas=function(){(n.isNaN_(this.aa9.x)||n.isNaN_(this.aa9.y))&&this.aaw();var e=this.aa9.x,t=this.aa9.y;if(!n.isNaN_(e)&&!n.isNaN_(t)){var a=this.yr.left,o=this.yr.top,s=this.yr.width,l=this.yr.height;if(s>this.abg.width);else{var c=new i.ScalerParams(1,r.abh,this.y9,this.zh.dn);c.c=this.yv;var u=this.zh.f6(e,c);if(2==this.zs)a=u/this.y9.width-s/2;else a=u/this.y9.width;a+s>this.abg.right?a=this.abg.right-s:a<this.abg.left&&(a=this.abg.left)}if(l>this.abg.height);else{var h=new i.ScalerParams(1,r.abh,this.y9,this.zj.dn);h.c=this.yv;var p=this.zj.f6(t,h);if(2==this.zs)o=p/this.y9.height-l/2;else o=p/this.y9.height;o+l>this.abg.bottom?o=this.abg.bottom-l:o<this.abg.top&&(o=this.abg.top)}this.ud(new n.Rect(0,a,o,s,l),!1)}},r.prototype.get_f6=function(){return!0},r.prototype.ys=function(){var t=e.prototype.ys.call(this);if(null==this.zh||null==this.zj)return t;this.y3();var i=t.left,r=t.top;1==this.db&&(this.za.width>this.abg.width?i=.5-this.za.width/2:i+t.width>this.abg.right?i=this.abg.right-this.za.width:i<this.abg.left&&(i=this.abg.left),this.za.height>this.abg.height?r=.5-this.za.height/2:r+this.za.height>this.abg.bottom?r=this.abg.bottom-this.za.height:r<this.abg.top&&(r=this.abg.top));var a=!1;!this.zy&&2==this.db&&this.zv&&(i>1&&(i=i-Math.floor(i)+1),i<0&&(i=0-(Math.ceil(i)-i)),t.right-this.abg.right>0&&(t.right-this.abg.right)/t.width>.8?(i=this.abg.left-(t.width-(t.right-this.abg.right)),a=!0):t.left<this.abg.left&&Math.abs(t.left-this.abg.left)/t.width>.8&&(i=this.abg.right-Math.abs(t.left-this.abg.left),a=!0));var o=new n.Rect(0,i,r,t.width,t.height);if(this.zy){var s=this.abj(this.abu,1);s=this.abl(s);var l=o.left+o.width/2,c=o.top+o.height/2;if(o.width>s.width){var u=o.height/o.width,h=s.width,p=u*h;o=new n.Rect(0,l-h/2,c-p/2,h,p),a=!0}if(o.height>s.height){var y=o.width/o.height,g=s.height,f=y*g;o=new n.Rect(0,l-f/2,c-g/2,f,g),a=!0}o.left<s.left&&(o=new n.Rect(0,s.left,o.top,o.width,o.height),a=!0),o.top<s.top&&(o=new n.Rect(0,o.left,s.top,o.width,o.height),a=!0),o.right>s.right&&(o=new n.Rect(0,s.right-o.width,o.top,o.width,o.height),a=!0),o.bottom>s.bottom&&(o=new n.Rect(0,o.left,s.bottom-o.height,o.width,o.height),a=!0)}return a&&(this.fp=!0,this.za=o,this.fp=!1),o},r.prototype.oj=function(e,t){var i=!0,r=!0,a=0,o=this.y3(),s=0,l=0;if(e.right-o.right>0&&(s=(e.right-o.right)/e.width),e.left<o.left&&(l=Math.abs(e.left-o.left)/e.width),0==l&&0==s&&(i=!1),l>s&&(r=!1),i)if(r){var c=this.zg.f6(-180,t);a=this.zg.f6(180,t)-c}else{a=this.zg.f6(-180,t)-this.zg.f6(180,t)}return new n.Tuple$2(n.Boolean_$type,n.Number_$type,i,a)},r.prototype.y3=function(){var e=new i.ScalerParams(1,r.abh,this.y9,this.zh.dn);e.c=this.yv;var t=new i.ScalerParams(1,r.abh,this.y9,this.zj.dn);t.c=this.yv;var a=this.zh.f6(r.abe.left,e),o=this.zh.f6(r.abe.right,e),s=this.zj.f6(r.abe.top,t),l=this.zj.f6(r.abe.bottom,t);return this.abg=new n.Rect(0,a/this.y9.width,l/this.y9.height,(o-a)/this.y9.width,(s-l)/this.y9.height),this.abg},r.prototype.abl=function(e){var t=this.io,i=.5*(e.left+e.right),r=.5*(e.top+e.bottom),a=e.width,o=e.height,s=n.MathUtil.e(e.width,t,1),l=n.MathUtil.e(e.height,t,1),c=this.y9,u=c.width/c.height,h=s*c.width,p=l*c.height;h/p!=u&&(p*u>h?s=(h=p*u)/c.width:l=(p=h/u)/c.height);var y=s!=a,g=l!=o,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.yt=function(t){if(e.prototype.yt.call(this,this.y9),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 a=n.intDivide(n.truncate(t.height-t.width),2);i=new n.Rect(0,t.left,t.top+a,t.width,t.width)}return i},r.prototype.abn=function(e){return this.yt(e)},r.prototype.dv=function(){return new S(this)},r.prototype.aan=function(e){null!=e&&(e.b7=this)},r.prototype.rw=function(t){e.prototype.rw.call(this,t),this.zt=t},r.prototype.r7=function(t,i){e.prototype.r7.call(this,t,i),this.tz(this.zh),this.tz(this.zj),n.Rect.l_op_Inequality(t,i)&&this.aas(),this.zy&&(this.yr=this.ys()),this.aaz()},Object.defineProperty(r.prototype,"z3",{get:function(){return this.z1},set:function(e){var t=this.z1;this.z1=e,this.sr("ActualWindowScale",t,this.z1)},enumerable:!1,configurable:!0}),r.prototype.iu=function(){return this.z3},r.prototype.iv=function(){return this.z3},r.prototype.ty=function(){e.prototype.ty.call(this);var t=Math.min(this.yr.width,this.yr.height);this.z3=t},r.prototype.g0=function(){return this.zv},r.prototype.dc=function(){return 0==this.dd&&this.zw?2:this.dd},r.prototype.r8=function(i,a,o,s){var l,c,u,h;switch(e.prototype.r8.call(this,i,a,o,s),a){case"ZoomCoercionMode":this.aao();break;case"WindowRect":this.aaw();break;case r.$$p[0]:this.zp=this.zq(),null!=this.zm&&(this.zm.isHorizontalWrappingEnabled=2==this.zp);break;case r.$$p[1]:this.zv=this.zw,this.zp=this.zq(),this.db=this.dc(),null!=this.zm&&(this.zm.isHorizontalWrappingEnabled=2==this.zp);break;case r.$$p[4]:this.yr=this.ys();break;case"BackgroundContent":if(null!=this.zm){var p=this.zm;p.imageTilesReady=n.delegateRemove(p.imageTilesReady,n.runOn(this,this.aap)),this.zm.deferralHandler=null}if(this.zm=n.typeCast(f.$,this.backgroundContent),null!=this.zm){var y=this.zm;y.imageTilesReady=n.delegateCombine(y.imageTilesReady,n.runOn(this,this.aap)),this.zm.deferralHandler=this,this.zm.isHorizontalWrappingEnabled=2==this.zp}this.zt.fx(n.typeCast(f.$,o),n.typeCast(f.$,s)),null!=this.zm&&(this.zm.geographicMap=this,this.zt.fu(this.yr),this.zt.fy(this.ij));break;case"YAxis":case"XAxis":this.aau(o),this.aan(s);break;case r.$$p[6]:this.zx||(this.za=r.abh),this.aao(),this.aav(),this.aaw(),this.yr=this.ys(),this.zt.fv();break;case"ActualWindowRect":this.zt.fu(this.yr);break;case"ActualWorldRect":try{for(var g=t.__values(n.fromEnum(this.b9)),d=g.next();!d.done;d=g.next()){d.value.r8(!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.z3=this.z4;break;case"ActualWindowScale":this.g8||this.ua(this.iu(),this.iv());break;case"ActualPixelScalingRatio":this.zt.fy(this.ij);break;case"WindowRectMinWidth":case"WindowRectMinHeight":var b=s;n.isNaN_(b)||n.isInfinity(b)?(this.io=5e-6,this.im=5e-6):(this.io=b,this.im=b);break;case r.$$p[7]:this.t5();break;case"MarkerAutomaticBehavior":try{for(var m=t.__values(n.fromEnum(this.b9)),S=m.next();!S.done;S=m.next()){S.value.qv()}}catch(e){u={error:e}}finally{try{S&&!S.done&&(h=m.return)&&h.call(m)}finally{if(u)throw u.error}}}},r.prototype.aap=function(e,t){null!=this.imageTilesReady&&this.imageTilesReady(this,new u)},r.prototype.aau=function(e){null!=e&&(e.b7=null)},r.prototype.aav=function(){null!=this.zh&&(this.zh.q9=this.abi.left,this.zh.q8=this.abi.right),null!=this.zj&&(this.zj.q9=this.abi.top,this.zj.q8=this.abi.bottom),this.zh.ee(!0),this.zj.ee(!0)},r.prototype.getFontInfo=function(){return this.zu=this.zt.fr,this.zu},r.prototype.xv=function(){return this.zt.fz},r.prototype.getFontBrush=function(){return this.zt.f0},r.prototype.tk=function(t,i){if(null!==n.typeCast(n.ItfConverter.$,i)){var r=i,a=t;a.itemsSource=r.triangulationSource.points,a.xu=r.triangulationSource.triangles}else e.prototype.tk.call(this,t,i)},r.prototype.register=function(e,t){this.s6(e,t)},r.prototype.unRegister=function(e){this.tx(e)},r.prototype.deferredRefresh=function(){this.o0()},r.prototype.deferAction=function(e){null!=this.z6?this.z6.setTimeout(e,0):window.setTimeout(e,0)},r.prototype.aam=function(e){this.t4(e)},r.prototype.z7=function(){var e=new i.ChartVisualData,t=this.zh.hs(),r=this.zj.hs();e.axes.add1(t),e.axes.add1(r);for(var a=0;a<this.b9.count;a++){var o=this.b9._inner[a].kv();e.series.add1(o)}return e.name=this.name,e.contentArea=n.RectData.b(this.y9),e.centralArea=n.RectData.b(this.y9),e.plotArea=n.RectData.b(this.y9),e},r.prototype.yz=function(e,t,i){return e},r.prototype.aaq=function(){},Object.defineProperty(r.prototype,"abt",{get:function(){return this.abf},set:function(e){this.abf=e},enumerable:!1,configurable:!0}),r.prototype.aa0=function(e){this.abt=e,this.aaz()},r.prototype.aaz=function(){if(this.z0&&!this.abt.isEmpty){var e=this.getZoomFromGeographicRect(this.abt);this.abt=n.Rect.empty,this.ud(e,!1)}},Object.defineProperty(r.prototype,"z0",{get:function(){return!this.y9.isEmpty&&!this.yv.isEmpty},enumerable:!1,configurable:!0}),r.$t=n.markType(r,"XamGeographicMap",i.SeriesViewer.$,[n.IMapRenderDeferralHandler_$type]),r.zr=0,r.abe=new n.Rect(2,{$type:n.Point_$type,x:-180,y:-85.05112878},{$type:n.Point_$type,x:180,y:85.05112878}),r.abh=new n.Rect(0,0,0,1,1),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"sr",["BackgroundTilingMode:zo:aa1",[s,n.enumGetBox(s,0)],"IsHorizontalWrappingEnabled:zw:aa2",[0,!1],"ResizeBehavior:zs:aa3",[a,n.enumGetBox(a,r.zr)],"SuppressZoomResetOnWorldRectChange:zx:aa4",[0,!1],"UseWorldRectForZoomBounds:zy:aa5",[0,!1],"WindowScale:z4:aa6",[1,NaN],"WorldRect:abu:aa7",[n.Rect.$,r.abe],"Zoomable:zz:aa8",[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 u)},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.abn(t),a=g.abe,o=this.geographicMap.abi,s=Math.min(this.windowRect.height,this.windowRect.width),l=o.width/a.width;this.ao.a5=t.width/r.width*s*l;var c=this.geographicMap.zh,u=this.geographicMap.zj,h=new i.ScalerParams(1,this.windowRect,t,c.dn);h.c=r;var p=new i.ScalerParams(1,this.windowRect,t,u.dn);p.c=r;var y=c.f6(a.left,h),f=u.f6(a.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 h)},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.cu=null,i.cu=t,i}return t.__extends(i,e),i.prototype.ci=function(){e.prototype.ci.call(this);var t=this.cu.xl;t.yl=this.cu.xx,t.yt=this.cu.xv,t.trianglesSource=this.cu.xu,t.x9=this.cu.x0,t.yb=this.cu.x2,t.yd=this.cu.x4},i.prototype.cx=function(){var e=this.cu.xl;if(null==this.cu.dc)return e.xj=null,void(e.xk=null);e.xj=this.cu.dc.zh,e.xk=this.cu.dc.zj},i.prototype.cw=function(){this.cu.xl.yl=this.cu.xx},i.prototype.cv=function(){this.cu.xl.yt=this.cu.xv},i.prototype.cy=function(){this.cu.xl.trianglesSource=this.cu.xu},i.prototype.cz=function(){this.cu.xl.x9=this.cu.x0},i.prototype.c0=function(){this.cu.xl.yb=this.cu.x2},i.prototype.c1=function(){this.cu.xl.yd=this.cu.x4},i.$t=n.markType(i,"GeographicXYTriangulatingSeriesView",y.$),i}(y),m=function(e){function i(t){var i=e.call(this,t)||this;return i.c2=null,i.c2=t,i}return t.__extends(i,e),i.prototype.a4=function(){e.prototype.a4.call(this),this.t},i.prototype.ci=function(){e.prototype.ci.call(this),null!=this.c2.yf&&(this.c2.yf.zs=this.c2.yj,this.c2.yf.zg=this.c2.ye)},i.prototype.c3=function(){null!=this.c2.yf&&(this.c2.yf.zs=this.c2.yj)},i.prototype.c4=function(){null!=this.c2.yf&&(this.c2.yf.zg=this.c2.ye)},i.$t=n.markType(i,"GeographicScatterAreaSeriesView",b.$),i}(b),S=function(e){function r(t){var i=e.call(this,t)||this;return i.fq=null,i.f2=null,i.f0=null,i.fz=null,i.fr=null,i.fs=NaN,i.f2=n.Rect.empty,i.fq=t,i.fq.xo=2,i.fq.jw=5e-6,i}return t.__extends(r,e),r.prototype.m=function(e){return 2},r.prototype.bn=function(e){this.j.bw(e),this.fq.aam(e),this.eo()},r.prototype.get_aq=function(){return!0},r.prototype.d7=function(){var e,t,i,r,a,o=this.j.a8(e,t,i,r,a);e=o.p0,t=o.p1,i=o.p2,r=o.p3,a=o.p4,this.f0=i,this.fr=r,this.fz=a;var s=this.j.e();if(this.fq.ag=s.a,this.fq.aj=s.f,this.fq.ah=null!=s.b?s.b:new n.BrushCollection,this.fq.ai=null!=s.c?s.c:new n.BrushCollection,0==this.fq.ah.count)for(var l=0;l<s.a.count;l++)this.fq.ah.add(s.a.item(l));if(0==s.c.count)for(var c=0;c<s.f.count;c++)this.fq.ai.add(s.f.item(c))},r.prototype.dx=function(t){if(e.prototype.dx.call(this,t),null!=this.fq.backgroundContent){var i=this.fq.backgroundContent;i.be(this.j.ae),i.bd(t)}},r.prototype.dy=function(t){(e.prototype.dy.call(this,t),this.f2=t,null!=this.fq.backgroundContent)&&this.fq.backgroundContent.bf(this.f2)},r.prototype.f1=function(){return new n.Rect(0,0,0,this.f2.width,this.f2.height)},r.prototype.fv=function(){null!=this.fq.backgroundContent&&this.fq.backgroundContent.a6()},r.prototype.fu=function(e){null!=this.fq.zm&&(this.fq.zm.windowRect=e)},r.prototype.fx=function(e,t){if(null!=this.fq.zm&&(this.fq.zm.windowRect=this.fq.yr),null!=e){var i=e.ao;null!=i&&this.fq.al.h.remove(i.ag),e.bd(null),e.be(null)}if(null!=t){var n=t.ao;null!=n&&this.fq.al.h.add(n.ag),this.f2.isEmpty||this.dy(this.f2),null!=this.w&&this.dx(this.w)}null==t&&this.fw(this.w)},r.prototype.fw=function(e){var t=this.fq.ij;1!=t&&(e.aa(),e.ab(t,t)),e.l(this.f2.left,this.f2.top,this.f2.width,this.f2.height),1!=t&&e.z()},r.prototype.d4=function(){this.fg.ad=i.Defaults.crosshairLineThickness,this.fh.ad=i.Defaults.crosshairLineThickness,this.fg._stroke=i.Defaults.crosshairLineBrush,this.fh._stroke=i.Defaults.crosshairLineBrush,e.prototype.d4.call(this)},r.prototype.fy=function(e){this.fs=e,null!=this.fq.backgroundContent&&this.fq.backgroundContent.bc(e)},Object.defineProperty(r.prototype,"ft",{get:function(){return this.fs},set:function(e){this.fs=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),x=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(i,e),i.prototype.ct=function(){return new b(this)},i.prototype.rh=function(t){e.prototype.rh.call(this,t),this.xt=t},i.prototype.rq=function(t,n,r,a){switch(e.prototype.rq.call(this,t,n,r,a),n){case"SeriesViewer":this.xt.cx();break;case i.$$p[1]:this.xt.cw();break;case i.$$p[0]:this.xt.cv();break;case i.$$p[5]:this.xt.cy();break;case i.$$p[2]:this.xt.cz();break;case i.$$p[3]:this.xt.c0();break;case i.$$p[4]:this.xt.c1()}},i.$t=n.markType(i,"GeographicXYTriangulatingSeries",p.$),i.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,i,"raisePropertyChanged",["LatitudeMemberPath:xv:x6",[2,"pointY"],"LongitudeMemberPath:xx:x7",[2,"pointX"],"TriangleVertexMemberPath1:x0:x9",[2,"v1"],"TriangleVertexMemberPath2:x2:ya",[2,"v2"],"TriangleVertexMemberPath3:x4:yb",[2,"v3"],"TrianglesSource:xu:x8",[n.IEnumerable_$type,null]]),i}(p),v=function(e){function r(){var t=e.call(this)||this;return t.yc=null,t.triangulationStatusChanged=null,t.ab=r.$,t}return t.__extends(r,e),r.prototype.bk=function(){return new r},r.prototype.get_ex=function(){return!0},Object.defineProperty(r.prototype,"ye",{get:function(){return this.yc},set:function(e){if(this.yc!=e){var t=this.yc;if(null!=this.yc){var i=this.yc;i.propertyChanged=n.delegateRemove(i.propertyChanged,n.runOn(this,this.ym))}if(this.yc=e,null!=this.yc){var r=this.yc;r.propertyChanged=n.delegateCombine(r.propertyChanged,n.runOn(this,this.ym))}this.raisePropertyChanged("ColorScale",t,this.yc),null!=this.yf&&(this.yf.zg=e)}},enumerable:!1,configurable:!0}),r.prototype.ym=function(e,t){this.yh.c4(),this.yo(),this.r8(!1)},r.prototype.yo=function(){null!=this.yf&&(this.yd=this.yf.zf)},r.prototype.sz=function(){e.prototype.sz.call(this),this.yo()},r.prototype.xk=function(){this.yf=new i.ScatterAreaSeries;var e=this.yf;return e.triangulationStatusChanged=n.delegateCombine(e.triangulationStatusChanged,n.runOn(this,this.yn)),this.yf},r.prototype.yn=function(e,t){null!=this.triangulationStatusChanged&&this.triangulationStatusChanged(this,t)},r.prototype.ct=function(){return new m(this)},r.prototype.rh=function(t){e.prototype.rh.call(this,t),this.yh=t},r.prototype.rq=function(t,i,n,a){switch(e.prototype.rq.call(this,t,i,n,a),i){case r.$$p[1]:this.yh.c3();break;case"ColorScale":this.yh.c4(),this.yo()}},r.prototype.get_hd=function(){return!0},r.prototype.set_hd=function(t){e.prototype.set_hd.call(this,t)},r.$t=n.markType(r,"GeographicScatterAreaSeries",x.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["ActualColorScale:yd:yp",[i.ColorScale.$,null],"ColorMemberPath:yj:yq",[2,"value"]]),r}(x),k=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}(),C=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 a=r.i;return r._chart=a,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)})),a.provideContainer(r._renderer),new MutationObserver((function(e){var i,n;try{for(var a=t.__values(e),o=a.next();!o.done;o=a.next()){"childList"==o.value.type&&r.updateContentChildren()}}catch(e){i={error:e}}finally{try{o&&!o.done&&(n=a.return)&&n.call(a)}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,a){if(r.externalObject)r=r.externalObject;else{var o=new n.IgcDataContext;o._implementation=r,r=o}return a?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.zz},set:function(e){this.i.zz=n.ensureBool(e),this._a("zoomable",this.i.zz)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"resizeBehavior",{get:function(){return this.i.zs},set:function(e){this.i.zs=n.ensureEnum(a,e),this._a("resizeBehavior",n.enumToString(a,this.i.zs))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"isHorizontalWrappingEnabled",{get:function(){return this.i.zw},set:function(e){this.i.zw=n.ensureBool(e),this._a("isHorizontalWrappingEnabled",this.i.zw)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"backgroundTilingMode",{get:function(){return this.i.zo},set:function(e){this.i.zo=n.ensureEnum(s,e),this._a("backgroundTilingMode",n.enumToString(s,this.i.zo))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"useWorldRectForZoomBounds",{get:function(){return this.i.zy},set:function(e){this.i.zy=n.ensureBool(e),this._a("useWorldRectForZoomBounds",this.i.zy)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"suppressZoomResetOnWorldRectChange",{get:function(){return this.i.zx},set:function(e){this.i.zx=n.ensureBool(e),this._a("suppressZoomResetOnWorldRectChange",this.i.zx)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"worldRect",{get:function(){return n.fromRect(this.i.abu)},set:function(e){this.i.abu=n.toRect(e),this._a("worldRect",n.rectToString(this.i.abu))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualWorldRect",{get:function(){return n.fromRect(this.i.abi)},set:function(e){this.i.abi=n.toRect(e),this._a("actualWorldRect",n.rectToString(this.i.abi))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"xAxis",{get:function(){var e=this.i.zh;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.zh=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"yAxis",{get:function(){var e=this.i.zj;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.zj=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"isMap",{get:function(){return this.i.f6},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"windowScale",{get:function(){return this.i.z4},set:function(e){this.i.z4=+e,this._a("windowScale",this.i.z4)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualWindowScale",{get:function(){return this.i.z3},set:function(e){this.i.z3=+e,this._a("actualWindowScale",this.i.z3)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"zoomIsReady",{get:function(){return this.i.z0},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.abm();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.aay(n.toRect(e))},r.prototype.updateWorldRect=function(e){this.i.aax(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.abj(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.abo(n.toRect(e));return n.fromRect(t)},r.prototype.getGeographicPoint=function(e){var t=this.i.aba(n.toPoint(e));return n.fromPoint(t)},r.prototype.getPixelPoint=function(e){var t=this.i.abb(n.toPoint(e));return n.fromPoint(t)},r.prototype.getWindowPoint=function(e){var t=this.i.abc(n.toPoint(e));return n.fromPoint(t)},r.prototype.clearTileCache=function(){this.i.aal()},r.prototype.styleUpdated=function(){this.i.aat()},r.prototype.getActualWindowScaleHorizontal=function(){return this.i.iu()},r.prototype.getActualWindowScaleVertical=function(){return this.i.iv()},r.prototype.deferredRefresh=function(){this.i.deferredRefresh()},r.prototype.exportVisualData=function(){return this.i.z7()},r.prototype.zoomToGeographic=function(e){this.i.aa0(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 k;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),w=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}({}),I=n.markEnum("BingMapsImageryStyle","Aerial,0|AerialWithLabels,1|Road,2|CanvasDark,3|CanvasLight,4|CanvasGray,5"),T=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}(),M=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):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 k;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 T;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}(),z=function(e){function i(t){for(var i=[],r=1;r<arguments.length;r++)i[r-1]=arguments[r];var a=this;switch(t=null==t?0:t){case 0:a=e.call(this,n.String_$type,0)||this;break;case 1:var o=i[0];a=e.call(this,n.String_$type,1,o)||this}return a}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 z(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 z(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(I,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 a=r.length>0?r[0].resources:null;if(null!=a&&0!=a.length){for(var o=a[0].imageUrl,s=new n.List$1(n.String_$type,0),l=0;l<a[0].imageUrlSubdomains.length;l++)s.add(a[0].imageUrlSubdomains[l]);this.cp(o,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,a){switch(t){case i.$$p[0]:case i.$$p[3]:this.cq();break;case i.$$p[5]:this.cj(),this.actualTilePath=a,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 o=a;if(null!=this.actualSubDomains){var s=this.actualSubDomains;s.collectionChanged=n.delegateRemove(s.collectionChanged,n.runOn(this,this.ci))}this.actualSubDomains=o,null!=this.actualSubDomains&&(o.collectionChanged=n.delegateCombine(o.collectionChanged,n.runOn(this,this.ci))),this.bp.n(),this.aj.e();break;case"ActualTilePath":var l=a;n.stringIsNullOrEmpty(l)&&this.cq();break;case"BingImageryRestUri":this.actualBingImageryRestUri=a,this.cj(),this.cq();break;case"ActualBingImageryRestUri":this.cj(),this.cq()}e.prototype.ba.call(this,t,r,a)},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",[I,n.enumGetBox(I,1)],"IsDeferredLoad",[0,!1],"SubDomains",[z.$,null],"TilePath",[2,null]]),i}(f),j=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 w,t=this.i.subDomains;t||(t=new z(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 w;this._subDomains=t._fromOuter(e);var i=new n.SyncableObservableCollection$1(n.String_$type),r=this.i.subDomains;r||(r=new z(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 w,t=this.i.actualSubDomains;t||(t=new z(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 w;this._actualSubDomains=t._fromOuter(e);var i=new n.SyncableObservableCollection$1(n.String_$type),r=this.i.actualSubDomains;r||(r=new z(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(I,e)},enumerable:!1,configurable:!0}),i.prototype.requestMapSettings=function(){this.i.requestMapSettings()},i}(M),R=function(){function e(){}return e.register=function(){n.TypeRegistrar.registerCons("IgcBingMapsMapImagery",j),n.TypeRegistrar.register("BingMapsMapImagery",O.$type)},e}(),A=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}(M),G=function(){function e(){}return e.register=function(){n.TypeRegistrar.registerCons("IgcOpenStreetMapImagery",A),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}(M),B=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",B.$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 a=t;this._pendingTokenRequest_=n.HttpRequestUtil.submit(a,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 a=this,o=n.typeCast(n.ArcGISOnlineTileSource.$,this.ap);switch(t){case"MapServerUri":null!=o&&(o.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 o.userToken=a.userToken})),this.ci();break;case"IsMapPublic":o.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}(M),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(){R.register(),G.register(),q.register(),V.register(),C.register(),n.TypeRegistrar.registerCons("IgcGeographicMapComponent",C)},e}(),L=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.ff},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.xn},set:function(e){this.i.xn=+e,this._a("visibleFromScale",this.i.xn)},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.qv()},i.prototype.getItemValue=function(e,t){return this.i.kz(e,t)},i.prototype.getMemberPathValue=function(e){return this.i.mo(e)},i.prototype.getItem=function(e){return this.i.kw(n.toPoint(e))},i.prototype.getPreviousOrExactIndex=function(e,t){return this.i.kj(n.toPoint(e),t)},i.prototype.getNextOrExactIndex=function(e,t){return this.i.kh(n.toPoint(e),t)},i.prototype.getSeriesValue=function(e,t,i){return this.i.jd(n.toPoint(e),t,i)},i.prototype.getSeriesValuePosition=function(e,t,i){var r=this.i.ww(n.toPoint(e),t,i);return n.fromPoint(r)},i.prototype.getSeriesValueBoundingBox=function(e){var t=this.i.w8(n.toPoint(e));return n.fromRect(t)},i.prototype.getSeriesValueMarkerBoundingBox=function(e){var t=this.i.xa(n.toPoint(e));return n.fromRect(t)},i.prototype.getSeriesHighValue=function(e,t,i){return this.i.i9(n.toPoint(e),t,i)},i.prototype.getSeriesHighValuePosition=function(e,t,i){var r=this.i.ws(n.toPoint(e),t,i);return n.fromPoint(r)},i.prototype.getSeriesLowValue=function(e,t,i){return this.i.jb(n.toPoint(e),t,i)},i.prototype.getSeriesLowValuePosition=function(e,t,i){var r=this.i.wu(n.toPoint(e),t,i);return n.fromPoint(r)},i.prototype.getSeriesValuePositionFromSeriesPixel=function(e,t,i){var r=this.i.wx(n.toPoint(e),t,i);return n.fromPoint(r)},i.prototype.getSeriesValueFromSeriesPixel=function(e,t,i){return this.i.je(n.toPoint(e),t,i)},i.prototype.getItemSpan=function(){return this.i.i3()},i.prototype.renderSeries=function(e){this.i.r8(e)},i.prototype.styleUpdated=function(){this.i.su()},i._observedAttributesIgcGeographicMapSeriesHostComponent=null,i}(i.IgcSeriesComponent),F=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.yk},set:function(e){this.i.yk=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"isCustomShapeStyleAllowed",{get:function(){return this.i.x5},set:function(e){this.i.x5=n.ensureBool(e),this._a("isCustomShapeStyleAllowed",this.i.x5)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"isCustomShapeMarkerStyleAllowed",{get:function(){return this.i.x4},set:function(e){this.i.x4=n.ensureBool(e),this._a("isCustomShapeMarkerStyleAllowed",this.i.x4)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"itemSearchMode",{get:function(){return this.i.xw},set:function(e){this.i.xw=n.ensureEnum(i.ShapeItemSearchMode_$type,e),this._a("itemSearchMode",n.enumToString(i.ShapeItemSearchMode_$type,this.i.xw))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"itemSearchThreshold",{get:function(){return this.i.x8},set:function(e){this.i.x8=+e,this._a("itemSearchThreshold",this.i.x8)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"fillMemberPath",{get:function(){return this.i.x9},set:function(e){this.i.x9=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.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.xv=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"fillScaleUseGlobalValues",{get:function(){return this.i.x3},set:function(e){this.i.x3=n.ensureBool(e),this._a("fillScaleUseGlobalValues",this.i.x3)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"itemSearchPointsThreshold",{get:function(){return this.i.x7},set:function(e){this.i.x7=+e,this._a("itemSearchPointsThreshold",this.i.x7)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"shapefileDataSource",{get:function(){var e=this.i.xz;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.xz=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"shapeFilterResolution",{get:function(){return this.i.x6},set:function(e){this.i.x6=+e,this._a("shapeFilterResolution",this.i.x6)},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}(L),H=function(e){function r(){var t=null!==e&&e.apply(this,arguments)||this;return t.x2=!1,t.x1=!1,t.assigningShapeStyle=null,t.assigningShapeMarkerStyle=null,t.xy=null,t.x0=!1,t}return t.__extends(r,e),r.prototype.ct=function(){return new W(this)},r.prototype.rh=function(t){e.prototype.rh.call(this,t),this.xx=t},r.prototype.get_fh=function(){return!0},r.prototype.get_ef=function(){return!0},r.prototype.rq=function(t,i,a,o){switch(e.prototype.rq.call(this,t,i,a,o),i){case"SeriesViewer":this.xx.cv();break;case"ShapeMemberPath":this.xx.cx();break;case r.$$p[8]:this.xx.cw();break;case r.$$p[4]:if(this.xl.yt=this.x5,this.x2=this.x5,this.x5){var s=this.xl;s.assigningShapeStyle=n.delegateCombine(s.assigningShapeStyle,n.runOn(this,this.yn))}else{var l=this.xl;l.assigningShapeStyle=n.delegateRemove(l.assigningShapeStyle,n.runOn(this,this.yn))}break;case r.$$p[3]:if(this.xl.ys=this.x4,this.x1=this.x4,this.x5){var c=this.xl;c.assigningShapeMarkerStyle=n.delegateCombine(c.assigningShapeMarkerStyle,n.runOn(this,this.ym))}else{var u=this.xl;u.assigningShapeMarkerStyle=n.delegateRemove(u.assigningShapeMarkerStyle,n.runOn(this,this.ym))}break;case r.$$p[5]:this.xl.x5=this.xw;break;case r.$$p[6]:this.xl.za=this.x7;break;case r.$$p[7]:this.xl.zb=this.x8;break;case r.$$p[0]:this.xl.zf=this.x9;break;case r.$$p[1]:this.xl.xv=this.xv;break;case r.$$p[2]:this.xl.yo=this.x3;break;case"ShapefileDataSource":if(null!=a){var h=a;this.x0&&(h.importCompleted=n.delegateRemove(h.importCompleted,n.runOn(this,this.yo)))}if(null!=o){var p=o;if(p.count>0){this.yp();break}this.x0=!0,p.importCompleted=n.delegateCombine(p.importCompleted,n.runOn(this,this.yo))}}},r.prototype.yn=function(e,t){null!=this.assigningShapeStyle&&this.assigningShapeStyle(this,t)},r.prototype.ym=function(e,t){null!=this.assigningShapeMarkerStyle&&this.assigningShapeMarkerStyle(this,t)},r.prototype.yo=function(e,t){this.yp()},r.prototype.yp=function(){var e=this.xz.externalObject;this.itemsSource=e.getPointData()},Object.defineProperty(r.prototype,"xz",{get:function(){return this.xy},set:function(e){var t=this.xy;this.xy=e,t!=this.xy&&this.raisePropertyChanged("ShapefileDataSource",t,this.xy)},enumerable:!1,configurable:!0}),r.prototype.get_hd=function(){return!0},r.prototype.set_hd=function(t){e.prototype.set_hd.call(this,t)},r.$t=n.markType(r,"GeographicShapeSeriesBase",p.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["FillMemberPath:x9:yq",[2],"FillScale:xv:yr",[i.BrushScale.$],"FillScaleUseGlobalValues:x3:ys",[0,!1],"IsCustomShapeMarkerStyleAllowed:x4:yt",[0,!1],"IsCustomShapeStyleAllowed:x5:yu",[0,!1],"ItemSearchMode:xw:yv",[i.ShapeItemSearchMode_$type,n.enumGetBox(i.ShapeItemSearchMode_$type,0)],"ItemSearchPointsThreshold:x7:yw",[1,1e4],"ItemSearchThreshold:x8:yx",[1,1e4],"ShapeFilterResolution:x6:yy",[1,2],"ShapeMemberPath:yk:yz",[2,"points"]]),r}(p),W=function(e){function i(t){var i=e.call(this,t)||this;return i.cu=null,i.cu=t,i}return t.__extends(i,e),i.prototype.ci=function(){e.prototype.ci.call(this),this.cu.xl.zs=this.cu.yk},i.prototype.cv=function(){var e=this.cu.xl;if(null==this.cu.dc)return e.xz=null,void(e.x1=null);e.xz=this.cu.dc.zh,e.x1=this.cu.dc.zj},i.prototype.cx=function(){this.cu.xl.zs=this.cu.yk},i.prototype.cw=function(){this.cu.xl.y7=this.cu.x6},i.$t=n.markType(i,"GeographicShapeSeriesBaseView",y.$),i}(y),X=function(e){function r(t){var i=e.call(this,t)||this;return i.cy=null,i.cy=t,i.t||(i.cy.yk="points"),i}return t.__extends(r,e),r.prototype.a4=function(){e.prototype.a4.call(this),this.t||(this.cy.z7=i.Defaults.a8,this.cy.jy=i.Defaults.ac,this.cy.y6=i.Defaults.ab,this.cy.y3=i.Defaults.d,this.cy.y1=i.Defaults.a)},r.prototype.ci=function(){e.prototype.ci.call(this),this.cy.xl.acf=this.cy.z9,this.cy.xl.aa7=this.cy.y4,this.cy.xl.abu=this.cy.zp,this.cy.xl.abb=this.cy.y6,this.cy.xl.aat=this.cy.y0},r.prototype.c3=function(){this.cy.xl.abu=this.cy.zp},r.prototype.c5=function(){this.cy.xl.abb=this.cy.y6},r.prototype.c0=function(){this.cy.xl.aat=this.cy.y0},r.prototype.c4=function(){this.cy.xl.aa2=this.cy.y3},r.prototype.cz=function(){this.cy.xl.acb=this.cy.z6},r.prototype.c1=function(){this.cy.xl.acc=this.cy.z7},r.prototype.c2=function(){this.cy.xl.ace=this.cy.z8},r.prototype.c6=function(){this.cy.xl.aa7=this.cy.y4},r.prototype.c7=function(){this.cy.xl.acf=this.cy.z9},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.bk=function(){return new r},r.prototype.get_ft=function(){return!0},r.prototype.ct=function(){return new X(this)},r.prototype.rh=function(t){e.prototype.rh.call(this,t),this.y5=t},r.prototype.xk=function(){var e=new i.ScatterPolygonSeries;return e.styleShape=n.delegateCombine(e.styleShape,n.runOn(this,this.zm)),e.propertyUpdated=n.delegateCombine(e.propertyUpdated,n.runOn(this,this.zn)),e},r.prototype.zm=function(e,t){null!=this.styleShape&&this.styleShape(this,t)},r.prototype.zn=function(e,t){n.typeCast(i.ScatterPolygonSeries.$,this.xl)},r.prototype.iu=function(){return this.y6},r.prototype.v5=function(){return this.z4},r.prototype.v6=function(){return this.z5},r.prototype.th=function(){return this.zo},r.prototype.ml=function(){var e=n.typeCast(i.ScatterPolygonSeries.$,this.xl);return null==e?"Unknown":e.ml()},r.prototype.rq=function(t,i,n,a){switch(e.prototype.rq.call(this,t,i,n,a),i){case r.$$p[6]:this.xl.aa0=this.y2;break;case r.$$p[5]:this.xl.aaw=this.y1;break;case r.$$p[9]:this.y5.c3();break;case r.$$p[10]:this.y5.c5();break;case r.$$p[4]:this.y5.c0();break;case r.$$p[11]:this.y5.c4();break;case r.$$p[3]:this.y5.cz();break;case r.$$p[7]:this.y5.c1();break;case r.$$p[8]:this.y5.c2();break;case r.$$p[13]:this.y5.c6();break;case r.$$p[12]:this.y5.c7()}},r.prototype.jt=function(){return.7},r.$t=n.markType(r,"GeographicShapeSeries",H.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["ActualMarkerBrush:z4:zq",[n.Brush.$],"ActualMarkerOutline:z5:zr",[n.Brush.$],"ActualMarkerTemplate:zo:zs",[n.DataTemplate.$,null],"MarkerBrush:z6:zt",[n.Brush.$],"MarkerCollisionAvoidance:y0:zu",[i.CollisionAvoidanceType_$type,n.enumGetBox(i.CollisionAvoidanceType_$type,0)],"MarkerFillMode:y1:zv",[i.MarkerFillMode_$type,n.enumGetBox(i.MarkerFillMode_$type,0)],"MarkerOutlineMode:y2:zw",[i.MarkerOutlineMode_$type,n.enumGetBox(i.MarkerOutlineMode_$type,0)],"MarkerOutline:z7:zx",[n.Brush.$],"MarkerStyle:z8:zy",[n.Style.$],"MarkerTemplate:zp:zz",[n.DataTemplate.$,null],"MarkerThickness:y6:z0",[1,n.DeviceUtils.g(2)],"MarkerType:y3:z1",[i.MarkerType_$type,n.enumGetBox(i.MarkerType_$type,2)],"ShapeStyle:z9:z2",[n.Style.$,null],"ShapeStyleSelector:y4:z3",[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.ft},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"shapeFill",{get:function(){return this.i.z9?this.i.z9.fill:null},set:function(e){this.ensureShapeStyle(),this.i.z9.fill=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"shapeStroke",{get:function(){return this.i.z9?this.i.z9.stroke:null},set:function(e){this.ensureShapeStyle(),this.i.z9.stroke=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"shapeStrokeThickness",{get:function(){return this.i.z9?this.i.z9.strokeThickness:NaN},set:function(e){this.ensureShapeStyle(),this.i.z9.strokeThickness=+e,this._a("shapeStrokeThickness",this.i.z9.strokeThickness)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"shapeOpacity",{get:function(){return this.i.z9?this.i.z9.opacity:NaN},set:function(e){this.ensureShapeStyle(),this.i.z9.opacity=+e,this._a("shapeOpacity",this.i.z9.opacity)},enumerable:!1,configurable:!0}),r.prototype.ensureShapeStyle=function(){this.i.z9||(this.i.z9=new n.Style)},Object.defineProperty(r.prototype,"markerType",{get:function(){return this.i.y3},set:function(e){this.i.y3=n.ensureEnum(i.MarkerType_$type,e),this._a("markerType",n.enumToString(i.MarkerType_$type,this.i.y3))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerOutlineMode",{get:function(){return this.i.y2},set:function(e){this.i.y2=n.ensureEnum(i.MarkerOutlineMode_$type,e),this._a("markerOutlineMode",n.enumToString(i.MarkerOutlineMode_$type,this.i.y2))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerFillMode",{get:function(){return this.i.y1},set:function(e){this.i.y1=n.ensureEnum(i.MarkerFillMode_$type,e),this._a("markerFillMode",n.enumToString(i.MarkerFillMode_$type,this.i.y1))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerTemplate",{get:function(){return this.i.zp},set:function(e){this.i.zp=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerBrush",{get:function(){return n.brushToString(this.i.z6)},set:function(e){this.i.z6=n.stringToBrush(e),this._a("markerBrush",n.brushToString(this.i.z6))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerOutline",{get:function(){return n.brushToString(this.i.z7)},set:function(e){this.i.z7=n.stringToBrush(e),this._a("markerOutline",n.brushToString(this.i.z7))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerThickness",{get:function(){return this.i.y6},set:function(e){this.i.y6=+e,this._a("markerThickness",this.i.y6)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerCollisionAvoidance",{get:function(){return this.i.y0},set:function(e){this.i.y0=n.ensureEnum(i.CollisionAvoidanceType_$type,e),this._a("markerCollisionAvoidance",n.enumToString(i.CollisionAvoidanceType_$type,this.i.y0))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualMarkerTemplate",{get:function(){return this.i.zo},set:function(e){this.i.zo=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualMarkerBrush",{get:function(){return n.brushToString(this.i.z4)},set:function(e){this.i.z4=n.stringToBrush(e),this._a("actualMarkerBrush",n.brushToString(this.i.z4))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualMarkerOutline",{get:function(){return n.brushToString(this.i.z5)},set:function(e){this.i.z5=n.stringToBrush(e),this._a("actualMarkerOutline",n.brushToString(this.i.z5))},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}(F),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.cy=null,i.cy=t,i}return t.__extends(r,e),r.prototype.a4=function(){e.prototype.a4.call(this),this.t||(this.cy.jy=i.Defaults.aa)},r.prototype.ci=function(){e.prototype.ci.call(this),this.cy.xl.aat=this.cy.y0,this.cy.xl.aay=this.cy.y8},r.prototype.cz=function(){this.cy.xl.aat=this.cy.y0},r.prototype.c0=function(){this.cy.xl.aay=this.cy.y8},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.bk=function(){return new r},r.prototype.get_fu=function(){return!0},r.prototype.ct=function(){return new K(this)},r.prototype.rh=function(t){e.prototype.rh.call(this,t),this.y1=t},r.prototype.xk=function(){var e=new i.ScatterPolylineSeries;return e.styleShape=n.delegateCombine(e.styleShape,n.runOn(this,this.y5)),e},r.prototype.y5=function(e,t){null!=this.styleShape&&this.styleShape(this,t)},r.prototype.rq=function(t,i,n,a){switch(e.prototype.rq.call(this,t,i,n,a),i){case r.$$p[1]:this.y1.cz();break;case r.$$p[0]:this.y1.c0()}},r.$t=n.markType(r,"GeographicPolylineSeries",H.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["ShapeStyle:y8:y6",[n.Style.$,null],"ShapeStyleSelector:y0:y7",[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.fu},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"shapeFill",{get:function(){return this.i.y8?this.i.y8.fill:null},set:function(e){this.ensureShapeStyle(),this.i.y8.fill=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"shapeStroke",{get:function(){return this.i.y8?this.i.y8.stroke:null},set:function(e){this.ensureShapeStyle(),this.i.y8.stroke=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"shapeStrokeThickness",{get:function(){return this.i.y8?this.i.y8.strokeThickness:NaN},set:function(e){this.ensureShapeStyle(),this.i.y8.strokeThickness=+e,this._a("shapeStrokeThickness",this.i.y8.strokeThickness)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"shapeOpacity",{get:function(){return this.i.y8?this.i.y8.opacity:NaN},set:function(e){this.ensureShapeStyle(),this.i.y8.opacity=+e,this._a("shapeOpacity",this.i.y8.opacity)},enumerable:!1,configurable:!0}),r.prototype.ensureShapeStyle=function(){this.i.y8||(this.i.y8=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}(F),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],"/","")),a=parseInt(n.stringReplace(i[4],"/","")),o=parseInt(n.stringReplace(n.stringReplace(i[5],"/",""),".png",""));null!=this.tileGenerator&&this.tileGenerator.cancelTile(r,a,o)},i.prototype.br=function(e,t){var i=this,r=t.uri.toString().split("/"),a=parseInt(n.stringReplace(r[3],"/","")),o=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(a,o,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}(M),re=function(){function e(){}return e.register=function(){n.TypeRegistrar.registerCons("IgcTileGeneratorMapImagery",ne),n.TypeRegistrar.register("TileGeneratorMapImagery",ie.$type)},e}(),ae=function(e){function r(){var t=e.call(this)||this;return t.aau=null,t.aat=null,t.imageTilesReady=null,t.aax=null,t.aay=!1,t.ab=r.$,t}return t.__extends(r,e),r.prototype.bk=function(){return new r},r.prototype.get_f6=function(){return!0},r.prototype.ct=function(){return new oe(this)},r.prototype.rh=function(t){e.prototype.rh.call(this,t),this.aas=t},r.prototype.get_yv=function(){return!1},Object.defineProperty(r.prototype,"aaw",{get:function(){return this.aau},set:function(e){if(e!=this.aaw){var t=this.aaw;this.aau=e,this.raisePropertyChanged("TileImagery",t,e)}},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"aav",{get:function(){return this.aat},set:function(e){var t=this.aat;this.aat=e,this.raisePropertyChanged("ActualTileImagery",t,this.aat)},enumerable:!1,configurable:!0}),r.prototype.rq=function(t,i,r,a){var o,s;switch(e.prototype.rq.call(this,t,i,r,a),i){case"TileImagery":s=a,null!=(o=r)&&(o.propertyChanged=n.delegateRemove(o.propertyChanged,n.runOn(this,this.aa1))),null!=s&&(s.propertyChanged=n.delegateCombine(s.propertyChanged,n.runOn(this,this.aa1))),this.aas.dv(o,s),this.r8(!1),this.q0();break;case"ActualTileImagery":s=a,null!=(o=r)&&(o.imageTilesReady=n.delegateRemove(o.imageTilesReady,n.runOn(this,this.aa2)),o.deferralHandler=null),null!=s&&(s.imageTilesReady=n.delegateCombine(s.imageTilesReady,n.runOn(this,this.aa2)),s.deferralHandler=this),this.aas.du(o,s),null!=s&&null!==n.typeCast(g.$,this.dc)&&(s.geographicMap=this.dc,this.aa4(this.cw),this.aas.dr(this.dc.yr)),this.q0();break;case"ActualWindowRect":this.aas.dr(a);break;case"WorldRect":this.aas.dy(a);break;case"SeriesViewer":var l=a;null!=r&&null!=this.aav&&this.aav.be(null),null!=l&&null!=this.aav&&this.aav.be(this.cw.ae);break;case"ActualBrush":case"ActualOutline":case"ActualThickness":this.q2()}},r.prototype.aa1=function(e,t){"MultiScaleImage"==t.propertyName&&this.aa4(this.cw)},r.prototype.aa2=function(e,t){null!=this.imageTilesReady&&this.imageTilesReady(this,new n.EventArgs),this.aay||this.aas.dw()},r.prototype.register=function(e,t){this.aax=t},r.prototype.unRegister=function(e){this.aax=null},r.prototype.deferredRefresh=function(){this.r8(!1)},r.prototype.deferAction=function(e){null!=this.j8?this.j8.setTimeout(e,0):window.setTimeout(e,0)},r.prototype.s8=function(t,i){this.aas.dx(),e.prototype.s8.call(this,t,i)},r.prototype.r9=function(t){e.prototype.r9.call(this,t),this.aa3(t,this.cw)},r.prototype.aa3=function(e,t){var i,n,r=t,a=t.getViewInfo(i,n);i=a.p0,n=a.p1,this.aa4(t),null!=this.aax&&(this.aay=!0,this.aax(e),this.aay=!1),r.dw()},r.prototype.r7=function(t,i,n,r,a){e.prototype.r7.call(this,t,i,n,r,a);var o=this.ht.item(r);o.bd(n),this.d7(o)||this.z8(o)},r.prototype.aa4=function(e){var t,i,n=e.getViewInfo(t,i);t=n.p0,i=n.p1,null!=this.aaw&&null!=this.aaw.ao&&(this.aaw!=this.aav&&(this.aav=this.aaw),null==this.aav||t.isEmpty||(this.aav.width!=t.width&&(this.aav.width=t.width),this.aav.height!=t.height&&(this.aav.height=t.height)))},r.prototype.pi=function(t,i){e.prototype.pi.call(this,t,i),i.ds()},r.$t=n.markType(r,"TileSeries",i.ShapeSeriesBase.$,[n.IMapRenderDeferralHandler_$type]),r}(i.ShapeSeriesBase),oe=function(e){function r(t){var i=e.call(this,t)||this;return i.dn=null,i.dz=new n.GeometryGroup,i.dq=null,i.dp=null,i.dn=t,i}return t.__extends(r,e),r.prototype.a4=function(){e.prototype.a4.call(this),this.t||(this.dn.wf=i.Defaults.tileSeries_Outline,this.dn.vz=i.Defaults.tileSeries_Brush)},r.prototype.cx=function(e,t){t.c.count>0&&this.dz.d.add(t)},r.prototype.di=function(e,t){return this.dj(e,t,!0)},r.prototype.dh=function(e,t){return null},r.prototype.c1=function(e,t){},r.prototype.cz=function(e,t,i){},r.prototype.c7=function(){e.prototype.c7.call(this),this.dz.d.clear()},r.prototype.c6=function(){e.prototype.c6.call(this),this.a2()},r.prototype.dr=function(e){null!=this.dn.aaw&&(this.dn.aaw.windowRect=e)},r.prototype.du=function(e,t){if(null==this.dq){this.dq=this.f.j8.createElement("canvas");var i=this.f.j8.get2DCanvasContext(this.dq);this.dp=new n.RenderingContext(new n.CanvasViewRenderer,i),this.dq.setAttribute("width",this.b9.width.toString()),this.dq.setAttribute("height",this.b9.height.toString())}null!=e&&(e.bd(null),e.be(null),e.imagesChanged=n.delegateRemove(e.imagesChanged,n.runOn(this,this.dt))),null!=t&&(null!=this.ae&&t.be(this.ae),t.bd(this.dp),t.bf(this.b9),t.imagesChanged=n.delegateCombine(t.imagesChanged,n.runOn(this,this.dt)))},r.prototype.dt=function(e,t){this.a2()},r.prototype.dv=function(e,t){},r.prototype.dx=function(){null!=this.dq&&(this.dq.setAttribute("width",this.b9.width.toString()),this.dq.setAttribute("height",this.b9.height.toString())),null!=this.dn.aaw&&this.dn.aaw.bf(this.b9)},r.prototype.bj=function(t,i){if(e.prototype.bj.call(this,t,i),!i&&null!=this.dq){var r=!1;if(this.dz.d.count>0)r=!0,this.m.aa(),this.m.r(this.dz),this.m.h().clip();var a=n.truncate(Math.round(this.b9.left)),o=n.truncate(Math.round(this.b9.top)),s=n.truncate(Math.round(this.b9.width)),l=n.truncate(Math.round(this.b9.height));this.m.o(this.dq.getNativeElement(),1,a,o,s,l,a,o,s,l),r&&this.m.z()}},r.prototype.dw=function(){this.a2()},r.prototype.ds=function(){},r.prototype.dy=function(e){null!=this.dn.aaw&&this.dn.aaw.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 ae},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.f6},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"tileImagery",{get:function(){var e=this.i.aaw;return null==e?null:e.externalObject},set:function(e){this.i.aaw=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",ae.$type)},e}(),ce=function(e){function i(){var t=e.call(this)||this;return t.y1=null,t.y0=null,t.imageTilesReady=null,t.ab=i.$,t}return t.__extends(i,e),i.prototype.bk=function(){return new i},i.prototype.get_f6=function(){return!0},Object.defineProperty(i.prototype,"y2",{get:function(){return this.y1},set:function(e){if(e!=this.y2){var t=this.y2;this.y1=e,this.raisePropertyChanged("TileImagery",t,e)}},enumerable:!1,configurable:!0}),i.prototype.y6=function(){null!=this.y2&&this.y2.clearTileCache()},i.prototype.rq=function(t,i,n,r){switch(e.prototype.rq.call(this,t,i,n,r),i){case"TileImagery":null!=this.xl&&(this.xl.aaw=this.y2)}},i.prototype.xq=function(t,i){if(e.prototype.xq.call(this,t,i),this.xl.aaw=this.y2,null!=this.y0){var r=this.y0;r.imageTilesReady=n.delegateRemove(r.imageTilesReady,n.runOn(this,this.y5))}if(this.y0=this.xl,null!=this.y0){var a=this.y0;a.imageTilesReady=n.delegateCombine(a.imageTilesReady,n.runOn(this,this.y5))}},i.prototype.xk=function(){return new ae},i.prototype.y5=function(e,t){null!=this.imageTilesReady&&this.imageTilesReady(this,new u)},i.$t=n.markType(i,"GeographicTileSeries",H.$),i}(H),ue=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.f6},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"tileImagery",{get:function(){var e=this.i.y2;return null==e?null:e.externalObject},set:function(e){this.i.y2=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.y6()},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 k;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}(F),he=function(){function e(){}return e.register=function(){le.register(),ue.register(),n.TypeRegistrar.registerCons("IgcGeographicTileSeriesComponent",ue),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.xv},set:function(e){this.i.xv=n.ensureEnum(i.MarkerType_$type,e),this._a("markerType",n.enumToString(i.MarkerType_$type,this.i.xv))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerThickness",{get:function(){return this.i.xw},set:function(e){this.i.xw=+e,this._a("markerThickness",this.i.xw)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerOutlineMode",{get:function(){return this.i.xu},set:function(e){this.i.xu=n.ensureEnum(i.MarkerOutlineMode_$type,e),this._a("markerOutlineMode",n.enumToString(i.MarkerOutlineMode_$type,this.i.xu))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerFillMode",{get:function(){return this.i.xt},set:function(e){this.i.xt=n.ensureEnum(i.MarkerFillMode_$type,e),this._a("markerFillMode",n.enumToString(i.MarkerFillMode_$type,this.i.xt))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerTemplate",{get:function(){return this.i.yb},set:function(e){this.i.yb=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerBrush",{get:function(){return n.brushToString(this.i.yp)},set:function(e){this.i.yp=n.stringToBrush(e),this._a("markerBrush",n.brushToString(this.i.yp))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerOutline",{get:function(){return n.brushToString(this.i.yq)},set:function(e){this.i.yq=n.stringToBrush(e),this._a("markerOutline",n.brushToString(this.i.yq))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"maximumMarkers",{get:function(){return this.i.xx},set:function(e){this.i.xx=+e,this._a("maximumMarkers",this.i.xx)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualMarkerTemplate",{get:function(){return this.i.ya},set:function(e){this.i.ya=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualMarkerBrush",{get:function(){return n.brushToString(this.i.yn)},set:function(e){this.i.yn=n.stringToBrush(e),this._a("actualMarkerBrush",n.brushToString(this.i.yn))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualMarkerOutline",{get:function(){return n.brushToString(this.i.yo)},set:function(e){this.i.yo=n.stringToBrush(e),this._a("actualMarkerOutline",n.brushToString(this.i.yo))},enumerable:!1,configurable:!0}),r._observedAttributesIgcGeographicMarkerSeriesComponent=null,r}(L),ye=function(e){function r(){var t=e.call(this)||this,i=t.xl;return i.propertyUpdated=n.delegateCombine(i.propertyUpdated,n.runOn(t,t.x9)),t}return t.__extends(r,e),r.prototype.th=function(){return this.ya},r.prototype.v5=function(){return this.yn},r.prototype.v6=function(){return this.yo},r.prototype.iu=function(){return this.xw},r.prototype.ml=function(){var e=n.typeCast(i.MarkerSeries.$,this.xl);return null==e?"Unknown":e.ml()},r.prototype.x9=function(e,t){var r=n.typeCast(i.MarkerSeries.$,this.xl);null!=r&&("ActualMarkerTemplate"==t.propertyName?this.ya=r.yl:"ActualMarkerOutline"==t.propertyName?this.yo=r.y3:"ActualMarkerBrush"==t.propertyName&&(this.yn=r.y2))},r.prototype.rq=function(t,i,n,a){switch(e.prototype.rq.call(this,t,i,n,a),i){case r.$$p[3]:this.xl.y4=this.yp;break;case r.$$p[6]:this.xl.y5=this.yq;break;case r.$$p[5]:this.xl.xp=this.xu;break;case r.$$p[4]:this.xl.xl=this.xt;break;case r.$$p[9]:this.xl.xv=this.xv;break;case r.$$p[7]:this.xl.yn=this.yb;break;case r.$$p[8]:this.xl.x4=this.xw;break;case r.$$p[10]:this.xl.aau=this.xx}},r.$t=n.markType(r,"GeographicMarkerSeries",p.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["ActualMarkerBrush:yn:yc",[n.Brush.$],"ActualMarkerOutline:yo:yd",[n.Brush.$],"ActualMarkerTemplate:ya:ye",[n.DataTemplate.$,null],"MarkerBrush:yp:yf",[n.Brush.$],"MarkerFillMode:xt:yg",[i.MarkerFillMode_$type,n.enumGetBox(i.MarkerFillMode_$type,0)],"MarkerOutlineMode:xu:yh",[i.MarkerOutlineMode_$type,n.enumGetBox(i.MarkerOutlineMode_$type,0)],"MarkerOutline:yq:yi",[n.Brush.$],"MarkerTemplate:yb:yj",[n.DataTemplate.$,null],"MarkerThickness:xw:yk",[1,n.DeviceUtils.g(2)],"MarkerType:xv:yl",[i.MarkerType_$type,n.enumGetBox(i.MarkerType_$type,i.Defaults.e)],"MaximumMarkers:xx:ym",[1,400]]),r}(p),ge=function(e){function i(t){var i=e.call(this,t)||this;return i.cu=null,i.cu=t,i}return t.__extends(i,e),i.prototype.a4=function(){e.prototype.a4.call(this),this.t},i.prototype.ci=function(){e.prototype.ci.call(this);var t=this.cu.xl;t.abe=this.cu.zk,t.abm=this.cu.zi,t.xv=this.cu.xv,t.yn=this.cu.yb,t.x4=this.cu.xw,t.ado=this.cu.y4,t.aee=this.cu.zp,t.add=this.cu.yw,t.ad4=this.cu.zg,t.adz=this.cu.y8,t.ada=this.cu.yt,t.adm=this.cu.y0,t.adn=this.cu.y3,t.adt=this.cu.y6,t.ads=this.cu.y5},i.prototype.c3=function(){this.cu.xl.abe=this.cu.zk},i.prototype.c2=function(){this.cu.xl.abm=this.cu.zi},i.prototype.c8=function(){this.cu.xl.xv=this.cu.xv},i.prototype.c6=function(){this.cu.xl.yn=this.cu.yb},i.prototype.c7=function(){this.cu.xl.x4=this.cu.xw},i.prototype.c9=function(){this.cu.xl.aau=this.cu.xx},i.prototype.db=function(){this.cu.xl.xAxis=this.cu.dc.zh},i.prototype.dc=function(){this.cu.xl.yAxis=this.cu.dc.zj},i.prototype.da=function(){var e=this.cu.xl;if(null==this.cu.dc)return e.xAxis=null,void(e.yAxis=null);e.xAxis=this.cu.dc.zh,e.yAxis=this.cu.dc.zj},i.prototype.c4=function(){this.cu.xl.y4=this.cu.yp},i.prototype.c5=function(){this.cu.xl.y5=this.cu.yq},i.prototype.dd=function(){this.cu.xl.aee=this.cu.zp},i.prototype.de=function(){this.cu.xl.add=this.cu.yw,this.cu.xl.ado=this.cu.y4},i.prototype.cy=function(){this.cu.xl.ad4=this.cu.zg},i.prototype.cw=function(){this.cu.xl.ada=this.cu.yt,this.cu.xl.adm=this.cu.y0,this.cu.xl.adn=this.cu.y3,this.cu.xl.adt=this.cu.y6,this.cu.xl.ads=this.cu.y5},i.prototype.cv=function(){this.cu.xl.adz=this.cu.y8},i.prototype.df=function(){this.cu.xl.ado=this.cu.y4},i.prototype.cx=function(){this.cu.xl.adm=this.cu.y0},i.prototype.c1=function(){this.cu.xl.adn=this.cu.y3},i.prototype.c0=function(){this.cu.xl.adt=this.cu.y6},i.prototype.cz=function(){this.cu.xl.ads=this.cu.y5},i.$t=n.markType(i,"GeographicProportionalSymbolSeriesView",y.$),i}(y),fe=function(e){function r(){var t=e.call(this)||this;return t.yu=null,t.yz=!1,t.yy=!1,t.assigningScatterStyle=null,t.assigningScatterMarkerStyle=null,t.ab=r.$,t}return t.__extends(r,e),r.prototype.bk=function(){return new r},r.prototype.get_ek=function(){return!0},r.prototype.ct=function(){return new ge(this)},r.prototype.rh=function(t){e.prototype.rh.call(this,t),this.yx=t},r.prototype.jt=function(){return.7},r.prototype.xk=function(){return new i.BubbleSeries},r.prototype.get_fh=function(){return!0},r.prototype.rq=function(t,i,a,o){switch(e.prototype.rq.call(this,t,i,a,o),i){case"SeriesViewer":this.yx.da();break;case r.$$p[9]:this.yx.c3();break;case r.$$p[8]:this.yx.c2();break;case"XAxis":this.yx.db();break;case"YAxis":this.yx.dc();break;case r.$$p[13]:this.yx.dd();break;case r.$$p[14]:this.yx.de();break;case r.$$p[15]:this.yx.df();break;case r.$$p[7]:this.yx.cy();break;case r.$$p[0]:this.yx.cv();break;case r.$$p[1]:this.yx.cw();break;case r.$$p[2]:this.yx.cx();break;case r.$$p[12]:this.yx.c1();break;case r.$$p[11]:this.yx.c0();break;case r.$$p[10]:this.yx.cz();break;case r.$$p[4]:if(this.xl.aaa=this.y2,this.yz=this.y2,this.y2){var s=this.xl;s.assigningScatterStyle=n.delegateCombine(s.assigningScatterStyle,n.runOn(this,this.zu))}else{var l=this.xl;l.assigningScatterStyle=n.delegateRemove(l.assigningScatterStyle,n.runOn(this,this.zu))}break;case r.$$p[3]:if(this.xl.z9=this.y1,this.yy=this.y1,this.y2){var c=this.xl;c.assigningScatterMarkerStyle=n.delegateCombine(c.assigningScatterMarkerStyle,n.runOn(this,this.zt))}else{var u=this.xl;u.assigningScatterMarkerStyle=n.delegateRemove(u.assigningScatterMarkerStyle,n.runOn(this,this.zt))}break;case r.$$p[5]:this.xl.zt=this.yv;break;case r.$$p[6]:this.xl.aat=this.y7}},r.prototype.zu=function(e,t){null!=this.assigningScatterStyle&&this.assigningScatterStyle(this,t)},r.prototype.zt=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:y8:zv",[2],"FillScale:yt:zw",[i.BrushScale.$],"FillScaleUseGlobalValues:y0:zx",[0,!1],"IsCustomScatterMarkerStyleAllowed:y1:zy",[0,!1],"IsCustomScatterStyleAllowed:y2:zz",[0,!1],"ItemSearchMode:yv:z0",[i.ScatterItemSearchMode_$type,n.enumGetBox(i.ScatterItemSearchMode_$type,0)],"ItemSearchThreshold:y7:z1",[1,1e4],"LabelMemberPath:zg:z2",[2],"LatitudeMemberPath:zi:z3",[2,null],"LongitudeMemberPath:zk:z4",[2,null],"MarkerBrushBrightness:y5:z5",[1,NaN],"MarkerOutlineBrightness:y6:z6",[1,NaN],"MarkerOutlineUsesFillScale:y3:z7",[0,!1],"RadiusMemberPath:zp:z8",[2,null],"RadiusScale:yw:z9",[i.SizeScale.$],"RadiusScaleUseGlobalValues:y4:aaa",[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.ek},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"latitudeMemberPath",{get:function(){return this.i.zi},set:function(e){this.i.zi=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"longitudeMemberPath",{get:function(){return this.i.zk},set:function(e){this.i.zk=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"radiusMemberPath",{get:function(){return this.i.zp},set:function(e){this.i.zp=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"radiusScale",{get:function(){var e=this.i.yw;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.yw=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"labelMemberPath",{get:function(){return this.i.zg},set:function(e){this.i.zg=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"fillMemberPath",{get:function(){return this.i.y8},set:function(e){this.i.y8=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"fillScale",{get:function(){var e=this.i.yt;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.yt=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"fillScaleUseGlobalValues",{get:function(){return this.i.y0},set:function(e){this.i.y0=n.ensureBool(e),this._a("fillScaleUseGlobalValues",this.i.y0)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerOutlineUsesFillScale",{get:function(){return this.i.y3},set:function(e){this.i.y3=n.ensureBool(e),this._a("markerOutlineUsesFillScale",this.i.y3)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerOutlineBrightness",{get:function(){return this.i.y6},set:function(e){this.i.y6=+e,this._a("markerOutlineBrightness",this.i.y6)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerBrushBrightness",{get:function(){return this.i.y5},set:function(e){this.i.y5=+e,this._a("markerBrushBrightness",this.i.y5)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"radiusScaleUseGlobalValues",{get:function(){return this.i.y4},set:function(e){this.i.y4=n.ensureBool(e),this._a("radiusScaleUseGlobalValues",this.i.y4)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"isCustomScatterStyleAllowed",{get:function(){return this.i.y2},set:function(e){this.i.y2=n.ensureBool(e),this._a("isCustomScatterStyleAllowed",this.i.y2)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"isCustomScatterMarkerStyleAllowed",{get:function(){return this.i.y1},set:function(e){this.i.y1=n.ensureBool(e),this._a("isCustomScatterMarkerStyleAllowed",this.i.y1)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"itemSearchMode",{get:function(){return this.i.yv},set:function(e){this.i.yv=n.ensureEnum(i.ScatterItemSearchMode_$type,e),this._a("itemSearchMode",n.enumToString(i.ScatterItemSearchMode_$type,this.i.yv))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"itemSearchThreshold",{get:function(){return this.i.y7},set:function(e){this.i.y7=+e,this._a("itemSearchThreshold",this.i.y7)},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.cu=null,i.cu=t,i}return t.__extends(i,e),i.prototype.a4=function(){e.prototype.a4.call(this),this.t},i.prototype.ci=function(){var t=this.cu.xl;e.prototype.ci.call(this),t.abe=this.cu.y9,t.abm=this.cu.y7,t.xv=this.cu.xv,t.yn=this.cu.yb,t.x4=this.cu.xw},i.prototype.cw=function(){this.cu.xl.abe=this.cu.y9},i.prototype.cv=function(){this.cu.xl.abm=this.cu.y7},i.prototype.c2=function(){this.cu.xl.xv=this.cu.xv},i.prototype.c0=function(){this.cu.xl.yn=this.cu.yb},i.prototype.c1=function(){this.cu.xl.x4=this.cu.xw},i.prototype.c3=function(){this.cu.xl.aau=this.cu.xx},i.prototype.c5=function(){this.cu.xl.xAxis=this.cu.dc.zh},i.prototype.c6=function(){this.cu.xl.yAxis=this.cu.dc.zj},i.prototype.c4=function(){var e=this.cu.xl;if(null==this.cu.dc)return e.xAxis=null,void(e.yAxis=null);e.xAxis=this.cu.dc.zh,e.yAxis=this.cu.dc.zj},i.prototype.cy=function(){this.cu.xl.ze=this.cu.yt},i.prototype.cx=function(){this.cu.xl.y4=this.cu.yp},i.prototype.cz=function(){this.cu.xl.y5=this.cu.yq},i.$t=n.markType(i,"GeographicSymbolSeriesView",y.$),i}(y),Se=function(e){function r(){var t=e.call(this)||this;return t.yv=null,t.yy=!1,t.yx=!1,t.assigningScatterStyle=null,t.assigningScatterMarkerStyle=null,t.ab=r.$,t}return t.__extends(r,e),r.prototype.bk=function(){return new r},r.prototype.get_ek=function(){return!0},r.prototype.ct=function(){return new me(this)},r.prototype.rh=function(t){e.prototype.rh.call(this,t),this.yw=t},r.prototype.jt=function(){return.7},r.prototype.xk=function(){return new i.ScatterSeries},r.prototype.get_fh=function(){return!0},r.prototype.rq=function(t,i,a,o){switch(e.prototype.rq.call(this,t,i,a,o),i){case"SeriesViewer":this.yw.c4();break;case r.$$p[5]:this.yw.cw();break;case r.$$p[4]:this.yw.cv();break;case r.$$p[6]:this.yw.cy();break;case"XAxis":this.yw.c5();break;case"YAxis":this.yw.c6();break;case r.$$p[1]:if(this.xl.aaa=this.y0,this.yy=this.y0,this.y0){var s=this.xl;s.assigningScatterStyle=n.delegateCombine(s.assigningScatterStyle,n.runOn(this,this.ze))}else{var l=this.xl;l.assigningScatterStyle=n.delegateRemove(l.assigningScatterStyle,n.runOn(this,this.ze))}break;case r.$$p[0]:if(this.xl.z9=this.yz,this.yx=this.yz,this.y0){var c=this.xl;c.assigningScatterMarkerStyle=n.delegateCombine(c.assigningScatterMarkerStyle,n.runOn(this,this.zd))}else{var u=this.xl;u.assigningScatterMarkerStyle=n.delegateRemove(u.assigningScatterMarkerStyle,n.runOn(this,this.zd))}break;case r.$$p[2]:this.xl.zt=this.yu;break;case r.$$p[3]:this.xl.aat=this.y2}},r.prototype.ze=function(e,t){null!=this.assigningScatterStyle&&this.assigningScatterStyle(this,t)},r.prototype.zd=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:yz:zf",[0,!1],"IsCustomScatterStyleAllowed:y0:zg",[0,!1],"ItemSearchMode:yu:zh",[i.ScatterItemSearchMode_$type,n.enumGetBox(i.ScatterItemSearchMode_$type,0)],"ItemSearchThreshold:y2:zi",[1,1e4],"LatitudeMemberPath:y7:zj",[2,null],"LongitudeMemberPath:y9:zk",[2,null],"MarkerCollisionAvoidance:yt:zl",[i.CollisionAvoidanceType_$type,n.enumGetBox(i.CollisionAvoidanceType_$type,0)],"UseLightweightMarkers:y1:zm",[0,!1]]),r}(ye),_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.ek},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"latitudeMemberPath",{get:function(){return this.i.y7},set:function(e){this.i.y7=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"longitudeMemberPath",{get:function(){return this.i.y9},set:function(e){this.i.y9=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerCollisionAvoidance",{get:function(){return this.i.yt},set:function(e){this.i.yt=n.ensureEnum(i.CollisionAvoidanceType_$type,e),this._a("markerCollisionAvoidance",n.enumToString(i.CollisionAvoidanceType_$type,this.i.yt))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"isCustomScatterStyleAllowed",{get:function(){return this.i.y0},set:function(e){this.i.y0=n.ensureBool(e),this._a("isCustomScatterStyleAllowed",this.i.y0)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"isCustomScatterMarkerStyleAllowed",{get:function(){return this.i.yz},set:function(e){this.i.yz=n.ensureBool(e),this._a("isCustomScatterMarkerStyleAllowed",this.i.yz)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"itemSearchMode",{get:function(){return this.i.yu},set:function(e){this.i.yu=n.ensureEnum(i.ScatterItemSearchMode_$type,e),this._a("itemSearchMode",n.enumToString(i.ScatterItemSearchMode_$type,this.i.yu))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"itemSearchThreshold",{get:function(){return this.i.y2},set:function(e){this.i.y2=+e,this._a("itemSearchThreshold",this.i.y2)},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),xe=function(){function e(){}return e.register=function(){i.IgcScatterSeriesModule.register(),_e.register(),n.TypeRegistrar.registerCons("IgcGeographicSymbolSeriesComponent",_e),n.TypeRegistrar.register("GeographicSymbolSeries",Se.$type)},e}(),ve=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.xx},set:function(e){this.i.xx=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"latitudeMemberPath",{get:function(){return this.i.xv},set:function(e){this.i.xv=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"trianglesSource",{get:function(){return this.i.xu},set:function(e){this.i.xu=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"triangleVertexMemberPath1",{get:function(){return this.i.x0},set:function(e){this.i.x0=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"triangleVertexMemberPath2",{get:function(){return this.i.x2},set:function(e){this.i.x2=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"triangleVertexMemberPath3",{get:function(){return this.i.x4},set:function(e){this.i.x4=e},enumerable:!1,configurable:!0}),i._observedAttributesIgcGeographicXYTriangulatingSeriesComponent=null,i}(L),ke=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 v},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.ex},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"colorMemberPath",{get:function(){return this.i.yj},set:function(e){this.i.yj=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"colorScale",{get:function(){var e=this.i.ye;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.ye=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualColorScale",{get:function(){var e=this.i.yd;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.yd=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.yo()},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}(ve),Ce=function(){function e(){}return e.register=function(){i.IgcScatterAreaSeriesModule.register(),ke.register(),n.TypeRegistrar.registerCons("IgcGeographicScatterAreaSeriesComponent",ke),n.TypeRegistrar.register("GeographicScatterAreaSeries",v.$type)},e}(),we=function(e){function r(t){var i=e.call(this,t)||this;return i.cu=null,i.cu=t,i}return t.__extends(r,e),r.prototype.ci=function(){e.prototype.ci.call(this);var t=n.typeCast(i.HighDensityScatterSeries.$,this.cu.xl);t.zu=this.cu.ya,t.z2=this.cu.x8,t.x7=this.cu.xx,t.x6=this.cu.xw,t.ge=this.cu.xv,t.y2=this.cu.xz,t.y1=this.cu.xy,t.aa0=this.cu.yt,t.aaz=this.cu.ys,t.ze=this.cu.x2},r.prototype.c0=function(){this.cu.xl.zu=this.cu.ya},r.prototype.cz=function(){this.cu.xl.z2=this.cu.x8},r.prototype.c5=function(){this.cu.xl.x7=this.cu.xx},r.prototype.c3=function(){this.cu.xl.x6=this.cu.xw},r.prototype.c1=function(){this.cu.xl.ge=this.cu.xv},r.prototype.cy=function(){this.cu.xl.y2=this.cu.xz},r.prototype.cw=function(){this.cu.xl.y1=this.cu.xy},r.prototype.c4=function(){var e=n.typeCast(i.HighDensityScatterSeries.$,this.cu.xl);if(null==this.cu.dc)return e.xq=null,void(e.xs=null);e.xq=this.cu.dc.zh,e.xs=this.cu.dc.zj},r.prototype.c6=function(){this.cu.xl.xq=this.cu.dc.zh},r.prototype.c7=function(){this.cu.xl.xs=this.cu.dc.zj},r.prototype.cx=function(){this.cu.xl.aa0=this.cu.yt},r.prototype.cv=function(){this.cu.xl.aaz=this.cu.ys},r.prototype.c2=function(){this.cu.xl.ze=this.cu.x2},r.prototype.a4=function(){e.prototype.a4.call(this),this.t||(this.cu.yt=i.Defaults.bf,this.cu.ys=i.Defaults.be,this.cu.vz=i.Defaults.ba,this.cu.wf=i.Defaults.a9)},r.$t=n.markType(r,"GeographicHighDensityScatterSeriesView",y.$),r}(y),Pe=function(e){function r(){var t=e.call(this)||this;return t.xt=null,t.progressiveLoadStatusChanged=null,t.x1=0,t.ab=r.$,t}return t.__extends(r,e),r.prototype.bk=function(){return new r},r.prototype.js=function(){return n.isNaN_(this.jr)?i.Defaults.ad:e.prototype.js.call(this)},r.prototype.get_fr=function(){return!0},r.prototype.ct=function(){return new we(this)},r.prototype.rh=function(t){e.prototype.rh.call(this,t),this.xu=t},r.prototype.xk=function(){return this.xt=new i.HighDensityScatterSeries,this.xt},Object.defineProperty(r.prototype,"x3",{get:function(){return this.x1},set:function(e){var t=this.x1;this.x1=e,this.raisePropertyChanged("ProgressiveStatus",t,this.x1)},enumerable:!1,configurable:!0}),r.prototype.xq=function(t,i){e.prototype.xq.call(this,t,i);var r=this.xl;r.progressiveLoadStatusChanged=n.delegateCombine(r.progressiveLoadStatusChanged,n.runOn(this,this.yh));var a=this.xl;a.propertyUpdated=n.delegateCombine(a.propertyUpdated,n.runOn(this,this.yg))},r.prototype.yh=function(e,t){this.x3=t.currentStatus,null!=this.progressiveLoadStatusChanged&&this.progressiveLoadStatusChanged(this,t)},r.prototype.yg=function(e,t){this.xt},r.prototype.rq=function(t,i,n,a){switch(e.prototype.rq.call(this,t,i,n,a),i){case"SeriesViewer":this.xu.c4();break;case r.$$p[5]:this.xu.c0();break;case r.$$p[4]:this.xu.cz();break;case r.$$p[9]:this.xu.c5();break;case r.$$p[8]:this.xu.c3();break;case r.$$p[6]:this.xu.c1();break;case"XAxis":this.xu.c6();break;case"YAxis":this.xu.c7();break;case r.$$p[3]:this.xu.cy();break;case r.$$p[1]:this.xu.cw();break;case r.$$p[2]:this.xu.cx();break;case r.$$p[0]:this.xu.cv();break;case r.$$p[7]:this.xu.c2()}},r.prototype.get_hd=function(){return!0},r.prototype.set_hd=function(t){e.prototype.set_hd.call(this,t)},r.$t=n.markType(r,"GeographicHighDensityScatterSeries",p.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["HeatMaximumColor:ys:yi",[n.Color.$,i.Defaults.be],"HeatMaximum:xy:yj",[1,50],"HeatMinimumColor:yt:yk",[n.Color.$,i.Defaults.bf],"HeatMinimum:xz:yl",[1,0],"LatitudeMemberPath:x8:ym",[2,null],"LongitudeMemberPath:ya:yn",[2,null],"MouseOverEnabled:xv:yo",[0,!1],"PointExtent:x2:yp",[1,1],"ProgressiveLoad:xw:yq",[0,!0],"UseBruteForce:xx:yr",[0,!1]]),r}(p),Ie=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.fr},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"latitudeMemberPath",{get:function(){return this.i.x8},set:function(e){this.i.x8=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"longitudeMemberPath",{get:function(){return this.i.ya},set:function(e){this.i.ya=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"useBruteForce",{get:function(){return this.i.xx},set:function(e){this.i.xx=n.ensureBool(e),this._a("useBruteForce",this.i.xx)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"progressiveLoad",{get:function(){return this.i.xw},set:function(e){this.i.xw=n.ensureBool(e),this._a("progressiveLoad",this.i.xw)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"mouseOverEnabled",{get:function(){return this.i.xv},set:function(e){this.i.xv=n.ensureBool(e),this._a("mouseOverEnabled",this.i.xv)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"heatMinimum",{get:function(){return this.i.xz},set:function(e){this.i.xz=+e,this._a("heatMinimum",this.i.xz)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"heatMaximum",{get:function(){return this.i.xy},set:function(e){this.i.xy=+e,this._a("heatMaximum",this.i.xy)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"heatMinimumColor",{get:function(){return n.colorToString(this.i.yt)},set:function(e){this.i.yt=n.stringToColor(e),this._a("heatMinimumColor",n.colorToString(this.i.yt))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"heatMaximumColor",{get:function(){return n.colorToString(this.i.ys)},set:function(e){this.i.ys=n.stringToColor(e),this._a("heatMaximumColor",n.colorToString(this.i.ys))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"pointExtent",{get:function(){return this.i.x2},set:function(e){this.i.x2=+e,this._a("pointExtent",this.i.x2)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"progressiveStatus",{get:function(){return this.i.x3},set:function(e){this.i.x3=+e,this._a("progressiveStatus",this.i.x3)},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}(L),Te=function(){function e(){}return e.register=function(){i.IgcHighDensityScatterSeriesModule.register(),Ie.register(),n.TypeRegistrar.registerCons("IgcGeographicHighDensityScatterSeriesComponent",Ie),n.TypeRegistrar.register("GeographicHighDensityScatterSeries",Pe.$type)},e}(),Me=function(e){function r(t){var i=e.call(this,t)||this;return i.c2=null,i.c2=t,i}return t.__extends(r,e),r.prototype.a4=function(){e.prototype.a4.call(this),this.t||(this.c2.jy=i.Defaults.z)},r.prototype.ci=function(){e.prototype.ci.call(this),null!=this.c2.xl&&(this.c2.yd.zg=this.c2.yg,this.c2.yd.zq=this.c2.yk)},r.prototype.c3=function(){null!=this.c2.yd&&(this.c2.yd.zg=this.c2.yg)},r.prototype.c4=function(){null!=this.c2.yd&&(this.c2.yd.zq=this.c2.yk)},r.$t=n.markType(r,"GeographicContourLineSeriesView",b.$),r}(b),ze=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.bk=function(){return new r},r.prototype.get_fm=function(){return!0},r.prototype.xq=function(t,i){e.prototype.xq.call(this,t,i)},r.prototype.xk=function(){this.yd=new i.ScatterContourSeries;var e=this.yd;e.triangulationStatusChanged=n.delegateCombine(e.triangulationStatusChanged,n.runOn(this,this.yn));var t=this.yd;return t.propertyUpdated=n.delegateCombine(t.propertyUpdated,n.runOn(this,this.yo)),this.yd},r.prototype.yn=function(e,t){null!=this.triangulationStatusChanged&&this.triangulationStatusChanged(this,t)},r.prototype.yo=function(e,t){var r=n.typeCast(i.ScatterContourSeries.$,this.xl);null!=r&&"ActualFillScale"==t.propertyName&&(this.yf=r.zf)},r.prototype.sz=function(){e.prototype.sz.call(this)},r.prototype.ct=function(){return new Me(this)},r.prototype.rh=function(t){e.prototype.rh.call(this,t),this.yh=t},r.prototype.rq=function(t,i,n,a){switch(e.prototype.rq.call(this,t,i,n,a),i){case r.$$p[1]:this.yh.c3();break;case r.$$p[2]:this.yh.c4();break;case r.$$p[3]:this.yd.zd=this.yc;break;case"DashArray":this.yd.wm=this.wm;break;case"DashCap":this.yd.wn=this.wn;break;case"MiterLimit":this.yd.jp=this.jp;break;case"LineJoin":this.yd.wp=this.wp}},r.$t=n.markType(r,"GeographicContourLineSeries",x.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["ActualFillScale:yf:yp",[i.ValueBrushScale.$,null],"FillScale:yg:yq",[i.ValueBrushScale.$,null],"ValueMemberPath:yk:yr",[2,"value"],"ValueResolver:yc:ys",[i.ContourValueResolver.$,null]]),r}(x),$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 ze},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.fm},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"valueMemberPath",{get:function(){return this.i.yk},set:function(e){this.i.yk=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"fillScale",{get:function(){var e=this.i.yg;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.yg=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualFillScale",{get:function(){var e=this.i.yf;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.yf=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"valueResolver",{get:function(){var e=this.i.yc;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.yc=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}(ve),Oe=function(){function e(){}return e.register=function(){i.IgcScatterContourSeriesModule.register(),$e.register(),n.TypeRegistrar.registerCons("IgcGeographicContourLineSeriesComponent",$e),n.TypeRegistrar.register("GeographicContourLineSeries",ze.$type)},e}(),je=function(){function e(){}return e.register=function(){Q.register(),te.register(),re.register(),n.IgcHeatTileGeneratorModule.register(),he.register(),i.IgcSizeScaleModule.register(),i.IgcValueBrushScaleModule.register(),i.IgcCustomPaletteColorScaleModule.register(),be.register(),xe.register(),Ce.register(),Te.register(),Oe.register(),U.register(),n.IgcShapeDataSourceModule.register()},e}(),Re=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),Ae=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),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),Be=function(e){return e[e.Road=0]="Road",e[e.Satellite=1]="Satellite",e[e.DarkGrey=2]="DarkGrey",e[e.LabelsRoadOverlay=3]="LabelsRoadOverlay",e[e.LabelsDarkGreyOverlay=4]="LabelsDarkGreyOverlay",e[e.HybridRoadOverlay=5]="HybridRoadOverlay",e[e.HybridDarkGreyOverlay=6]="HybridDarkGreyOverlay",e[e.TerraOverlay=7]="TerraOverlay",e[e.WeatherRadarOverlay=8]="WeatherRadarOverlay",e[e.WeatherInfraredOverlay=9]="WeatherInfraredOverlay",e[e.TrafficAbsoluteOverlay=10]="TrafficAbsoluteOverlay",e[e.TrafficRelativeOverlay=11]="TrafficRelativeOverlay",e[e.TrafficRelativeDarkOverlay=12]="TrafficRelativeDarkOverlay",e[e.TrafficDelayOverlay=13]="TrafficDelayOverlay",e[e.TrafficReducedOverlay=14]="TrafficReducedOverlay",e}({}),qe=n.markEnum("AzureMapsImageryStyle","Road,0|Satellite,1|DarkGrey,2|LabelsRoadOverlay,3|LabelsDarkGreyOverlay,4|HybridRoadOverlay,5|HybridDarkGreyOverlay,6|TerraOverlay,7|WeatherRadarOverlay,8|WeatherInfraredOverlay,9|TrafficAbsoluteOverlay,10|TrafficRelativeOverlay,11|TrafficRelativeDarkOverlay,12|TrafficDelayOverlay,13|TrafficReducedOverlay,14"),Ee=function(e){function i(t){var i=e.call(this,t)||this;return i.k=t,i}return t.__extends(i,e),i.prototype.p=function(){this.l(),this.n(),this.o(),this.m(),this.q(),this.r()},i.prototype.l=function(){this.a.ap.apiKey=this.k.apiKey},i.prototype.n=function(){this.a.ap.cultureName=this.k.cultureName},i.prototype.o=function(){this.a.ap.tilesetId=this.k.b1},i.prototype.m=function(){this.a.ap.apiVersion=this.k.apiVersion},i.prototype.q=function(){this.a.ap.localizedView=this.k.localizedView},i.prototype.r=function(){this.a.ap.timestamp=this.k.timestamp},i.$t=n.markType(i,"AzureMapsImageryView",d.$),i}(d),Ne=function(e){function i(){var t=e.call(this,new n.AzureMapsTileSource)||this;return t.bp.p(),t}return t.__extends(i,e),i.prototype.ai=function(){return new Ee(this)},i.prototype.bb=function(t){e.prototype.bb.call(this,t),this.bp=t},i.prototype.b4=function(t,n,r){switch(t){case i.$$p[3]:this.b1=this.bx(),this.bp.o();break;case i.$$p[0]:this.bp.l();break;case i.$$p[2]:this.bp.n();break;case i.$$p[1]:this.bp.m();break;case i.$$p[4]:this.bp.q();break;case i.$$p[6]:this.bp.r()}e.prototype.ba.call(this,t,n,r)},i.prototype.bx=function(){switch(this.imageryStyle){case 0:return"microsoft.base.road";case 7:return"microsoft.terra.main";case 2:return"microsoft.base.darkgrey";case 3:return"microsoft.base.labels.road";case 4:return"microsoft.base.labels.darkgrey";case 5:return"microsoft.base.hybrid.road";case 6:return"microsoft.base.hybrid.darkgrey";case 1:return"microsoft.imagery";case 8:return"microsoft.weather.radar.main";case 9:return"microsoft.weather.infrared.main";case 10:return"microsoft.traffic.absolute.main";case 11:return"microsoft.traffic.relative.main";case 12:return"microsoft.traffic.relative.dark";case 13:return"microsoft.traffic.delay.main";case 14:return"microsoft.traffic.reduced.main";default:return""}},i.$t=n.markType(i,"AzureMapsImagery",f.$),i.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,i,"b4",["ApiKey",[2,n.stringEmpty()],"ApiVersion",[2,"2024-04-01"],"CultureName",[2,"en-US"],"ImageryStyle",[qe,n.enumGetBox(qe,0)],"LocalizedView",[2,null],"TilesetId:b1:ca",[2,null],"Timestamp",[3,n.dateMinValue()]]),i}(f),Ve=function(e){function i(t){var i=e.call(this,t)||this;return i.cu=null,i.cu=t,i}return t.__extends(i,e),i.$t=n.markType(i,"GeographicProportionalSymbolSeriesBaseView",y.$),i}(y),Ue=function(e){function i(t){var i=e.call(this,t)||this;return i.cu=null,i.cu=t,i}return t.__extends(i,e),i.$t=n.markType(i,"GeographicShapeSeriesBaseBaseView",y.$),i}(y),Le=function(e){function i(t){var i=e.call(this,t)||this;return i.cu=null,i.cu=t,i}return t.__extends(i,e),i.$t=n.markType(i,"GeographicSymbolSeriesBaseView",y.$),i}(y),Fe=function(e){function i(t){var i=e.call(this,t)||this;return i.cu=null,i.cu=t,i}return t.__extends(i,e),i.$t=n.markType(i,"GeographicXYTriangulatingSeriesBaseView",y.$),i}(y),He=function(e){function i(){return e.call(this)||this}return t.__extends(i,e),i.prototype.createImplementation=function(){return new Ne},Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},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,"apiVersion",{get:function(){return this.i.apiVersion},set:function(e){this.i.apiVersion=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"imageryStyle",{get:function(){return this.i.imageryStyle},set:function(e){this.i.imageryStyle=n.ensureEnum(qe,e)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"localizedView",{get:function(){return this.i.localizedView},set:function(e){this.i.localizedView=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"timestamp",{get:function(){return this.i.timestamp},set:function(e){this.i.timestamp=e},enumerable:!1,configurable:!0}),i}(M),We=function(){function e(){}return e.register=function(){n.TypeRegistrar.registerCons("IgcAzureMapsImagery",He),n.TypeRegistrar.register("AzureMapsImagery",Ne.$type)},e}(),Xe=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),Ye=function(e){function i(){var t=e.call(this)||this;return t.a=null,t.a=new n.List$1(Xe.$,0),t}return t.__extends(i,e),i.$t=n.markType(i,"BingResourceSet"),i}(n.Base),Ze=function(e){function i(){var t=e.call(this)||this;return t.a=null,t.a=new n.List$1(Ye.$,0),t}return t.__extends(i,e),i.$t=n.markType(i,"BingResponse"),i}(n.Base),Qe=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),Ke=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(i,e),i.$t=n.markType(i,"GeographicProportionalSymbolSeriesBase",Qe.$),i}(Qe),Je=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),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._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}(Je),tt=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),it=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}(L),nt=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(i,e),i.$t=n.markType(i,"GeographicSymbolSeriesBase",Qe.$),i}(Qe),rt=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}(Je),at=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),ot=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}(L);e.ArcGISOnlineMapImagery=E,e.AzureMapsImagery=Ne,e.AzureMapsImageryStyle=Be,e.AzureMapsImageryStyle_$type=qe,e.AzureMapsImageryView=Ee,e.BingMapsImageryStyle=P,e.BingMapsImageryStyle_$type=I,e.BingMapsMapImagery=O,e.BingMapsMapImageryView=$,e.BingResourceSet=Ye,e.BingResponse=Ze,e.CustomMapImagery=B,e.GeographicContourLineSeries=ze,e.GeographicContourLineSeriesView=Me,e.GeographicHighDensityScatterSeries=Pe,e.GeographicHighDensityScatterSeriesView=we,e.GeographicMapImagery=f,e.GeographicMapImageryView=d,e.GeographicMapSeriesHost=p,e.GeographicMarkerSeries=ye,e.GeographicMarkerSeriesBase=Qe,e.GeographicPolylineSeries=J,e.GeographicPolylineSeriesView=K,e.GeographicProportionalSymbolSeries=fe,e.GeographicProportionalSymbolSeriesBase=Ke,e.GeographicProportionalSymbolSeriesBaseView=Ve,e.GeographicProportionalSymbolSeriesView=ge,e.GeographicScatterAreaSeries=v,e.GeographicScatterAreaSeriesView=m,e.GeographicShapeSeries=Y,e.GeographicShapeSeriesBase=H,e.GeographicShapeSeriesBaseBase=tt,e.GeographicShapeSeriesBaseBaseView=Ue,e.GeographicShapeSeriesBaseView=W,e.GeographicShapeSeriesView=X,e.GeographicSymbolSeries=Se,e.GeographicSymbolSeriesBase=nt,e.GeographicSymbolSeriesBaseView=Le,e.GeographicSymbolSeriesView=me,e.GeographicTileSeries=ce,e.GeographicXYTriangulatingSeries=x,e.GeographicXYTriangulatingSeriesBase=at,e.GeographicXYTriangulatingSeriesBaseView=Fe,e.GeographicXYTriangulatingSeriesView=b,e.HostSeriesView=y,e.IgcArcGISOnlineMapImagery=N,e.IgcArcGISOnlineMapImageryModule=V,e.IgcAzureMapsImagery=He,e.IgcAzureMapsImageryModule=We,e.IgcBingMapsMapImagery=j,e.IgcBingMapsMapImageryModule=R,e.IgcCustomMapImagery=D,e.IgcCustomMapImageryModule=q,e.IgcGeographicContourLineSeriesComponent=$e,e.IgcGeographicContourLineSeriesModule=Oe,e.IgcGeographicHighDensityScatterSeriesComponent=Ie,e.IgcGeographicHighDensityScatterSeriesModule=Te,e.IgcGeographicMapComponent=C,e.IgcGeographicMapCoreModule=U,e.IgcGeographicMapImagery=M,e.IgcGeographicMapModule=je,e.IgcGeographicMapSeriesHostComponent=L,e.IgcGeographicMarkerSeriesBaseComponent=Je,e.IgcGeographicMarkerSeriesComponent=pe,e.IgcGeographicPolylineSeriesComponent=ee,e.IgcGeographicPolylineSeriesModule=te,e.IgcGeographicProportionalSymbolSeriesBaseComponent=et,e.IgcGeographicProportionalSymbolSeriesComponent=de,e.IgcGeographicProportionalSymbolSeriesModule=be,e.IgcGeographicScatterAreaSeriesComponent=ke,e.IgcGeographicScatterAreaSeriesModule=Ce,e.IgcGeographicShapeSeriesBaseBaseComponent=it,e.IgcGeographicShapeSeriesBaseComponent=F,e.IgcGeographicShapeSeriesComponent=Z,e.IgcGeographicShapeSeriesModule=Q,e.IgcGeographicSymbolSeriesBaseComponent=rt,e.IgcGeographicSymbolSeriesComponent=_e,e.IgcGeographicSymbolSeriesModule=xe,e.IgcGeographicTileSeriesComponent=ue,e.IgcGeographicTileSeriesModule=he,e.IgcGeographicXYTriangulatingSeriesBaseComponent=ot,e.IgcGeographicXYTriangulatingSeriesComponent=ve,e.IgcImageTilesReadyEventArgs=k,e.IgcImagesChangedEventArgs=T,e.IgcOpenStreetMapImagery=A,e.IgcOpenStreetMapImageryModule=G,e.IgcSubDomainsCollection=w,e.IgcTileGeneratorMapImagery=ne,e.IgcTileGeneratorMapImageryModule=re,e.IgcTileSeriesComponent=se,e.IgcTileSeriesModule=le,e.ImageTilesReadyEventArgs=u,e.ImageryMetadata=Xe,e.ImagesChangedEventArgs=h,e.LevelOfDetailResponseModel=De,e.MapBackgroundTilingMode=o,e.MapBackgroundTilingMode_$type=s,e.MapResizeBehavior=r,e.MapResizeBehavior_$type=a,e.MapServerResponseModel=Ae,e.OpenStreetMapImagery=_,e.SphericalMercatorHorizontalScaler=c,e.SphericalMercatorVerticalScaler=l,e.SubDomainsCollection=z,e.TileGeneratorMapImagery=ie,e.TileInfoResponseModel=Ge,e.TileSeries=ae,e.TileSeriesView=oe,e.TokenResponseModel=Re,e.XamGeographicMap=g,e.XamGeographicMapView=S,Object.defineProperty(e,"__esModule",{value:!0})}));