igniteui-webcomponents-maps 6.0.1 → 6.0.2-beta.1

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 (99) hide show
  1. package/bundles/igniteui-webcomponents-maps.umd.js +1770 -1483
  2. package/bundles/igniteui-webcomponents-maps.umd.min.js +1 -1
  3. package/esm2015/lib/AzureMapsImagery.js +7 -0
  4. package/esm2015/lib/AzureMapsImageryStyle.js +32 -0
  5. package/esm2015/lib/AzureMapsImageryView.js +7 -0
  6. package/esm2015/lib/AzureMapsImageryView_combined.js +119 -0
  7. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +36 -36
  8. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +75 -75
  9. package/esm2015/lib/GeographicMapSeriesHost_combined.js +187 -187
  10. package/esm2015/lib/GeographicMarkerSeries.js +28 -28
  11. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +16 -16
  12. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +88 -88
  13. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +59 -59
  14. package/esm2015/lib/GeographicShapeSeriesView_combined.js +54 -54
  15. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +55 -55
  16. package/esm2015/lib/GeographicTileSeries.js +27 -27
  17. package/esm2015/lib/SphericalMercatorHorizontalScaler.js +2 -2
  18. package/esm2015/lib/SphericalMercatorVerticalScaler.js +2 -2
  19. package/esm2015/lib/TileSeries_combined.js +86 -86
  20. package/esm2015/lib/XamGeographicMap_combined.js +472 -472
  21. package/esm2015/lib/igc-azure-maps-imagery-module.js +15 -0
  22. package/esm2015/lib/igc-azure-maps-imagery.js +81 -0
  23. package/esm2015/lib/igc-geographic-contour-line-series-component.js +8 -8
  24. package/esm2015/lib/igc-geographic-high-density-scatter-series-component.js +31 -31
  25. package/esm2015/lib/igc-geographic-map-component.js +50 -50
  26. package/esm2015/lib/igc-geographic-map-series-host-component.js +22 -22
  27. package/esm2015/lib/igc-geographic-marker-series-component.js +31 -31
  28. package/esm2015/lib/igc-geographic-polyline-series-component.js +12 -12
  29. package/esm2015/lib/igc-geographic-proportional-symbol-series-component.js +41 -41
  30. package/esm2015/lib/igc-geographic-scatter-area-series-component.js +7 -7
  31. package/esm2015/lib/igc-geographic-shape-series-base-component.js +29 -29
  32. package/esm2015/lib/igc-geographic-shape-series-component.js +43 -43
  33. package/esm2015/lib/igc-geographic-symbol-series-component.js +19 -19
  34. package/esm2015/lib/igc-geographic-tile-series-component.js +3 -3
  35. package/esm2015/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
  36. package/esm2015/lib/igc-tile-series-component.js +2 -2
  37. package/esm2015/public_api.js +5 -0
  38. package/esm5/lib/AzureMapsImagery.js +7 -0
  39. package/esm5/lib/AzureMapsImageryStyle.js +32 -0
  40. package/esm5/lib/AzureMapsImageryView.js +7 -0
  41. package/esm5/lib/AzureMapsImageryView_combined.js +122 -0
  42. package/esm5/lib/GeographicContourLineSeriesView_combined.js +36 -36
  43. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +75 -75
  44. package/esm5/lib/GeographicMapSeriesHost_combined.js +185 -185
  45. package/esm5/lib/GeographicMarkerSeries.js +28 -28
  46. package/esm5/lib/GeographicPolylineSeriesView_combined.js +16 -16
  47. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +88 -88
  48. package/esm5/lib/GeographicShapeSeriesBase_combined.js +58 -58
  49. package/esm5/lib/GeographicShapeSeriesView_combined.js +54 -54
  50. package/esm5/lib/GeographicSymbolSeriesView_combined.js +55 -55
  51. package/esm5/lib/GeographicTileSeries.js +26 -26
  52. package/esm5/lib/SphericalMercatorHorizontalScaler.js +2 -2
  53. package/esm5/lib/SphericalMercatorVerticalScaler.js +2 -2
  54. package/esm5/lib/TileSeries_combined.js +84 -84
  55. package/esm5/lib/XamGeographicMap_combined.js +465 -465
  56. package/esm5/lib/igc-azure-maps-imagery-module.js +19 -0
  57. package/esm5/lib/igc-azure-maps-imagery.js +113 -0
  58. package/esm5/lib/igc-geographic-contour-line-series-component.js +8 -8
  59. package/esm5/lib/igc-geographic-high-density-scatter-series-component.js +31 -31
  60. package/esm5/lib/igc-geographic-map-component.js +50 -50
  61. package/esm5/lib/igc-geographic-map-series-host-component.js +22 -22
  62. package/esm5/lib/igc-geographic-marker-series-component.js +31 -31
  63. package/esm5/lib/igc-geographic-polyline-series-component.js +12 -12
  64. package/esm5/lib/igc-geographic-proportional-symbol-series-component.js +41 -41
  65. package/esm5/lib/igc-geographic-scatter-area-series-component.js +7 -7
  66. package/esm5/lib/igc-geographic-shape-series-base-component.js +29 -29
  67. package/esm5/lib/igc-geographic-shape-series-component.js +43 -43
  68. package/esm5/lib/igc-geographic-symbol-series-component.js +19 -19
  69. package/esm5/lib/igc-geographic-tile-series-component.js +3 -3
  70. package/esm5/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
  71. package/esm5/lib/igc-tile-series-component.js +2 -2
  72. package/esm5/public_api.js +5 -0
  73. package/fesm2015/igniteui-webcomponents-maps.js +1748 -1500
  74. package/fesm5/igniteui-webcomponents-maps.js +1766 -1485
  75. package/lib/AzureMapsImagery.d.ts +1 -0
  76. package/lib/AzureMapsImageryStyle.d.ts +25 -0
  77. package/lib/AzureMapsImageryView.d.ts +1 -0
  78. package/lib/AzureMapsImageryView_combined.d.ts +39 -0
  79. package/lib/GeographicContourLineSeriesView_combined.d.ts +13 -13
  80. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +22 -22
  81. package/lib/GeographicMapSeriesHost_combined.d.ts +43 -43
  82. package/lib/GeographicMarkerSeries.d.ts +17 -17
  83. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  84. package/lib/GeographicPolylineSeriesView_combined.d.ts +7 -7
  85. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  86. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +25 -25
  87. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  88. package/lib/GeographicShapeSeriesBase_combined.d.ts +23 -23
  89. package/lib/GeographicShapeSeriesView_combined.d.ts +25 -25
  90. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  91. package/lib/GeographicSymbolSeriesView_combined.d.ts +18 -18
  92. package/lib/GeographicTileSeries.d.ts +9 -9
  93. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  94. package/lib/TileSeries_combined.d.ts +19 -19
  95. package/lib/XamGeographicMap_combined.d.ts +110 -110
  96. package/lib/igc-azure-maps-imagery-module.d.ts +3 -0
  97. package/lib/igc-azure-maps-imagery.d.ts +50 -0
  98. package/package.json +44 -44
  99. package/public_api.d.ts +5 -0
@@ -4,4 +4,4 @@
4
4
  https://www.infragistics.com/legal/license/igultimate-eula
5
5
  GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
6
6
  */
7
- !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("tslib"),require("igniteui-webcomponents-charts"),require("igniteui-webcomponents-core")):"function"==typeof define&&define.amd?define(["exports","tslib","igniteui-webcomponents-charts","igniteui-webcomponents-core"],t):t((e=e||self)["igniteui-webcomponents-maps"]={},e.tslib,e.igniteuiWebcomponentsCharts,e.igniteuiWebcomponentsCore)}(this,(function(e,t,i,n){"use strict";var r=function(e){return e[e.Auto=0]="Auto",e[e.MaintainTopLeftPosition=1]="MaintainTopLeftPosition",e[e.MaintainCenterPosition=2]="MaintainCenterPosition",e}({}),o=n.markEnum("MapResizeBehavior","Auto,0|MaintainTopLeftPosition,1|MaintainCenterPosition,2"),a=function(e){return e[e.Auto=0]="Auto",e[e.NonWrapped=1]="NonWrapped",e[e.Wrapped=2]="Wrapped",e}({}),s=n.markEnum("MapBackgroundTilingMode","Auto,0|NonWrapped,1|Wrapped,2"),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 o,a,s,c,l,u=n.e,h=n.d,p=n.c,g=(n.a,!p.isEmpty),y=(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,w=this.af(e),k=.017453292519943295,v=!1;null!=w&&(v=!0);for(var C=t;C<i;C++)o=v?w[C]:e.item(C),g?(o<r.ah&&(o=r.ah),o>r.ag&&(o=r.ag),a=o*k,s=Math.sin(a),c=.5*Math.log((1+s)/(1-s)),l=(((l=y+(l=(this.ai-c)*f/this.aj))-_*f)/x-d*S)/b,v?w[C]=l:e.item(C,l)):(o<r.ah&&(o=r.ah),o>r.ag&&(o=r.ag),a=o*k,s=Math.sin(a),c=.5*Math.log((1+s)/(1-s)),l=((l=m+(l=(this.ai-c)*S/this.aj))-d*S)/b,v?w[C]=l:e.item(C,l))},r.prototype.t=function(e,t,i,n,r){return{p3:this.ak(e.mc),p4:this.ak(e.mb)}},r.prototype.w=function(t,i,n){switch(e.prototype.w.call(this,t,i,n),t){case"ActualMinimumValue":case"ActualMaximumValue":this.ai=r.am(this.n),this.aj=r.am(this.n)-r.am(this.o)}},Object.defineProperty(r,"as",{get:function(){return r.ag},enumerable:!1,configurable:!0}),Object.defineProperty(r,"at",{get:function(){return r.ah},enumerable:!1,configurable:!0}),r.prototype.getMercatorUnscaledValue=function(e,t,i,n){var o=(e-i.top)*t.width+t.top*i.height;return o=r.am(this.n)-o/(i.height/this.aj),r.aq(o)},r.prototype.getMercatorScaledValue1=function(e,t,i,n){return(i.top+this.getMercatorScaledValue3(e,i.height)-t.top*i.height)/t.width},r.prototype.getMercatorScaledValue2=function(e,t,i,n,r){return(this.getMercatorScaledValue3(e,n.height)-t.top*i.height)/t.width},r.prototype.getMercatorScaledValue3=function(e,t){e=e>r.ah?e<r.ag?e:r.ag:r.ah;var i=r.am(e);return(this.ai-i)*t/this.aj},r.am=function(e){var t=.017453292519943295*e,i=Math.sin(t);return.5*Math.log((1+i)/(1-i))},r.aq=function(e){return e=Math.exp(2*e),Math.asin((e-1)/(e+1))/.017453292519943295},r.prototype.ak=function(e){return e<r.ah?r.ah:e>r.ag?r.ag:e},r.$t=n.markType(r,"SphericalMercatorVerticalScaler",i.VerticalLinearScaler.$),r.ag=85.05112878,r.ah=-85.05112878,r}(i.VerticalLinearScaler),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,o=n.e,a=n.d,s=n.c,c=n.a,l=!s.isEmpty,u=this.m,h=this.o,p=s.left,g=s.width,y=o.left,f=o.width,d=a.left,b=a.width,m=this.aj.left,S=this.aj.width,_=this.af(e),x=!1;null!=_&&(x=!0);for(var w=t;w<i;w++)if(r=x?_[w]:e.item(w),l){var k=(r-h)/u;c&&(k=1-k);var v=((k=p+g*(k-m)/S)-y*b)/f;x?_[w]=v:e.item(w,v)}else{var C=(r-h)/u;c&&(C=1-C),C=d+b*(C-y)/f,x?_[w]=C:e.item(w,C)}},r.prototype.t=function(e,t,i,n,r){return{p3:e.mc,p4:e.mb}},r.prototype.getMercatorUnscaledValue=function(e,t,i,n){var r=t.left+t.width*(e-i.left)/i.width;return n&&(r=1-r),this.o+r*this.m},r.prototype.getMercatorScaledValue1=function(e,t,i,n){var r=(e-this.o)/this.m;return n&&(r=1-r),i.left+i.width*(r-t.left)/t.width},r.prototype.getMercatorScaledValue2=function(e,t,i,n,r){var o=(e-this.o)/this.m;return r&&(o=1-o),i.left+i.width*(o-t.left)/t.width},r.$t=n.markType(r,"SphericalMercatorHorizontalScaler",i.HorizontalLinearScaler.$),r}(i.HorizontalLinearScaler),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.w3=null,t.w5=t.w4(),t}return t.__extends(r,e),r.prototype.qi=function(){e.prototype.qi.call(this),null!=this.w5&&this.w5.qi()},r.prototype.get_fd=function(){return!0},r.prototype.kr=function(e,t){var i=this.nf(t);return"LatitudeMemberPath"==i&&(i="YMemberPath"),"LongitudeMemberPath"==i&&(i="XMemberPath"),this.w5.kr(e,i)},r.prototype.mf=function(e){var t=this.nf(e);return"LatitudeMemberPath"==t&&(t="YMemberPath"),"LongitudeMemberPath"==t&&(t="XMemberPath"),this.w5.mf(t)},r.prototype.get_kj=function(){return this.k1(this.w5)},r.prototype.set_kj=function(e){this.o1(this.w5,e)},r.prototype.ed=function(e,t,i,n,r){return this.w5.ed(e,t,i,n,r)},r.prototype.ai=function(){return this.w5.ai()},r.prototype.bp=function(){return this.w5},Object.defineProperty(r.prototype,"w5",{get:function(){return this.w3},set:function(e){var t=this.w3;this.w5!=e&&(this.w3=e,this.xa(t,this.w3))},enumerable:!1,configurable:!0}),r.prototype.get_hasMarkers=function(){return this.w5.hasMarkers},r.prototype.xa=function(e,t){if(null!=this.w3){var i=this.w3;i.externalObject=n.TypeRegistrar.createFromInternal(i,n.PlatformConstants.Prefix,n.PlatformConstants.Postfix),i.externalObject._implementation=i}if(this.ph(this.w5),this.w6.ci(),null!=e){var r=e;this.r5(r,null)}if(null!=t){var o=t;this.r5(o,this)}},r.prototype.dh=function(e,t,i){return this.dj(this.w5,e,t,i)},r.prototype.di=function(e,t,i){return this.dk(this.w5,e,t,i)},r.prototype.ko=function(e){return this.kx(this.w5,e)},r.prototype.kb=function(e,t){return this.w5.kb(e,t)},r.prototype.j9=function(e,t){return this.w5.j9(e,t)},r.prototype.i6=function(e,t,i){return this.w5.i6(e,t,i)},r.prototype.wh=function(e,t,i){return this.w5.wh(e,t,i)},r.prototype.ws=function(e){return this.w5.ws(e)},r.prototype.ao=function(e){return this.w5.ao(e)},r.prototype.wt=function(e){return this.w5.wt(e)},r.prototype.ap=function(e){return this.w5.ap(e)},r.prototype.wu=function(e){return this.w5.wu(e)},r.prototype.wv=function(e){return this.w5.wv(e)},r.prototype.i2=function(e,t,i){return this.w5.i2(e,t,i)},r.prototype.wd=function(e,t,i){return this.w5.wd(e,t,i)},r.prototype.i4=function(e,t,i){return this.i6(e,t,i)},r.prototype.wf=function(e,t,i){return this.w5.wf(e,t,i)},r.prototype.wi=function(e,t,i){return this.w5.wi(e,t,i)},r.prototype.i7=function(e,t,i){return this.w5.i7(e,t,i)},r.prototype.we=function(e,t,i){return this.w5.we(e,t,i)},r.prototype.i3=function(e,t,i){return this.w5.i3(e,t,i)},r.prototype.wg=function(e,t,i){return this.w5.wg(e,t,i)},r.prototype.i5=function(e,t,i){return this.w5.i5(e,t,i)},r.prototype.j5=function(e){return this.w5.j5(e)},r.prototype.ix=function(){return this.w5.ix()},r.prototype.it=function(e){return this.w5.it(e)},r.prototype.kp=function(e){return this.w5.kp(e)},r.prototype.ct=function(){return new g(this)},r.prototype.q3=function(t){e.prototype.q3.call(this,t),this.w6=n.typeCast(g.$,t)},Object.defineProperty(r.prototype,"w7",{get:function(){return this.c(r.xc)},set:function(e){this.h(r.xc,e)},enumerable:!1,configurable:!0}),r.prototype.rc=function(t,r,o,a){switch(e.prototype.rc.call(this,t,r,o,a),r){case"SeriesViewer":this.w5.dc=this.dc,null!=o&&o.rn(this.w5),null!=a&&this.dc.nq(this.w5),this.w5.rf(this.wx),this.w5.index=this.index,this.p2(this.w5),this.kh=this.w5.kh;var s=n.typeCast(i.SeriesViewer.$,o);if(null!=s&&(s.actualWindowRectChanged=n.delegateRemove(s.actualWindowRectChanged,n.runOn(this,this.xb))),null!=this.dc){var c=this.dc;c.actualWindowRectChanged=n.delegateCombine(c.actualWindowRectChanged,n.runOn(this,this.xb))}this.w9();break;case"SyncLink":this.w5.c4=this.c4;break;case"VisibleFromScale":this.w9();break;case"Index":this.w5.index=this.index;break;case"ItemsSource":this.w6.cj();break;case"Resolution":this.w6.cq();break;case"TransitionDuration":this.w6.ct();break;case"Opacity":this.w6.cn();break;case"Visibility":var l=this.w5,u=this._visibility;l.visibility=u;break;case"MouseOverEnabled":this.w5.f9=this.f9;break;case"ExpectFunctions":this.w5.expectFunctions=this.expectFunctions;break;case"Thickness":this.w6.cs();break;case"Brush":this.w6.ch();break;case"Outline":this.w6.cp();break;case"ActualBrush":this.w6.ce();break;case"ActualOutline":this.w6.cf();break;case"MarkerFillOpacity":n.isNaN_(this.jh)||this.w6.cm();break;case"AreaFillOpacity":n.isNaN_(this.il)||this.w6.cg();break;case"OutlineMode":this.w6.co();break;case"ShowDefaultTooltip":this.w6.cr();break;case"Title":this.w5.title=this.title;break;case"LegendItemBadgeMode":this.w6.ck();break;case"LegendItemBadgeShape":this.w6.cl();break;case"Legend":this.w5.legend=this.legend,this.cw.a5()}},r.prototype.w9=function(){if(null!=this.dc&&null!=this.w5&&!n.isNaN_(this.w7))if(this.dc.wt.width>this.w7){this.w5.visibility=1}else{this.w5.visibility=0}},r.prototype.xb=function(e,t){this.w9()},r.prototype.ru=function(t){e.prototype.ru.call(this,t),null!=this.w5&&this.w5.ru(t)},r.prototype.q7=function(t){e.prototype.q7.call(this,t),null!=this.w5&&this.w5.qp()},r.prototype.rt=function(e,t,i,n,r){null!=this.w5&&this.w5.rt(e,t,i,n,r)},r.prototype.a2=function(e,t){return this.w5.a2(e,t)},r.prototype.sg=function(){e.prototype.sg.call(this),this.w5.sg()},r.prototype.get_coercionMethods=function(){return this._coercionMethods},r.prototype.set_coercionMethods=function(e){this._coercionMethods=e,this.w5.coercionMethods=e},r.prototype.p1=function(t){if(e.prototype.p1.call(this,t),null!=this.w5){var i=this.w5.kn();this.pa(t,i)}},r.$t=n.markType(r,"GeographicMapSeriesHost",i.Series.$),r.xc=n.DependencyProperty.i("VisibleFromScale",n.Number_$type,r.$,new n.PropertyMetadata(2,1,(function(e,t){e.raisePropertyChanged("VisibleFromScale",t.oldValue,t.newValue)}))),r}(i.Series),g=function(e){function r(t){var i=e.call(this,t)||this;return i.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.w5.legendItemVisibility=0,this.cd.w5.itemsSource=this.cd.itemsSource,this.cd.w5.index=this.cd.index,this.cd.w5.vk=this.cd.vk,this.cd.w5.v0=this.cd.vk,this.cd.w5.cj=this.cd.cj,this.cd.w5.jk=this.cd.jk,this.cd.w5.ke=this.cd.ke,this.cd.w5._opacity=this.cd._opacity,this.cd.w5.jq=this.cd.jq,this.cd.w5.il=this.cd.il,this.cd.w5.jh=this.cd.jh,this.cd.w5.gq=this.cd.gq,this.cd.w5.legendItemBadgeShape=this.cd.legendItemBadgeShape,this.cd.w5.be=this.cd.be},r.prototype.cj=function(){this.cd.w5.itemsSource=this.cd.itemsSource},r.prototype.cq=function(){this.cd.w5.jk=this.cd.jk},r.prototype.ct=function(){this.cd.w5.ke=this.cd.ke},r.prototype.cn=function(){this.cd.w5._opacity=this.cd._opacity},r.prototype.cs=function(){this.cd.w5.jq=this.cd.jq},r.prototype.ch=function(){this.cd.w5.vk=this.cd.vk},r.prototype.cp=function(){this.cd.w5.v0=this.cd.v0},r.prototype.ce=function(){this.cd.w5.vk=this.cd.ve},r.prototype.cf=function(){this.cd.w5.v0=this.cd.vi},r.prototype.ck=function(){this.cd.w5.be=this.cd.be},r.prototype.cl=function(){this.cd.w5.legendItemBadgeShape=this.cd.legendItemBadgeShape},r.prototype.cg=function(){this.cd.w5.il=this.cd.il},r.prototype.cm=function(){this.cd.w5.jh=this.cd.jh},r.prototype.co=function(){this.cd.w5.cj=this.cd.cj},r.prototype.cr=function(){this.cd.w5.gq=this.cd.gq},r.$t=n.markType(r,"HostSeriesView",i.SeriesView.$),r}(i.SeriesView),y=function(e){function r(){var t=e.call(this)||this;t.x8=null,t.xx=!1,t.xp=1,t.x4=0,t.zf=null,t.xm=null,t.xi=null,t.xk=null,t.xo=null,t.zb={$type:n.Point_$type,x:NaN,y:NaN},t.zi=null,t.x3=1,t.imageTilesReady=null,t.xw=null,t.zh=n.Rect.empty,t.x4=c.am(r.zg.bottom)-c.am(r.zg.top),t.ab=r.$,t.backgroundContent=new _;var o,a=((o=new i.NumericXAxis).bi=t,o);a.cf=!0,t.xj=a,t.xj.n4=new l;var s=function(){var e=new i.NumericYAxis;return e.bi=t,e}();return s.cf=!0,t.xl=s,t.xl.n4=new c,t.yq(),t.yx(),t.oi(),t}return t.__extends(r,e),r.prototype.provideContainer=function(t){e.prototype.provideContainer.call(this,t),this.xj.provideRenderer(t),this.xl.provideRenderer(t)},r.prototype.oi=function(){e.prototype.oi.call(this),this.xv.fv(this.hp)},r.prototype.fp=function(){return this.x1},r.prototype.fq=function(){return this.x1},r.prototype.xs=function(){return 0==this.xq&&this.xx?2:1},Object.defineProperty(r.prototype,"xr",{get:function(){return this.xp},set:function(e){this.xp=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"zk",{get:function(){return this.zf},set:function(e){if(n.Rect.l_op_Inequality(this.zf,e)){var t=this.zf;this.zf=e,this.q5("ActualWorldRect",t,e)}},enumerable:!1,configurable:!0}),r.prototype.zo=function(){return this.zk},r.prototype.yq=function(){this.zw.isEmpty||(this.zk=this.zu(this.zw,1==this.cs))},r.prototype.zu=function(e,t){var i=e.top,o=e.left,a=e.width,s=e.height,l=c.am(e.bottom),u=c.am(e.top),h=l-u,p=e.width/r.zg.width,g=c.am(r.zg.top);if(h/p>this.x4){var y=h/this.x4;o-=(y-p)/2*r.zg.width,a=y*r.zg.width,t&&(o<r.zg.left?o+=r.zg.left-o:o+a>r.zg.right&&(o-=o+a-r.zg.right))}else if(h/p<this.x4){var f=this.x4*p-h,d=u-f/2,b=l+f/2;t&&(d<g?b+=g-(d+=g-d):b>g+this.x4&&(d-=b-(g+this.x4),b-=b-(g+this.x4))),i=c.aq(d),s=c.aq(b)-i}return new n.Rect(0,o,i,a,s)},Object.defineProperty(r.prototype,"backgroundContent",{get:function(){return this.xm},set:function(e){if(e!=this.backgroundContent){var t=this.backgroundContent;this.xm=e,this.q5("BackgroundContent",t,e)}},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"xj",{get:function(){return this.xi},set:function(e){if(e!=this.xj){var t=this.xj;this.xi=e,this.q5("XAxis",t,e)}},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"xl",{get:function(){return this.xk},set:function(e){if(e!=this.xl){var t=this.xl;this.xk=e,this.q5("YAxis",t,e)}},enumerable:!1,configurable:!0}),r.prototype.getZoomRectFromGeoRect=function(e){return this.getZoomFromGeographicRect(e)},r.prototype.y0=function(e){this.xc=e},r.prototype.yz=function(e){this.zw=e},r.prototype.getZoomFromGeographicRect=function(e){return this.zm(e,!0,0)},r.prototype.zl=function(e,t){return this.zm(e,!1,t)},r.prototype.zm=function(e,t,o){var a=e;t&&(a=this.zu(e,!1));var s=this.xj,c=this.xl,l=new i.ScalerParams(1,r.zj,this.xb,s.ch);l.c=this.wx;var u=new i.ScalerParams(1,r.zj,this.xb,c.ch);u.c=this.wx;var h=this.xj.el(a.left,l),p=this.xj.el(a.right,l),g=this.xl.el(a.top,u),y=this.xl.el(a.bottom,u),f=(h-o)/this.xb.width,d=(y-o)/this.xb.height,b=(p-h+2*o)/this.xb.width,m=(g-y+2*o)/this.xb.height,S=new n.Rect(0,f,d,b,m);return S.intersect(r.zj),S.isEmpty&&(S=r.zj),S},r.prototype.getZoomFromGeographicPoints=function(e,t){var i=e.x,o=t.y,a=t.x-e.x,s=e.y-t.y;if(a<0||s<0)return r.zj;var c=new n.Rect(0,i,o,a,s);return this.getZoomFromGeographicRect(c)},r.prototype.zq=function(e){var t=this.xj,o=this.xl,a=new i.ScalerParams(1,e,this.xb,t.ch);a.c=this.wx;var s=new i.ScalerParams(1,e,this.xb,o.ch);s.c=this.wx;var c=this.ww,l=t.eo(c.left,a),u=o.eo(c.top,s),h=t.eo(c.right,a),p=o.eo(c.bottom,s),g=h-l,y=u-p,f=new n.Rect(0,l,p,g,y);return 1==this.cs&&(f.intersect(r.zg),f.isEmpty&&(f=r.zg)),f},r.prototype.zc=function(e){var t=this.xj.mf(e.x),i=this.xl.mf(e.y);return{$type:n.Point_$type,x:t,y:i}},r.prototype.zd=function(e){var t=this.xj.e6(e.x),i=this.xl.e6(e.y);return{$type:n.Point_$type,x:t,y:i}},r.prototype.ze=function(e){return this.zd(e)},r.prototype.yn=function(){var e=n.typeCast(f.$,this.backgroundContent);null!=e&&e.clearTileCache()},r.prototype.yt=function(e){},r.prototype.gk=function(){return!0},r.prototype.yv=function(){var e,i;this.xv.ee();try{for(var r=t.__values(n.fromEnum(this.series)),o=r.next();!o.done;o=r.next()){o.value.sg()}}catch(t){e={error:t}}finally{try{o&&!o.done&&(i=r.return)&&i.call(r)}finally{if(e)throw e.error}}},r.prototype.yy=function(){if(2==this.xu){if(!this.xb.isEmpty&&this.xb.width>0&&this.xb.height>0){var e=this.xj.mf(this.xb.left+this.xb.width/2),t=this.xl.mf(this.xb.top+this.xb.height/2);this.zb={$type:n.Point_$type,x:e,y:t}}}else if(!this.xb.isEmpty&&this.xb.width>0&&this.xb.height>0){var i=this.xj.mf(this.xb.left),r=this.xl.mf(this.xb.top);this.zb={$type:n.Point_$type,x:i,y:r}}},r.prototype.yu=function(){(n.isNaN_(this.zb.x)||n.isNaN_(this.zb.y))&&this.yy();var e=this.zb.x,t=this.zb.y;if(!n.isNaN_(e)&&!n.isNaN_(t)){var o=this.wt.left,a=this.wt.top,s=this.wt.width,c=this.wt.height;if(s>this.zi.width);else{var l=new i.ScalerParams(1,r.zj,this.xb,this.xj.ch);l.c=this.wx;var u=this.xj.el(e,l);if(2==this.xu)o=u/this.xb.width-s/2;else o=u/this.xb.width;o+s>this.zi.right?o=this.zi.right-s:o<this.zi.left&&(o=this.zi.left)}if(c>this.zi.height);else{var h=new i.ScalerParams(1,r.zj,this.xb,this.xl.ch);h.c=this.wx;var p=this.xl.el(t,h);if(2==this.xu)a=p/this.xb.height-c/2;else a=p/this.xb.height;a+c>this.zi.bottom?a=this.zi.bottom-c:a<this.zi.top&&(a=this.zi.top)}this.sh(new n.Rect(0,o,a,s,c),!1)}},r.prototype.get_fh=function(){return!0},r.prototype.wu=function(){var t=e.prototype.wu.call(this);if(null==this.xj||null==this.xl)return t;this.w5();var i=t.left,r=t.top;1==this.cs&&(this.xc.width>this.zi.width?i=.5-this.xc.width/2:i+t.width>this.zi.right?i=this.zi.right-this.xc.width:i<this.zi.left&&(i=this.zi.left),this.xc.height>this.zi.height?r=.5-this.xc.height/2:r+this.xc.height>this.zi.bottom?r=this.zi.bottom-this.xc.height:r<this.zi.top&&(r=this.zi.top));var o=!1;!this.x0&&2==this.cs&&this.xx&&(i>1&&(i=i-Math.floor(i)+1),i<0&&(i=0-(Math.ceil(i)-i)),t.right-this.zi.right>0&&(t.right-this.zi.right)/t.width>.8?(i=this.zi.left-(t.width-(t.right-this.zi.right)),o=!0):t.left<this.zi.left&&Math.abs(t.left-this.zi.left)/t.width>.8&&(i=this.zi.right-Math.abs(t.left-this.zi.left),o=!0));var a=new n.Rect(0,i,r,t.width,t.height);if(this.x0){var s=this.zl(this.zw,1);s=this.zn(s);var c=a.left+a.width/2,l=a.top+a.height/2;if(a.width>s.width){var u=a.height/a.width,h=s.width,p=u*h;a=new n.Rect(0,c-h/2,l-p/2,h,p),o=!0}if(a.height>s.height){var g=a.width/a.height,y=s.height,f=g*y;a=new n.Rect(0,c-f/2,l-y/2,f,y),o=!0}a.left<s.left&&(a=new n.Rect(0,s.left,a.top,a.width,a.height),o=!0),a.top<s.top&&(a=new n.Rect(0,a.left,s.top,a.width,a.height),o=!0),a.right>s.right&&(a=new n.Rect(0,s.right-a.width,a.top,a.width,a.height),o=!0),a.bottom>s.bottom&&(a=new n.Rect(0,a.left,s.bottom-a.height,a.width,a.height),o=!0)}return o&&(this.e3=!0,this.xc=a,this.e3=!1),a},r.prototype.nm=function(e,t){var i=!0,r=!0,o=0,a=this.w5(),s=0,c=0;if(e.right-a.right>0&&(s=(e.right-a.right)/e.width),e.left<a.left&&(c=Math.abs(e.left-a.left)/e.width),0==c&&0==s&&(i=!1),c>s&&(r=!1),i)if(r){var l=this.xi.el(-180,t);o=this.xi.el(180,t)-l}else{o=this.xi.el(-180,t)-this.xi.el(180,t)}return new n.Tuple$2(n.Boolean_$type,n.Number_$type,i,o)},r.prototype.w5=function(){var e=new i.ScalerParams(1,r.zj,this.xb,this.xj.ch);e.c=this.wx;var t=new i.ScalerParams(1,r.zj,this.xb,this.xl.ch);t.c=this.wx;var o=this.xj.el(r.zg.left,e),a=this.xj.el(r.zg.right,e),s=this.xl.el(r.zg.top,t),c=this.xl.el(r.zg.bottom,t);return this.zi=new n.Rect(0,o/this.xb.width,c/this.xb.height,(a-o)/this.xb.width,(s-c)/this.xb.height),this.zi},r.prototype.zn=function(e){var t=this.ht,i=.5*(e.left+e.right),r=.5*(e.top+e.bottom),o=e.width,a=e.height,s=n.MathUtil.d(e.width,t,1),c=n.MathUtil.d(e.height,t,1),l=this.xb,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 g=s!=o,y=c!=a,f=g?i-.5*s:e.left,d=y?r-.5*c:e.top,b=g?i+.5*s:e.right,m=y?r+.5*c:e.bottom;return f<0&&(b=(f=0)+s),b>1&&(f=(b=1)-s),d<0&&(m=(d=0)+c),m>1&&(d=(m=1)-c),new n.Rect(0,f,d,b-f,m-d)},r.prototype.wv=function(t){if(e.prototype.wv.call(this,this.xb),t.isEmpty)return n.Rect.empty;var i;if(t.width>t.height){var r=n.intDivide(n.truncate(t.width-t.height),2);i=new n.Rect(0,t.left+r,t.top,t.height,t.height)}else{var o=n.intDivide(n.truncate(t.height-t.width),2);i=new n.Rect(0,t.left,t.top+o,t.width,t.width)}return i},r.prototype.zp=function(e){return this.wv(e)},r.prototype.db=function(){return new S(this)},r.prototype.yp=function(e){null!=e&&(e.bi=this)},r.prototype.qo=function(t){e.prototype.qo.call(this,t),this.xv=t},r.prototype.qz=function(t,i){e.prototype.qz.call(this,t,i),this.r5(this.xj),this.r5(this.xl),n.Rect.l_op_Inequality(t,i)&&this.yu(),this.x0&&(this.wt=this.wu()),this.y1()},Object.defineProperty(r.prototype,"x5",{get:function(){return this.x3},set:function(e){var t=this.x3;this.x3=e,this.q5("ActualWindowScale",t,this.x3)},enumerable:!1,configurable:!0}),r.prototype.hz=function(){return this.x5},r.prototype.h0=function(){return this.x5},r.prototype.r4=function(){e.prototype.r4.call(this);var t=Math.min(this.wt.width,this.wt.height);this.x5=t},r.prototype.f8=function(){return this.xx},r.prototype.ct=function(){return 0==this.cu&&this.xy?2:this.cu},r.prototype.q0=function(i,o,a,s){var c,l,u,h;switch(e.prototype.q0.call(this,i,o,a,s),o){case"ZoomCoercionMode":this.yq();break;case"WindowRect":this.yy();break;case r.$$p[0]:this.xr=this.xs(),null!=this.xo&&(this.xo.isHorizontalWrappingEnabled=2==this.xr);break;case r.$$p[1]:this.xx=this.xy,this.xr=this.xs(),this.cs=this.ct(),null!=this.xo&&(this.xo.isHorizontalWrappingEnabled=2==this.xr);break;case r.$$p[4]:this.wt=this.wu();break;case"BackgroundContent":if(null!=this.xo){var p=this.xo;p.imageTilesReady=n.delegateRemove(p.imageTilesReady,n.runOn(this,this.yr)),this.xo.deferralHandler=null}if(this.xo=n.typeCast(f.$,this.backgroundContent),null!=this.xo){var g=this.xo;g.imageTilesReady=n.delegateCombine(g.imageTilesReady,n.runOn(this,this.yr)),this.xo.deferralHandler=this,this.xo.isHorizontalWrappingEnabled=2==this.xr}this.xv.fu(n.typeCast(f.$,a),n.typeCast(f.$,s)),null!=this.xo&&(this.xo.geographicMap=this,this.xv.fr(this.wt),this.xv.fv(this.hp));break;case"YAxis":case"XAxis":this.yw(a),this.yp(s);break;case r.$$p[6]:this.xz||(this.xc=r.zj),this.yq(),this.yx(),this.yy(),this.wt=this.wu(),this.xv.fs();break;case"ActualWindowRect":this.xv.fr(this.wt);break;case"ActualWorldRect":try{for(var y=t.__values(n.fromEnum(this.series)),d=y.next();!d.done;d=y.next()){d.value.ru(!1)}}catch(e){c={error:e}}finally{try{d&&!d.done&&(l=y.return)&&l.call(y)}finally{if(c)throw c.error}}break;case r.$$p[5]:this.x5=this.x6;break;case"ActualWindowScale":this.gg||this.sf(this.hz(),this.h0());break;case"ActualPixelScalingRatio":this.xv.fv(this.hp);break;case"WindowRectMinWidth":case"WindowRectMinHeight":var b=s;n.isNaN_(b)||n.isInfinity(b)?(this.ht=5e-6,this.hs=5e-6):(this.ht=b,this.hs=b);break;case r.$$p[7]:this.sb();break;case"MarkerAutomaticBehavior":try{for(var m=t.__values(n.fromEnum(this.series)),S=m.next();!S.done;S=m.next()){S.value.qi()}}catch(e){u={error:e}}finally{try{S&&!S.done&&(h=m.return)&&h.call(m)}finally{if(u)throw u.error}}}},r.prototype.yr=function(e,t){null!=this.imageTilesReady&&this.imageTilesReady(this,new u)},r.prototype.yw=function(e){null!=e&&(e.bi=null)},r.prototype.yx=function(){null!=this.xj&&(this.xj.mc=this.zk.left,this.xj.mb=this.zk.right),null!=this.xl&&(this.xl.mc=this.zk.top,this.xl.mb=this.zk.bottom),this.xj.c2(!0),this.xl.c2(!0)},r.prototype.getFontInfo=function(){return this.xw=this.xv.fo,this.xw},r.prototype.vx=function(){return this.xv.fw},r.prototype.getFontBrush=function(){return this.xv.fx},r.prototype.rx=function(t,i){if(null!==n.typeCast(n.ItfConverter.$,i)){var r=i,o=t;o.itemsSource=r.triangulationSource.points,o.xe=r.triangulationSource.triangles}else e.prototype.rx.call(this,t,i)},r.prototype.register=function(e,t){this.rk(e,t)},r.prototype.unRegister=function(e){this.r3(e)},r.prototype.deferredRefresh=function(){this.n0()},r.prototype.deferAction=function(e){null!=this.x8?this.x8.setTimeout(e,0):window.setTimeout(e,0)},r.prototype.yo=function(e){this.sa(e)},r.prototype.x9=function(){var e=new i.ChartVisualData,t=this.xj.fy(),r=this.xl.fy();e.axes.add1(t),e.axes.add1(r);for(var o=0;o<this.series.count;o++){var a=this.series._inner[o].kn();e.series.add1(a)}return e.name=this.name,e.contentArea=n.RectData.b(this.xb),e.centralArea=n.RectData.b(this.xb),e.plotArea=n.RectData.b(this.xb),e},r.prototype.w1=function(e,t,i){return e},r.prototype.ys=function(){},Object.defineProperty(r.prototype,"zv",{get:function(){return this.zh},set:function(e){this.zh=e},enumerable:!1,configurable:!0}),r.prototype.y2=function(e){this.zv=e,this.y1()},r.prototype.y1=function(){if(this.x2&&!this.zv.isEmpty){var e=this.getZoomFromGeographicRect(this.zv);this.zv=n.Rect.empty,this.sh(e,!1)}},Object.defineProperty(r.prototype,"x2",{get:function(){return!this.xb.isEmpty&&!this.wx.isEmpty},enumerable:!1,configurable:!0}),r.$t=n.markType(r,"XamGeographicMap",i.SeriesViewer.$,[n.IMapRenderDeferralHandler_$type]),r.xt=0,r.zg=new n.Rect(2,{$type:n.Point_$type,x:-180,y:-85.05112878},{$type:n.Point_$type,x:180,y:85.05112878}),r.zj=new n.Rect(0,0,0,1,1),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"q5",["BackgroundTilingMode:xq:y3",[s,n.enumGetBox(s,0)],"IsHorizontalWrappingEnabled:xy:y4",[0,!1],"ResizeBehavior:xu:y5",[o,n.enumGetBox(o,r.xt)],"SuppressZoomResetOnWorldRectChange:xz:y6",[0,!1],"UseWorldRectForZoomBounds:x0:y7",[0,!1],"WindowScale:x6:y8",[1,NaN],"WorldRect:zw:y9",[n.Rect.$,r.zg],"Zoomable:x1:za",[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.zp(t),o=y.zg,a=this.geographicMap.zk,s=Math.min(this.windowRect.height,this.windowRect.width),c=a.width/o.width;this.ao.a5=t.width/r.width*s*c;var l=this.geographicMap.xj,u=this.geographicMap.xl,h=new i.ScalerParams(1,this.windowRect,t,l.ch);h.c=r;var p=new i.ScalerParams(1,this.windowRect,t,u.ch);p.c=r;var g=l.el(o.left,h),f=u.el(o.bottom,p),d=-g/t.width*this.ao.a5,b=-f/t.height*this.ao.a5*(t.height/t.width);return this.ao.cm={$type:n.Point_$type,x:d,y:b},e},r.prototype.bd=function(e){this.aj.f(e)},r.prototype.bf=function(e){this.aj.h(e)},r.prototype.be=function(e){this.aj.g(e)},r.prototype.a4=function(e,t){null!=this.imagesChanged&&this.imagesChanged(this,new 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",y.$,r.$,new n.PropertyMetadata(2,null,r.a8)),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"ba",["IsHorizontalWrappingEnabled",[0,!1],"Referer",[2,null],"UserAgent",[2,null],"WindowRect",[n.Rect.$,n.Rect.empty]]),r}(n.Control),d=function(e){function i(t){var i=e.call(this)||this;return i.a=null,i.j=null,i.d=null,i.b=1,i.j=n.Rect.empty,i.a=t,i.a.ao=new n.XamMultiScaleImage,i.a.ao.ao=i.a.ap,i.a.a9(),i}return t.__extends(i,e),i.prototype.e=function(){this.j.isEmpty||this.a.bn(new n.Size(1,this.j.width,this.j.height))},i.prototype.f=function(e){this.a.ao.b1(e)},i.prototype.g=function(e){this.d=e,this.a.ao.b2(e)},i.prototype.h=function(e){this.j=e,this.a.ao.b3(e),this.a.a6()},Object.defineProperty(i.prototype,"c",{get:function(){return this.b},enumerable:!1,configurable:!0}),i.prototype.i=function(e){this.b=e,this.a.ao.bz(e)},i.$t=n.markType(i,"GeographicMapImageryView"),i}(n.Base),b=function(e){function i(t){var i=e.call(this,t)||this;return i.cu=null,i.cu=t,i}return t.__extends(i,e),i.prototype.ci=function(){e.prototype.ci.call(this);var t=this.cu.w5;t.x5=this.cu.xh,t.yd=this.cu.xf,t.trianglesSource=this.cu.xe,t.xt=this.cu.xk,t.xv=this.cu.xm,t.xx=this.cu.xo},i.prototype.cx=function(){var e=this.cu.w5;if(null==this.cu.dc)return e.w3=null,void(e.w4=null);e.w3=this.cu.dc.xj,e.w4=this.cu.dc.xl},i.prototype.cw=function(){this.cu.w5.x5=this.cu.xh},i.prototype.cv=function(){this.cu.w5.yd=this.cu.xf},i.prototype.cy=function(){this.cu.w5.trianglesSource=this.cu.xe},i.prototype.cz=function(){this.cu.w5.xt=this.cu.xk},i.prototype.c0=function(){this.cu.w5.xv=this.cu.xm},i.prototype.c1=function(){this.cu.w5.xx=this.cu.xo},i.$t=n.markType(i,"GeographicXYTriangulatingSeriesView",g.$),i}(g),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.xz&&(this.c2.xz.zc=this.c2.x3,this.c2.xz.y0=this.c2.xy)},i.prototype.c3=function(){null!=this.c2.xz&&(this.c2.xz.zc=this.c2.x3)},i.prototype.c4=function(){null!=this.c2.xz&&(this.c2.xz.y0=this.c2.xy)},i.$t=n.markType(i,"GeographicScatterAreaSeriesView",b.$),i}(b),S=function(e){function r(t){var i=e.call(this,t)||this;return i.fn=null,i.fz=null,i.fx=null,i.fw=null,i.fo=null,i.fp=NaN,i.fz=n.Rect.empty,i.fn=t,i.fn.vq=2,i.fn.i2=5e-6,i}return t.__extends(r,e),r.prototype.m=function(e){return 2},r.prototype.bk=function(e){this.j.bw(e),this.fn.yo(e),this.el()},r.prototype.get_ap=function(){return!0},r.prototype.d4=function(){var e,t,i,r,o,a=this.j.a8(e,t,i,r,o);e=a.p0,t=a.p1,i=a.p2,r=a.p3,o=a.p4,this.fx=i,this.fo=r,this.fw=o;var s=this.j.e();if(this.fn.ag=s.a,this.fn.aj=s.f,this.fn.ah=null!=s.b?s.b:new n.BrushCollection,this.fn.ai=null!=s.c?s.c:new n.BrushCollection,0==this.fn.ah.count)for(var c=0;c<s.a.count;c++)this.fn.ah.add(s.a.item(c));if(0==s.c.count)for(var l=0;l<s.f.count;l++)this.fn.ai.add(s.f.item(l))},r.prototype.du=function(t){if(e.prototype.du.call(this,t),null!=this.fn.backgroundContent){var i=this.fn.backgroundContent;i.be(this.j.ae),i.bd(t)}},r.prototype.dv=function(t){(e.prototype.dv.call(this,t),this.fz=t,null!=this.fn.backgroundContent)&&this.fn.backgroundContent.bf(this.fz)},r.prototype.fy=function(){return new n.Rect(0,0,0,this.fz.width,this.fz.height)},r.prototype.fs=function(){null!=this.fn.backgroundContent&&this.fn.backgroundContent.a6()},r.prototype.fr=function(e){null!=this.fn.xo&&(this.fn.xo.windowRect=e)},r.prototype.fu=function(e,t){if(null!=this.fn.xo&&(this.fn.xo.windowRect=this.fn.wt),null!=e){var i=e.ao;null!=i&&this.fn.al.h.remove(i.ag),e.bd(null),e.be(null)}if(null!=t){var n=t.ao;null!=n&&this.fn.al.h.add(n.ag),this.fz.isEmpty||this.dv(this.fz),null!=this.w&&this.du(this.w)}null==t&&this.ft(this.w)},r.prototype.ft=function(e){var t=this.fn.hp;1!=t&&(e.aa(),e.ab(t,t)),e.l(this.fz.left,this.fz.top,this.fz.width,this.fz.height),1!=t&&e.z()},r.prototype.d1=function(){this.fd.ad=i.Defaults.crosshairLineThickness,this.fe.ad=i.Defaults.crosshairLineThickness,this.fd._stroke=i.Defaults.crosshairLineBrush,this.fe._stroke=i.Defaults.crosshairLineBrush,e.prototype.d1.call(this)},r.prototype.fv=function(e){this.fp=e,null!=this.fn.backgroundContent&&this.fn.backgroundContent.bc(e)},Object.defineProperty(r.prototype,"fq",{get:function(){return this.fp},set:function(e){this.fp=e},enumerable:!1,configurable:!0}),r.$t=n.markType(r,"XamGeographicMapView",i.SeriesViewerView.$),r}(i.SeriesViewerView),_=function(e){function i(){return e.call(this,new n.OpenStreetMapTileSource)||this}return t.__extends(i,e),Object.defineProperty(i.prototype,"tilePath",{get:function(){return this.c(i.tilePathProperty)},set:function(e){this.h(i.tilePathProperty,e)},enumerable:!1,configurable:!0}),i.br=function(e,t){e.bq("TilePath",t.oldValue,t.newValue)},i.prototype.bq=function(t,i,n){switch(t){case"TilePath":this.ap.setTilePathUrl(null==n?null:n),this.aj.e()}e.prototype.ba.call(this,t,i,n)},i.$t=n.markType(i,"OpenStreetMapImagery",f.$),i.tilePathProperty=n.DependencyProperty.i("TilePath",n.String_$type,i.$,new n.PropertyMetadata(2,null,i.br)),i}(f),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.q3=function(t){e.prototype.q3.call(this,t),this.xd=t},i.prototype.rc=function(t,n,r,o){switch(e.prototype.rc.call(this,t,n,r,o),n){case"SeriesViewer":this.xd.cx();break;case i.$$p[1]:this.xd.cw();break;case i.$$p[0]:this.xd.cv();break;case i.$$p[5]:this.xd.cy();break;case i.$$p[2]:this.xd.cz();break;case i.$$p[3]:this.xd.c0();break;case i.$$p[4]:this.xd.c1()}},i.$t=n.markType(i,"GeographicXYTriangulatingSeries",p.$),i.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,i,"raisePropertyChanged",["LatitudeMemberPath:xf:xq",[2,"pointY"],"LongitudeMemberPath:xh:xr",[2,"pointX"],"TriangleVertexMemberPath1:xk:xt",[2,"v1"],"TriangleVertexMemberPath2:xm:xu",[2,"v2"],"TriangleVertexMemberPath3:xo:xv",[2,"v3"],"TrianglesSource:xe:xs",[n.IEnumerable_$type,null]]),i}(p),w=function(e){function r(){var t=e.call(this)||this;return t.xw=null,t.triangulationStatusChanged=null,t.ab=r.$,t}return t.__extends(r,e),r.prototype.bk=function(){return new r},r.prototype.get_ew=function(){return!0},Object.defineProperty(r.prototype,"xy",{get:function(){return this.xw},set:function(e){if(this.xw!=e){var t=this.xw;if(null!=this.xw){var i=this.xw;i.propertyChanged=n.delegateRemove(i.propertyChanged,n.runOn(this,this.x6))}if(this.xw=e,null!=this.xw){var r=this.xw;r.propertyChanged=n.delegateCombine(r.propertyChanged,n.runOn(this,this.x6))}this.raisePropertyChanged("ColorScale",t,this.xw),null!=this.xz&&(this.xz.y0=e)}},enumerable:!1,configurable:!0}),r.prototype.x6=function(e,t){this.x1.c4(),this.x8(),this.ru(!1)},r.prototype.x8=function(){null!=this.xz&&(this.xx=this.xz.yz)},r.prototype.sl=function(){e.prototype.sl.call(this),this.x8()},r.prototype.w4=function(){this.xz=new i.ScatterAreaSeries;var e=this.xz;return e.triangulationStatusChanged=n.delegateCombine(e.triangulationStatusChanged,n.runOn(this,this.x7)),this.xz},r.prototype.x7=function(e,t){null!=this.triangulationStatusChanged&&this.triangulationStatusChanged(this,t)},r.prototype.ct=function(){return new m(this)},r.prototype.q3=function(t){e.prototype.q3.call(this,t),this.x1=t},r.prototype.rc=function(t,i,n,o){switch(e.prototype.rc.call(this,t,i,n,o),i){case r.$$p[1]:this.x1.c3();break;case"ColorScale":this.x1.c4(),this.x8()}},r.prototype.get_g8=function(){return!0},r.prototype.set_g8=function(t){e.prototype.set_g8.call(this,t)},r.$t=n.markType(r,"GeographicScatterAreaSeries",x.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["ActualColorScale:xx:x9",[i.ColorScale.$,null],"ColorMemberPath:x3:ya",[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}(),v=function(e){function r(){var r=e.call(this)||this;r.contentSeries=[],r.actualSeries=[],r._series=null,r._dataSource=null,r._seriesAdapter=null,r._disconnected=!1,r._defaultTooltips=null,r._imageTilesReady=null,r._imageTilesReady_wrapped=null,r._styling&&n.NamePatcher.ensureStylablePatched(Object.getPrototypeOf(r)),r._renderer=new n.WebComponentRenderer(r,document,!0,i.DataChartStylingDefaults),r._container=r._renderer.createElement("div"),r._renderer.updateRoot(r._container),r._container.setStyleProperty("display","block"),r._container.setStyleProperty("width","100%"),r._container.setStyleProperty("height","100%"),r._container,null!=r._container.nativeElement&&r._container.nativeElement,r._wrapper=r._renderer;var o=r.i;return r._chart=o,r._seriesAdapter=new n.CollectionAdapter(r.contentSeries,r.i.series,r.actualSeries,(function(e){return e.i}),(function(e){e.owner=r,e._provideRenderer(r._dataSource),e.provideData(r._dataSource),r.parentElement&&e._styling(r,r,r),r._ensureDefaultTooltip(e),r._ensureTooltipCreated(e)}),(function(e){e._provideRenderer(null),e.provideData(null)})),o.provideContainer(r._renderer),new MutationObserver((function(e){var i,n;try{for(var o=t.__values(e),a=o.next();!a.done;a=o.next()){"childList"==a.value.type&&r.updateContentChildren()}}catch(e){i={error:e}}finally{try{a&&!a.done&&(n=o.return)&&n.call(o)}finally{if(i)throw i.error}}})).observe(r,{childList:!0}),r._renderer.addSizeWatcher((function(){r.notifyContainerResized()})),r}return t.__extends(r,e),Object.defineProperty(r.prototype,"height",{get:function(){return this._height},set:function(e){this._height=e,this.style.height=e,this.notifyContainerResized()},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"width",{get:function(){return this._width},set:function(e){this._width=e,this.style.width=e,this.notifyContainerResized()},enumerable:!1,configurable:!0}),r.prototype.notifyContainerResized=function(){this._chart.notifyContainerResized()},Object.defineProperty(r.prototype,"legend",{get:function(){if(null!=this.i.legend)return this.i.legend.externalObject},set:function(e){null!=e&&null!=e&&(this.i.legend=e.i)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"series",{get:function(){var e=this;if(null===this._series){var t=new i.IgcSeriesCollection;t._innerColl.addListener((function(t,i){if(e._seriesAdapter)switch(i.action){case n.NotifyCollectionChangedAction.Add:e._seriesAdapter.addManualItem(i.newItems.item(0));break;case n.NotifyCollectionChangedAction.Remove:e._seriesAdapter.removeManualItemAt(i.oldStartingIndex);break;case n.NotifyCollectionChangedAction.Replace:e._seriesAdapter.removeManualItemAt(i.oldStartingIndex),e._seriesAdapter.insertManualItem(i.newStartingIndex,i.newItems.item(0));break;case n.NotifyCollectionChangedAction.Reset:e._seriesAdapter.clearManualItems()}})),this._series=t}return this._series},enumerable:!1,configurable:!0}),r.prototype.destroy=function(){this._chart.destroy(),this._wrapper.destroy()},r.prototype.createImplementation=function(){return new y},Object.defineProperty(r.prototype,"dataSource",{get:function(){return this._dataSource},set:function(e){this._dataSource=e,this.bindData()},enumerable:!1,configurable:!0}),r.prototype.bindData=function(){if(this.actualSeries&&this.actualSeries.length>0)for(var e=this.actualSeries,t=0;t<e.length;t++)e[t].provideData(this._dataSource)},r.prototype.updateContentChildren=function(){this.contentSeries.length=0;for(var e=0;e<this.children.length;e++)this.children[e]instanceof i.IgcSeriesComponent&&this.contentSeries.push(this.children[e]);null!=this._seriesAdapter&&this._seriesAdapter.notifyContentChanged()},r.prototype.disconnectedCallback=function(){this._disconnected=!0,this.i&&this.i.onDetachedFromUI()},r.prototype.connectedCallback=function(){if(this._disconnected)return this._disconnected=!1,void(this.i&&this.i.onAttachedToUI());this.classList.add("igc-geographic-map"),this.classList.add("ig-geographic-map"),this.appendChild(this._renderer.rootWrapper.getNativeElement()),this._attached=!0,this.style.display="block",this.style.height=this._height,this.style.width=this._width,this._flushQueuedAttributes(),this._styling(this,this);for(var e=0;e<this.actualSeries.length;e++){this.actualSeries[e]._styling(this,this,this)}this.updateContentChildren(),this.afterContentInit()},r.prototype.afterContentInit=function(){var e=this;if(n.TypeRegistrar.isRegistered("IgcDataChartDefaultTooltipsComponent")){var t=n.TypeRegistrar.create("IgcDataChartDefaultTooltipsComponent");this._defaultTooltips=t,t.onContentReady=function(){e._onDefaultTooltipsReady(t)}}this.i.notifyContainerResized()},r.prototype._ensureTooltipCreated=function(e){var t=this;e._ensureTooltipCreated((function(){return t.createTooltip()}),(function(e){var i=new n.WebComponentWrapper(e,t._renderer);return i.updateToolTip=e.updateToolTip,i.hideToolTip=e.hideToolTip,i}))},r.prototype._ensureDefaultTooltip=function(e){null!=this._defaultTooltips&&this._defaultTooltips.ensureDefaultTooltip(e)},r.prototype._onDefaultTooltipsReady=function(e){if(this.actualSeries&&this.actualSeries.length>0)for(var t=this.actualSeries,i=0;i<t.length;i++)t[i].showDefaultTooltip&&this._ensureDefaultTooltip(t[i])},r.prototype.createTooltip=function(){if(!n.TypeRegistrar.isRegistered("IgcTooltipContainerComponent"))return null;var e=n.TypeRegistrar.create("IgcTooltipContainerComponent"),t=e,i=this;return t.updateToolTip=function(r,o){if(r.externalObject)r=r.externalObject;else{var a=new n.IgcDataContext;a._implementation=r,r=a}return o?r.isSubContent=!0:t.parentElement!=i._container.getNativeElement()&&(null!=t.parentElement&&t.parentElement.removeChild(t),i._container.getNativeElement().appendChild(t)),e.context=r,t.style.display="block",!0},t.hideToolTip=function(){t.style.display="none"},t.style.display="none",e},Object.defineProperty(r.prototype,"backgroundContent",{get:function(){return null!=this.i.backgroundContent?this.i.backgroundContent.externalObject:null},set:function(e){if("string"==typeof e&&"empty"==e)return this.i.backgroundContent=null,void this._a("backgroundContent","empty");null!=e&&null!=e?this.i.backgroundContent=e.i:(this.i.backgroundContent=null,this._a("backgroundContent","empty"))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(r,"observedAttributes",{get:function(){if(null==r._observedAttributesIgcGeographicMapComponent){for(var e=n.getAllPropertyNames(r),t=0;t<e.length;t++)e[t]=n.toSpinal(e[t]);r._observedAttributesIgcGeographicMapComponent=e}return r._observedAttributesIgcGeographicMapComponent},enumerable:!1,configurable:!0}),r.register=function(){r._isElementRegistered||(r._isElementRegistered=!0,n.RegisterElementHelper.registerElement(r.htmlTagName,r))},Object.defineProperty(r.prototype,"zoomable",{get:function(){return this.i.x1},set:function(e){this.i.x1=n.ensureBool(e),this._a("zoomable",this.i.x1)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"resizeBehavior",{get:function(){return this.i.xu},set:function(e){this.i.xu=n.ensureEnum(o,e),this._a("resizeBehavior",n.enumToString(o,this.i.xu))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"isHorizontalWrappingEnabled",{get:function(){return this.i.xy},set:function(e){this.i.xy=n.ensureBool(e),this._a("isHorizontalWrappingEnabled",this.i.xy)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"backgroundTilingMode",{get:function(){return this.i.xq},set:function(e){this.i.xq=n.ensureEnum(s,e),this._a("backgroundTilingMode",n.enumToString(s,this.i.xq))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"useWorldRectForZoomBounds",{get:function(){return this.i.x0},set:function(e){this.i.x0=n.ensureBool(e),this._a("useWorldRectForZoomBounds",this.i.x0)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"suppressZoomResetOnWorldRectChange",{get:function(){return this.i.xz},set:function(e){this.i.xz=n.ensureBool(e),this._a("suppressZoomResetOnWorldRectChange",this.i.xz)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"worldRect",{get:function(){return n.fromRect(this.i.zw)},set:function(e){this.i.zw=n.toRect(e),this._a("worldRect",n.rectToString(this.i.zw))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualWorldRect",{get:function(){return n.fromRect(this.i.zk)},set:function(e){this.i.zk=n.toRect(e),this._a("actualWorldRect",n.rectToString(this.i.zk))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"xAxis",{get:function(){var e=this.i.xj;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.xj=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"yAxis",{get:function(){var e=this.i.xl;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.xl=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"isMap",{get:function(){return this.i.fh},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"windowScale",{get:function(){return this.i.x6},set:function(e){this.i.x6=+e,this._a("windowScale",this.i.x6)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualWindowScale",{get:function(){return this.i.x5},set:function(e){this.i.x5=+e,this._a("actualWindowScale",this.i.x5)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"zoomIsReady",{get:function(){return this.i.x2},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.zo();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.y0(n.toRect(e))},r.prototype.updateWorldRect=function(e){this.i.yz(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.zl(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.zq(n.toRect(e));return n.fromRect(t)},r.prototype.getGeographicPoint=function(e){var t=this.i.zc(n.toPoint(e));return n.fromPoint(t)},r.prototype.getPixelPoint=function(e){var t=this.i.zd(n.toPoint(e));return n.fromPoint(t)},r.prototype.getWindowPoint=function(e){var t=this.i.ze(n.toPoint(e));return n.fromPoint(t)},r.prototype.clearTileCache=function(){this.i.yn()},r.prototype.styleUpdated=function(){this.i.yv()},r.prototype.getActualWindowScaleHorizontal=function(){return this.i.hz()},r.prototype.getActualWindowScaleVertical=function(){return this.i.h0()},r.prototype.deferredRefresh=function(){this.i.deferredRefresh()},r.prototype.exportVisualData=function(){return this.i.x9()},r.prototype.zoomToGeographic=function(e){this.i.y2(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),C=function(e){function i(t){var i=e.call(this)||this;if(t)for(var n=0;n<t.length;n++)i.add(t[n]);return i}return t.__extends(i,e),i.prototype._createInnerColl=function(){var e=new n.SyncableObservableCollection$2(n.String_$type,n.String_$type,0);return e.compare=function(e,t){var i=e;return i.equals?i.equals(t):i===t},e.createTo=function(e){return e},e.createFrom=function(e){return e},e},i}(n.IgCollection),P=function(e){return e[e.Aerial=0]="Aerial",e[e.AerialWithLabels=1]="AerialWithLabels",e[e.Road=2]="Road",e[e.CanvasDark=3]="CanvasDark",e[e.CanvasLight=4]="CanvasLight",e[e.CanvasGray=5]="CanvasGray",e}({}),M=n.markEnum("BingMapsImageryStyle","Aerial,0|AerialWithLabels,1|Road,2|CanvasDark,3|CanvasLight,4|CanvasGray,5"),I=function(){function e(){this._implementation=this.createImplementation(),this._implementation.externalObject=this,this.onImplementationCreated(),this._initializeAdapters&&this._initializeAdapters()}return e.prototype.createImplementation=function(){return new 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}(),T=function(){function e(){this._imageTilesReady=null,this._imageTilesReady_wrapped=null,this._imagesChanged=null,this._imagesChanged_wrapped=null,this._cancellingImage=null,this._cancellingImage_wrapped=null,this._downloadingImage=null,this._downloadingImage_wrapped=null,this._implementation=this.createImplementation(),this._implementation.externalObject=this,this.onImplementationCreated(),this._initializeAdapters&&this._initializeAdapters()}return e.prototype.createImplementation=function(){return null},Object.defineProperty(e.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),e._createFromInternal=function(e){if(!e)return null;if(!e.$type)return null;var t="Igc"+e.$type.name+"Component";return n.TypeRegistrar.isRegistered(t)?n.TypeRegistrar.create(t):null},e.prototype.onImplementationCreated=function(){},e.prototype._provideImplementation=function(e){this._implementation=e,this._implementation.externalObject=this,this.onImplementationCreated(),this._initializeAdapters&&this._initializeAdapters()},Object.defineProperty(e.prototype,"deferralHandler",{get:function(){return this.i.deferralHandler},set:function(e){this.i.deferralHandler=e},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"windowRect",{get:function(){return n.fromRect(this.i.windowRect)},set:function(e){this.i.windowRect=n.toRect(e)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"geographicMap",{get:function(){var e=this.i.geographicMap;return null==e?null:e.externalObject},set:function(e){this.i.geographicMap=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"referer",{get:function(){return this.i.referer},set:function(e){this.i.referer=e},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"isHorizontalWrappingEnabled",{get:function(){return this.i.isHorizontalWrappingEnabled},set:function(e){this.i.isHorizontalWrappingEnabled=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"userAgent",{get:function(){return this.i.userAgent},set:function(e){this.i.userAgent=e},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"opacity",{get:function(){return this.i.opacity},set:function(e){this.i.opacity=+e},enumerable:!1,configurable:!0}),e.prototype.findByName=function(e){return this.findEphemera&&e&&0==e.indexOf("@@e:")?this.findEphemera(e):this.geographicMap&&this.geographicMap.name&&this.geographicMap.name==e?this.geographicMap:null},e.prototype.clearTileCache=function(){this.i.clearTileCache()},Object.defineProperty(e.prototype,"imageTilesReady",{get:function(){return this._imageTilesReady},set:function(e){var t=this;null!==this._imageTilesReady_wrapped&&(this.i.imageTilesReady=n.delegateRemove(this.i.imageTilesReady,this._imageTilesReady_wrapped),this._imageTilesReady_wrapped=null,this._imageTilesReady=null),this._imageTilesReady=e,this._imageTilesReady_wrapped=function(e,i){var n=new 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 I;n._provideImplementation(i),t.beforeImagesChanged&&t.beforeImagesChanged(t,n),t._imagesChanged&&t._imagesChanged(t,n)},this.i.imagesChanged=n.delegateCombine(this.i.imagesChanged,this._imagesChanged_wrapped)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"cancellingImage",{get:function(){return this._cancellingImage},set:function(e){var t=this;null!==this._cancellingImage_wrapped&&(this.i.cancellingImage=n.delegateRemove(this.i.cancellingImage,this._cancellingImage_wrapped),this._cancellingImage_wrapped=null,this._cancellingImage=null),this._cancellingImage=e,this._cancellingImage_wrapped=function(e,i){var r=new n.IgcCancellingMultiScaleImageEventArgs;r._provideImplementation(i),t.beforeCancellingImage&&t.beforeCancellingImage(t,r),t._cancellingImage&&t._cancellingImage(t,r)},this.i.cancellingImage=n.delegateCombine(this.i.cancellingImage,this._cancellingImage_wrapped)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"downloadingImage",{get:function(){return this._downloadingImage},set:function(e){var t=this;null!==this._downloadingImage_wrapped&&(this.i.downloadingImage=n.delegateRemove(this.i.downloadingImage,this._downloadingImage_wrapped),this._downloadingImage_wrapped=null,this._downloadingImage=null),this._downloadingImage=e,this._downloadingImage_wrapped=function(e,i){var r=new n.IgcDownloadingMultiScaleImageEventArgs;r._provideImplementation(i),t.beforeDownloadingImage&&t.beforeDownloadingImage(t,r),t._downloadingImage&&t._downloadingImage(t,r)},this.i.downloadingImage=n.delegateCombine(this.i.downloadingImage,this._downloadingImage_wrapped)},enumerable:!1,configurable:!0}),e}(),$=function(e){function i(t){for(var i=[],r=1;r<arguments.length;r++)i[r-1]=arguments[r];var o=this;switch(t=null==t?0:t){case 0:o=e.call(this,n.String_$type,0)||this;break;case 1:var a=i[0];o=e.call(this,n.String_$type,1,a)||this}return o}return t.__extends(i,e),i.$t=n.markType(i,"SubDomainsCollection",n.ObservableCollection$1.$.specialize(n.String_$type)),i}(n.ObservableCollection$1),j=function(e){function i(t){var i=e.call(this,t)||this;return i.k=t,i}return t.__extends(i,e),i.prototype.m=function(){null==this.k.subDomains&&(this.k.subDomains=new $(0)),this.k.ap.tilePath=this.k.actualTilePath,this.k.ap.subDomains=this.k.actualSubDomains,this.k.ap.cultureName=this.k.cultureName},i.prototype.o=function(){this.k.ap.tilePath=this.k.actualTilePath},i.prototype.l=function(){this.k.ap.cultureName=this.k.cultureName},i.prototype.n=function(){this.k.ap.subDomains=this.k.actualSubDomains},i.$t=n.markType(i,"BingMapsMapImageryView",d.$),i}(d),O=function(e){function i(){var t=e.call(this,new n.BingMapsTileSource(0))||this;return t._pendingBingRequest_=null,t._isInitialized=!1,t.bz=null,t.bq=null,t.b0=null,t.by=null,t.getResponseCompleted=t.getResponseCompleted.bind(t),t.bp.m(),t.actualBingImageryRestUri=i.cc,t}return t.__extends(i,e),i.prototype.ai=function(){return new j(this)},i.prototype.bb=function(t){e.prototype.bb.call(this,t),this.bp=t},Object.defineProperty(i.prototype,"isInitialized",{get:function(){return this._isInitialized},set:function(e){this._isInitialized=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"actualTilePath",{get:function(){return this.bz},set:function(e){var t=this.bz;this.bz=e,this.cm("ActualTilePath",t,this.bz)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"actualSubDomains",{get:function(){return this.bq},set:function(e){var t=this.bq;this.bq=e,this.cm("ActualSubDomains",t,this.bq)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"bingImageryRestUri",{get:function(){return this.b0},set:function(e){var t=this.b0;this.b0=e,this.cm("BingImageryRestUri",t,this.b0)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"actualBingImageryRestUri",{get:function(){return this.by},set:function(e){var t=this.by;this.by=e,this.ba("ActualBingImageryRestUri",t,this.by)},enumerable:!1,configurable:!0}),i.prototype.requestMapSettings=function(){this.co(!0)},i.prototype.co=function(e){this.cl(e)},i.prototype.bw=function(){return null==this.tilePath&&null==this.subDomains},i.prototype.cq=function(){this.isInitialized=!1,this.bv()?this.isDeferredLoad||this.co(!1):this.cp("",null)},i.prototype.bv=function(){return!(n.stringIsNullOrEmpty(this.apiKey)||this.apiKey.length<20)},i.prototype.cj=function(){},i.prototype.cp=function(e,t){e!=this.actualTilePath&&(this.actualTilePath=e);var i=null==t?null:new $(1,t);this.actualSubDomains!=i&&(this.actualSubDomains=i),this.bp.m()},i.prototype.cl=function(e){if(e||!this.isDeferredLoad){if(!this.bv())return this.isInitialized=!1,void this.cp("",null);this.isInitialized=!0;var t=null;if(null!=this.bingImageryRestUri?n.Uri.isWellFormedUriString(this.bingImageryRestUri,1)&&(t=this.bingImageryRestUri):n.Uri.isWellFormedUriString(this.actualBingImageryRestUri,1)&&(t=this.actualBingImageryRestUri),null!=t){var i=this.imageryStyle,r=(t+=n.enumGetBox(M,i))+"?"+("key="+this.apiKey+"&include=ImageryProviders");this._pendingBingRequest_=n.HttpRequestUtil.submit(r,this.getResponseCompleted,null)}else this.cp("",null)}},i.prototype.getResponseCompleted=function(e,t){if(t==this._pendingBingRequest_){this._pendingBingRequest_=null;var i=e,r=JSON.parse(i).resourceSets;if(null!=r){var o=r.length>0?r[0].resources:null;if(null!=o&&0!=o.length){for(var a=o[0].imageUrl,s=new n.List$1(n.String_$type,0),c=0;c<o[0].imageUrlSubdomains.length;c++)s.add(o[0].imageUrlSubdomains[c]);this.cp(a,s)}}}},i.prototype.ci=function(e,t){this.aj.e(),this.cq(),this.cm(i.$$p[4],this.actualSubDomains,this.actualSubDomains)},i.prototype.cm=function(t,r,o){switch(t){case i.$$p[0]:case i.$$p[3]:this.cq();break;case i.$$p[5]:this.cj(),this.actualTilePath=o,this.bp.o(),this.aj.e();break;case i.$$p[1]:this.bp.l(),this.aj.e();break;case i.$$p[2]:this.cq();break;case i.$$p[4]:this.cj();var a=o;if(null!=this.actualSubDomains){var s=this.actualSubDomains;s.collectionChanged=n.delegateRemove(s.collectionChanged,n.runOn(this,this.ci))}this.actualSubDomains=a,null!=this.actualSubDomains&&(a.collectionChanged=n.delegateCombine(a.collectionChanged,n.runOn(this,this.ci))),this.bp.n(),this.aj.e();break;case"ActualTilePath":var c=o;n.stringIsNullOrEmpty(c)&&this.cq();break;case"BingImageryRestUri":this.actualBingImageryRestUri=o,this.cj(),this.cq();break;case"ActualBingImageryRestUri":this.cj(),this.cq()}e.prototype.ba.call(this,t,r,o)},i.$t=n.markType(i,"BingMapsMapImagery",f.$),i.cc="http://dev.virtualearth.net/REST/v1/Imagery/Metadata/",i.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,i,"cm",["ApiKey",[2,n.stringEmpty()],"CultureName",[2,"en-US"],"ImageryStyle",[M,n.enumGetBox(M,1)],"IsDeferredLoad",[0,!1],"SubDomains",[$.$,null],"TilePath",[2,null]]),i}(f),R=function(e){function i(){var t=e.call(this)||this;return t._subDomains=null,t._actualSubDomains=null,t}return t.__extends(i,e),i.prototype.createImplementation=function(){return new O},Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"isInitialized",{get:function(){return this.i.isInitialized},set:function(e){this.i.isInitialized=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"isDeferredLoad",{get:function(){return this.i.isDeferredLoad},set:function(e){this.i.isDeferredLoad=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"tilePath",{get:function(){return this.i.tilePath},set:function(e){this.i.tilePath=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"actualTilePath",{get:function(){return this.i.actualTilePath},set:function(e){this.i.actualTilePath=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"subDomains",{get:function(){if(null===this._subDomains){var e=new C,t=this.i.subDomains;t||(t=new $(0)),this._subDomains=e._fromInner(t),this.i.subDomains=t}return this._subDomains},set:function(e){null!==this._subDomains&&(this._subDomains._setSyncTarget(null),this._subDomains=null);var t=new C;this._subDomains=t._fromOuter(e);var i=new n.SyncableObservableCollection$1(n.String_$type),r=this.i.subDomains;r||(r=new $(0)),i._inner=r,i.clear(),this._subDomains._setSyncTarget(i),this.i.subDomains=r},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"actualSubDomains",{get:function(){if(null===this._actualSubDomains){var e=new C,t=this.i.actualSubDomains;t||(t=new $(0)),this._actualSubDomains=e._fromInner(t),this.i.actualSubDomains=t}return this._actualSubDomains},set:function(e){null!==this._actualSubDomains&&(this._actualSubDomains._setSyncTarget(null),this._actualSubDomains=null);var t=new C;this._actualSubDomains=t._fromOuter(e);var i=new n.SyncableObservableCollection$1(n.String_$type),r=this.i.actualSubDomains;r||(r=new $(0)),i._inner=r,i.clear(),this._actualSubDomains._setSyncTarget(i),this.i.actualSubDomains=r},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"bingImageryRestUri",{get:function(){return this.i.bingImageryRestUri},set:function(e){this.i.bingImageryRestUri=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"actualBingImageryRestUri",{get:function(){return this.i.actualBingImageryRestUri},set:function(e){this.i.actualBingImageryRestUri=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"cultureName",{get:function(){return this.i.cultureName},set:function(e){this.i.cultureName=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"apiKey",{get:function(){return this.i.apiKey},set:function(e){this.i.apiKey=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"imageryStyle",{get:function(){return this.i.imageryStyle},set:function(e){this.i.imageryStyle=n.ensureEnum(M,e)},enumerable:!1,configurable:!0}),i.prototype.requestMapSettings=function(){this.i.requestMapSettings()},i}(T),A=function(){function e(){}return e.register=function(){n.TypeRegistrar.registerCons("IgcBingMapsMapImagery",R),n.TypeRegistrar.register("BingMapsMapImagery",O.$type)},e}(),z=function(e){function i(){return e.call(this)||this}return t.__extends(i,e),i.prototype.createImplementation=function(){return new _},Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"tilePath",{get:function(){return this.i.tilePath},set:function(e){this.i.tilePath=e},enumerable:!1,configurable:!0}),i}(T),G=function(){function e(){}return e.register=function(){n.TypeRegistrar.registerCons("IgcOpenStreetMapImagery",z),n.TypeRegistrar.register("OpenStreetMapImagery",_.$type)},e}(),B=function(e){function i(){var t=e.call(this)||this;return t._getTileImageUri=null,t._getTileImageUri_wrapped=null,t}return t.__extends(i,e),Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"getTileImageUri",{get:function(){return this._getTileImageUri},set:function(e){var t=this;null!==this._getTileImageUri_wrapped&&(this.i.getTileImageUri=n.delegateRemove(this.i.getTileImageUri,this._getTileImageUri_wrapped),this._getTileImageUri_wrapped=null,this._getTileImageUri=null),this._getTileImageUri=e,this._getTileImageUri_wrapped=function(e,i){var r=new n.IgcGetTileImageUriArgs;r._provideImplementation(i),t.beforeGetTileImageUri&&t.beforeGetTileImageUri(t,r),t._getTileImageUri&&t._getTileImageUri(t,r)},this.i.getTileImageUri=n.delegateCombine(this.i.getTileImageUri,this._getTileImageUri_wrapped)},enumerable:!1,configurable:!0}),i}(T),D=function(e){function i(t){var i=e.call(this,t)||this;return i.getTileImageUri=null,t.getTileImageUri=n.delegateCombine(t.getTileImageUri,n.runOn(i,i.bq)),i}return t.__extends(i,e),i.prototype.bq=function(e,t){this.bp(t)},i.prototype.bp=function(e){null!=this.getTileImageUri&&this.getTileImageUri(this,e)},i.$t=n.markType(i,"CustomMapImagery",f.$),i}(f),q=function(){function e(){}return e.register=function(){n.TypeRegistrar.registerCons("IgcCustomMapImagery",B),n.TypeRegistrar.register("CustomMapImagery",D.$type)},e}(),E=function(e){function i(){var t=e.call(this,new n.ArcGISOnlineTileSource)||this;return t.bp=0,t.bu=null,t.bt=null,t._pendingTokenRequest_=null,t._pendingMapServerRequest_=null,t.bt="localhost",t.bu="https://www.arcgis.com/sharing/",t.bp=60,t.userToken=null,t.getResponseCompleted_MapServerResponse=t.getResponseCompleted_MapServerResponse.bind(t),t.getResponseCompleted_TokenResponse=t.getResponseCompleted_TokenResponse.bind(t),t}return t.__extends(i,e),Object.defineProperty(i.prototype,"mapServerUri",{get:function(){return this.c(i.mapServerUriProperty)},set:function(e){this.h(i.mapServerUriProperty,e)},enumerable:!1,configurable:!0}),i.cd=function(e,t){e.cf("MapServerUri",t.oldValue,t.newValue)},Object.defineProperty(i.prototype,"userName",{get:function(){return this.c(i.userNameProperty)},set:function(e){this.h(i.userNameProperty,e)},enumerable:!1,configurable:!0}),i.cg=function(e,t){e.cf("UserName",t.oldValue,t.newValue)},Object.defineProperty(i.prototype,"password",{get:function(){return this.c(i.passwordProperty)},set:function(e){this.h(i.passwordProperty,e)},enumerable:!1,configurable:!0}),i.ce=function(e,t){e.cf("Password",t.oldValue,t.newValue)},Object.defineProperty(i.prototype,"userToken",{get:function(){return this.c(i.userTokenProperty)},set:function(e){this.h(i.userTokenProperty,e)},enumerable:!1,configurable:!0}),i.ch=function(e,t){e.cf("UserToken",t.oldValue,t.newValue)},Object.defineProperty(i.prototype,"isMapPublic",{get:function(){return this.c(i.isMapPublicProperty)},set:function(e){this.h(i.isMapPublicProperty,e)},enumerable:!1,configurable:!0}),i.cc=function(e,t){e.cf("IsMapPublic",t.oldValue,t.newValue)},Object.defineProperty(i.prototype,"defaultTokenTimeout",{get:function(){return this.bp},set:function(e){this.bp=e,this.b8(!0)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"tokenGenerationEndPoint",{get:function(){return this.bu},set:function(e){this.bu=e,this.b8(!0)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"refererUri",{get:function(){return this.bt},set:function(e){this.bt=e,this.b8(!0)},enumerable:!1,configurable:!0}),i.prototype.acquireNewToken=function(){this.b8(!0)},i.prototype.b9=function(e){e()},i.prototype.b8=function(e){if(n.stringIsNullOrEmpty(this.userToken)&&0==e)this.ci();else{var t=this.tokenGenerationEndPoint;if(n.stringIsNullOrEmpty(t))this.userToken="";else if("/"!=t.substr(t.length-1,1)&&(t+="/"),n.stringIsNullOrEmpty(this.refererUri))this.userToken="";else{var r=this.defaultTokenTimeout;if(r<1&&(r=1),t+=n.stringFormat1(i.bv,this.userName,this.password,this.refererUri,r),n.Uri.isWellFormedUriString(t,1)){var o=t;this._pendingTokenRequest_=n.HttpRequestUtil.submit(o,this.getResponseCompleted_TokenResponse,null)}else this.userToken=""}}},i.prototype.ci=function(){if(!n.stringIsNullOrEmpty(this.mapServerUri)){var e=this.mapServerUri;if("/"==e.substr(e.length-1,1)&&n.stringRemove(e,e.length-1,1),this.isMapPublic)e=n.stringFormat("{0}?f=json",e);else{if(n.stringIsNullOrEmpty(this.userToken))return;e=n.stringFormat("{0}?f=json&token={1}",e,this.userToken)}if(n.Uri.isWellFormedUriString(e,1)){var t=e;this._pendingMapServerRequest_=n.HttpRequestUtil.submit(t,this.getResponseCompleted_MapServerResponse,null)}}},i.prototype.getResponseCompleted_TokenResponse=function(e,t){if(t==this._pendingTokenRequest_){this._pendingTokenRequest_=null;var i=e,n=JSON.parse(i);if(null!=n){var r="";null!=n.token&&(r=n.token),this.userToken=r}}},i.prototype.getResponseCompleted_MapServerResponse=function(e,t){if(t==this._pendingMapServerRequest_){this._pendingMapServerRequest_=null;var i=e,n=JSON.parse(i);null!=n&&null!=n.tileInfo&&(this.ap.levelOfDetail=n.tileInfo.lods.length)}},i.prototype.cf=function(t,i,r){var o=this,a=n.typeCast(n.ArcGISOnlineTileSource.$,this.ap);switch(t){case"MapServerUri":null!=a&&(a.mapServerUri=n.typeCast(n.String_$type,r)),this.ci();break;case"UserName":case"Password":if(n.stringIsNullOrEmpty(this.userName)||n.stringIsNullOrEmpty(this.password))return;this.b8(!0);break;case"UserToken":this.b9((function(){return a.userToken=o.userToken})),this.ci();break;case"IsMapPublic":a.isMapPublic=this.isMapPublic}e.prototype.ba.call(this,t,i,r)},i.$t=n.markType(i,"ArcGISOnlineMapImagery",f.$),i.bv="generateToken?username={0}&password={1}&client=referer&referer={2}&expiration={3}&f=pjson",i.mapServerUriProperty=n.DependencyProperty.i("MapServerUri",n.String_$type,i.$,new n.PropertyMetadata(2,null,i.cd)),i.userNameProperty=n.DependencyProperty.i("UserName",n.String_$type,i.$,new n.PropertyMetadata(2,null,i.cg)),i.passwordProperty=n.DependencyProperty.i("Password",n.String_$type,i.$,new n.PropertyMetadata(2,null,i.ce)),i.userTokenProperty=n.DependencyProperty.i("UserToken",n.String_$type,i.$,new n.PropertyMetadata(2,null,i.ch)),i.isMapPublicProperty=n.DependencyProperty.i("IsMapPublic",n.Boolean_$type,i.$,new n.PropertyMetadata(2,!0,i.cc)),i}(f),N=function(e){function i(){return e.call(this)||this}return t.__extends(i,e),i.prototype.createImplementation=function(){return new E},Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"mapServerUri",{get:function(){return this.i.mapServerUri},set:function(e){this.i.mapServerUri=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"userName",{get:function(){return this.i.userName},set:function(e){this.i.userName=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"password",{get:function(){return this.i.password},set:function(e){this.i.password=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"userToken",{get:function(){return this.i.userToken},set:function(e){this.i.userToken=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"isMapPublic",{get:function(){return this.i.isMapPublic},set:function(e){this.i.isMapPublic=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"defaultTokenTimeout",{get:function(){return this.i.defaultTokenTimeout},set:function(e){this.i.defaultTokenTimeout=+e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"tokenGenerationEndPoint",{get:function(){return this.i.tokenGenerationEndPoint},set:function(e){this.i.tokenGenerationEndPoint=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"refererUri",{get:function(){return this.i.refererUri},set:function(e){this.i.refererUri=e},enumerable:!1,configurable:!0}),i.prototype.acquireNewToken=function(){this.i.acquireNewToken()},i}(T),V=function(){function e(){}return e.register=function(){n.TypeRegistrar.registerCons("IgcArcGISOnlineMapImagery",N),n.TypeRegistrar.register("ArcGISOnlineMapImagery",E.$type)},e}(),U=function(){function e(){}return e.register=function(){A.register(),G.register(),q.register(),V.register(),v.register(),n.TypeRegistrar.registerCons("IgcGeographicMapComponent",v)},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.fd},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.w7},set:function(e){this.i.w7=+e,this._a("visibleFromScale",this.i.w7)},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.qi()},i.prototype.getItemValue=function(e,t){return this.i.kr(e,t)},i.prototype.getMemberPathValue=function(e){return this.i.mf(e)},i.prototype.getItem=function(e){return this.i.ko(n.toPoint(e))},i.prototype.getPreviousOrExactIndex=function(e,t){return this.i.kb(n.toPoint(e),t)},i.prototype.getNextOrExactIndex=function(e,t){return this.i.j9(n.toPoint(e),t)},i.prototype.getSeriesValue=function(e,t,i){return this.i.i6(n.toPoint(e),t,i)},i.prototype.getSeriesValuePosition=function(e,t,i){var r=this.i.wh(n.toPoint(e),t,i);return n.fromPoint(r)},i.prototype.getSeriesValueBoundingBox=function(e){var t=this.i.ws(n.toPoint(e));return n.fromRect(t)},i.prototype.getSeriesValueMarkerBoundingBox=function(e){var t=this.i.wu(n.toPoint(e));return n.fromRect(t)},i.prototype.getSeriesHighValue=function(e,t,i){return this.i.i2(n.toPoint(e),t,i)},i.prototype.getSeriesHighValuePosition=function(e,t,i){var r=this.i.wd(n.toPoint(e),t,i);return n.fromPoint(r)},i.prototype.getSeriesLowValue=function(e,t,i){return this.i.i4(n.toPoint(e),t,i)},i.prototype.getSeriesLowValuePosition=function(e,t,i){var r=this.i.wf(n.toPoint(e),t,i);return n.fromPoint(r)},i.prototype.getSeriesValuePositionFromSeriesPixel=function(e,t,i){var r=this.i.wi(n.toPoint(e),t,i);return n.fromPoint(r)},i.prototype.getSeriesValueFromSeriesPixel=function(e,t,i){return this.i.i7(n.toPoint(e),t,i)},i.prototype.getItemSpan=function(){return this.i.ix()},i.prototype.renderSeries=function(e){this.i.ru(e)},i.prototype.styleUpdated=function(){this.i.sg()},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.x4},set:function(e){this.i.x4=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"isCustomShapeStyleAllowed",{get:function(){return this.i.xp},set:function(e){this.i.xp=n.ensureBool(e),this._a("isCustomShapeStyleAllowed",this.i.xp)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"isCustomShapeMarkerStyleAllowed",{get:function(){return this.i.xo},set:function(e){this.i.xo=n.ensureBool(e),this._a("isCustomShapeMarkerStyleAllowed",this.i.xo)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"itemSearchMode",{get:function(){return this.i.xg},set:function(e){this.i.xg=n.ensureEnum(i.ShapeItemSearchMode_$type,e),this._a("itemSearchMode",n.enumToString(i.ShapeItemSearchMode_$type,this.i.xg))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"itemSearchThreshold",{get:function(){return this.i.xs},set:function(e){this.i.xs=+e,this._a("itemSearchThreshold",this.i.xs)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"fillMemberPath",{get:function(){return this.i.xt},set:function(e){this.i.xt=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"fillScale",{get:function(){var e=this.i.xf;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.xf=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"fillScaleUseGlobalValues",{get:function(){return this.i.xn},set:function(e){this.i.xn=n.ensureBool(e),this._a("fillScaleUseGlobalValues",this.i.xn)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"itemSearchPointsThreshold",{get:function(){return this.i.xr},set:function(e){this.i.xr=+e,this._a("itemSearchPointsThreshold",this.i.xr)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"shapefileDataSource",{get:function(){var e=this.i.xj;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.xj=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"shapeFilterResolution",{get:function(){return this.i.xq},set:function(e){this.i.xq=+e,this._a("shapeFilterResolution",this.i.xq)},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.xm=!1,t.xl=!1,t.assigningShapeStyle=null,t.assigningShapeMarkerStyle=null,t.xi=null,t.xk=!1,t}return t.__extends(r,e),r.prototype.ct=function(){return new W(this)},r.prototype.q3=function(t){e.prototype.q3.call(this,t),this.xh=t},r.prototype.get_ff=function(){return!0},r.prototype.get_ef=function(){return!0},r.prototype.rc=function(t,i,o,a){switch(e.prototype.rc.call(this,t,i,o,a),i){case"SeriesViewer":this.xh.cv();break;case"ShapeMemberPath":this.xh.cx();break;case r.$$p[8]:this.xh.cw();break;case r.$$p[4]:if(this.w5.yd=this.xp,this.xm=this.xp,this.xp){var s=this.w5;s.assigningShapeStyle=n.delegateCombine(s.assigningShapeStyle,n.runOn(this,this.x7))}else{var c=this.w5;c.assigningShapeStyle=n.delegateRemove(c.assigningShapeStyle,n.runOn(this,this.x7))}break;case r.$$p[3]:if(this.w5.yc=this.xo,this.xl=this.xo,this.xp){var l=this.w5;l.assigningShapeMarkerStyle=n.delegateCombine(l.assigningShapeMarkerStyle,n.runOn(this,this.x6))}else{var u=this.w5;u.assigningShapeMarkerStyle=n.delegateRemove(u.assigningShapeMarkerStyle,n.runOn(this,this.x6))}break;case r.$$p[5]:this.w5.xp=this.xg;break;case r.$$p[6]:this.w5.yu=this.xr;break;case r.$$p[7]:this.w5.yv=this.xs;break;case r.$$p[0]:this.w5.yz=this.xt;break;case r.$$p[1]:this.w5.xf=this.xf;break;case r.$$p[2]:this.w5.x8=this.xn;break;case"ShapefileDataSource":if(null!=o){var h=o;this.xk&&(h.importCompleted=n.delegateRemove(h.importCompleted,n.runOn(this,this.x8)))}if(null!=a){var p=a;if(p.count>0){this.x9();break}this.xk=!0,p.importCompleted=n.delegateCombine(p.importCompleted,n.runOn(this,this.x8))}}},r.prototype.x7=function(e,t){null!=this.assigningShapeStyle&&this.assigningShapeStyle(this,t)},r.prototype.x6=function(e,t){null!=this.assigningShapeMarkerStyle&&this.assigningShapeMarkerStyle(this,t)},r.prototype.x8=function(e,t){this.x9()},r.prototype.x9=function(){var e=this.xj.externalObject;this.itemsSource=e.getPointData()},Object.defineProperty(r.prototype,"xj",{get:function(){return this.xi},set:function(e){var t=this.xi;this.xi=e,t!=this.xi&&this.raisePropertyChanged("ShapefileDataSource",t,this.xi)},enumerable:!1,configurable:!0}),r.prototype.get_g8=function(){return!0},r.prototype.set_g8=function(t){e.prototype.set_g8.call(this,t)},r.$t=n.markType(r,"GeographicShapeSeriesBase",p.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["FillMemberPath:xt:ya",[2],"FillScale:xf:yb",[i.BrushScale.$],"FillScaleUseGlobalValues:xn:yc",[0,!1],"IsCustomShapeMarkerStyleAllowed:xo:yd",[0,!1],"IsCustomShapeStyleAllowed:xp:ye",[0,!1],"ItemSearchMode:xg:yf",[i.ShapeItemSearchMode_$type,n.enumGetBox(i.ShapeItemSearchMode_$type,0)],"ItemSearchPointsThreshold:xr:yg",[1,1e4],"ItemSearchThreshold:xs:yh",[1,1e4],"ShapeFilterResolution:xq:yi",[1,2],"ShapeMemberPath:x4:yj",[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.w5.zc=this.cu.x4},i.prototype.cv=function(){var e=this.cu.w5;if(null==this.cu.dc)return e.xj=null,void(e.xl=null);e.xj=this.cu.dc.xj,e.xl=this.cu.dc.xl},i.prototype.cx=function(){this.cu.w5.zc=this.cu.x4},i.prototype.cw=function(){this.cu.w5.yr=this.cu.xq},i.$t=n.markType(i,"GeographicShapeSeriesBaseView",g.$),i}(g),X=function(e){function r(t){var i=e.call(this,t)||this;return i.cy=null,i.cy=t,i.t||(i.cy.x4="points"),i}return t.__extends(r,e),r.prototype.a4=function(){e.prototype.a4.call(this),this.t||(this.cy.zr=i.Defaults.a8,this.cy.jq=i.Defaults.ac,this.cy.yq=i.Defaults.ab,this.cy.yn=i.Defaults.d,this.cy.yl=i.Defaults.a)},r.prototype.ci=function(){e.prototype.ci.call(this),this.cy.w5.aby=this.cy.zt,this.cy.w5.aar=this.cy.yo,this.cy.w5.abd=this.cy.y9,this.cy.w5.aau=this.cy.yq,this.cy.w5.aad=this.cy.yk},r.prototype.c3=function(){this.cy.w5.abd=this.cy.y9},r.prototype.c5=function(){this.cy.w5.aau=this.cy.yq},r.prototype.c0=function(){this.cy.w5.aad=this.cy.yk},r.prototype.c4=function(){this.cy.w5.aam=this.cy.yn},r.prototype.cz=function(){this.cy.w5.abu=this.cy.zq},r.prototype.c1=function(){this.cy.w5.abv=this.cy.zr},r.prototype.c2=function(){this.cy.w5.abx=this.cy.zs},r.prototype.c6=function(){this.cy.w5.aar=this.cy.yo},r.prototype.c7=function(){this.cy.w5.aby=this.cy.zt},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_fr=function(){return!0},r.prototype.ct=function(){return new X(this)},r.prototype.q3=function(t){e.prototype.q3.call(this,t),this.yp=t},r.prototype.w4=function(){var e=new i.ScatterPolygonSeries;return e.styleShape=n.delegateCombine(e.styleShape,n.runOn(this,this.y6)),e.propertyUpdated=n.delegateCombine(e.propertyUpdated,n.runOn(this,this.y7)),e},r.prototype.y6=function(e,t){null!=this.styleShape&&this.styleShape(this,t)},r.prototype.y7=function(e,t){n.typeCast(i.ScatterPolygonSeries.$,this.w5)},r.prototype.ip=function(){return this.yq},r.prototype.vq=function(){return this.zo},r.prototype.vr=function(){return this.zp},r.prototype.s3=function(){return this.y8},r.prototype.mc=function(){var e=n.typeCast(i.ScatterPolygonSeries.$,this.w5);return null==e?"Unknown":e.mc()},r.prototype.rc=function(t,i,n,o){switch(e.prototype.rc.call(this,t,i,n,o),i){case r.$$p[6]:this.w5.aak=this.ym;break;case r.$$p[5]:this.w5.aag=this.yl;break;case r.$$p[9]:this.yp.c3();break;case r.$$p[10]:this.yp.c5();break;case r.$$p[4]:this.yp.c0();break;case r.$$p[11]:this.yp.c4();break;case r.$$p[3]:this.yp.cz();break;case r.$$p[7]:this.yp.c1();break;case r.$$p[8]:this.yp.c2();break;case r.$$p[13]:this.yp.c6();break;case r.$$p[12]:this.yp.c7()}},r.prototype.jm=function(){return.7},r.$t=n.markType(r,"GeographicShapeSeries",H.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["ActualMarkerBrush:zo:za",[n.Brush.$],"ActualMarkerOutline:zp:zb",[n.Brush.$],"ActualMarkerTemplate:y8:zc",[n.DataTemplate.$,null],"MarkerBrush:zq:zd",[n.Brush.$],"MarkerCollisionAvoidance:yk:ze",[i.CollisionAvoidanceType_$type,n.enumGetBox(i.CollisionAvoidanceType_$type,0)],"MarkerFillMode:yl:zf",[i.MarkerFillMode_$type,n.enumGetBox(i.MarkerFillMode_$type,0)],"MarkerOutlineMode:ym:zg",[i.MarkerOutlineMode_$type,n.enumGetBox(i.MarkerOutlineMode_$type,0)],"MarkerOutline:zr:zh",[n.Brush.$],"MarkerStyle:zs:zi",[n.Style.$],"MarkerTemplate:y9:zj",[n.DataTemplate.$,null],"MarkerThickness:yq:zk",[1,n.DeviceUtils.g(2)],"MarkerType:yn:zl",[i.MarkerType_$type,n.enumGetBox(i.MarkerType_$type,2)],"ShapeStyle:zt:zm",[n.Style.$,null],"ShapeStyleSelector:yo:zn",[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.fr},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"shapeFill",{get:function(){return this.i.zt?this.i.zt.fill:null},set:function(e){this.ensureShapeStyle(),this.i.zt.fill=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"shapeStroke",{get:function(){return this.i.zt?this.i.zt.stroke:null},set:function(e){this.ensureShapeStyle(),this.i.zt.stroke=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"shapeStrokeThickness",{get:function(){return this.i.zt?this.i.zt.strokeThickness:NaN},set:function(e){this.ensureShapeStyle(),this.i.zt.strokeThickness=+e,this._a("shapeStrokeThickness",this.i.zt.strokeThickness)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"shapeOpacity",{get:function(){return this.i.zt?this.i.zt.opacity:NaN},set:function(e){this.ensureShapeStyle(),this.i.zt.opacity=+e,this._a("shapeOpacity",this.i.zt.opacity)},enumerable:!1,configurable:!0}),r.prototype.ensureShapeStyle=function(){this.i.zt||(this.i.zt=new n.Style)},Object.defineProperty(r.prototype,"markerType",{get:function(){return this.i.yn},set:function(e){this.i.yn=n.ensureEnum(i.MarkerType_$type,e),this._a("markerType",n.enumToString(i.MarkerType_$type,this.i.yn))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerOutlineMode",{get:function(){return this.i.ym},set:function(e){this.i.ym=n.ensureEnum(i.MarkerOutlineMode_$type,e),this._a("markerOutlineMode",n.enumToString(i.MarkerOutlineMode_$type,this.i.ym))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerFillMode",{get:function(){return this.i.yl},set:function(e){this.i.yl=n.ensureEnum(i.MarkerFillMode_$type,e),this._a("markerFillMode",n.enumToString(i.MarkerFillMode_$type,this.i.yl))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerTemplate",{get:function(){return this.i.y9},set:function(e){this.i.y9=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerBrush",{get:function(){return n.brushToString(this.i.zq)},set:function(e){this.i.zq=n.stringToBrush(e),this._a("markerBrush",n.brushToString(this.i.zq))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerOutline",{get:function(){return n.brushToString(this.i.zr)},set:function(e){this.i.zr=n.stringToBrush(e),this._a("markerOutline",n.brushToString(this.i.zr))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerThickness",{get:function(){return this.i.yq},set:function(e){this.i.yq=+e,this._a("markerThickness",this.i.yq)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerCollisionAvoidance",{get:function(){return this.i.yk},set:function(e){this.i.yk=n.ensureEnum(i.CollisionAvoidanceType_$type,e),this._a("markerCollisionAvoidance",n.enumToString(i.CollisionAvoidanceType_$type,this.i.yk))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualMarkerTemplate",{get:function(){return this.i.y8},set:function(e){this.i.y8=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualMarkerBrush",{get:function(){return n.brushToString(this.i.zo)},set:function(e){this.i.zo=n.stringToBrush(e),this._a("actualMarkerBrush",n.brushToString(this.i.zo))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualMarkerOutline",{get:function(){return n.brushToString(this.i.zp)},set:function(e){this.i.zp=n.stringToBrush(e),this._a("actualMarkerOutline",n.brushToString(this.i.zp))},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.jq=i.Defaults.aa)},r.prototype.ci=function(){e.prototype.ci.call(this),this.cy.w5.aad=this.cy.yk,this.cy.w5.aai=this.cy.ys},r.prototype.cz=function(){this.cy.w5.aad=this.cy.yk},r.prototype.c0=function(){this.cy.w5.aai=this.cy.ys},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_fs=function(){return!0},r.prototype.ct=function(){return new K(this)},r.prototype.q3=function(t){e.prototype.q3.call(this,t),this.yl=t},r.prototype.w4=function(){var e=new i.ScatterPolylineSeries;return e.styleShape=n.delegateCombine(e.styleShape,n.runOn(this,this.yp)),e},r.prototype.yp=function(e,t){null!=this.styleShape&&this.styleShape(this,t)},r.prototype.rc=function(t,i,n,o){switch(e.prototype.rc.call(this,t,i,n,o),i){case r.$$p[1]:this.yl.cz();break;case r.$$p[0]:this.yl.c0()}},r.$t=n.markType(r,"GeographicPolylineSeries",H.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["ShapeStyle:ys:yq",[n.Style.$,null],"ShapeStyleSelector:yk:yr",[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.fs},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"shapeFill",{get:function(){return this.i.ys?this.i.ys.fill:null},set:function(e){this.ensureShapeStyle(),this.i.ys.fill=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"shapeStroke",{get:function(){return this.i.ys?this.i.ys.stroke:null},set:function(e){this.ensureShapeStyle(),this.i.ys.stroke=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"shapeStrokeThickness",{get:function(){return this.i.ys?this.i.ys.strokeThickness:NaN},set:function(e){this.ensureShapeStyle(),this.i.ys.strokeThickness=+e,this._a("shapeStrokeThickness",this.i.ys.strokeThickness)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"shapeOpacity",{get:function(){return this.i.ys?this.i.ys.opacity:NaN},set:function(e){this.ensureShapeStyle(),this.i.ys.opacity=+e,this._a("shapeOpacity",this.i.ys.opacity)},enumerable:!1,configurable:!0}),r.prototype.ensureShapeStyle=function(){this.i.ys||(this.i.ys=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],"/","")),o=parseInt(n.stringReplace(i[4],"/","")),a=parseInt(n.stringReplace(n.stringReplace(i[5],"/",""),".png",""));null!=this.tileGenerator&&this.tileGenerator.cancelTile(r,o,a)},i.prototype.br=function(e,t){var i=this,r=t.uri.toString().split("/"),o=parseInt(n.stringReplace(r[3],"/","")),a=parseInt(n.stringReplace(r[4],"/","")),s=parseInt(n.stringReplace(n.stringReplace(r[5],"/",""),".png",""));t.uri=null;var c=t.image;null!=this.tileGenerator&&this.tileGenerator.getTile(o,a,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}(T),re=function(){function e(){}return e.register=function(){n.TypeRegistrar.registerCons("IgcTileGeneratorMapImagery",ne),n.TypeRegistrar.register("TileGeneratorMapImagery",ie.$type)},e}(),oe=function(e){function r(){var t=e.call(this)||this;return t.aae=null,t.aad=null,t.imageTilesReady=null,t.aah=null,t.aai=!1,t.ab=r.$,t}return t.__extends(r,e),r.prototype.bk=function(){return new r},r.prototype.get_f4=function(){return!0},r.prototype.ct=function(){return new ae(this)},r.prototype.q3=function(t){e.prototype.q3.call(this,t),this.aac=t},r.prototype.get_yf=function(){return!1},Object.defineProperty(r.prototype,"aag",{get:function(){return this.aae},set:function(e){if(e!=this.aag){var t=this.aag;this.aae=e,this.raisePropertyChanged("TileImagery",t,e)}},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"aaf",{get:function(){return this.aad},set:function(e){var t=this.aad;this.aad=e,this.raisePropertyChanged("ActualTileImagery",t,this.aad)},enumerable:!1,configurable:!0}),r.prototype.rc=function(t,i,r,o){var a,s;switch(e.prototype.rc.call(this,t,i,r,o),i){case"TileImagery":s=o,null!=(a=r)&&(a.propertyChanged=n.delegateRemove(a.propertyChanged,n.runOn(this,this.aal))),null!=s&&(s.propertyChanged=n.delegateCombine(s.propertyChanged,n.runOn(this,this.aal))),this.aac.dv(a,s),this.ru(!1),this.qn();break;case"ActualTileImagery":s=o,null!=(a=r)&&(a.imageTilesReady=n.delegateRemove(a.imageTilesReady,n.runOn(this,this.aam)),a.deferralHandler=null),null!=s&&(s.imageTilesReady=n.delegateCombine(s.imageTilesReady,n.runOn(this,this.aam)),s.deferralHandler=this),this.aac.du(a,s),null!=s&&null!==n.typeCast(y.$,this.dc)&&(s.geographicMap=this.dc,this.aao(this.cw),this.aac.dr(this.dc.wt)),this.qn();break;case"ActualWindowRect":this.aac.dr(o);break;case"WorldRect":this.aac.dy(o);break;case"SeriesViewer":var c=o;null!=r&&null!=this.aaf&&this.aaf.be(null),null!=c&&null!=this.aaf&&this.aaf.be(this.cw.ae);break;case"ActualBrush":case"ActualOutline":case"ActualThickness":this.qp()}},r.prototype.aal=function(e,t){"MultiScaleImage"==t.propertyName&&this.aao(this.cw)},r.prototype.aam=function(e,t){null!=this.imageTilesReady&&this.imageTilesReady(this,new n.EventArgs),this.aai||this.aac.dw()},r.prototype.register=function(e,t){this.aah=t},r.prototype.unRegister=function(e){this.aah=null},r.prototype.deferredRefresh=function(){this.ru(!1)},r.prototype.deferAction=function(e){null!=this.j0?this.j0.setTimeout(e,0):window.setTimeout(e,0)},r.prototype.su=function(t,i){this.aac.dx(),e.prototype.su.call(this,t,i)},r.prototype.rv=function(t){e.prototype.rv.call(this,t),this.aan(t,this.cw)},r.prototype.aan=function(e,t){var i,n,r=t,o=t.getViewInfo(i,n);i=o.p0,n=o.p1,this.aao(t),null!=this.aah&&(this.aai=!0,this.aah(e),this.aai=!1),r.dw()},r.prototype.rt=function(t,i,n,r,o){e.prototype.rt.call(this,t,i,n,r,o);var a=this.ho.item(r);a.bd(n),this.d7(a)||this.zs(a)},r.prototype.aao=function(e){var t,i,n=e.getViewInfo(t,i);t=n.p0,i=n.p1,null!=this.aag&&null!=this.aag.ao&&(this.aag!=this.aaf&&(this.aaf=this.aag),null==this.aaf||t.isEmpty||(this.aaf.width!=t.width&&(this.aaf.width=t.width),this.aaf.height!=t.height&&(this.aaf.height=t.height)))},r.prototype.o7=function(t,i){e.prototype.o7.call(this,t,i),i.ds()},r.$t=n.markType(r,"TileSeries",i.ShapeSeriesBase.$,[n.IMapRenderDeferralHandler_$type]),r}(i.ShapeSeriesBase),ae=function(e){function r(t){var i=e.call(this,t)||this;return i.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.v0=i.Defaults.tileSeries_Outline,this.dn.vk=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.aag&&(this.dn.aag.windowRect=e)},r.prototype.du=function(e,t){if(null==this.dq){this.dq=this.f.j0.createElement("canvas");var i=this.f.j0.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.aag&&this.dn.aag.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 o=n.truncate(Math.round(this.b9.left)),a=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,o,a,s,c,o,a,s,c),r&&this.m.z()}},r.prototype.dw=function(){this.a2()},r.prototype.ds=function(){},r.prototype.dy=function(e){null!=this.dn.aag&&this.dn.aag.a6()},r.$t=n.markType(r,"TileSeriesView",i.ShapeSeriesViewBase.$),r}(i.ShapeSeriesViewBase),se=function(e){function i(){return e.call(this)||this}return t.__extends(i,e),i.prototype.createImplementation=function(){return new oe},Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),i.prototype.connectedCallback=function(){e.prototype.connectedCallback&&e.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},i.prototype.disconnectedCallback=function(){e.prototype.disconnectedCallback&&e.prototype.disconnectedCallback.call(this),this.i.disconnectedCallback&&this.i.disconnectedCallback(),this._attached&&(this._attached=!1)},Object.defineProperty(i,"observedAttributes",{get:function(){if(null==i._observedAttributesIgcTileSeriesComponent){for(var e=n.getAllPropertyNames(i),t=0;t<e.length;t++)e[t]=n.toSpinal(e[t]);i._observedAttributesIgcTileSeriesComponent=e}return i._observedAttributesIgcTileSeriesComponent},enumerable:!1,configurable:!0}),i.register=function(){i._isElementRegistered||(i._isElementRegistered=!0,n.RegisterElementHelper.registerElement(i.htmlTagName,i))},Object.defineProperty(i.prototype,"isTile",{get:function(){return this.i.f4},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"tileImagery",{get:function(){var e=this.i.aag;return null==e?null:e.externalObject},set:function(e){this.i.aag=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",oe.$type)},e}(),le=function(e){function i(){var t=e.call(this)||this;return t.yl=null,t.yk=null,t.imageTilesReady=null,t.ab=i.$,t}return t.__extends(i,e),i.prototype.bk=function(){return new i},i.prototype.get_f4=function(){return!0},Object.defineProperty(i.prototype,"ym",{get:function(){return this.yl},set:function(e){if(e!=this.ym){var t=this.ym;this.yl=e,this.raisePropertyChanged("TileImagery",t,e)}},enumerable:!1,configurable:!0}),i.prototype.yq=function(){null!=this.ym&&this.ym.clearTileCache()},i.prototype.rc=function(t,i,n,r){switch(e.prototype.rc.call(this,t,i,n,r),i){case"TileImagery":null!=this.w5&&(this.w5.aag=this.ym)}},i.prototype.xa=function(t,i){if(e.prototype.xa.call(this,t,i),this.w5.aag=this.ym,null!=this.yk){var r=this.yk;r.imageTilesReady=n.delegateRemove(r.imageTilesReady,n.runOn(this,this.yp))}if(this.yk=this.w5,null!=this.yk){var o=this.yk;o.imageTilesReady=n.delegateCombine(o.imageTilesReady,n.runOn(this,this.yp))}},i.prototype.w4=function(){return new oe},i.prototype.yp=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.f4},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"tileImagery",{get:function(){var e=this.i.ym;return null==e?null:e.externalObject},set:function(e){this.i.ym=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.yq()},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(){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.xf},set:function(e){this.i.xf=n.ensureEnum(i.MarkerType_$type,e),this._a("markerType",n.enumToString(i.MarkerType_$type,this.i.xf))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerThickness",{get:function(){return this.i.xg},set:function(e){this.i.xg=+e,this._a("markerThickness",this.i.xg)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerOutlineMode",{get:function(){return this.i.xe},set:function(e){this.i.xe=n.ensureEnum(i.MarkerOutlineMode_$type,e),this._a("markerOutlineMode",n.enumToString(i.MarkerOutlineMode_$type,this.i.xe))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerFillMode",{get:function(){return this.i.xd},set:function(e){this.i.xd=n.ensureEnum(i.MarkerFillMode_$type,e),this._a("markerFillMode",n.enumToString(i.MarkerFillMode_$type,this.i.xd))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerTemplate",{get:function(){return this.i.xv},set:function(e){this.i.xv=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerBrush",{get:function(){return n.brushToString(this.i.x9)},set:function(e){this.i.x9=n.stringToBrush(e),this._a("markerBrush",n.brushToString(this.i.x9))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerOutline",{get:function(){return n.brushToString(this.i.ya)},set:function(e){this.i.ya=n.stringToBrush(e),this._a("markerOutline",n.brushToString(this.i.ya))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"maximumMarkers",{get:function(){return this.i.xh},set:function(e){this.i.xh=+e,this._a("maximumMarkers",this.i.xh)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualMarkerTemplate",{get:function(){return this.i.xu},set:function(e){this.i.xu=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualMarkerBrush",{get:function(){return n.brushToString(this.i.x7)},set:function(e){this.i.x7=n.stringToBrush(e),this._a("actualMarkerBrush",n.brushToString(this.i.x7))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualMarkerOutline",{get:function(){return n.brushToString(this.i.x8)},set:function(e){this.i.x8=n.stringToBrush(e),this._a("actualMarkerOutline",n.brushToString(this.i.x8))},enumerable:!1,configurable:!0}),r._observedAttributesIgcGeographicMarkerSeriesComponent=null,r}(L),ge=function(e){function r(){var t=e.call(this)||this,i=t.w5;return i.propertyUpdated=n.delegateCombine(i.propertyUpdated,n.runOn(t,t.xt)),t}return t.__extends(r,e),r.prototype.s3=function(){return this.xu},r.prototype.vq=function(){return this.x7},r.prototype.vr=function(){return this.x8},r.prototype.ip=function(){return this.xg},r.prototype.mc=function(){var e=n.typeCast(i.MarkerSeries.$,this.w5);return null==e?"Unknown":e.mc()},r.prototype.xt=function(e,t){var r=n.typeCast(i.MarkerSeries.$,this.w5);null!=r&&("ActualMarkerTemplate"==t.propertyName?this.xu=r.x5:"ActualMarkerOutline"==t.propertyName?this.x8=r.yn:"ActualMarkerBrush"==t.propertyName&&(this.x7=r.ym))},r.prototype.rc=function(t,i,n,o){switch(e.prototype.rc.call(this,t,i,n,o),i){case r.$$p[3]:this.w5.yo=this.x9;break;case r.$$p[6]:this.w5.yp=this.ya;break;case r.$$p[5]:this.w5.w9=this.xe;break;case r.$$p[4]:this.w5.w5=this.xd;break;case r.$$p[9]:this.w5.xf=this.xf;break;case r.$$p[7]:this.w5.x7=this.xv;break;case r.$$p[8]:this.w5.xo=this.xg;break;case r.$$p[10]:this.w5.aae=this.xh}},r.$t=n.markType(r,"GeographicMarkerSeries",p.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["ActualMarkerBrush:x7:xw",[n.Brush.$],"ActualMarkerOutline:x8:xx",[n.Brush.$],"ActualMarkerTemplate:xu:xy",[n.DataTemplate.$,null],"MarkerBrush:x9:xz",[n.Brush.$],"MarkerFillMode:xd:x0",[i.MarkerFillMode_$type,n.enumGetBox(i.MarkerFillMode_$type,0)],"MarkerOutlineMode:xe:x1",[i.MarkerOutlineMode_$type,n.enumGetBox(i.MarkerOutlineMode_$type,0)],"MarkerOutline:ya:x2",[n.Brush.$],"MarkerTemplate:xv:x3",[n.DataTemplate.$,null],"MarkerThickness:xg:x4",[1,n.DeviceUtils.g(2)],"MarkerType:xf:x5",[i.MarkerType_$type,n.enumGetBox(i.MarkerType_$type,i.Defaults.e)],"MaximumMarkers:xh:x6",[1,400]]),r}(p),ye=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.w5;t.aay=this.cu.y4,t.aa6=this.cu.y2,t.xf=this.cu.xf,t.x7=this.cu.xv,t.xo=this.cu.xg,t.ac8=this.cu.yo,t.ady=this.cu.y9,t.acx=this.cu.yg,t.ado=this.cu.y0,t.adj=this.cu.ys,t.acu=this.cu.yd,t.ac6=this.cu.yk,t.ac7=this.cu.yn,t.add=this.cu.yq,t.adc=this.cu.yp},i.prototype.c3=function(){this.cu.w5.aay=this.cu.y4},i.prototype.c2=function(){this.cu.w5.aa6=this.cu.y2},i.prototype.c8=function(){this.cu.w5.xf=this.cu.xf},i.prototype.c6=function(){this.cu.w5.x7=this.cu.xv},i.prototype.c7=function(){this.cu.w5.xo=this.cu.xg},i.prototype.c9=function(){this.cu.w5.aae=this.cu.xh},i.prototype.db=function(){this.cu.w5.xAxis=this.cu.dc.xj},i.prototype.dc=function(){this.cu.w5.yAxis=this.cu.dc.xl},i.prototype.da=function(){var e=this.cu.w5;if(null==this.cu.dc)return e.xAxis=null,void(e.yAxis=null);e.xAxis=this.cu.dc.xj,e.yAxis=this.cu.dc.xl},i.prototype.c4=function(){this.cu.w5.yo=this.cu.x9},i.prototype.c5=function(){this.cu.w5.yp=this.cu.ya},i.prototype.dd=function(){this.cu.w5.ady=this.cu.y9},i.prototype.de=function(){this.cu.w5.acx=this.cu.yg,this.cu.w5.ac8=this.cu.yo},i.prototype.cy=function(){this.cu.w5.ado=this.cu.y0},i.prototype.cw=function(){this.cu.w5.acu=this.cu.yd,this.cu.w5.ac6=this.cu.yk,this.cu.w5.ac7=this.cu.yn,this.cu.w5.add=this.cu.yq,this.cu.w5.adc=this.cu.yp},i.prototype.cv=function(){this.cu.w5.adj=this.cu.ys},i.prototype.df=function(){this.cu.w5.ac8=this.cu.yo},i.prototype.cx=function(){this.cu.w5.ac6=this.cu.yk},i.prototype.c1=function(){this.cu.w5.ac7=this.cu.yn},i.prototype.c0=function(){this.cu.w5.add=this.cu.yq},i.prototype.cz=function(){this.cu.w5.adc=this.cu.yp},i.$t=n.markType(i,"GeographicProportionalSymbolSeriesView",g.$),i}(g),fe=function(e){function r(){var t=e.call(this)||this;return t.ye=null,t.yj=!1,t.yi=!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 ye(this)},r.prototype.q3=function(t){e.prototype.q3.call(this,t),this.yh=t},r.prototype.jm=function(){return.7},r.prototype.w4=function(){return new i.BubbleSeries},r.prototype.get_ff=function(){return!0},r.prototype.rc=function(t,i,o,a){switch(e.prototype.rc.call(this,t,i,o,a),i){case"SeriesViewer":this.yh.da();break;case r.$$p[9]:this.yh.c3();break;case r.$$p[8]:this.yh.c2();break;case"XAxis":this.yh.db();break;case"YAxis":this.yh.dc();break;case r.$$p[13]:this.yh.dd();break;case r.$$p[14]:this.yh.de();break;case r.$$p[15]:this.yh.df();break;case r.$$p[7]:this.yh.cy();break;case r.$$p[0]:this.yh.cv();break;case r.$$p[1]:this.yh.cw();break;case r.$$p[2]:this.yh.cx();break;case r.$$p[12]:this.yh.c1();break;case r.$$p[11]:this.yh.c0();break;case r.$$p[10]:this.yh.cz();break;case r.$$p[4]:if(this.w5.zu=this.ym,this.yj=this.ym,this.ym){var s=this.w5;s.assigningScatterStyle=n.delegateCombine(s.assigningScatterStyle,n.runOn(this,this.ze))}else{var c=this.w5;c.assigningScatterStyle=n.delegateRemove(c.assigningScatterStyle,n.runOn(this,this.ze))}break;case r.$$p[3]:if(this.w5.zt=this.yl,this.yi=this.yl,this.ym){var l=this.w5;l.assigningScatterMarkerStyle=n.delegateCombine(l.assigningScatterMarkerStyle,n.runOn(this,this.zd))}else{var u=this.w5;u.assigningScatterMarkerStyle=n.delegateRemove(u.assigningScatterMarkerStyle,n.runOn(this,this.zd))}break;case r.$$p[5]:this.w5.zd=this.yf;break;case r.$$p[6]:this.w5.aad=this.yr}},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,"GeographicProportionalSymbolSeries",ge.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["FillMemberPath:ys:zf",[2],"FillScale:yd:zg",[i.BrushScale.$],"FillScaleUseGlobalValues:yk:zh",[0,!1],"IsCustomScatterMarkerStyleAllowed:yl:zi",[0,!1],"IsCustomScatterStyleAllowed:ym:zj",[0,!1],"ItemSearchMode:yf:zk",[i.ScatterItemSearchMode_$type,n.enumGetBox(i.ScatterItemSearchMode_$type,0)],"ItemSearchThreshold:yr:zl",[1,1e4],"LabelMemberPath:y0:zm",[2],"LatitudeMemberPath:y2:zn",[2,null],"LongitudeMemberPath:y4:zo",[2,null],"MarkerBrushBrightness:yp:zp",[1,NaN],"MarkerOutlineBrightness:yq:zq",[1,NaN],"MarkerOutlineUsesFillScale:yn:zr",[0,!1],"RadiusMemberPath:y9:zs",[2,null],"RadiusScale:yg:zt",[i.SizeScale.$],"RadiusScaleUseGlobalValues:yo:zu",[0,!1]]),r}(ge),de=function(e){function r(){var t=e.call(this)||this;return t._assigningScatterStyle=null,t._assigningScatterStyle_wrapped=null,t._assigningScatterMarkerStyle=null,t._assigningScatterMarkerStyle_wrapped=null,t}return t.__extends(r,e),r.prototype.createImplementation=function(){return new fe},Object.defineProperty(r.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),r.prototype.connectedCallback=function(){e.prototype.connectedCallback&&e.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},r.prototype.disconnectedCallback=function(){e.prototype.disconnectedCallback&&e.prototype.disconnectedCallback.call(this),this.i.disconnectedCallback&&this.i.disconnectedCallback(),this._attached&&(this._attached=!1)},Object.defineProperty(r,"observedAttributes",{get:function(){if(null==r._observedAttributesIgcGeographicProportionalSymbolSeriesComponent){for(var e=n.getAllPropertyNames(r),t=0;t<e.length;t++)e[t]=n.toSpinal(e[t]);r._observedAttributesIgcGeographicProportionalSymbolSeriesComponent=e}return r._observedAttributesIgcGeographicProportionalSymbolSeriesComponent},enumerable:!1,configurable:!0}),r.register=function(){r._isElementRegistered||(r._isElementRegistered=!0,n.RegisterElementHelper.registerElement(r.htmlTagName,r))},Object.defineProperty(r.prototype,"hasOnlyMarkers",{get:function(){return this.i.ek},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"latitudeMemberPath",{get:function(){return this.i.y2},set:function(e){this.i.y2=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"longitudeMemberPath",{get:function(){return this.i.y4},set:function(e){this.i.y4=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"radiusMemberPath",{get:function(){return this.i.y9},set:function(e){this.i.y9=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"radiusScale",{get:function(){var e=this.i.yg;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.yg=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"labelMemberPath",{get:function(){return this.i.y0},set:function(e){this.i.y0=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"fillMemberPath",{get:function(){return this.i.ys},set:function(e){this.i.ys=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"fillScale",{get:function(){var e=this.i.yd;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.yd=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"fillScaleUseGlobalValues",{get:function(){return this.i.yk},set:function(e){this.i.yk=n.ensureBool(e),this._a("fillScaleUseGlobalValues",this.i.yk)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerOutlineUsesFillScale",{get:function(){return this.i.yn},set:function(e){this.i.yn=n.ensureBool(e),this._a("markerOutlineUsesFillScale",this.i.yn)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerOutlineBrightness",{get:function(){return this.i.yq},set:function(e){this.i.yq=+e,this._a("markerOutlineBrightness",this.i.yq)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerBrushBrightness",{get:function(){return this.i.yp},set:function(e){this.i.yp=+e,this._a("markerBrushBrightness",this.i.yp)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"radiusScaleUseGlobalValues",{get:function(){return this.i.yo},set:function(e){this.i.yo=n.ensureBool(e),this._a("radiusScaleUseGlobalValues",this.i.yo)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"isCustomScatterStyleAllowed",{get:function(){return this.i.ym},set:function(e){this.i.ym=n.ensureBool(e),this._a("isCustomScatterStyleAllowed",this.i.ym)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"isCustomScatterMarkerStyleAllowed",{get:function(){return this.i.yl},set:function(e){this.i.yl=n.ensureBool(e),this._a("isCustomScatterMarkerStyleAllowed",this.i.yl)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"itemSearchMode",{get:function(){return this.i.yf},set:function(e){this.i.yf=n.ensureEnum(i.ScatterItemSearchMode_$type,e),this._a("itemSearchMode",n.enumToString(i.ScatterItemSearchMode_$type,this.i.yf))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"itemSearchThreshold",{get:function(){return this.i.yr},set:function(e){this.i.yr=+e,this._a("itemSearchThreshold",this.i.yr)},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.w5;e.prototype.ci.call(this),t.aay=this.cu.yt,t.aa6=this.cu.yr,t.xf=this.cu.xf,t.x7=this.cu.xv,t.xo=this.cu.xg},i.prototype.cw=function(){this.cu.w5.aay=this.cu.yt},i.prototype.cv=function(){this.cu.w5.aa6=this.cu.yr},i.prototype.c2=function(){this.cu.w5.xf=this.cu.xf},i.prototype.c0=function(){this.cu.w5.x7=this.cu.xv},i.prototype.c1=function(){this.cu.w5.xo=this.cu.xg},i.prototype.c3=function(){this.cu.w5.aae=this.cu.xh},i.prototype.c5=function(){this.cu.w5.xAxis=this.cu.dc.xj},i.prototype.c6=function(){this.cu.w5.yAxis=this.cu.dc.xl},i.prototype.c4=function(){var e=this.cu.w5;if(null==this.cu.dc)return e.xAxis=null,void(e.yAxis=null);e.xAxis=this.cu.dc.xj,e.yAxis=this.cu.dc.xl},i.prototype.cy=function(){this.cu.w5.yy=this.cu.yd},i.prototype.cx=function(){this.cu.w5.yo=this.cu.x9},i.prototype.cz=function(){this.cu.w5.yp=this.cu.ya},i.$t=n.markType(i,"GeographicSymbolSeriesView",g.$),i}(g),Se=function(e){function r(){var t=e.call(this)||this;return t.yf=null,t.yi=!1,t.yh=!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.q3=function(t){e.prototype.q3.call(this,t),this.yg=t},r.prototype.jm=function(){return.7},r.prototype.w4=function(){return new i.ScatterSeries},r.prototype.get_ff=function(){return!0},r.prototype.rc=function(t,i,o,a){switch(e.prototype.rc.call(this,t,i,o,a),i){case"SeriesViewer":this.yg.c4();break;case r.$$p[5]:this.yg.cw();break;case r.$$p[4]:this.yg.cv();break;case r.$$p[6]:this.yg.cy();break;case"XAxis":this.yg.c5();break;case"YAxis":this.yg.c6();break;case r.$$p[1]:if(this.w5.zu=this.yk,this.yi=this.yk,this.yk){var s=this.w5;s.assigningScatterStyle=n.delegateCombine(s.assigningScatterStyle,n.runOn(this,this.yy))}else{var c=this.w5;c.assigningScatterStyle=n.delegateRemove(c.assigningScatterStyle,n.runOn(this,this.yy))}break;case r.$$p[0]:if(this.w5.zt=this.yj,this.yh=this.yj,this.yk){var l=this.w5;l.assigningScatterMarkerStyle=n.delegateCombine(l.assigningScatterMarkerStyle,n.runOn(this,this.yx))}else{var u=this.w5;u.assigningScatterMarkerStyle=n.delegateRemove(u.assigningScatterMarkerStyle,n.runOn(this,this.yx))}break;case r.$$p[2]:this.w5.zd=this.ye;break;case r.$$p[3]:this.w5.aad=this.ym}},r.prototype.yy=function(e,t){null!=this.assigningScatterStyle&&this.assigningScatterStyle(this,t)},r.prototype.yx=function(e,t){null!=this.assigningScatterMarkerStyle&&this.assigningScatterMarkerStyle(this,t)},r.$t=n.markType(r,"GeographicSymbolSeries",ge.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["IsCustomScatterMarkerStyleAllowed:yj:yz",[0,!1],"IsCustomScatterStyleAllowed:yk:y0",[0,!1],"ItemSearchMode:ye:y1",[i.ScatterItemSearchMode_$type,n.enumGetBox(i.ScatterItemSearchMode_$type,0)],"ItemSearchThreshold:ym:y2",[1,1e4],"LatitudeMemberPath:yr:y3",[2,null],"LongitudeMemberPath:yt:y4",[2,null],"MarkerCollisionAvoidance:yd:y5",[i.CollisionAvoidanceType_$type,n.enumGetBox(i.CollisionAvoidanceType_$type,0)],"UseLightweightMarkers:yl:y6",[0,!1]]),r}(ge),_e=function(e){function r(){var t=e.call(this)||this;return t._assigningScatterStyle=null,t._assigningScatterStyle_wrapped=null,t._assigningScatterMarkerStyle=null,t._assigningScatterMarkerStyle_wrapped=null,t}return t.__extends(r,e),r.prototype.createImplementation=function(){return new Se},Object.defineProperty(r.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),r.prototype.connectedCallback=function(){e.prototype.connectedCallback&&e.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},r.prototype.disconnectedCallback=function(){e.prototype.disconnectedCallback&&e.prototype.disconnectedCallback.call(this),this.i.disconnectedCallback&&this.i.disconnectedCallback(),this._attached&&(this._attached=!1)},Object.defineProperty(r,"observedAttributes",{get:function(){if(null==r._observedAttributesIgcGeographicSymbolSeriesComponent){for(var e=n.getAllPropertyNames(r),t=0;t<e.length;t++)e[t]=n.toSpinal(e[t]);r._observedAttributesIgcGeographicSymbolSeriesComponent=e}return r._observedAttributesIgcGeographicSymbolSeriesComponent},enumerable:!1,configurable:!0}),r.register=function(){r._isElementRegistered||(r._isElementRegistered=!0,n.RegisterElementHelper.registerElement(r.htmlTagName,r))},Object.defineProperty(r.prototype,"hasOnlyMarkers",{get:function(){return this.i.ek},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"latitudeMemberPath",{get:function(){return this.i.yr},set:function(e){this.i.yr=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"longitudeMemberPath",{get:function(){return this.i.yt},set:function(e){this.i.yt=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerCollisionAvoidance",{get:function(){return this.i.yd},set:function(e){this.i.yd=n.ensureEnum(i.CollisionAvoidanceType_$type,e),this._a("markerCollisionAvoidance",n.enumToString(i.CollisionAvoidanceType_$type,this.i.yd))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"isCustomScatterStyleAllowed",{get:function(){return this.i.yk},set:function(e){this.i.yk=n.ensureBool(e),this._a("isCustomScatterStyleAllowed",this.i.yk)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"isCustomScatterMarkerStyleAllowed",{get:function(){return this.i.yj},set:function(e){this.i.yj=n.ensureBool(e),this._a("isCustomScatterMarkerStyleAllowed",this.i.yj)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"itemSearchMode",{get:function(){return this.i.ye},set:function(e){this.i.ye=n.ensureEnum(i.ScatterItemSearchMode_$type,e),this._a("itemSearchMode",n.enumToString(i.ScatterItemSearchMode_$type,this.i.ye))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"itemSearchThreshold",{get:function(){return this.i.ym},set:function(e){this.i.ym=+e,this._a("itemSearchThreshold",this.i.ym)},enumerable:!1,configurable:!0}),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}(),we=function(e){function i(){return e.call(this)||this}return t.__extends(i,e),Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),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.xh},set:function(e){this.i.xh=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"latitudeMemberPath",{get:function(){return this.i.xf},set:function(e){this.i.xf=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"trianglesSource",{get:function(){return this.i.xe},set:function(e){this.i.xe=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"triangleVertexMemberPath1",{get:function(){return this.i.xk},set:function(e){this.i.xk=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"triangleVertexMemberPath2",{get:function(){return this.i.xm},set:function(e){this.i.xm=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"triangleVertexMemberPath3",{get:function(){return this.i.xo},set:function(e){this.i.xo=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 w},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.ew},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"colorMemberPath",{get:function(){return this.i.x3},set:function(e){this.i.x3=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"colorScale",{get:function(){var e=this.i.xy;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.xy=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualColorScale",{get:function(){var e=this.i.xx;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.xx=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.x8()},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}(we),ve=function(){function e(){}return e.register=function(){i.IgcScatterAreaSeriesModule.register(),ke.register(),n.TypeRegistrar.registerCons("IgcGeographicScatterAreaSeriesComponent",ke),n.TypeRegistrar.register("GeographicScatterAreaSeries",w.$type)},e}(),Ce=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.w5);t.ze=this.cu.xu,t.zm=this.cu.xs,t.xr=this.cu.xh,t.xq=this.cu.xg,t.f9=this.cu.xf,t.ym=this.cu.xj,t.yl=this.cu.xi,t.aak=this.cu.yd,t.aaj=this.cu.yc,t.yy=this.cu.xm},r.prototype.c0=function(){this.cu.w5.ze=this.cu.xu},r.prototype.cz=function(){this.cu.w5.zm=this.cu.xs},r.prototype.c5=function(){this.cu.w5.xr=this.cu.xh},r.prototype.c3=function(){this.cu.w5.xq=this.cu.xg},r.prototype.c1=function(){this.cu.w5.f9=this.cu.xf},r.prototype.cy=function(){this.cu.w5.ym=this.cu.xj},r.prototype.cw=function(){this.cu.w5.yl=this.cu.xi},r.prototype.c4=function(){var e=n.typeCast(i.HighDensityScatterSeries.$,this.cu.w5);if(null==this.cu.dc)return e.xa=null,void(e.xc=null);e.xa=this.cu.dc.xj,e.xc=this.cu.dc.xl},r.prototype.c6=function(){this.cu.w5.xa=this.cu.dc.xj},r.prototype.c7=function(){this.cu.w5.xc=this.cu.dc.xl},r.prototype.cx=function(){this.cu.w5.aak=this.cu.yd},r.prototype.cv=function(){this.cu.w5.aaj=this.cu.yc},r.prototype.c2=function(){this.cu.w5.yy=this.cu.xm},r.prototype.a4=function(){e.prototype.a4.call(this),this.t||(this.cu.yd=i.Defaults.bf,this.cu.yc=i.Defaults.be,this.cu.vk=i.Defaults.ba,this.cu.v0=i.Defaults.a9)},r.$t=n.markType(r,"GeographicHighDensityScatterSeriesView",g.$),r}(g),Pe=function(e){function r(){var t=e.call(this)||this;return t.xd=null,t.progressiveLoadStatusChanged=null,t.xl=0,t.ab=r.$,t}return t.__extends(r,e),r.prototype.bk=function(){return new r},r.prototype.jl=function(){return n.isNaN_(this.jk)?i.Defaults.ad:e.prototype.jl.call(this)},r.prototype.get_fp=function(){return!0},r.prototype.ct=function(){return new Ce(this)},r.prototype.q3=function(t){e.prototype.q3.call(this,t),this.xe=t},r.prototype.w4=function(){return this.xd=new i.HighDensityScatterSeries,this.xd},Object.defineProperty(r.prototype,"xn",{get:function(){return this.xl},set:function(e){var t=this.xl;this.xl=e,this.raisePropertyChanged("ProgressiveStatus",t,this.xl)},enumerable:!1,configurable:!0}),r.prototype.xa=function(t,i){e.prototype.xa.call(this,t,i);var r=this.w5;r.progressiveLoadStatusChanged=n.delegateCombine(r.progressiveLoadStatusChanged,n.runOn(this,this.x1));var o=this.w5;o.propertyUpdated=n.delegateCombine(o.propertyUpdated,n.runOn(this,this.x0))},r.prototype.x1=function(e,t){this.xn=t.currentStatus,null!=this.progressiveLoadStatusChanged&&this.progressiveLoadStatusChanged(this,t)},r.prototype.x0=function(e,t){this.xd},r.prototype.rc=function(t,i,n,o){switch(e.prototype.rc.call(this,t,i,n,o),i){case"SeriesViewer":this.xe.c4();break;case r.$$p[5]:this.xe.c0();break;case r.$$p[4]:this.xe.cz();break;case r.$$p[9]:this.xe.c5();break;case r.$$p[8]:this.xe.c3();break;case r.$$p[6]:this.xe.c1();break;case"XAxis":this.xe.c6();break;case"YAxis":this.xe.c7();break;case r.$$p[3]:this.xe.cy();break;case r.$$p[1]:this.xe.cw();break;case r.$$p[2]:this.xe.cx();break;case r.$$p[0]:this.xe.cv();break;case r.$$p[7]:this.xe.c2()}},r.prototype.get_g8=function(){return!0},r.prototype.set_g8=function(t){e.prototype.set_g8.call(this,t)},r.$t=n.markType(r,"GeographicHighDensityScatterSeries",p.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["HeatMaximumColor:yc:x2",[n.Color.$,i.Defaults.be],"HeatMaximum:xi:x3",[1,50],"HeatMinimumColor:yd:x4",[n.Color.$,i.Defaults.bf],"HeatMinimum:xj:x5",[1,0],"LatitudeMemberPath:xs:x6",[2,null],"LongitudeMemberPath:xu:x7",[2,null],"MouseOverEnabled:xf:x8",[0,!1],"PointExtent:xm:x9",[1,1],"ProgressiveLoad:xg:ya",[0,!0],"UseBruteForce:xh:yb",[0,!1]]),r}(p),Me=function(e){function r(){var t=e.call(this)||this;return t._progressiveLoadStatusChanged=null,t._progressiveLoadStatusChanged_wrapped=null,t}return t.__extends(r,e),r.prototype.createImplementation=function(){return new Pe},Object.defineProperty(r.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),r.prototype.connectedCallback=function(){e.prototype.connectedCallback&&e.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},r.prototype.disconnectedCallback=function(){e.prototype.disconnectedCallback&&e.prototype.disconnectedCallback.call(this),this.i.disconnectedCallback&&this.i.disconnectedCallback(),this._attached&&(this._attached=!1)},Object.defineProperty(r,"observedAttributes",{get:function(){if(null==r._observedAttributesIgcGeographicHighDensityScatterSeriesComponent){for(var e=n.getAllPropertyNames(r),t=0;t<e.length;t++)e[t]=n.toSpinal(e[t]);r._observedAttributesIgcGeographicHighDensityScatterSeriesComponent=e}return r._observedAttributesIgcGeographicHighDensityScatterSeriesComponent},enumerable:!1,configurable:!0}),r.register=function(){r._isElementRegistered||(r._isElementRegistered=!0,n.RegisterElementHelper.registerElement(r.htmlTagName,r))},Object.defineProperty(r.prototype,"isPixel",{get:function(){return this.i.fp},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"latitudeMemberPath",{get:function(){return this.i.xs},set:function(e){this.i.xs=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"longitudeMemberPath",{get:function(){return this.i.xu},set:function(e){this.i.xu=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"useBruteForce",{get:function(){return this.i.xh},set:function(e){this.i.xh=n.ensureBool(e),this._a("useBruteForce",this.i.xh)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"progressiveLoad",{get:function(){return this.i.xg},set:function(e){this.i.xg=n.ensureBool(e),this._a("progressiveLoad",this.i.xg)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"mouseOverEnabled",{get:function(){return this.i.xf},set:function(e){this.i.xf=n.ensureBool(e),this._a("mouseOverEnabled",this.i.xf)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"heatMinimum",{get:function(){return this.i.xj},set:function(e){this.i.xj=+e,this._a("heatMinimum",this.i.xj)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"heatMaximum",{get:function(){return this.i.xi},set:function(e){this.i.xi=+e,this._a("heatMaximum",this.i.xi)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"heatMinimumColor",{get:function(){return n.colorToString(this.i.yd)},set:function(e){this.i.yd=n.stringToColor(e),this._a("heatMinimumColor",n.colorToString(this.i.yd))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"heatMaximumColor",{get:function(){return n.colorToString(this.i.yc)},set:function(e){this.i.yc=n.stringToColor(e),this._a("heatMaximumColor",n.colorToString(this.i.yc))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"pointExtent",{get:function(){return this.i.xm},set:function(e){this.i.xm=+e,this._a("pointExtent",this.i.xm)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"progressiveStatus",{get:function(){return this.i.xn},set:function(e){this.i.xn=+e,this._a("progressiveStatus",this.i.xn)},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),Ie=function(){function e(){}return e.register=function(){i.IgcHighDensityScatterSeriesModule.register(),Me.register(),n.TypeRegistrar.registerCons("IgcGeographicHighDensityScatterSeriesComponent",Me),n.TypeRegistrar.register("GeographicHighDensityScatterSeries",Pe.$type)},e}(),Te=function(e){function r(t){var i=e.call(this,t)||this;return i.c2=null,i.c2=t,i}return t.__extends(r,e),r.prototype.a4=function(){e.prototype.a4.call(this),this.t||(this.c2.jq=i.Defaults.z)},r.prototype.ci=function(){e.prototype.ci.call(this),null!=this.c2.w5&&(this.c2.xx.y0=this.c2.x0,this.c2.xx.za=this.c2.x4)},r.prototype.c3=function(){null!=this.c2.xx&&(this.c2.xx.y0=this.c2.x0)},r.prototype.c4=function(){null!=this.c2.xx&&(this.c2.xx.za=this.c2.x4)},r.$t=n.markType(r,"GeographicContourLineSeriesView",b.$),r}(b),$e=function(e){function r(){var t=e.call(this)||this;return t.triangulationStatusChanged=null,t.ab=r.$,t}return t.__extends(r,e),r.prototype.bk=function(){return new r},r.prototype.get_fk=function(){return!0},r.prototype.xa=function(t,i){e.prototype.xa.call(this,t,i)},r.prototype.w4=function(){this.xx=new i.ScatterContourSeries;var e=this.xx;e.triangulationStatusChanged=n.delegateCombine(e.triangulationStatusChanged,n.runOn(this,this.x7));var t=this.xx;return t.propertyUpdated=n.delegateCombine(t.propertyUpdated,n.runOn(this,this.x8)),this.xx},r.prototype.x7=function(e,t){null!=this.triangulationStatusChanged&&this.triangulationStatusChanged(this,t)},r.prototype.x8=function(e,t){var r=n.typeCast(i.ScatterContourSeries.$,this.w5);null!=r&&"ActualFillScale"==t.propertyName&&(this.xz=r.yz)},r.prototype.sl=function(){e.prototype.sl.call(this)},r.prototype.ct=function(){return new Te(this)},r.prototype.q3=function(t){e.prototype.q3.call(this,t),this.x1=t},r.prototype.rc=function(t,i,n,o){switch(e.prototype.rc.call(this,t,i,n,o),i){case r.$$p[1]:this.x1.c3();break;case r.$$p[2]:this.x1.c4();break;case r.$$p[3]:this.xx.yx=this.xw;break;case"DashArray":this.xx.v7=this.v7;break;case"DashCap":this.xx.v8=this.v8;break;case"MiterLimit":this.xx.ji=this.ji;break;case"LineJoin":this.xx.wa=this.wa}},r.$t=n.markType(r,"GeographicContourLineSeries",x.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["ActualFillScale:xz:x9",[i.ValueBrushScale.$,null],"FillScale:x0:ya",[i.ValueBrushScale.$,null],"ValueMemberPath:x4:yb",[2,"value"],"ValueResolver:xw:yc",[i.ContourValueResolver.$,null]]),r}(x),je=function(e){function r(){var t=e.call(this)||this;return t._triangulationStatusChanged=null,t._triangulationStatusChanged_wrapped=null,t}return t.__extends(r,e),r.prototype.createImplementation=function(){return new $e},Object.defineProperty(r.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),r.prototype.connectedCallback=function(){e.prototype.connectedCallback&&e.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},r.prototype.disconnectedCallback=function(){e.prototype.disconnectedCallback&&e.prototype.disconnectedCallback.call(this),this.i.disconnectedCallback&&this.i.disconnectedCallback(),this._attached&&(this._attached=!1)},Object.defineProperty(r,"observedAttributes",{get:function(){if(null==r._observedAttributesIgcGeographicContourLineSeriesComponent){for(var e=n.getAllPropertyNames(r),t=0;t<e.length;t++)e[t]=n.toSpinal(e[t]);r._observedAttributesIgcGeographicContourLineSeriesComponent=e}return r._observedAttributesIgcGeographicContourLineSeriesComponent},enumerable:!1,configurable:!0}),r.register=function(){r._isElementRegistered||(r._isElementRegistered=!0,n.RegisterElementHelper.registerElement(r.htmlTagName,r))},Object.defineProperty(r.prototype,"isLineContour",{get:function(){return this.i.fk},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"valueMemberPath",{get:function(){return this.i.x4},set:function(e){this.i.x4=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"fillScale",{get:function(){var e=this.i.x0;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.x0=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualFillScale",{get:function(){var e=this.i.xz;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.xz=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"valueResolver",{get:function(){var e=this.i.xw;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.xw=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}(we),Oe=function(){function e(){}return e.register=function(){i.IgcScatterContourSeriesModule.register(),je.register(),n.TypeRegistrar.registerCons("IgcGeographicContourLineSeriesComponent",je),n.TypeRegistrar.register("GeographicContourLineSeries",$e.$type)},e}(),Re=function(){function e(){}return e.register=function(){Q.register(),te.register(),re.register(),n.IgcHeatTileGeneratorModule.register(),he.register(),i.IgcSizeScaleModule.register(),i.IgcValueBrushScaleModule.register(),i.IgcCustomPaletteColorScaleModule.register(),be.register(),xe.register(),ve.register(),Ie.register(),Oe.register(),U.register(),n.IgcShapeDataSourceModule.register()},e}(),Ae=function(e){function i(){var t=null!==e&&e.apply(this,arguments)||this;return t._token=null,t._expires=0,t._ssl=!1,t}return t.__extends(i,e),Object.defineProperty(i.prototype,"token",{get:function(){return this._token},set:function(e){this._token=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"expires",{get:function(){return this._expires},set:function(e){this._expires=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"ssl",{get:function(){return this._ssl},set:function(e){this._ssl=e},enumerable:!1,configurable:!0}),i.$t=n.markType(i,"TokenResponseModel"),i}(n.Base),ze=function(e){function i(){var t=null!==e&&e.apply(this,arguments)||this;return t._name=null,t._tileInfo=null,t}return t.__extends(i,e),Object.defineProperty(i.prototype,"name",{get:function(){return this._name},set:function(e){this._name=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"tileInfo",{get:function(){return this._tileInfo},set:function(e){this._tileInfo=e},enumerable:!1,configurable:!0}),i.$t=n.markType(i,"MapServerResponseModel"),i}(n.Base),Ge=function(e){function i(){var t=null!==e&&e.apply(this,arguments)||this;return t._lods=null,t}return t.__extends(i,e),Object.defineProperty(i.prototype,"lods",{get:function(){return this._lods},set:function(e){this._lods=e},enumerable:!1,configurable:!0}),i.$t=n.markType(i,"TileInfoResponseModel"),i}(n.Base),Be=function(e){function i(){var t=null!==e&&e.apply(this,arguments)||this;return t._level=0,t._resolution=0,t._scale=0,t}return t.__extends(i,e),Object.defineProperty(i.prototype,"level",{get:function(){return this._level},set:function(e){this._level=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"resolution",{get:function(){return this._resolution},set:function(e){this._resolution=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"scale",{get:function(){return this._scale},set:function(e){this._scale=e},enumerable:!1,configurable:!0}),i.$t=n.markType(i,"LevelOfDetailResponseModel"),i}(n.Base),De=function(e){function i(t){var i=e.call(this,t)||this;return i.cu=null,i.cu=t,i}return t.__extends(i,e),i.$t=n.markType(i,"GeographicProportionalSymbolSeriesBaseView",g.$),i}(g),qe=function(e){function i(t){var i=e.call(this,t)||this;return i.cu=null,i.cu=t,i}return t.__extends(i,e),i.$t=n.markType(i,"GeographicShapeSeriesBaseBaseView",g.$),i}(g),Ee=function(e){function i(t){var i=e.call(this,t)||this;return i.cu=null,i.cu=t,i}return t.__extends(i,e),i.$t=n.markType(i,"GeographicSymbolSeriesBaseView",g.$),i}(g),Ne=function(e){function i(t){var i=e.call(this,t)||this;return i.cu=null,i.cu=t,i}return t.__extends(i,e),i.$t=n.markType(i,"GeographicXYTriangulatingSeriesBaseView",g.$),i}(g),Ve=function(e){function i(){var t=e.call(this)||this;return t.b=null,t.a=null,t.a=new n.List$1(n.String_$type,0),t}return t.__extends(i,e),i.$t=n.markType(i,"ImageryMetadata"),i}(n.Base),Ue=function(e){function i(){var t=e.call(this)||this;return t.a=null,t.a=new n.List$1(Ve.$,0),t}return t.__extends(i,e),i.$t=n.markType(i,"BingResourceSet"),i}(n.Base),Le=function(e){function i(){var t=e.call(this)||this;return t.a=null,t.a=new n.List$1(Ue.$,0),t}return t.__extends(i,e),i.$t=n.markType(i,"BingResponse"),i}(n.Base),Fe=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(i,e),i.$t=n.markType(i,"GeographicMarkerSeriesBase",ge.$),i}(ge),He=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(i,e),i.$t=n.markType(i,"GeographicProportionalSymbolSeriesBase",Fe.$),i}(Fe),We=function(e){function i(){return e.call(this)||this}return t.__extends(i,e),Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),i.prototype.connectedCallback=function(){e.prototype.connectedCallback&&e.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},i.prototype.disconnectedCallback=function(){e.prototype.disconnectedCallback&&e.prototype.disconnectedCallback.call(this),this.i.disconnectedCallback&&this.i.disconnectedCallback(),this._attached&&(this._attached=!1)},Object.defineProperty(i,"observedAttributes",{get:function(){if(null==i._observedAttributesIgcGeographicMarkerSeriesBaseComponent){for(var e=n.getAllPropertyNames(i),t=0;t<e.length;t++)e[t]=n.toSpinal(e[t]);i._observedAttributesIgcGeographicMarkerSeriesBaseComponent=e}return i._observedAttributesIgcGeographicMarkerSeriesBaseComponent},enumerable:!1,configurable:!0}),i._observedAttributesIgcGeographicMarkerSeriesBaseComponent=null,i}(pe),Xe=function(e){function i(){return e.call(this)||this}return t.__extends(i,e),Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),i.prototype.connectedCallback=function(){e.prototype.connectedCallback&&e.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},i.prototype.disconnectedCallback=function(){e.prototype.disconnectedCallback&&e.prototype.disconnectedCallback.call(this),this.i.disconnectedCallback&&this.i.disconnectedCallback(),this._attached&&(this._attached=!1)},Object.defineProperty(i,"observedAttributes",{get:function(){if(null==i._observedAttributesIgcGeographicProportionalSymbolSeriesBaseComponent){for(var e=n.getAllPropertyNames(i),t=0;t<e.length;t++)e[t]=n.toSpinal(e[t]);i._observedAttributesIgcGeographicProportionalSymbolSeriesBaseComponent=e}return i._observedAttributesIgcGeographicProportionalSymbolSeriesBaseComponent},enumerable:!1,configurable:!0}),i._observedAttributesIgcGeographicProportionalSymbolSeriesBaseComponent=null,i}(We),Ye=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(i,e),i.$t=n.markType(i,"GeographicShapeSeriesBaseBase",p.$),i}(p),Ze=function(e){function i(){return e.call(this)||this}return t.__extends(i,e),Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),i.prototype.connectedCallback=function(){e.prototype.connectedCallback&&e.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},i.prototype.disconnectedCallback=function(){e.prototype.disconnectedCallback&&e.prototype.disconnectedCallback.call(this),this.i.disconnectedCallback&&this.i.disconnectedCallback(),this._attached&&(this._attached=!1)},Object.defineProperty(i,"observedAttributes",{get:function(){if(null==i._observedAttributesIgcGeographicShapeSeriesBaseBaseComponent){for(var e=n.getAllPropertyNames(i),t=0;t<e.length;t++)e[t]=n.toSpinal(e[t]);i._observedAttributesIgcGeographicShapeSeriesBaseBaseComponent=e}return i._observedAttributesIgcGeographicShapeSeriesBaseBaseComponent},enumerable:!1,configurable:!0}),i._observedAttributesIgcGeographicShapeSeriesBaseBaseComponent=null,i}(L),Qe=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(i,e),i.$t=n.markType(i,"GeographicSymbolSeriesBase",Fe.$),i}(Fe),Ke=function(e){function i(){return e.call(this)||this}return t.__extends(i,e),Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),i.prototype.connectedCallback=function(){e.prototype.connectedCallback&&e.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},i.prototype.disconnectedCallback=function(){e.prototype.disconnectedCallback&&e.prototype.disconnectedCallback.call(this),this.i.disconnectedCallback&&this.i.disconnectedCallback(),this._attached&&(this._attached=!1)},Object.defineProperty(i,"observedAttributes",{get:function(){if(null==i._observedAttributesIgcGeographicSymbolSeriesBaseComponent){for(var e=n.getAllPropertyNames(i),t=0;t<e.length;t++)e[t]=n.toSpinal(e[t]);i._observedAttributesIgcGeographicSymbolSeriesBaseComponent=e}return i._observedAttributesIgcGeographicSymbolSeriesBaseComponent},enumerable:!1,configurable:!0}),i._observedAttributesIgcGeographicSymbolSeriesBaseComponent=null,i}(We),Je=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(i,e),i.$t=n.markType(i,"GeographicXYTriangulatingSeriesBase",p.$),i}(p),et=function(e){function i(){return e.call(this)||this}return t.__extends(i,e),Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),i.prototype.connectedCallback=function(){e.prototype.connectedCallback&&e.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},i.prototype.disconnectedCallback=function(){e.prototype.disconnectedCallback&&e.prototype.disconnectedCallback.call(this),this.i.disconnectedCallback&&this.i.disconnectedCallback(),this._attached&&(this._attached=!1)},Object.defineProperty(i,"observedAttributes",{get:function(){if(null==i._observedAttributesIgcGeographicXYTriangulatingSeriesBaseComponent){for(var e=n.getAllPropertyNames(i),t=0;t<e.length;t++)e[t]=n.toSpinal(e[t]);i._observedAttributesIgcGeographicXYTriangulatingSeriesBaseComponent=e}return i._observedAttributesIgcGeographicXYTriangulatingSeriesBaseComponent},enumerable:!1,configurable:!0}),i._observedAttributesIgcGeographicXYTriangulatingSeriesBaseComponent=null,i}(L);e.ArcGISOnlineMapImagery=E,e.BingMapsImageryStyle=P,e.BingMapsImageryStyle_$type=M,e.BingMapsMapImagery=O,e.BingMapsMapImageryView=j,e.BingResourceSet=Ue,e.BingResponse=Le,e.CustomMapImagery=D,e.GeographicContourLineSeries=$e,e.GeographicContourLineSeriesView=Te,e.GeographicHighDensityScatterSeries=Pe,e.GeographicHighDensityScatterSeriesView=Ce,e.GeographicMapImagery=f,e.GeographicMapImageryView=d,e.GeographicMapSeriesHost=p,e.GeographicMarkerSeries=ge,e.GeographicMarkerSeriesBase=Fe,e.GeographicPolylineSeries=J,e.GeographicPolylineSeriesView=K,e.GeographicProportionalSymbolSeries=fe,e.GeographicProportionalSymbolSeriesBase=He,e.GeographicProportionalSymbolSeriesBaseView=De,e.GeographicProportionalSymbolSeriesView=ye,e.GeographicScatterAreaSeries=w,e.GeographicScatterAreaSeriesView=m,e.GeographicShapeSeries=Y,e.GeographicShapeSeriesBase=H,e.GeographicShapeSeriesBaseBase=Ye,e.GeographicShapeSeriesBaseBaseView=qe,e.GeographicShapeSeriesBaseView=W,e.GeographicShapeSeriesView=X,e.GeographicSymbolSeries=Se,e.GeographicSymbolSeriesBase=Qe,e.GeographicSymbolSeriesBaseView=Ee,e.GeographicSymbolSeriesView=me,e.GeographicTileSeries=le,e.GeographicXYTriangulatingSeries=x,e.GeographicXYTriangulatingSeriesBase=Je,e.GeographicXYTriangulatingSeriesBaseView=Ne,e.GeographicXYTriangulatingSeriesView=b,e.HostSeriesView=g,e.IgcArcGISOnlineMapImagery=N,e.IgcArcGISOnlineMapImageryModule=V,e.IgcBingMapsMapImagery=R,e.IgcBingMapsMapImageryModule=A,e.IgcCustomMapImagery=B,e.IgcCustomMapImageryModule=q,e.IgcGeographicContourLineSeriesComponent=je,e.IgcGeographicContourLineSeriesModule=Oe,e.IgcGeographicHighDensityScatterSeriesComponent=Me,e.IgcGeographicHighDensityScatterSeriesModule=Ie,e.IgcGeographicMapComponent=v,e.IgcGeographicMapCoreModule=U,e.IgcGeographicMapImagery=T,e.IgcGeographicMapModule=Re,e.IgcGeographicMapSeriesHostComponent=L,e.IgcGeographicMarkerSeriesBaseComponent=We,e.IgcGeographicMarkerSeriesComponent=pe,e.IgcGeographicPolylineSeriesComponent=ee,e.IgcGeographicPolylineSeriesModule=te,e.IgcGeographicProportionalSymbolSeriesBaseComponent=Xe,e.IgcGeographicProportionalSymbolSeriesComponent=de,e.IgcGeographicProportionalSymbolSeriesModule=be,e.IgcGeographicScatterAreaSeriesComponent=ke,e.IgcGeographicScatterAreaSeriesModule=ve,e.IgcGeographicShapeSeriesBaseBaseComponent=Ze,e.IgcGeographicShapeSeriesBaseComponent=F,e.IgcGeographicShapeSeriesComponent=Z,e.IgcGeographicShapeSeriesModule=Q,e.IgcGeographicSymbolSeriesBaseComponent=Ke,e.IgcGeographicSymbolSeriesComponent=_e,e.IgcGeographicSymbolSeriesModule=xe,e.IgcGeographicTileSeriesComponent=ue,e.IgcGeographicTileSeriesModule=he,e.IgcGeographicXYTriangulatingSeriesBaseComponent=et,e.IgcGeographicXYTriangulatingSeriesComponent=we,e.IgcImageTilesReadyEventArgs=k,e.IgcImagesChangedEventArgs=I,e.IgcOpenStreetMapImagery=z,e.IgcOpenStreetMapImageryModule=G,e.IgcSubDomainsCollection=C,e.IgcTileGeneratorMapImagery=ne,e.IgcTileGeneratorMapImageryModule=re,e.IgcTileSeriesComponent=se,e.IgcTileSeriesModule=ce,e.ImageTilesReadyEventArgs=u,e.ImageryMetadata=Ve,e.ImagesChangedEventArgs=h,e.LevelOfDetailResponseModel=Be,e.MapBackgroundTilingMode=a,e.MapBackgroundTilingMode_$type=s,e.MapResizeBehavior=r,e.MapResizeBehavior_$type=o,e.MapServerResponseModel=ze,e.OpenStreetMapImagery=_,e.SphericalMercatorHorizontalScaler=l,e.SphericalMercatorVerticalScaler=c,e.SubDomainsCollection=$,e.TileGeneratorMapImagery=ie,e.TileInfoResponseModel=Ge,e.TileSeries=oe,e.TileSeriesView=ae,e.TokenResponseModel=Ae,e.XamGeographicMap=y,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"),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,b=u.height,m=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)/b,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=m+(l=(this.ai-c)*S/this.aj))-d*S)/b,C?k[w]=l:e.item(w,l))},r.prototype.t=function(e,t,i,n,r){return{p3:this.ak(e.p3),p4:this.ak(e.p2)}},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,b=o.width,m=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-m)/S)-g*b)/f;x?_[k]=C:e.item(k,C)}else{var w=(r-h)/u;c&&(w=1-w),w=d+b*(w-g)/f,x?_[k]=w:e.item(k,w)}},r.prototype.t=function(e,t,i,n,r){return{p3:e.p3,p4:e.p2}},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.w8=null,t.xa=t.w9(),t}return t.__extends(r,e),r.prototype.qm=function(){e.prototype.qm.call(this),null!=this.xa&&this.xa.qm()},r.prototype.get_fd=function(){return!0},r.prototype.ku=function(e,t){var i=this.ni(t);return"LatitudeMemberPath"==i&&(i="YMemberPath"),"LongitudeMemberPath"==i&&(i="XMemberPath"),this.xa.ku(e,i)},r.prototype.mi=function(e){var t=this.ni(e);return"LatitudeMemberPath"==t&&(t="YMemberPath"),"LongitudeMemberPath"==t&&(t="XMemberPath"),this.xa.mi(t)},r.prototype.get_km=function(){return this.k4(this.xa)},r.prototype.set_km=function(e){this.o5(this.xa,e)},r.prototype.ed=function(e,t,i,n,r){return this.xa.ed(e,t,i,n,r)},r.prototype.ai=function(){return this.xa.ai()},r.prototype.bp=function(){return this.xa},Object.defineProperty(r.prototype,"xa",{get:function(){return this.w8},set:function(e){var t=this.w8;this.xa!=e&&(this.w8=e,this.xf(t,this.w8))},enumerable:!1,configurable:!0}),r.prototype.get_hasMarkers=function(){return this.xa.hasMarkers},r.prototype.xf=function(e,t){if(null!=this.w8){var i=this.w8;i.externalObject=n.TypeRegistrar.createFromInternal(i,n.PlatformConstants.Prefix,n.PlatformConstants.Postfix),i.externalObject._implementation=i}if(this.pl(this.xa),this.xb.ci(),null!=e){var r=e;this.r9(r,null)}if(null!=t){var a=t;this.r9(a,this)}},r.prototype.dh=function(e,t,i){return this.dj(this.xa,e,t,i)},r.prototype.di=function(e,t,i){return this.dk(this.xa,e,t,i)},r.prototype.kr=function(e){return this.k0(this.xa,e)},r.prototype.ke=function(e,t){return this.xa.ke(e,t)},r.prototype.kc=function(e,t){return this.xa.kc(e,t)},r.prototype.i8=function(e,t,i){return this.xa.i8(e,t,i)},r.prototype.wm=function(e,t,i){return this.xa.wm(e,t,i)},r.prototype.wx=function(e){return this.xa.wx(e)},r.prototype.ao=function(e){return this.xa.ao(e)},r.prototype.wy=function(e){return this.xa.wy(e)},r.prototype.ap=function(e){return this.xa.ap(e)},r.prototype.wz=function(e){return this.xa.wz(e)},r.prototype.w0=function(e){return this.xa.w0(e)},r.prototype.i4=function(e,t,i){return this.xa.i4(e,t,i)},r.prototype.wi=function(e,t,i){return this.xa.wi(e,t,i)},r.prototype.i6=function(e,t,i){return this.i8(e,t,i)},r.prototype.wk=function(e,t,i){return this.xa.wk(e,t,i)},r.prototype.wn=function(e,t,i){return this.xa.wn(e,t,i)},r.prototype.i9=function(e,t,i){return this.xa.i9(e,t,i)},r.prototype.wj=function(e,t,i){return this.xa.wj(e,t,i)},r.prototype.i5=function(e,t,i){return this.xa.i5(e,t,i)},r.prototype.wl=function(e,t,i){return this.xa.wl(e,t,i)},r.prototype.i7=function(e,t,i){return this.xa.i7(e,t,i)},r.prototype.j8=function(e){return this.xa.j8(e)},r.prototype.iy=function(){return this.xa.iy()},r.prototype.iu=function(e){return this.xa.iu(e)},r.prototype.ks=function(e){return this.xa.ks(e)},r.prototype.ct=function(){return new y(this)},r.prototype.q7=function(t){e.prototype.q7.call(this,t),this.xb=n.typeCast(y.$,t)},Object.defineProperty(r.prototype,"xc",{get:function(){return this.c(r.xh)},set:function(e){this.h(r.xh,e)},enumerable:!1,configurable:!0}),r.prototype.rg=function(t,r,a,o){switch(e.prototype.rg.call(this,t,r,a,o),r){case"SeriesViewer":this.xa.dc=this.dc,null!=a&&a.sf(this.xa),null!=o&&this.dc.n5(this.xa),this.xa.rj(this.w2),this.xa.index=this.index,this.p6(this.xa),this.kk=this.xa.kk;var s=n.typeCast(i.SeriesViewer.$,a);if(null!=s&&(s.actualWindowRectChanged=n.delegateRemove(s.actualWindowRectChanged,n.runOn(this,this.xg))),null!=this.dc){var c=this.dc;c.actualWindowRectChanged=n.delegateCombine(c.actualWindowRectChanged,n.runOn(this,this.xg))}this.xe();break;case"SyncLink":this.xa.c4=this.c4;break;case"VisibleFromScale":this.xe();break;case"Index":this.xa.index=this.index;break;case"ItemsSource":this.xb.cj();break;case"Resolution":this.xb.cq();break;case"TransitionDuration":this.xb.ct();break;case"Opacity":this.xb.cn();break;case"Visibility":var l=this.xa,u=this._visibility;l.visibility=u;break;case"MouseOverEnabled":this.xa.f9=this.f9;break;case"ExpectFunctions":this.xa.expectFunctions=this.expectFunctions;break;case"Thickness":this.xb.cs();break;case"Brush":this.xb.ch();break;case"Outline":this.xb.cp();break;case"ActualBrush":this.xb.ce();break;case"ActualOutline":this.xb.cf();break;case"MarkerFillOpacity":n.isNaN_(this.jj)||this.xb.cm();break;case"AreaFillOpacity":n.isNaN_(this.il)||this.xb.cg();break;case"OutlineMode":this.xb.co();break;case"ShowDefaultTooltip":this.xb.cr();break;case"Title":this.xa.title=this.title;break;case"LegendItemBadgeMode":this.xb.ck();break;case"LegendItemBadgeShape":this.xb.cl();break;case"Legend":this.xa.legend=this.legend,this.cw.a5()}},r.prototype.xe=function(){if(null!=this.dc&&null!=this.xa&&!n.isNaN_(this.xc))if(this.dc.xm.width>this.xc){this.xa.visibility=1}else{this.xa.visibility=0}},r.prototype.xg=function(e,t){this.xe()},r.prototype.ry=function(t){e.prototype.ry.call(this,t),null!=this.xa&&this.xa.ry(t)},r.prototype.rb=function(t){e.prototype.rb.call(this,t),null!=this.xa&&this.xa.qt()},r.prototype.rx=function(e,t,i,n,r){null!=this.xa&&this.xa.rx(e,t,i,n,r)},r.prototype.a2=function(e,t){return this.xa.a2(e,t)},r.prototype.sk=function(){e.prototype.sk.call(this),this.xa.sk()},r.prototype.get_coercionMethods=function(){return this._coercionMethods},r.prototype.set_coercionMethods=function(e){this._coercionMethods=e,this.xa.coercionMethods=e},r.prototype.p5=function(t){if(e.prototype.p5.call(this,t),null!=this.xa){var i=this.xa.kq();this.pe(t,i)}},r.$t=n.markType(r,"GeographicMapSeriesHost",i.Series.$),r.xh=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.xa.legendItemVisibility=0,this.cd.xa.itemsSource=this.cd.itemsSource,this.cd.xa.index=this.cd.index,this.cd.xa.vp=this.cd.vp,this.cd.xa.v5=this.cd.vp,this.cd.xa.cj=this.cd.cj,this.cd.xa.jm=this.cd.jm,this.cd.xa.kh=this.cd.kh,this.cd.xa._opacity=this.cd._opacity,this.cd.xa.jt=this.cd.jt,this.cd.xa.il=this.cd.il,this.cd.xa.jj=this.cd.jj,this.cd.xa.gq=this.cd.gq,this.cd.xa.legendItemBadgeShape=this.cd.legendItemBadgeShape,this.cd.xa.be=this.cd.be},r.prototype.cj=function(){this.cd.xa.itemsSource=this.cd.itemsSource},r.prototype.cq=function(){this.cd.xa.jm=this.cd.jm},r.prototype.ct=function(){this.cd.xa.kh=this.cd.kh},r.prototype.cn=function(){this.cd.xa._opacity=this.cd._opacity},r.prototype.cs=function(){this.cd.xa.jt=this.cd.jt},r.prototype.ch=function(){this.cd.xa.vp=this.cd.vp},r.prototype.cp=function(){this.cd.xa.v5=this.cd.v5},r.prototype.ce=function(){this.cd.xa.vp=this.cd.vj},r.prototype.cf=function(){this.cd.xa.v5=this.cd.vn},r.prototype.ck=function(){this.cd.xa.be=this.cd.be},r.prototype.cl=function(){this.cd.xa.legendItemBadgeShape=this.cd.legendItemBadgeShape},r.prototype.cg=function(){this.cd.xa.il=this.cd.il},r.prototype.cm=function(){this.cd.xa.jj=this.cd.jj},r.prototype.co=function(){this.cd.xa.cj=this.cd.cj},r.prototype.cr=function(){this.cd.xa.gq=this.cd.gq},r.$t=n.markType(r,"HostSeriesView",i.SeriesView.$),r}(i.SeriesView),g=function(e){function r(){var t=e.call(this)||this;t.y1=null,t.yq=!1,t.yi=1,t.yx=0,t.z8=null,t.yf=null,t.yb=null,t.yd=null,t.yh=null,t.z4={$type:n.Point_$type,x:NaN,y:NaN},t.aab=null,t.yw=1,t.imageTilesReady=null,t.yp=null,t.aaa=n.Rect.empty,t.yx=c.am(r.z9.bottom)-c.am(r.z9.top),t.ab=r.$,t.backgroundContent=new _;var a,o=((a=new i.NumericXAxis).b0=t,a);o.dd=!0,t.yc=o,t.yc.r8=new l;var s=function(){var e=new i.NumericYAxis;return e.b0=t,e}();return s.dd=!0,t.ye=s,t.ye.r8=new c,t.zj(),t.zq(),t.oy(),t}return t.__extends(r,e),r.prototype.provideContainer=function(t){e.prototype.provideContainer.call(this,t),this.yc.provideRenderer(t),this.ye.provideRenderer(t)},r.prototype.oy=function(){e.prototype.oy.call(this),this.yo.fv(this.h2)},r.prototype.f2=function(){return this.yu},r.prototype.f3=function(){return this.yu},r.prototype.yl=function(){return 0==this.yj&&this.yq?2:1},Object.defineProperty(r.prototype,"yk",{get:function(){return this.yi},set:function(e){this.yi=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"aad",{get:function(){return this.z8},set:function(e){if(n.Rect.l_op_Inequality(this.z8,e)){var t=this.z8;this.z8=e,this.rx("ActualWorldRect",t,e)}},enumerable:!1,configurable:!0}),r.prototype.aah=function(){return this.aad},r.prototype.zj=function(){this.aap.isEmpty||(this.aad=this.aan(this.aap,1==this.c4))},r.prototype.aan=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.z9.width,y=c.am(r.z9.top);if(h/p>this.yx){var g=h/this.yx;a-=(g-p)/2*r.z9.width,o=g*r.z9.width,t&&(a<r.z9.left?a+=r.z9.left-a:a+o>r.z9.right&&(a-=a+o-r.z9.right))}else if(h/p<this.yx){var f=this.yx*p-h,d=u-f/2,b=l+f/2;t&&(d<y?b+=y-(d+=y-d):b>y+this.yx&&(d-=b-(y+this.yx),b-=b-(y+this.yx))),i=c.aq(d),s=c.aq(b)-i}return new n.Rect(0,a,i,o,s)},Object.defineProperty(r.prototype,"backgroundContent",{get:function(){return this.yf},set:function(e){if(e!=this.backgroundContent){var t=this.backgroundContent;this.yf=e,this.rx("BackgroundContent",t,e)}},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"yc",{get:function(){return this.yb},set:function(e){if(e!=this.yc){var t=this.yc;this.yb=e,this.rx("XAxis",t,e)}},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"ye",{get:function(){return this.yd},set:function(e){if(e!=this.ye){var t=this.ye;this.yd=e,this.rx("YAxis",t,e)}},enumerable:!1,configurable:!0}),r.prototype.getZoomRectFromGeoRect=function(e){return this.getZoomFromGeographicRect(e)},r.prototype.zt=function(e){this.x5=e},r.prototype.zs=function(e){this.aap=e},r.prototype.getZoomFromGeographicRect=function(e){return this.aaf(e,!0,0)},r.prototype.aae=function(e,t){return this.aaf(e,!1,t)},r.prototype.aaf=function(e,t,a){var o=e;t&&(o=this.aan(e,!1));var s=this.yc,c=this.ye,l=new i.ScalerParams(1,r.aac,this.x4,s.df);l.c=this.xq;var u=new i.ScalerParams(1,r.aac,this.x4,c.df);u.c=this.xq;var h=this.yc.ft(o.left,l),p=this.yc.ft(o.right,l),y=this.ye.ft(o.top,u),g=this.ye.ft(o.bottom,u),f=(h-a)/this.x4.width,d=(g-a)/this.x4.height,b=(p-h+2*a)/this.x4.width,m=(y-g+2*a)/this.x4.height,S=new n.Rect(0,f,d,b,m);return S.intersect(r.aac),S.isEmpty&&(S=r.aac),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.aac;var c=new n.Rect(0,i,a,o,s);return this.getZoomFromGeographicRect(c)},r.prototype.aaj=function(e){var t=this.yc,a=this.ye,o=new i.ScalerParams(1,e,this.x4,t.df);o.c=this.xq;var s=new i.ScalerParams(1,e,this.x4,a.df);s.c=this.xq;var c=this.xp,l=t.fw(c.left,o),u=a.fw(c.top,s),h=t.fw(c.right,o),p=a.fw(c.bottom,s),y=h-l,g=u-p,f=new n.Rect(0,l,p,y,g);return 1==this.c4&&(f.intersect(r.z9),f.isEmpty&&(f=r.z9)),f},r.prototype.z5=function(e){var t=this.yc.p6(e.x),i=this.ye.p6(e.y);return{$type:n.Point_$type,x:t,y:i}},r.prototype.z6=function(e){var t=this.yc.gg(e.x),i=this.ye.gg(e.y);return{$type:n.Point_$type,x:t,y:i}},r.prototype.z7=function(e){return this.z6(e)},r.prototype.zg=function(){var e=n.typeCast(f.$,this.backgroundContent);null!=e&&e.clearTileCache()},r.prototype.zm=function(e){},r.prototype.gx=function(){return!0},r.prototype.zo=function(){var e,i;this.yo.ee();try{for(var r=t.__values(n.fromEnum(this.series)),a=r.next();!a.done;a=r.next()){a.value.sk()}}catch(t){e={error:t}}finally{try{a&&!a.done&&(i=r.return)&&i.call(r)}finally{if(e)throw e.error}}},r.prototype.zr=function(){if(2==this.yn){if(!this.x4.isEmpty&&this.x4.width>0&&this.x4.height>0){var e=this.yc.p6(this.x4.left+this.x4.width/2),t=this.ye.p6(this.x4.top+this.x4.height/2);this.z4={$type:n.Point_$type,x:e,y:t}}}else if(!this.x4.isEmpty&&this.x4.width>0&&this.x4.height>0){var i=this.yc.p6(this.x4.left),r=this.ye.p6(this.x4.top);this.z4={$type:n.Point_$type,x:i,y:r}}},r.prototype.zn=function(){(n.isNaN_(this.z4.x)||n.isNaN_(this.z4.y))&&this.zr();var e=this.z4.x,t=this.z4.y;if(!n.isNaN_(e)&&!n.isNaN_(t)){var a=this.xm.left,o=this.xm.top,s=this.xm.width,c=this.xm.height;if(s>this.aab.width);else{var l=new i.ScalerParams(1,r.aac,this.x4,this.yc.df);l.c=this.xq;var u=this.yc.ft(e,l);if(2==this.yn)a=u/this.x4.width-s/2;else a=u/this.x4.width;a+s>this.aab.right?a=this.aab.right-s:a<this.aab.left&&(a=this.aab.left)}if(c>this.aab.height);else{var h=new i.ScalerParams(1,r.aac,this.x4,this.ye.df);h.c=this.xq;var p=this.ye.ft(t,h);if(2==this.yn)o=p/this.x4.height-c/2;else o=p/this.x4.height;o+c>this.aab.bottom?o=this.aab.bottom-c:o<this.aab.top&&(o=this.aab.top)}this.s9(new n.Rect(0,a,o,s,c),!1)}},r.prototype.get_ft=function(){return!0},r.prototype.xn=function(){var t=e.prototype.xn.call(this);if(null==this.yc||null==this.ye)return t;this.xy();var i=t.left,r=t.top;1==this.c4&&(this.x5.width>this.aab.width?i=.5-this.x5.width/2:i+t.width>this.aab.right?i=this.aab.right-this.x5.width:i<this.aab.left&&(i=this.aab.left),this.x5.height>this.aab.height?r=.5-this.x5.height/2:r+this.x5.height>this.aab.bottom?r=this.aab.bottom-this.x5.height:r<this.aab.top&&(r=this.aab.top));var a=!1;!this.yt&&2==this.c4&&this.yq&&(i>1&&(i=i-Math.floor(i)+1),i<0&&(i=0-(Math.ceil(i)-i)),t.right-this.aab.right>0&&(t.right-this.aab.right)/t.width>.8?(i=this.aab.left-(t.width-(t.right-this.aab.right)),a=!0):t.left<this.aab.left&&Math.abs(t.left-this.aab.left)/t.width>.8&&(i=this.aab.right-Math.abs(t.left-this.aab.left),a=!0));var o=new n.Rect(0,i,r,t.width,t.height);if(this.yt){var s=this.aae(this.aap,1);s=this.aag(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.ff=!0,this.x5=o,this.ff=!1),o},r.prototype.n1=function(e,t){var i=!0,r=!0,a=0,o=this.xy(),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.yb.ft(-180,t);a=this.yb.ft(180,t)-l}else{a=this.yb.ft(-180,t)-this.yb.ft(180,t)}return new n.Tuple$2(n.Boolean_$type,n.Number_$type,i,a)},r.prototype.xy=function(){var e=new i.ScalerParams(1,r.aac,this.x4,this.yc.df);e.c=this.xq;var t=new i.ScalerParams(1,r.aac,this.x4,this.ye.df);t.c=this.xq;var a=this.yc.ft(r.z9.left,e),o=this.yc.ft(r.z9.right,e),s=this.ye.ft(r.z9.top,t),c=this.ye.ft(r.z9.bottom,t);return this.aab=new n.Rect(0,a/this.x4.width,c/this.x4.height,(o-a)/this.x4.width,(s-c)/this.x4.height),this.aab},r.prototype.aag=function(e){var t=this.h6,i=.5*(e.left+e.right),r=.5*(e.top+e.bottom),a=e.width,o=e.height,s=n.MathUtil.d(e.width,t,1),c=n.MathUtil.d(e.height,t,1),l=this.x4,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,b=y?i+.5*s:e.right,m=g?r+.5*c:e.bottom;return f<0&&(b=(f=0)+s),b>1&&(f=(b=1)-s),d<0&&(m=(d=0)+c),m>1&&(d=(m=1)-c),new n.Rect(0,f,d,b-f,m-d)},r.prototype.xo=function(t){if(e.prototype.xo.call(this,this.x4),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.aai=function(e){return this.xo(e)},r.prototype.dn=function(){return new S(this)},r.prototype.zi=function(e){null!=e&&(e.b0=this)},r.prototype.q4=function(t){e.prototype.q4.call(this,t),this.yo=t},r.prototype.rf=function(t,i){e.prototype.rf.call(this,t,i),this.sx(this.yc),this.sx(this.ye),n.Rect.l_op_Inequality(t,i)&&this.zn(),this.yt&&(this.xm=this.xn()),this.zu()},Object.defineProperty(r.prototype,"yy",{get:function(){return this.yw},set:function(e){var t=this.yw;this.yw=e,this.rx("ActualWindowScale",t,this.yw)},enumerable:!1,configurable:!0}),r.prototype.ic=function(){return this.yy},r.prototype.id=function(){return this.yy},r.prototype.sw=function(){e.prototype.sw.call(this);var t=Math.min(this.xm.width,this.xm.height);this.yy=t},r.prototype.gl=function(){return this.yq},r.prototype.c5=function(){return 0==this.c6&&this.yr?2:this.c6},r.prototype.rg=function(i,a,o,s){var c,l,u,h;switch(e.prototype.rg.call(this,i,a,o,s),a){case"ZoomCoercionMode":this.zj();break;case"WindowRect":this.zr();break;case r.$$p[0]:this.yk=this.yl(),null!=this.yh&&(this.yh.isHorizontalWrappingEnabled=2==this.yk);break;case r.$$p[1]:this.yq=this.yr,this.yk=this.yl(),this.c4=this.c5(),null!=this.yh&&(this.yh.isHorizontalWrappingEnabled=2==this.yk);break;case r.$$p[4]:this.xm=this.xn();break;case"BackgroundContent":if(null!=this.yh){var p=this.yh;p.imageTilesReady=n.delegateRemove(p.imageTilesReady,n.runOn(this,this.zk)),this.yh.deferralHandler=null}if(this.yh=n.typeCast(f.$,this.backgroundContent),null!=this.yh){var y=this.yh;y.imageTilesReady=n.delegateCombine(y.imageTilesReady,n.runOn(this,this.zk)),this.yh.deferralHandler=this,this.yh.isHorizontalWrappingEnabled=2==this.yk}this.yo.fu(n.typeCast(f.$,o),n.typeCast(f.$,s)),null!=this.yh&&(this.yh.geographicMap=this,this.yo.fr(this.xm),this.yo.fv(this.h2));break;case"YAxis":case"XAxis":this.zp(o),this.zi(s);break;case r.$$p[6]:this.ys||(this.x5=r.aac),this.zj(),this.zq(),this.zr(),this.xm=this.xn(),this.yo.fs();break;case"ActualWindowRect":this.yo.fr(this.xm);break;case"ActualWorldRect":try{for(var g=t.__values(n.fromEnum(this.series)),d=g.next();!d.done;d=g.next()){d.value.ry(!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.yy=this.yz;break;case"ActualWindowScale":this.gt||this.s7(this.ic(),this.id());break;case"ActualPixelScalingRatio":this.yo.fv(this.h2);break;case"WindowRectMinWidth":case"WindowRectMinHeight":var b=s;n.isNaN_(b)||n.isInfinity(b)?(this.h6=5e-6,this.h5=5e-6):(this.h6=b,this.h5=b);break;case r.$$p[7]:this.s3();break;case"MarkerAutomaticBehavior":try{for(var m=t.__values(n.fromEnum(this.series)),S=m.next();!S.done;S=m.next()){S.value.qm()}}catch(e){u={error:e}}finally{try{S&&!S.done&&(h=m.return)&&h.call(m)}finally{if(u)throw u.error}}}},r.prototype.zk=function(e,t){null!=this.imageTilesReady&&this.imageTilesReady(this,new u)},r.prototype.zp=function(e){null!=e&&(e.b0=null)},r.prototype.zq=function(){null!=this.yc&&(this.yc.p3=this.aad.left,this.yc.p2=this.aad.right),null!=this.ye&&(this.ye.p3=this.aad.top,this.ye.p2=this.aad.bottom),this.yc.d3(!0),this.ye.d3(!0)},r.prototype.getFontInfo=function(){return this.yp=this.yo.fo,this.yp},r.prototype.wq=function(){return this.yo.fw},r.prototype.getFontBrush=function(){return this.yo.fx},r.prototype.sp=function(t,i){if(null!==n.typeCast(n.ItfConverter.$,i)){var r=i,a=t;a.itemsSource=r.triangulationSource.points,a.xj=r.triangulationSource.triangles}else e.prototype.sp.call(this,t,i)},r.prototype.register=function(e,t){this.sc(e,t)},r.prototype.unRegister=function(e){this.sv(e)},r.prototype.deferredRefresh=function(){this.of()},r.prototype.deferAction=function(e){null!=this.y1?this.y1.setTimeout(e,0):window.setTimeout(e,0)},r.prototype.zh=function(e){this.s2(e)},r.prototype.y2=function(){var e=new i.ChartVisualData,t=this.yc.hb(),r=this.ye.hb();e.axes.add1(t),e.axes.add1(r);for(var a=0;a<this.series.count;a++){var o=this.series._inner[a].kq();e.series.add1(o)}return e.name=this.name,e.contentArea=n.RectData.b(this.x4),e.centralArea=n.RectData.b(this.x4),e.plotArea=n.RectData.b(this.x4),e},r.prototype.xu=function(e,t,i){return e},r.prototype.zl=function(){},Object.defineProperty(r.prototype,"aao",{get:function(){return this.aaa},set:function(e){this.aaa=e},enumerable:!1,configurable:!0}),r.prototype.zv=function(e){this.aao=e,this.zu()},r.prototype.zu=function(){if(this.yv&&!this.aao.isEmpty){var e=this.getZoomFromGeographicRect(this.aao);this.aao=n.Rect.empty,this.s9(e,!1)}},Object.defineProperty(r.prototype,"yv",{get:function(){return!this.x4.isEmpty&&!this.xq.isEmpty},enumerable:!1,configurable:!0}),r.$t=n.markType(r,"XamGeographicMap",i.SeriesViewer.$,[n.IMapRenderDeferralHandler_$type]),r.ym=0,r.z9=new n.Rect(2,{$type:n.Point_$type,x:-180,y:-85.05112878},{$type:n.Point_$type,x:180,y:85.05112878}),r.aac=new n.Rect(0,0,0,1,1),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"rx",["BackgroundTilingMode:yj:zw",[s,n.enumGetBox(s,0)],"IsHorizontalWrappingEnabled:yr:zx",[0,!1],"ResizeBehavior:yn:zy",[a,n.enumGetBox(a,r.ym)],"SuppressZoomResetOnWorldRectChange:ys:zz",[0,!1],"UseWorldRectForZoomBounds:yt:z0",[0,!1],"WindowScale:yz:z1",[1,NaN],"WorldRect:aap:z2",[n.Rect.$,r.z9],"Zoomable:yu:z3",[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.aai(t),a=g.z9,o=this.geographicMap.aad,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.yc,u=this.geographicMap.ye,h=new i.ScalerParams(1,this.windowRect,t,l.df);h.c=r;var p=new i.ScalerParams(1,this.windowRect,t,u.df);p.c=r;var y=l.ft(a.left,h),f=u.ft(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.xa;t.ya=this.cu.xm,t.yi=this.cu.xk,t.trianglesSource=this.cu.xj,t.xy=this.cu.xp,t.x0=this.cu.xr,t.x2=this.cu.xt},i.prototype.cx=function(){var e=this.cu.xa;if(null==this.cu.dc)return e.w8=null,void(e.w9=null);e.w8=this.cu.dc.yc,e.w9=this.cu.dc.ye},i.prototype.cw=function(){this.cu.xa.ya=this.cu.xm},i.prototype.cv=function(){this.cu.xa.yi=this.cu.xk},i.prototype.cy=function(){this.cu.xa.trianglesSource=this.cu.xj},i.prototype.cz=function(){this.cu.xa.xy=this.cu.xp},i.prototype.c0=function(){this.cu.xa.x0=this.cu.xr},i.prototype.c1=function(){this.cu.xa.x2=this.cu.xt},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.x4&&(this.c2.x4.zh=this.c2.x8,this.c2.x4.y5=this.c2.x3)},i.prototype.c3=function(){null!=this.c2.x4&&(this.c2.x4.zh=this.c2.x8)},i.prototype.c4=function(){null!=this.c2.x4&&(this.c2.x4.y5=this.c2.x3)},i.$t=n.markType(i,"GeographicScatterAreaSeriesView",b.$),i}(b),S=function(e){function r(t){var i=e.call(this,t)||this;return i.fn=null,i.fz=null,i.fx=null,i.fw=null,i.fo=null,i.fp=NaN,i.fz=n.Rect.empty,i.fn=t,i.fn.wj=2,i.fn.jg=5e-6,i}return t.__extends(r,e),r.prototype.m=function(e){return 2},r.prototype.bk=function(e){this.j.bw(e),this.fn.zh(e),this.el()},r.prototype.get_ap=function(){return!0},r.prototype.d4=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.fx=i,this.fo=r,this.fw=a;var s=this.j.e();if(this.fn.ag=s.a,this.fn.aj=s.f,this.fn.ah=null!=s.b?s.b:new n.BrushCollection,this.fn.ai=null!=s.c?s.c:new n.BrushCollection,0==this.fn.ah.count)for(var c=0;c<s.a.count;c++)this.fn.ah.add(s.a.item(c));if(0==s.c.count)for(var l=0;l<s.f.count;l++)this.fn.ai.add(s.f.item(l))},r.prototype.du=function(t){if(e.prototype.du.call(this,t),null!=this.fn.backgroundContent){var i=this.fn.backgroundContent;i.be(this.j.ae),i.bd(t)}},r.prototype.dv=function(t){(e.prototype.dv.call(this,t),this.fz=t,null!=this.fn.backgroundContent)&&this.fn.backgroundContent.bf(this.fz)},r.prototype.fy=function(){return new n.Rect(0,0,0,this.fz.width,this.fz.height)},r.prototype.fs=function(){null!=this.fn.backgroundContent&&this.fn.backgroundContent.a6()},r.prototype.fr=function(e){null!=this.fn.yh&&(this.fn.yh.windowRect=e)},r.prototype.fu=function(e,t){if(null!=this.fn.yh&&(this.fn.yh.windowRect=this.fn.xm),null!=e){var i=e.ao;null!=i&&this.fn.al.h.remove(i.ag),e.bd(null),e.be(null)}if(null!=t){var n=t.ao;null!=n&&this.fn.al.h.add(n.ag),this.fz.isEmpty||this.dv(this.fz),null!=this.w&&this.du(this.w)}null==t&&this.ft(this.w)},r.prototype.ft=function(e){var t=this.fn.h2;1!=t&&(e.aa(),e.ab(t,t)),e.l(this.fz.left,this.fz.top,this.fz.width,this.fz.height),1!=t&&e.z()},r.prototype.d1=function(){this.fd.ad=i.Defaults.crosshairLineThickness,this.fe.ad=i.Defaults.crosshairLineThickness,this.fd._stroke=i.Defaults.crosshairLineBrush,this.fe._stroke=i.Defaults.crosshairLineBrush,e.prototype.d1.call(this)},r.prototype.fv=function(e){this.fp=e,null!=this.fn.backgroundContent&&this.fn.backgroundContent.bc(e)},Object.defineProperty(r.prototype,"fq",{get:function(){return this.fp},set:function(e){this.fp=e},enumerable:!1,configurable:!0}),r.$t=n.markType(r,"XamGeographicMapView",i.SeriesViewerView.$),r}(i.SeriesViewerView),_=function(e){function i(){return e.call(this,new n.OpenStreetMapTileSource)||this}return t.__extends(i,e),Object.defineProperty(i.prototype,"tilePath",{get:function(){return this.c(i.tilePathProperty)},set:function(e){this.h(i.tilePathProperty,e)},enumerable:!1,configurable:!0}),i.br=function(e,t){e.bq("TilePath",t.oldValue,t.newValue)},i.prototype.bq=function(t,i,n){switch(t){case"TilePath":this.ap.setTilePathUrl(null==n?null:n),this.aj.e()}e.prototype.ba.call(this,t,i,n)},i.$t=n.markType(i,"OpenStreetMapImagery",f.$),i.tilePathProperty=n.DependencyProperty.i("TilePath",n.String_$type,i.$,new n.PropertyMetadata(2,null,i.br)),i}(f),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.q7=function(t){e.prototype.q7.call(this,t),this.xi=t},i.prototype.rg=function(t,n,r,a){switch(e.prototype.rg.call(this,t,n,r,a),n){case"SeriesViewer":this.xi.cx();break;case i.$$p[1]:this.xi.cw();break;case i.$$p[0]:this.xi.cv();break;case i.$$p[5]:this.xi.cy();break;case i.$$p[2]:this.xi.cz();break;case i.$$p[3]:this.xi.c0();break;case i.$$p[4]:this.xi.c1()}},i.$t=n.markType(i,"GeographicXYTriangulatingSeries",p.$),i.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,i,"raisePropertyChanged",["LatitudeMemberPath:xk:xv",[2,"pointY"],"LongitudeMemberPath:xm:xw",[2,"pointX"],"TriangleVertexMemberPath1:xp:xy",[2,"v1"],"TriangleVertexMemberPath2:xr:xz",[2,"v2"],"TriangleVertexMemberPath3:xt:x0",[2,"v3"],"TrianglesSource:xj:xx",[n.IEnumerable_$type,null]]),i}(p),k=function(e){function r(){var t=e.call(this)||this;return t.x1=null,t.triangulationStatusChanged=null,t.ab=r.$,t}return t.__extends(r,e),r.prototype.bk=function(){return new r},r.prototype.get_ew=function(){return!0},Object.defineProperty(r.prototype,"x3",{get:function(){return this.x1},set:function(e){if(this.x1!=e){var t=this.x1;if(null!=this.x1){var i=this.x1;i.propertyChanged=n.delegateRemove(i.propertyChanged,n.runOn(this,this.yb))}if(this.x1=e,null!=this.x1){var r=this.x1;r.propertyChanged=n.delegateCombine(r.propertyChanged,n.runOn(this,this.yb))}this.raisePropertyChanged("ColorScale",t,this.x1),null!=this.x4&&(this.x4.y5=e)}},enumerable:!1,configurable:!0}),r.prototype.yb=function(e,t){this.x6.c4(),this.yd(),this.ry(!1)},r.prototype.yd=function(){null!=this.x4&&(this.x2=this.x4.y4)},r.prototype.sp=function(){e.prototype.sp.call(this),this.yd()},r.prototype.w9=function(){this.x4=new i.ScatterAreaSeries;var e=this.x4;return e.triangulationStatusChanged=n.delegateCombine(e.triangulationStatusChanged,n.runOn(this,this.yc)),this.x4},r.prototype.yc=function(e,t){null!=this.triangulationStatusChanged&&this.triangulationStatusChanged(this,t)},r.prototype.ct=function(){return new m(this)},r.prototype.q7=function(t){e.prototype.q7.call(this,t),this.x6=t},r.prototype.rg=function(t,i,n,a){switch(e.prototype.rg.call(this,t,i,n,a),i){case r.$$p[1]:this.x6.c3();break;case"ColorScale":this.x6.c4(),this.yd()}},r.prototype.get_g8=function(){return!0},r.prototype.set_g8=function(t){e.prototype.set_g8.call(this,t)},r.$t=n.markType(r,"GeographicScatterAreaSeries",x.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["ActualColorScale:x2:ye",[i.ColorScale.$,null],"ColorMemberPath:x8:yf",[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.yu},set:function(e){this.i.yu=n.ensureBool(e),this._a("zoomable",this.i.yu)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"resizeBehavior",{get:function(){return this.i.yn},set:function(e){this.i.yn=n.ensureEnum(a,e),this._a("resizeBehavior",n.enumToString(a,this.i.yn))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"isHorizontalWrappingEnabled",{get:function(){return this.i.yr},set:function(e){this.i.yr=n.ensureBool(e),this._a("isHorizontalWrappingEnabled",this.i.yr)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"backgroundTilingMode",{get:function(){return this.i.yj},set:function(e){this.i.yj=n.ensureEnum(s,e),this._a("backgroundTilingMode",n.enumToString(s,this.i.yj))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"useWorldRectForZoomBounds",{get:function(){return this.i.yt},set:function(e){this.i.yt=n.ensureBool(e),this._a("useWorldRectForZoomBounds",this.i.yt)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"suppressZoomResetOnWorldRectChange",{get:function(){return this.i.ys},set:function(e){this.i.ys=n.ensureBool(e),this._a("suppressZoomResetOnWorldRectChange",this.i.ys)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"worldRect",{get:function(){return n.fromRect(this.i.aap)},set:function(e){this.i.aap=n.toRect(e),this._a("worldRect",n.rectToString(this.i.aap))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualWorldRect",{get:function(){return n.fromRect(this.i.aad)},set:function(e){this.i.aad=n.toRect(e),this._a("actualWorldRect",n.rectToString(this.i.aad))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"xAxis",{get:function(){var e=this.i.yc;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.yc=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"yAxis",{get:function(){var e=this.i.ye;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.ye=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"isMap",{get:function(){return this.i.ft},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"windowScale",{get:function(){return this.i.yz},set:function(e){this.i.yz=+e,this._a("windowScale",this.i.yz)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualWindowScale",{get:function(){return this.i.yy},set:function(e){this.i.yy=+e,this._a("actualWindowScale",this.i.yy)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"zoomIsReady",{get:function(){return this.i.yv},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.aah();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.zt(n.toRect(e))},r.prototype.updateWorldRect=function(e){this.i.zs(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.aae(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.aaj(n.toRect(e));return n.fromRect(t)},r.prototype.getGeographicPoint=function(e){var t=this.i.z5(n.toPoint(e));return n.fromPoint(t)},r.prototype.getPixelPoint=function(e){var t=this.i.z6(n.toPoint(e));return n.fromPoint(t)},r.prototype.getWindowPoint=function(e){var t=this.i.z7(n.toPoint(e));return n.fromPoint(t)},r.prototype.clearTileCache=function(){this.i.zg()},r.prototype.styleUpdated=function(){this.i.zo()},r.prototype.getActualWindowScaleHorizontal=function(){return this.i.ic()},r.prototype.getActualWindowScaleVertical=function(){return this.i.id()},r.prototype.deferredRefresh=function(){this.i.deferredRefresh()},r.prototype.exportVisualData=function(){return this.i.y2()},r.prototype.zoomToGeographic=function(e){this.i.zv(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}({}),M=n.markEnum("BingMapsImageryStyle","Aerial,0|AerialWithLabels,1|Road,2|CanvasDark,3|CanvasLight,4|CanvasGray,5"),I=function(){function e(){this._implementation=this.createImplementation(),this._implementation.externalObject=this,this.onImplementationCreated(),this._initializeAdapters&&this._initializeAdapters()}return e.prototype.createImplementation=function(){return new 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}(),T=function(){function e(){this._imageTilesReady=null,this._imageTilesReady_wrapped=null,this._imagesChanged=null,this._imagesChanged_wrapped=null,this._cancellingImage=null,this._cancellingImage_wrapped=null,this._downloadingImage=null,this._downloadingImage_wrapped=null,this._implementation=this.createImplementation(),this._implementation.externalObject=this,this.onImplementationCreated(),this._initializeAdapters&&this._initializeAdapters()}return e.prototype.createImplementation=function(){return null},Object.defineProperty(e.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),e._createFromInternal=function(e){if(!e)return null;if(!e.$type)return null;var t="Igc"+e.$type.name+"Component";return n.TypeRegistrar.isRegistered(t)?n.TypeRegistrar.create(t):null},e.prototype.onImplementationCreated=function(){},e.prototype._provideImplementation=function(e){this._implementation=e,this._implementation.externalObject=this,this.onImplementationCreated(),this._initializeAdapters&&this._initializeAdapters()},Object.defineProperty(e.prototype,"deferralHandler",{get:function(){return this.i.deferralHandler},set:function(e){this.i.deferralHandler=e},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"windowRect",{get:function(){return n.fromRect(this.i.windowRect)},set:function(e){this.i.windowRect=n.toRect(e)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"geographicMap",{get:function(){var e=this.i.geographicMap;return null==e?null:e.externalObject},set:function(e){this.i.geographicMap=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"referer",{get:function(){return this.i.referer},set:function(e){this.i.referer=e},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"isHorizontalWrappingEnabled",{get:function(){return this.i.isHorizontalWrappingEnabled},set:function(e){this.i.isHorizontalWrappingEnabled=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"userAgent",{get:function(){return this.i.userAgent},set:function(e){this.i.userAgent=e},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"opacity",{get:function(){return this.i.opacity},set:function(e){this.i.opacity=+e},enumerable:!1,configurable:!0}),e.prototype.findByName=function(e){return this.findEphemera&&e&&0==e.indexOf("@@e:")?this.findEphemera(e):this.geographicMap&&this.geographicMap.name&&this.geographicMap.name==e?this.geographicMap:null},e.prototype.clearTileCache=function(){this.i.clearTileCache()},Object.defineProperty(e.prototype,"imageTilesReady",{get:function(){return this._imageTilesReady},set:function(e){var t=this;null!==this._imageTilesReady_wrapped&&(this.i.imageTilesReady=n.delegateRemove(this.i.imageTilesReady,this._imageTilesReady_wrapped),this._imageTilesReady_wrapped=null,this._imageTilesReady=null),this._imageTilesReady=e,this._imageTilesReady_wrapped=function(e,i){var n=new v;n._provideImplementation(i),t.beforeImageTilesReady&&t.beforeImageTilesReady(t,n),t._imageTilesReady&&t._imageTilesReady(t,n)},this.i.imageTilesReady=n.delegateCombine(this.i.imageTilesReady,this._imageTilesReady_wrapped)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"imagesChanged",{get:function(){return this._imagesChanged},set:function(e){var t=this;null!==this._imagesChanged_wrapped&&(this.i.imagesChanged=n.delegateRemove(this.i.imagesChanged,this._imagesChanged_wrapped),this._imagesChanged_wrapped=null,this._imagesChanged=null),this._imagesChanged=e,this._imagesChanged_wrapped=function(e,i){var n=new I;n._provideImplementation(i),t.beforeImagesChanged&&t.beforeImagesChanged(t,n),t._imagesChanged&&t._imagesChanged(t,n)},this.i.imagesChanged=n.delegateCombine(this.i.imagesChanged,this._imagesChanged_wrapped)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"cancellingImage",{get:function(){return this._cancellingImage},set:function(e){var t=this;null!==this._cancellingImage_wrapped&&(this.i.cancellingImage=n.delegateRemove(this.i.cancellingImage,this._cancellingImage_wrapped),this._cancellingImage_wrapped=null,this._cancellingImage=null),this._cancellingImage=e,this._cancellingImage_wrapped=function(e,i){var r=new n.IgcCancellingMultiScaleImageEventArgs;r._provideImplementation(i),t.beforeCancellingImage&&t.beforeCancellingImage(t,r),t._cancellingImage&&t._cancellingImage(t,r)},this.i.cancellingImage=n.delegateCombine(this.i.cancellingImage,this._cancellingImage_wrapped)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"downloadingImage",{get:function(){return this._downloadingImage},set:function(e){var t=this;null!==this._downloadingImage_wrapped&&(this.i.downloadingImage=n.delegateRemove(this.i.downloadingImage,this._downloadingImage_wrapped),this._downloadingImage_wrapped=null,this._downloadingImage=null),this._downloadingImage=e,this._downloadingImage_wrapped=function(e,i){var r=new n.IgcDownloadingMultiScaleImageEventArgs;r._provideImplementation(i),t.beforeDownloadingImage&&t.beforeDownloadingImage(t,r),t._downloadingImage&&t._downloadingImage(t,r)},this.i.downloadingImage=n.delegateCombine(this.i.downloadingImage,this._downloadingImage_wrapped)},enumerable:!1,configurable:!0}),e}(),$=function(e){function i(t){for(var i=[],r=1;r<arguments.length;r++)i[r-1]=arguments[r];var 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),O=function(e){function i(t){var i=e.call(this,t)||this;return i.k=t,i}return t.__extends(i,e),i.prototype.m=function(){null==this.k.subDomains&&(this.k.subDomains=new $(0)),this.k.ap.tilePath=this.k.actualTilePath,this.k.ap.subDomains=this.k.actualSubDomains,this.k.ap.cultureName=this.k.cultureName},i.prototype.o=function(){this.k.ap.tilePath=this.k.actualTilePath},i.prototype.l=function(){this.k.ap.cultureName=this.k.cultureName},i.prototype.n=function(){this.k.ap.subDomains=this.k.actualSubDomains},i.$t=n.markType(i,"BingMapsMapImageryView",d.$),i}(d),j=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 O(this)},i.prototype.bb=function(t){e.prototype.bb.call(this,t),this.bp=t},Object.defineProperty(i.prototype,"isInitialized",{get:function(){return this._isInitialized},set:function(e){this._isInitialized=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"actualTilePath",{get:function(){return this.bz},set:function(e){var t=this.bz;this.bz=e,this.cm("ActualTilePath",t,this.bz)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"actualSubDomains",{get:function(){return this.bq},set:function(e){var t=this.bq;this.bq=e,this.cm("ActualSubDomains",t,this.bq)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"bingImageryRestUri",{get:function(){return this.b0},set:function(e){var t=this.b0;this.b0=e,this.cm("BingImageryRestUri",t,this.b0)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"actualBingImageryRestUri",{get:function(){return this.by},set:function(e){var t=this.by;this.by=e,this.ba("ActualBingImageryRestUri",t,this.by)},enumerable:!1,configurable:!0}),i.prototype.requestMapSettings=function(){this.co(!0)},i.prototype.co=function(e){this.cl(e)},i.prototype.bw=function(){return null==this.tilePath&&null==this.subDomains},i.prototype.cq=function(){this.isInitialized=!1,this.bv()?this.isDeferredLoad||this.co(!1):this.cp("",null)},i.prototype.bv=function(){return!(n.stringIsNullOrEmpty(this.apiKey)||this.apiKey.length<20)},i.prototype.cj=function(){},i.prototype.cp=function(e,t){e!=this.actualTilePath&&(this.actualTilePath=e);var i=null==t?null:new $(1,t);this.actualSubDomains!=i&&(this.actualSubDomains=i),this.bp.m()},i.prototype.cl=function(e){if(e||!this.isDeferredLoad){if(!this.bv())return this.isInitialized=!1,void this.cp("",null);this.isInitialized=!0;var t=null;if(null!=this.bingImageryRestUri?n.Uri.isWellFormedUriString(this.bingImageryRestUri,1)&&(t=this.bingImageryRestUri):n.Uri.isWellFormedUriString(this.actualBingImageryRestUri,1)&&(t=this.actualBingImageryRestUri),null!=t){var i=this.imageryStyle,r=(t+=n.enumGetBox(M,i))+"?"+("key="+this.apiKey+"&include=ImageryProviders");this._pendingBingRequest_=n.HttpRequestUtil.submit(r,this.getResponseCompleted,null)}else this.cp("",null)}},i.prototype.getResponseCompleted=function(e,t){if(t==this._pendingBingRequest_){this._pendingBingRequest_=null;var i=e,r=JSON.parse(i).resourceSets;if(null!=r){var 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",[M,n.enumGetBox(M,1)],"IsDeferredLoad",[0,!1],"SubDomains",[$.$,null],"TilePath",[2,null]]),i}(f),R=function(e){function i(){var t=e.call(this)||this;return t._subDomains=null,t._actualSubDomains=null,t}return t.__extends(i,e),i.prototype.createImplementation=function(){return new j},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 $(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 $(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 $(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 $(0)),i._inner=r,i.clear(),this._actualSubDomains._setSyncTarget(i),this.i.actualSubDomains=r},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"bingImageryRestUri",{get:function(){return this.i.bingImageryRestUri},set:function(e){this.i.bingImageryRestUri=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"actualBingImageryRestUri",{get:function(){return this.i.actualBingImageryRestUri},set:function(e){this.i.actualBingImageryRestUri=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"cultureName",{get:function(){return this.i.cultureName},set:function(e){this.i.cultureName=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"apiKey",{get:function(){return this.i.apiKey},set:function(e){this.i.apiKey=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"imageryStyle",{get:function(){return this.i.imageryStyle},set:function(e){this.i.imageryStyle=n.ensureEnum(M,e)},enumerable:!1,configurable:!0}),i.prototype.requestMapSettings=function(){this.i.requestMapSettings()},i}(T),A=function(){function e(){}return e.register=function(){n.TypeRegistrar.registerCons("IgcBingMapsMapImagery",R),n.TypeRegistrar.register("BingMapsMapImagery",j.$type)},e}(),z=function(e){function i(){return e.call(this)||this}return t.__extends(i,e),i.prototype.createImplementation=function(){return new _},Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"tilePath",{get:function(){return this.i.tilePath},set:function(e){this.i.tilePath=e},enumerable:!1,configurable:!0}),i}(T),G=function(){function e(){}return e.register=function(){n.TypeRegistrar.registerCons("IgcOpenStreetMapImagery",z),n.TypeRegistrar.register("OpenStreetMapImagery",_.$type)},e}(),D=function(e){function i(){var t=e.call(this)||this;return t._getTileImageUri=null,t._getTileImageUri_wrapped=null,t}return t.__extends(i,e),Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"getTileImageUri",{get:function(){return this._getTileImageUri},set:function(e){var t=this;null!==this._getTileImageUri_wrapped&&(this.i.getTileImageUri=n.delegateRemove(this.i.getTileImageUri,this._getTileImageUri_wrapped),this._getTileImageUri_wrapped=null,this._getTileImageUri=null),this._getTileImageUri=e,this._getTileImageUri_wrapped=function(e,i){var r=new n.IgcGetTileImageUriArgs;r._provideImplementation(i),t.beforeGetTileImageUri&&t.beforeGetTileImageUri(t,r),t._getTileImageUri&&t._getTileImageUri(t,r)},this.i.getTileImageUri=n.delegateCombine(this.i.getTileImageUri,this._getTileImageUri_wrapped)},enumerable:!1,configurable:!0}),i}(T),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}(),q=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 q},Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"mapServerUri",{get:function(){return this.i.mapServerUri},set:function(e){this.i.mapServerUri=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"userName",{get:function(){return this.i.userName},set:function(e){this.i.userName=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"password",{get:function(){return this.i.password},set:function(e){this.i.password=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"userToken",{get:function(){return this.i.userToken},set:function(e){this.i.userToken=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"isMapPublic",{get:function(){return this.i.isMapPublic},set:function(e){this.i.isMapPublic=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"defaultTokenTimeout",{get:function(){return this.i.defaultTokenTimeout},set:function(e){this.i.defaultTokenTimeout=+e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"tokenGenerationEndPoint",{get:function(){return this.i.tokenGenerationEndPoint},set:function(e){this.i.tokenGenerationEndPoint=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"refererUri",{get:function(){return this.i.refererUri},set:function(e){this.i.refererUri=e},enumerable:!1,configurable:!0}),i.prototype.acquireNewToken=function(){this.i.acquireNewToken()},i}(T),V=function(){function e(){}return e.register=function(){n.TypeRegistrar.registerCons("IgcArcGISOnlineMapImagery",N),n.TypeRegistrar.register("ArcGISOnlineMapImagery",q.$type)},e}(),U=function(){function e(){}return e.register=function(){A.register(),G.register(),E.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.fd},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.xc},set:function(e){this.i.xc=+e,this._a("visibleFromScale",this.i.xc)},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.qm()},i.prototype.getItemValue=function(e,t){return this.i.ku(e,t)},i.prototype.getMemberPathValue=function(e){return this.i.mi(e)},i.prototype.getItem=function(e){return this.i.kr(n.toPoint(e))},i.prototype.getPreviousOrExactIndex=function(e,t){return this.i.ke(n.toPoint(e),t)},i.prototype.getNextOrExactIndex=function(e,t){return this.i.kc(n.toPoint(e),t)},i.prototype.getSeriesValue=function(e,t,i){return this.i.i8(n.toPoint(e),t,i)},i.prototype.getSeriesValuePosition=function(e,t,i){var r=this.i.wm(n.toPoint(e),t,i);return n.fromPoint(r)},i.prototype.getSeriesValueBoundingBox=function(e){var t=this.i.wx(n.toPoint(e));return n.fromRect(t)},i.prototype.getSeriesValueMarkerBoundingBox=function(e){var t=this.i.wz(n.toPoint(e));return n.fromRect(t)},i.prototype.getSeriesHighValue=function(e,t,i){return this.i.i4(n.toPoint(e),t,i)},i.prototype.getSeriesHighValuePosition=function(e,t,i){var r=this.i.wi(n.toPoint(e),t,i);return n.fromPoint(r)},i.prototype.getSeriesLowValue=function(e,t,i){return this.i.i6(n.toPoint(e),t,i)},i.prototype.getSeriesLowValuePosition=function(e,t,i){var r=this.i.wk(n.toPoint(e),t,i);return n.fromPoint(r)},i.prototype.getSeriesValuePositionFromSeriesPixel=function(e,t,i){var r=this.i.wn(n.toPoint(e),t,i);return n.fromPoint(r)},i.prototype.getSeriesValueFromSeriesPixel=function(e,t,i){return this.i.i9(n.toPoint(e),t,i)},i.prototype.getItemSpan=function(){return this.i.iy()},i.prototype.renderSeries=function(e){this.i.ry(e)},i.prototype.styleUpdated=function(){this.i.sk()},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.x9},set:function(e){this.i.x9=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"isCustomShapeStyleAllowed",{get:function(){return this.i.xu},set:function(e){this.i.xu=n.ensureBool(e),this._a("isCustomShapeStyleAllowed",this.i.xu)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"isCustomShapeMarkerStyleAllowed",{get:function(){return this.i.xt},set:function(e){this.i.xt=n.ensureBool(e),this._a("isCustomShapeMarkerStyleAllowed",this.i.xt)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"itemSearchMode",{get:function(){return this.i.xl},set:function(e){this.i.xl=n.ensureEnum(i.ShapeItemSearchMode_$type,e),this._a("itemSearchMode",n.enumToString(i.ShapeItemSearchMode_$type,this.i.xl))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"itemSearchThreshold",{get:function(){return this.i.xx},set:function(e){this.i.xx=+e,this._a("itemSearchThreshold",this.i.xx)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"fillMemberPath",{get:function(){return this.i.xy},set:function(e){this.i.xy=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"fillScale",{get:function(){var e=this.i.xk;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.xk=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"fillScaleUseGlobalValues",{get:function(){return this.i.xs},set:function(e){this.i.xs=n.ensureBool(e),this._a("fillScaleUseGlobalValues",this.i.xs)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"itemSearchPointsThreshold",{get:function(){return this.i.xw},set:function(e){this.i.xw=+e,this._a("itemSearchPointsThreshold",this.i.xw)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"shapefileDataSource",{get:function(){var e=this.i.xo;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.xo=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"shapeFilterResolution",{get:function(){return this.i.xv},set:function(e){this.i.xv=+e,this._a("shapeFilterResolution",this.i.xv)},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.xr=!1,t.xq=!1,t.assigningShapeStyle=null,t.assigningShapeMarkerStyle=null,t.xn=null,t.xp=!1,t}return t.__extends(r,e),r.prototype.ct=function(){return new W(this)},r.prototype.q7=function(t){e.prototype.q7.call(this,t),this.xm=t},r.prototype.get_ff=function(){return!0},r.prototype.get_ef=function(){return!0},r.prototype.rg=function(t,i,a,o){switch(e.prototype.rg.call(this,t,i,a,o),i){case"SeriesViewer":this.xm.cv();break;case"ShapeMemberPath":this.xm.cx();break;case r.$$p[8]:this.xm.cw();break;case r.$$p[4]:if(this.xa.yi=this.xu,this.xr=this.xu,this.xu){var s=this.xa;s.assigningShapeStyle=n.delegateCombine(s.assigningShapeStyle,n.runOn(this,this.yc))}else{var c=this.xa;c.assigningShapeStyle=n.delegateRemove(c.assigningShapeStyle,n.runOn(this,this.yc))}break;case r.$$p[3]:if(this.xa.yh=this.xt,this.xq=this.xt,this.xu){var l=this.xa;l.assigningShapeMarkerStyle=n.delegateCombine(l.assigningShapeMarkerStyle,n.runOn(this,this.yb))}else{var u=this.xa;u.assigningShapeMarkerStyle=n.delegateRemove(u.assigningShapeMarkerStyle,n.runOn(this,this.yb))}break;case r.$$p[5]:this.xa.xu=this.xl;break;case r.$$p[6]:this.xa.yz=this.xw;break;case r.$$p[7]:this.xa.y0=this.xx;break;case r.$$p[0]:this.xa.y4=this.xy;break;case r.$$p[1]:this.xa.xk=this.xk;break;case r.$$p[2]:this.xa.yd=this.xs;break;case"ShapefileDataSource":if(null!=a){var h=a;this.xp&&(h.importCompleted=n.delegateRemove(h.importCompleted,n.runOn(this,this.yd)))}if(null!=o){var p=o;if(p.count>0){this.ye();break}this.xp=!0,p.importCompleted=n.delegateCombine(p.importCompleted,n.runOn(this,this.yd))}}},r.prototype.yc=function(e,t){null!=this.assigningShapeStyle&&this.assigningShapeStyle(this,t)},r.prototype.yb=function(e,t){null!=this.assigningShapeMarkerStyle&&this.assigningShapeMarkerStyle(this,t)},r.prototype.yd=function(e,t){this.ye()},r.prototype.ye=function(){var e=this.xo.externalObject;this.itemsSource=e.getPointData()},Object.defineProperty(r.prototype,"xo",{get:function(){return this.xn},set:function(e){var t=this.xn;this.xn=e,t!=this.xn&&this.raisePropertyChanged("ShapefileDataSource",t,this.xn)},enumerable:!1,configurable:!0}),r.prototype.get_g8=function(){return!0},r.prototype.set_g8=function(t){e.prototype.set_g8.call(this,t)},r.$t=n.markType(r,"GeographicShapeSeriesBase",p.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["FillMemberPath:xy:yf",[2],"FillScale:xk:yg",[i.BrushScale.$],"FillScaleUseGlobalValues:xs:yh",[0,!1],"IsCustomShapeMarkerStyleAllowed:xt:yi",[0,!1],"IsCustomShapeStyleAllowed:xu:yj",[0,!1],"ItemSearchMode:xl:yk",[i.ShapeItemSearchMode_$type,n.enumGetBox(i.ShapeItemSearchMode_$type,0)],"ItemSearchPointsThreshold:xw:yl",[1,1e4],"ItemSearchThreshold:xx:ym",[1,1e4],"ShapeFilterResolution:xv:yn",[1,2],"ShapeMemberPath:x9:yo",[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.xa.zh=this.cu.x9},i.prototype.cv=function(){var e=this.cu.xa;if(null==this.cu.dc)return e.xo=null,void(e.xq=null);e.xo=this.cu.dc.yc,e.xq=this.cu.dc.ye},i.prototype.cx=function(){this.cu.xa.zh=this.cu.x9},i.prototype.cw=function(){this.cu.xa.yw=this.cu.xv},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.x9="points"),i}return t.__extends(r,e),r.prototype.a4=function(){e.prototype.a4.call(this),this.t||(this.cy.zw=i.Defaults.a8,this.cy.jt=i.Defaults.ac,this.cy.yv=i.Defaults.ab,this.cy.ys=i.Defaults.d,this.cy.yq=i.Defaults.a)},r.prototype.ci=function(){e.prototype.ci.call(this),this.cy.xa.ab3=this.cy.zy,this.cy.xa.aaw=this.cy.yt,this.cy.xa.abi=this.cy.ze,this.cy.xa.aaz=this.cy.yv,this.cy.xa.aai=this.cy.yp},r.prototype.c3=function(){this.cy.xa.abi=this.cy.ze},r.prototype.c5=function(){this.cy.xa.aaz=this.cy.yv},r.prototype.c0=function(){this.cy.xa.aai=this.cy.yp},r.prototype.c4=function(){this.cy.xa.aar=this.cy.ys},r.prototype.cz=function(){this.cy.xa.abz=this.cy.zv},r.prototype.c1=function(){this.cy.xa.ab0=this.cy.zw},r.prototype.c2=function(){this.cy.xa.ab2=this.cy.zx},r.prototype.c6=function(){this.cy.xa.aaw=this.cy.yt},r.prototype.c7=function(){this.cy.xa.ab3=this.cy.zy},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_fr=function(){return!0},r.prototype.ct=function(){return new X(this)},r.prototype.q7=function(t){e.prototype.q7.call(this,t),this.yu=t},r.prototype.w9=function(){var e=new i.ScatterPolygonSeries;return e.styleShape=n.delegateCombine(e.styleShape,n.runOn(this,this.zb)),e.propertyUpdated=n.delegateCombine(e.propertyUpdated,n.runOn(this,this.zc)),e},r.prototype.zb=function(e,t){null!=this.styleShape&&this.styleShape(this,t)},r.prototype.zc=function(e,t){n.typeCast(i.ScatterPolygonSeries.$,this.xa)},r.prototype.ip=function(){return this.yv},r.prototype.vv=function(){return this.zt},r.prototype.vw=function(){return this.zu},r.prototype.s7=function(){return this.zd},r.prototype.mf=function(){var e=n.typeCast(i.ScatterPolygonSeries.$,this.xa);return null==e?"Unknown":e.mf()},r.prototype.rg=function(t,i,n,a){switch(e.prototype.rg.call(this,t,i,n,a),i){case r.$$p[6]:this.xa.aap=this.yr;break;case r.$$p[5]:this.xa.aal=this.yq;break;case r.$$p[9]:this.yu.c3();break;case r.$$p[10]:this.yu.c5();break;case r.$$p[4]:this.yu.c0();break;case r.$$p[11]:this.yu.c4();break;case r.$$p[3]:this.yu.cz();break;case r.$$p[7]:this.yu.c1();break;case r.$$p[8]:this.yu.c2();break;case r.$$p[13]:this.yu.c6();break;case r.$$p[12]:this.yu.c7()}},r.prototype.jo=function(){return.7},r.$t=n.markType(r,"GeographicShapeSeries",H.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["ActualMarkerBrush:zt:zf",[n.Brush.$],"ActualMarkerOutline:zu:zg",[n.Brush.$],"ActualMarkerTemplate:zd:zh",[n.DataTemplate.$,null],"MarkerBrush:zv:zi",[n.Brush.$],"MarkerCollisionAvoidance:yp:zj",[i.CollisionAvoidanceType_$type,n.enumGetBox(i.CollisionAvoidanceType_$type,0)],"MarkerFillMode:yq:zk",[i.MarkerFillMode_$type,n.enumGetBox(i.MarkerFillMode_$type,0)],"MarkerOutlineMode:yr:zl",[i.MarkerOutlineMode_$type,n.enumGetBox(i.MarkerOutlineMode_$type,0)],"MarkerOutline:zw:zm",[n.Brush.$],"MarkerStyle:zx:zn",[n.Style.$],"MarkerTemplate:ze:zo",[n.DataTemplate.$,null],"MarkerThickness:yv:zp",[1,n.DeviceUtils.g(2)],"MarkerType:ys:zq",[i.MarkerType_$type,n.enumGetBox(i.MarkerType_$type,2)],"ShapeStyle:zy:zr",[n.Style.$,null],"ShapeStyleSelector:yt:zs",[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.fr},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"shapeFill",{get:function(){return this.i.zy?this.i.zy.fill:null},set:function(e){this.ensureShapeStyle(),this.i.zy.fill=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"shapeStroke",{get:function(){return this.i.zy?this.i.zy.stroke:null},set:function(e){this.ensureShapeStyle(),this.i.zy.stroke=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"shapeStrokeThickness",{get:function(){return this.i.zy?this.i.zy.strokeThickness:NaN},set:function(e){this.ensureShapeStyle(),this.i.zy.strokeThickness=+e,this._a("shapeStrokeThickness",this.i.zy.strokeThickness)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"shapeOpacity",{get:function(){return this.i.zy?this.i.zy.opacity:NaN},set:function(e){this.ensureShapeStyle(),this.i.zy.opacity=+e,this._a("shapeOpacity",this.i.zy.opacity)},enumerable:!1,configurable:!0}),r.prototype.ensureShapeStyle=function(){this.i.zy||(this.i.zy=new n.Style)},Object.defineProperty(r.prototype,"markerType",{get:function(){return this.i.ys},set:function(e){this.i.ys=n.ensureEnum(i.MarkerType_$type,e),this._a("markerType",n.enumToString(i.MarkerType_$type,this.i.ys))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerOutlineMode",{get:function(){return this.i.yr},set:function(e){this.i.yr=n.ensureEnum(i.MarkerOutlineMode_$type,e),this._a("markerOutlineMode",n.enumToString(i.MarkerOutlineMode_$type,this.i.yr))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerFillMode",{get:function(){return this.i.yq},set:function(e){this.i.yq=n.ensureEnum(i.MarkerFillMode_$type,e),this._a("markerFillMode",n.enumToString(i.MarkerFillMode_$type,this.i.yq))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerTemplate",{get:function(){return this.i.ze},set:function(e){this.i.ze=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerBrush",{get:function(){return n.brushToString(this.i.zv)},set:function(e){this.i.zv=n.stringToBrush(e),this._a("markerBrush",n.brushToString(this.i.zv))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerOutline",{get:function(){return n.brushToString(this.i.zw)},set:function(e){this.i.zw=n.stringToBrush(e),this._a("markerOutline",n.brushToString(this.i.zw))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerThickness",{get:function(){return this.i.yv},set:function(e){this.i.yv=+e,this._a("markerThickness",this.i.yv)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerCollisionAvoidance",{get:function(){return this.i.yp},set:function(e){this.i.yp=n.ensureEnum(i.CollisionAvoidanceType_$type,e),this._a("markerCollisionAvoidance",n.enumToString(i.CollisionAvoidanceType_$type,this.i.yp))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualMarkerTemplate",{get:function(){return this.i.zd},set:function(e){this.i.zd=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualMarkerBrush",{get:function(){return n.brushToString(this.i.zt)},set:function(e){this.i.zt=n.stringToBrush(e),this._a("actualMarkerBrush",n.brushToString(this.i.zt))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualMarkerOutline",{get:function(){return n.brushToString(this.i.zu)},set:function(e){this.i.zu=n.stringToBrush(e),this._a("actualMarkerOutline",n.brushToString(this.i.zu))},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.jt=i.Defaults.aa)},r.prototype.ci=function(){e.prototype.ci.call(this),this.cy.xa.aai=this.cy.yp,this.cy.xa.aan=this.cy.yx},r.prototype.cz=function(){this.cy.xa.aai=this.cy.yp},r.prototype.c0=function(){this.cy.xa.aan=this.cy.yx},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_fs=function(){return!0},r.prototype.ct=function(){return new K(this)},r.prototype.q7=function(t){e.prototype.q7.call(this,t),this.yq=t},r.prototype.w9=function(){var e=new i.ScatterPolylineSeries;return e.styleShape=n.delegateCombine(e.styleShape,n.runOn(this,this.yu)),e},r.prototype.yu=function(e,t){null!=this.styleShape&&this.styleShape(this,t)},r.prototype.rg=function(t,i,n,a){switch(e.prototype.rg.call(this,t,i,n,a),i){case r.$$p[1]:this.yq.cz();break;case r.$$p[0]:this.yq.c0()}},r.$t=n.markType(r,"GeographicPolylineSeries",H.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["ShapeStyle:yx:yv",[n.Style.$,null],"ShapeStyleSelector:yp:yw",[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.fs},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"shapeFill",{get:function(){return this.i.yx?this.i.yx.fill:null},set:function(e){this.ensureShapeStyle(),this.i.yx.fill=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"shapeStroke",{get:function(){return this.i.yx?this.i.yx.stroke:null},set:function(e){this.ensureShapeStyle(),this.i.yx.stroke=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"shapeStrokeThickness",{get:function(){return this.i.yx?this.i.yx.strokeThickness:NaN},set:function(e){this.ensureShapeStyle(),this.i.yx.strokeThickness=+e,this._a("shapeStrokeThickness",this.i.yx.strokeThickness)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"shapeOpacity",{get:function(){return this.i.yx?this.i.yx.opacity:NaN},set:function(e){this.ensureShapeStyle(),this.i.yx.opacity=+e,this._a("shapeOpacity",this.i.yx.opacity)},enumerable:!1,configurable:!0}),r.prototype.ensureShapeStyle=function(){this.i.yx||(this.i.yx=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}(T),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.aaj=null,t.aai=null,t.imageTilesReady=null,t.aam=null,t.aan=!1,t.ab=r.$,t}return t.__extends(r,e),r.prototype.bk=function(){return new r},r.prototype.get_f4=function(){return!0},r.prototype.ct=function(){return new oe(this)},r.prototype.q7=function(t){e.prototype.q7.call(this,t),this.aah=t},r.prototype.get_yk=function(){return!1},Object.defineProperty(r.prototype,"aal",{get:function(){return this.aaj},set:function(e){if(e!=this.aal){var t=this.aal;this.aaj=e,this.raisePropertyChanged("TileImagery",t,e)}},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"aak",{get:function(){return this.aai},set:function(e){var t=this.aai;this.aai=e,this.raisePropertyChanged("ActualTileImagery",t,this.aai)},enumerable:!1,configurable:!0}),r.prototype.rg=function(t,i,r,a){var o,s;switch(e.prototype.rg.call(this,t,i,r,a),i){case"TileImagery":s=a,null!=(o=r)&&(o.propertyChanged=n.delegateRemove(o.propertyChanged,n.runOn(this,this.aaq))),null!=s&&(s.propertyChanged=n.delegateCombine(s.propertyChanged,n.runOn(this,this.aaq))),this.aah.dv(o,s),this.ry(!1),this.qr();break;case"ActualTileImagery":s=a,null!=(o=r)&&(o.imageTilesReady=n.delegateRemove(o.imageTilesReady,n.runOn(this,this.aar)),o.deferralHandler=null),null!=s&&(s.imageTilesReady=n.delegateCombine(s.imageTilesReady,n.runOn(this,this.aar)),s.deferralHandler=this),this.aah.du(o,s),null!=s&&null!==n.typeCast(g.$,this.dc)&&(s.geographicMap=this.dc,this.aat(this.cw),this.aah.dr(this.dc.xm)),this.qr();break;case"ActualWindowRect":this.aah.dr(a);break;case"WorldRect":this.aah.dy(a);break;case"SeriesViewer":var c=a;null!=r&&null!=this.aak&&this.aak.be(null),null!=c&&null!=this.aak&&this.aak.be(this.cw.ae);break;case"ActualBrush":case"ActualOutline":case"ActualThickness":this.qt()}},r.prototype.aaq=function(e,t){"MultiScaleImage"==t.propertyName&&this.aat(this.cw)},r.prototype.aar=function(e,t){null!=this.imageTilesReady&&this.imageTilesReady(this,new n.EventArgs),this.aan||this.aah.dw()},r.prototype.register=function(e,t){this.aam=t},r.prototype.unRegister=function(e){this.aam=null},r.prototype.deferredRefresh=function(){this.ry(!1)},r.prototype.deferAction=function(e){null!=this.j3?this.j3.setTimeout(e,0):window.setTimeout(e,0)},r.prototype.sy=function(t,i){this.aah.dx(),e.prototype.sy.call(this,t,i)},r.prototype.rz=function(t){e.prototype.rz.call(this,t),this.aas(t,this.cw)},r.prototype.aas=function(e,t){var i,n,r=t,a=t.getViewInfo(i,n);i=a.p0,n=a.p1,this.aat(t),null!=this.aam&&(this.aan=!0,this.aam(e),this.aan=!1),r.dw()},r.prototype.rx=function(t,i,n,r,a){e.prototype.rx.call(this,t,i,n,r,a);var o=this.ho.item(r);o.bd(n),this.d7(o)||this.zx(o)},r.prototype.aat=function(e){var t,i,n=e.getViewInfo(t,i);t=n.p0,i=n.p1,null!=this.aal&&null!=this.aal.ao&&(this.aal!=this.aak&&(this.aak=this.aal),null==this.aak||t.isEmpty||(this.aak.width!=t.width&&(this.aak.width=t.width),this.aak.height!=t.height&&(this.aak.height=t.height)))},r.prototype.pb=function(t,i){e.prototype.pb.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.v5=i.Defaults.tileSeries_Outline,this.dn.vp=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.aal&&(this.dn.aal.windowRect=e)},r.prototype.du=function(e,t){if(null==this.dq){this.dq=this.f.j3.createElement("canvas");var i=this.f.j3.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.aal&&this.dn.aal.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.aal&&this.dn.aal.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.f4},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"tileImagery",{get:function(){var e=this.i.aal;return null==e?null:e.externalObject},set:function(e){this.i.aal=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.yq=null,t.yp=null,t.imageTilesReady=null,t.ab=i.$,t}return t.__extends(i,e),i.prototype.bk=function(){return new i},i.prototype.get_f4=function(){return!0},Object.defineProperty(i.prototype,"yr",{get:function(){return this.yq},set:function(e){if(e!=this.yr){var t=this.yr;this.yq=e,this.raisePropertyChanged("TileImagery",t,e)}},enumerable:!1,configurable:!0}),i.prototype.yv=function(){null!=this.yr&&this.yr.clearTileCache()},i.prototype.rg=function(t,i,n,r){switch(e.prototype.rg.call(this,t,i,n,r),i){case"TileImagery":null!=this.xa&&(this.xa.aal=this.yr)}},i.prototype.xf=function(t,i){if(e.prototype.xf.call(this,t,i),this.xa.aal=this.yr,null!=this.yp){var r=this.yp;r.imageTilesReady=n.delegateRemove(r.imageTilesReady,n.runOn(this,this.yu))}if(this.yp=this.xa,null!=this.yp){var a=this.yp;a.imageTilesReady=n.delegateCombine(a.imageTilesReady,n.runOn(this,this.yu))}},i.prototype.w9=function(){return new ae},i.prototype.yu=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.f4},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"tileImagery",{get:function(){var e=this.i.yr;return null==e?null:e.externalObject},set:function(e){this.i.yr=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.yv()},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.xk},set:function(e){this.i.xk=n.ensureEnum(i.MarkerType_$type,e),this._a("markerType",n.enumToString(i.MarkerType_$type,this.i.xk))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerThickness",{get:function(){return this.i.xl},set:function(e){this.i.xl=+e,this._a("markerThickness",this.i.xl)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerOutlineMode",{get:function(){return this.i.xj},set:function(e){this.i.xj=n.ensureEnum(i.MarkerOutlineMode_$type,e),this._a("markerOutlineMode",n.enumToString(i.MarkerOutlineMode_$type,this.i.xj))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerFillMode",{get:function(){return this.i.xi},set:function(e){this.i.xi=n.ensureEnum(i.MarkerFillMode_$type,e),this._a("markerFillMode",n.enumToString(i.MarkerFillMode_$type,this.i.xi))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerTemplate",{get:function(){return this.i.x0},set:function(e){this.i.x0=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerBrush",{get:function(){return n.brushToString(this.i.ye)},set:function(e){this.i.ye=n.stringToBrush(e),this._a("markerBrush",n.brushToString(this.i.ye))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerOutline",{get:function(){return n.brushToString(this.i.yf)},set:function(e){this.i.yf=n.stringToBrush(e),this._a("markerOutline",n.brushToString(this.i.yf))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"maximumMarkers",{get:function(){return this.i.xm},set:function(e){this.i.xm=+e,this._a("maximumMarkers",this.i.xm)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualMarkerTemplate",{get:function(){return this.i.xz},set:function(e){this.i.xz=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualMarkerBrush",{get:function(){return n.brushToString(this.i.yc)},set:function(e){this.i.yc=n.stringToBrush(e),this._a("actualMarkerBrush",n.brushToString(this.i.yc))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualMarkerOutline",{get:function(){return n.brushToString(this.i.yd)},set:function(e){this.i.yd=n.stringToBrush(e),this._a("actualMarkerOutline",n.brushToString(this.i.yd))},enumerable:!1,configurable:!0}),r._observedAttributesIgcGeographicMarkerSeriesComponent=null,r}(L),ye=function(e){function r(){var t=e.call(this)||this,i=t.xa;return i.propertyUpdated=n.delegateCombine(i.propertyUpdated,n.runOn(t,t.xy)),t}return t.__extends(r,e),r.prototype.s7=function(){return this.xz},r.prototype.vv=function(){return this.yc},r.prototype.vw=function(){return this.yd},r.prototype.ip=function(){return this.xl},r.prototype.mf=function(){var e=n.typeCast(i.MarkerSeries.$,this.xa);return null==e?"Unknown":e.mf()},r.prototype.xy=function(e,t){var r=n.typeCast(i.MarkerSeries.$,this.xa);null!=r&&("ActualMarkerTemplate"==t.propertyName?this.xz=r.ya:"ActualMarkerOutline"==t.propertyName?this.yd=r.ys:"ActualMarkerBrush"==t.propertyName&&(this.yc=r.yr))},r.prototype.rg=function(t,i,n,a){switch(e.prototype.rg.call(this,t,i,n,a),i){case r.$$p[3]:this.xa.yt=this.ye;break;case r.$$p[6]:this.xa.yu=this.yf;break;case r.$$p[5]:this.xa.xe=this.xj;break;case r.$$p[4]:this.xa.xa=this.xi;break;case r.$$p[9]:this.xa.xk=this.xk;break;case r.$$p[7]:this.xa.yc=this.x0;break;case r.$$p[8]:this.xa.xt=this.xl;break;case r.$$p[10]:this.xa.aaj=this.xm}},r.$t=n.markType(r,"GeographicMarkerSeries",p.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["ActualMarkerBrush:yc:x1",[n.Brush.$],"ActualMarkerOutline:yd:x2",[n.Brush.$],"ActualMarkerTemplate:xz:x3",[n.DataTemplate.$,null],"MarkerBrush:ye:x4",[n.Brush.$],"MarkerFillMode:xi:x5",[i.MarkerFillMode_$type,n.enumGetBox(i.MarkerFillMode_$type,0)],"MarkerOutlineMode:xj:x6",[i.MarkerOutlineMode_$type,n.enumGetBox(i.MarkerOutlineMode_$type,0)],"MarkerOutline:yf:x7",[n.Brush.$],"MarkerTemplate:x0:x8",[n.DataTemplate.$,null],"MarkerThickness:xl:x9",[1,n.DeviceUtils.g(2)],"MarkerType:xk:ya",[i.MarkerType_$type,n.enumGetBox(i.MarkerType_$type,i.Defaults.e)],"MaximumMarkers:xm:yb",[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.xa;t.aa3=this.cu.y9,t.abb=this.cu.y7,t.xk=this.cu.xk,t.yc=this.cu.x0,t.xt=this.cu.xl,t.add=this.cu.yt,t.ad3=this.cu.ze,t.ac2=this.cu.yl,t.adt=this.cu.y5,t.ado=this.cu.yx,t.acz=this.cu.yi,t.adb=this.cu.yp,t.adc=this.cu.ys,t.adi=this.cu.yv,t.adh=this.cu.yu},i.prototype.c3=function(){this.cu.xa.aa3=this.cu.y9},i.prototype.c2=function(){this.cu.xa.abb=this.cu.y7},i.prototype.c8=function(){this.cu.xa.xk=this.cu.xk},i.prototype.c6=function(){this.cu.xa.yc=this.cu.x0},i.prototype.c7=function(){this.cu.xa.xt=this.cu.xl},i.prototype.c9=function(){this.cu.xa.aaj=this.cu.xm},i.prototype.db=function(){this.cu.xa.xAxis=this.cu.dc.yc},i.prototype.dc=function(){this.cu.xa.yAxis=this.cu.dc.ye},i.prototype.da=function(){var e=this.cu.xa;if(null==this.cu.dc)return e.xAxis=null,void(e.yAxis=null);e.xAxis=this.cu.dc.yc,e.yAxis=this.cu.dc.ye},i.prototype.c4=function(){this.cu.xa.yt=this.cu.ye},i.prototype.c5=function(){this.cu.xa.yu=this.cu.yf},i.prototype.dd=function(){this.cu.xa.ad3=this.cu.ze},i.prototype.de=function(){this.cu.xa.ac2=this.cu.yl,this.cu.xa.add=this.cu.yt},i.prototype.cy=function(){this.cu.xa.adt=this.cu.y5},i.prototype.cw=function(){this.cu.xa.acz=this.cu.yi,this.cu.xa.adb=this.cu.yp,this.cu.xa.adc=this.cu.ys,this.cu.xa.adi=this.cu.yv,this.cu.xa.adh=this.cu.yu},i.prototype.cv=function(){this.cu.xa.ado=this.cu.yx},i.prototype.df=function(){this.cu.xa.add=this.cu.yt},i.prototype.cx=function(){this.cu.xa.adb=this.cu.yp},i.prototype.c1=function(){this.cu.xa.adc=this.cu.ys},i.prototype.c0=function(){this.cu.xa.adi=this.cu.yv},i.prototype.cz=function(){this.cu.xa.adh=this.cu.yu},i.$t=n.markType(i,"GeographicProportionalSymbolSeriesView",y.$),i}(y),fe=function(e){function r(){var t=e.call(this)||this;return t.yj=null,t.yo=!1,t.yn=!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.q7=function(t){e.prototype.q7.call(this,t),this.ym=t},r.prototype.jo=function(){return.7},r.prototype.w9=function(){return new i.BubbleSeries},r.prototype.get_ff=function(){return!0},r.prototype.rg=function(t,i,a,o){switch(e.prototype.rg.call(this,t,i,a,o),i){case"SeriesViewer":this.ym.da();break;case r.$$p[9]:this.ym.c3();break;case r.$$p[8]:this.ym.c2();break;case"XAxis":this.ym.db();break;case"YAxis":this.ym.dc();break;case r.$$p[13]:this.ym.dd();break;case r.$$p[14]:this.ym.de();break;case r.$$p[15]:this.ym.df();break;case r.$$p[7]:this.ym.cy();break;case r.$$p[0]:this.ym.cv();break;case r.$$p[1]:this.ym.cw();break;case r.$$p[2]:this.ym.cx();break;case r.$$p[12]:this.ym.c1();break;case r.$$p[11]:this.ym.c0();break;case r.$$p[10]:this.ym.cz();break;case r.$$p[4]:if(this.xa.zz=this.yr,this.yo=this.yr,this.yr){var s=this.xa;s.assigningScatterStyle=n.delegateCombine(s.assigningScatterStyle,n.runOn(this,this.zj))}else{var c=this.xa;c.assigningScatterStyle=n.delegateRemove(c.assigningScatterStyle,n.runOn(this,this.zj))}break;case r.$$p[3]:if(this.xa.zy=this.yq,this.yn=this.yq,this.yr){var l=this.xa;l.assigningScatterMarkerStyle=n.delegateCombine(l.assigningScatterMarkerStyle,n.runOn(this,this.zi))}else{var u=this.xa;u.assigningScatterMarkerStyle=n.delegateRemove(u.assigningScatterMarkerStyle,n.runOn(this,this.zi))}break;case r.$$p[5]:this.xa.zi=this.yk;break;case r.$$p[6]:this.xa.aai=this.yw}},r.prototype.zj=function(e,t){null!=this.assigningScatterStyle&&this.assigningScatterStyle(this,t)},r.prototype.zi=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:yx:zk",[2],"FillScale:yi:zl",[i.BrushScale.$],"FillScaleUseGlobalValues:yp:zm",[0,!1],"IsCustomScatterMarkerStyleAllowed:yq:zn",[0,!1],"IsCustomScatterStyleAllowed:yr:zo",[0,!1],"ItemSearchMode:yk:zp",[i.ScatterItemSearchMode_$type,n.enumGetBox(i.ScatterItemSearchMode_$type,0)],"ItemSearchThreshold:yw:zq",[1,1e4],"LabelMemberPath:y5:zr",[2],"LatitudeMemberPath:y7:zs",[2,null],"LongitudeMemberPath:y9:zt",[2,null],"MarkerBrushBrightness:yu:zu",[1,NaN],"MarkerOutlineBrightness:yv:zv",[1,NaN],"MarkerOutlineUsesFillScale:ys:zw",[0,!1],"RadiusMemberPath:ze:zx",[2,null],"RadiusScale:yl:zy",[i.SizeScale.$],"RadiusScaleUseGlobalValues:yt:zz",[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.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,"radiusMemberPath",{get:function(){return this.i.ze},set:function(e){this.i.ze=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"radiusScale",{get:function(){var e=this.i.yl;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.yl=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"labelMemberPath",{get:function(){return this.i.y5},set:function(e){this.i.y5=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"fillMemberPath",{get:function(){return this.i.yx},set:function(e){this.i.yx=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"fillScale",{get:function(){var e=this.i.yi;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.yi=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"fillScaleUseGlobalValues",{get:function(){return this.i.yp},set:function(e){this.i.yp=n.ensureBool(e),this._a("fillScaleUseGlobalValues",this.i.yp)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerOutlineUsesFillScale",{get:function(){return this.i.ys},set:function(e){this.i.ys=n.ensureBool(e),this._a("markerOutlineUsesFillScale",this.i.ys)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerOutlineBrightness",{get:function(){return this.i.yv},set:function(e){this.i.yv=+e,this._a("markerOutlineBrightness",this.i.yv)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerBrushBrightness",{get:function(){return this.i.yu},set:function(e){this.i.yu=+e,this._a("markerBrushBrightness",this.i.yu)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"radiusScaleUseGlobalValues",{get:function(){return this.i.yt},set:function(e){this.i.yt=n.ensureBool(e),this._a("radiusScaleUseGlobalValues",this.i.yt)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"isCustomScatterStyleAllowed",{get:function(){return this.i.yr},set:function(e){this.i.yr=n.ensureBool(e),this._a("isCustomScatterStyleAllowed",this.i.yr)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"isCustomScatterMarkerStyleAllowed",{get:function(){return this.i.yq},set:function(e){this.i.yq=n.ensureBool(e),this._a("isCustomScatterMarkerStyleAllowed",this.i.yq)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"itemSearchMode",{get:function(){return this.i.yk},set:function(e){this.i.yk=n.ensureEnum(i.ScatterItemSearchMode_$type,e),this._a("itemSearchMode",n.enumToString(i.ScatterItemSearchMode_$type,this.i.yk))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"itemSearchThreshold",{get:function(){return this.i.yw},set:function(e){this.i.yw=+e,this._a("itemSearchThreshold",this.i.yw)},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.xa;e.prototype.ci.call(this),t.aa3=this.cu.yy,t.abb=this.cu.yw,t.xk=this.cu.xk,t.yc=this.cu.x0,t.xt=this.cu.xl},i.prototype.cw=function(){this.cu.xa.aa3=this.cu.yy},i.prototype.cv=function(){this.cu.xa.abb=this.cu.yw},i.prototype.c2=function(){this.cu.xa.xk=this.cu.xk},i.prototype.c0=function(){this.cu.xa.yc=this.cu.x0},i.prototype.c1=function(){this.cu.xa.xt=this.cu.xl},i.prototype.c3=function(){this.cu.xa.aaj=this.cu.xm},i.prototype.c5=function(){this.cu.xa.xAxis=this.cu.dc.yc},i.prototype.c6=function(){this.cu.xa.yAxis=this.cu.dc.ye},i.prototype.c4=function(){var e=this.cu.xa;if(null==this.cu.dc)return e.xAxis=null,void(e.yAxis=null);e.xAxis=this.cu.dc.yc,e.yAxis=this.cu.dc.ye},i.prototype.cy=function(){this.cu.xa.y3=this.cu.yi},i.prototype.cx=function(){this.cu.xa.yt=this.cu.ye},i.prototype.cz=function(){this.cu.xa.yu=this.cu.yf},i.$t=n.markType(i,"GeographicSymbolSeriesView",y.$),i}(y),Se=function(e){function r(){var t=e.call(this)||this;return t.yk=null,t.yn=!1,t.ym=!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.q7=function(t){e.prototype.q7.call(this,t),this.yl=t},r.prototype.jo=function(){return.7},r.prototype.w9=function(){return new i.ScatterSeries},r.prototype.get_ff=function(){return!0},r.prototype.rg=function(t,i,a,o){switch(e.prototype.rg.call(this,t,i,a,o),i){case"SeriesViewer":this.yl.c4();break;case r.$$p[5]:this.yl.cw();break;case r.$$p[4]:this.yl.cv();break;case r.$$p[6]:this.yl.cy();break;case"XAxis":this.yl.c5();break;case"YAxis":this.yl.c6();break;case r.$$p[1]:if(this.xa.zz=this.yp,this.yn=this.yp,this.yp){var s=this.xa;s.assigningScatterStyle=n.delegateCombine(s.assigningScatterStyle,n.runOn(this,this.y3))}else{var c=this.xa;c.assigningScatterStyle=n.delegateRemove(c.assigningScatterStyle,n.runOn(this,this.y3))}break;case r.$$p[0]:if(this.xa.zy=this.yo,this.ym=this.yo,this.yp){var l=this.xa;l.assigningScatterMarkerStyle=n.delegateCombine(l.assigningScatterMarkerStyle,n.runOn(this,this.y2))}else{var u=this.xa;u.assigningScatterMarkerStyle=n.delegateRemove(u.assigningScatterMarkerStyle,n.runOn(this,this.y2))}break;case r.$$p[2]:this.xa.zi=this.yj;break;case r.$$p[3]:this.xa.aai=this.yr}},r.prototype.y3=function(e,t){null!=this.assigningScatterStyle&&this.assigningScatterStyle(this,t)},r.prototype.y2=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:yo:y4",[0,!1],"IsCustomScatterStyleAllowed:yp:y5",[0,!1],"ItemSearchMode:yj:y6",[i.ScatterItemSearchMode_$type,n.enumGetBox(i.ScatterItemSearchMode_$type,0)],"ItemSearchThreshold:yr:y7",[1,1e4],"LatitudeMemberPath:yw:y8",[2,null],"LongitudeMemberPath:yy:y9",[2,null],"MarkerCollisionAvoidance:yi:za",[i.CollisionAvoidanceType_$type,n.enumGetBox(i.CollisionAvoidanceType_$type,0)],"UseLightweightMarkers:yq:zb",[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.yw},set:function(e){this.i.yw=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"longitudeMemberPath",{get:function(){return this.i.yy},set:function(e){this.i.yy=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"markerCollisionAvoidance",{get:function(){return this.i.yi},set:function(e){this.i.yi=n.ensureEnum(i.CollisionAvoidanceType_$type,e),this._a("markerCollisionAvoidance",n.enumToString(i.CollisionAvoidanceType_$type,this.i.yi))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"isCustomScatterStyleAllowed",{get:function(){return this.i.yp},set:function(e){this.i.yp=n.ensureBool(e),this._a("isCustomScatterStyleAllowed",this.i.yp)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"isCustomScatterMarkerStyleAllowed",{get:function(){return this.i.yo},set:function(e){this.i.yo=n.ensureBool(e),this._a("isCustomScatterMarkerStyleAllowed",this.i.yo)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"itemSearchMode",{get:function(){return this.i.yj},set:function(e){this.i.yj=n.ensureEnum(i.ScatterItemSearchMode_$type,e),this._a("itemSearchMode",n.enumToString(i.ScatterItemSearchMode_$type,this.i.yj))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"itemSearchThreshold",{get:function(){return this.i.yr},set:function(e){this.i.yr=+e,this._a("itemSearchThreshold",this.i.yr)},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.xm},set:function(e){this.i.xm=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"latitudeMemberPath",{get:function(){return this.i.xk},set:function(e){this.i.xk=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"trianglesSource",{get:function(){return this.i.xj},set:function(e){this.i.xj=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"triangleVertexMemberPath1",{get:function(){return this.i.xp},set:function(e){this.i.xp=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"triangleVertexMemberPath2",{get:function(){return this.i.xr},set:function(e){this.i.xr=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"triangleVertexMemberPath3",{get:function(){return this.i.xt},set:function(e){this.i.xt=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.ew},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"colorMemberPath",{get:function(){return this.i.x8},set:function(e){this.i.x8=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"colorScale",{get:function(){var e=this.i.x3;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.x3=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualColorScale",{get:function(){var e=this.i.x2;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.x2=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.yd()},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.xa);t.zj=this.cu.xz,t.zr=this.cu.xx,t.xw=this.cu.xm,t.xv=this.cu.xl,t.f9=this.cu.xk,t.yr=this.cu.xo,t.yq=this.cu.xn,t.aap=this.cu.yi,t.aao=this.cu.yh,t.y3=this.cu.xr},r.prototype.c0=function(){this.cu.xa.zj=this.cu.xz},r.prototype.cz=function(){this.cu.xa.zr=this.cu.xx},r.prototype.c5=function(){this.cu.xa.xw=this.cu.xm},r.prototype.c3=function(){this.cu.xa.xv=this.cu.xl},r.prototype.c1=function(){this.cu.xa.f9=this.cu.xk},r.prototype.cy=function(){this.cu.xa.yr=this.cu.xo},r.prototype.cw=function(){this.cu.xa.yq=this.cu.xn},r.prototype.c4=function(){var e=n.typeCast(i.HighDensityScatterSeries.$,this.cu.xa);if(null==this.cu.dc)return e.xf=null,void(e.xh=null);e.xf=this.cu.dc.yc,e.xh=this.cu.dc.ye},r.prototype.c6=function(){this.cu.xa.xf=this.cu.dc.yc},r.prototype.c7=function(){this.cu.xa.xh=this.cu.dc.ye},r.prototype.cx=function(){this.cu.xa.aap=this.cu.yi},r.prototype.cv=function(){this.cu.xa.aao=this.cu.yh},r.prototype.c2=function(){this.cu.xa.y3=this.cu.xr},r.prototype.a4=function(){e.prototype.a4.call(this),this.t||(this.cu.yi=i.Defaults.bf,this.cu.yh=i.Defaults.be,this.cu.vp=i.Defaults.ba,this.cu.v5=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.xi=null,t.progressiveLoadStatusChanged=null,t.xq=0,t.ab=r.$,t}return t.__extends(r,e),r.prototype.bk=function(){return new r},r.prototype.jn=function(){return n.isNaN_(this.jm)?i.Defaults.ad:e.prototype.jn.call(this)},r.prototype.get_fp=function(){return!0},r.prototype.ct=function(){return new we(this)},r.prototype.q7=function(t){e.prototype.q7.call(this,t),this.xj=t},r.prototype.w9=function(){return this.xi=new i.HighDensityScatterSeries,this.xi},Object.defineProperty(r.prototype,"xs",{get:function(){return this.xq},set:function(e){var t=this.xq;this.xq=e,this.raisePropertyChanged("ProgressiveStatus",t,this.xq)},enumerable:!1,configurable:!0}),r.prototype.xf=function(t,i){e.prototype.xf.call(this,t,i);var r=this.xa;r.progressiveLoadStatusChanged=n.delegateCombine(r.progressiveLoadStatusChanged,n.runOn(this,this.x6));var a=this.xa;a.propertyUpdated=n.delegateCombine(a.propertyUpdated,n.runOn(this,this.x5))},r.prototype.x6=function(e,t){this.xs=t.currentStatus,null!=this.progressiveLoadStatusChanged&&this.progressiveLoadStatusChanged(this,t)},r.prototype.x5=function(e,t){this.xi},r.prototype.rg=function(t,i,n,a){switch(e.prototype.rg.call(this,t,i,n,a),i){case"SeriesViewer":this.xj.c4();break;case r.$$p[5]:this.xj.c0();break;case r.$$p[4]:this.xj.cz();break;case r.$$p[9]:this.xj.c5();break;case r.$$p[8]:this.xj.c3();break;case r.$$p[6]:this.xj.c1();break;case"XAxis":this.xj.c6();break;case"YAxis":this.xj.c7();break;case r.$$p[3]:this.xj.cy();break;case r.$$p[1]:this.xj.cw();break;case r.$$p[2]:this.xj.cx();break;case r.$$p[0]:this.xj.cv();break;case r.$$p[7]:this.xj.c2()}},r.prototype.get_g8=function(){return!0},r.prototype.set_g8=function(t){e.prototype.set_g8.call(this,t)},r.$t=n.markType(r,"GeographicHighDensityScatterSeries",p.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["HeatMaximumColor:yh:x7",[n.Color.$,i.Defaults.be],"HeatMaximum:xn:x8",[1,50],"HeatMinimumColor:yi:x9",[n.Color.$,i.Defaults.bf],"HeatMinimum:xo:ya",[1,0],"LatitudeMemberPath:xx:yb",[2,null],"LongitudeMemberPath:xz:yc",[2,null],"MouseOverEnabled:xk:yd",[0,!1],"PointExtent:xr:ye",[1,1],"ProgressiveLoad:xl:yf",[0,!0],"UseBruteForce:xm:yg",[0,!1]]),r}(p),Me=function(e){function r(){var t=e.call(this)||this;return t._progressiveLoadStatusChanged=null,t._progressiveLoadStatusChanged_wrapped=null,t}return t.__extends(r,e),r.prototype.createImplementation=function(){return new Pe},Object.defineProperty(r.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),r.prototype.connectedCallback=function(){e.prototype.connectedCallback&&e.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},r.prototype.disconnectedCallback=function(){e.prototype.disconnectedCallback&&e.prototype.disconnectedCallback.call(this),this.i.disconnectedCallback&&this.i.disconnectedCallback(),this._attached&&(this._attached=!1)},Object.defineProperty(r,"observedAttributes",{get:function(){if(null==r._observedAttributesIgcGeographicHighDensityScatterSeriesComponent){for(var e=n.getAllPropertyNames(r),t=0;t<e.length;t++)e[t]=n.toSpinal(e[t]);r._observedAttributesIgcGeographicHighDensityScatterSeriesComponent=e}return r._observedAttributesIgcGeographicHighDensityScatterSeriesComponent},enumerable:!1,configurable:!0}),r.register=function(){r._isElementRegistered||(r._isElementRegistered=!0,n.RegisterElementHelper.registerElement(r.htmlTagName,r))},Object.defineProperty(r.prototype,"isPixel",{get:function(){return this.i.fp},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"latitudeMemberPath",{get:function(){return this.i.xx},set:function(e){this.i.xx=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"longitudeMemberPath",{get:function(){return this.i.xz},set:function(e){this.i.xz=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"useBruteForce",{get:function(){return this.i.xm},set:function(e){this.i.xm=n.ensureBool(e),this._a("useBruteForce",this.i.xm)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"progressiveLoad",{get:function(){return this.i.xl},set:function(e){this.i.xl=n.ensureBool(e),this._a("progressiveLoad",this.i.xl)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"mouseOverEnabled",{get:function(){return this.i.xk},set:function(e){this.i.xk=n.ensureBool(e),this._a("mouseOverEnabled",this.i.xk)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"heatMinimum",{get:function(){return this.i.xo},set:function(e){this.i.xo=+e,this._a("heatMinimum",this.i.xo)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"heatMaximum",{get:function(){return this.i.xn},set:function(e){this.i.xn=+e,this._a("heatMaximum",this.i.xn)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"heatMinimumColor",{get:function(){return n.colorToString(this.i.yi)},set:function(e){this.i.yi=n.stringToColor(e),this._a("heatMinimumColor",n.colorToString(this.i.yi))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"heatMaximumColor",{get:function(){return n.colorToString(this.i.yh)},set:function(e){this.i.yh=n.stringToColor(e),this._a("heatMaximumColor",n.colorToString(this.i.yh))},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"pointExtent",{get:function(){return this.i.xr},set:function(e){this.i.xr=+e,this._a("pointExtent",this.i.xr)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"progressiveStatus",{get:function(){return this.i.xs},set:function(e){this.i.xs=+e,this._a("progressiveStatus",this.i.xs)},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),Ie=function(){function e(){}return e.register=function(){i.IgcHighDensityScatterSeriesModule.register(),Me.register(),n.TypeRegistrar.registerCons("IgcGeographicHighDensityScatterSeriesComponent",Me),n.TypeRegistrar.register("GeographicHighDensityScatterSeries",Pe.$type)},e}(),Te=function(e){function r(t){var i=e.call(this,t)||this;return i.c2=null,i.c2=t,i}return t.__extends(r,e),r.prototype.a4=function(){e.prototype.a4.call(this),this.t||(this.c2.jt=i.Defaults.z)},r.prototype.ci=function(){e.prototype.ci.call(this),null!=this.c2.xa&&(this.c2.x2.y5=this.c2.x5,this.c2.x2.zf=this.c2.x9)},r.prototype.c3=function(){null!=this.c2.x2&&(this.c2.x2.y5=this.c2.x5)},r.prototype.c4=function(){null!=this.c2.x2&&(this.c2.x2.zf=this.c2.x9)},r.$t=n.markType(r,"GeographicContourLineSeriesView",b.$),r}(b),$e=function(e){function r(){var t=e.call(this)||this;return t.triangulationStatusChanged=null,t.ab=r.$,t}return t.__extends(r,e),r.prototype.bk=function(){return new r},r.prototype.get_fk=function(){return!0},r.prototype.xf=function(t,i){e.prototype.xf.call(this,t,i)},r.prototype.w9=function(){this.x2=new i.ScatterContourSeries;var e=this.x2;e.triangulationStatusChanged=n.delegateCombine(e.triangulationStatusChanged,n.runOn(this,this.yc));var t=this.x2;return t.propertyUpdated=n.delegateCombine(t.propertyUpdated,n.runOn(this,this.yd)),this.x2},r.prototype.yc=function(e,t){null!=this.triangulationStatusChanged&&this.triangulationStatusChanged(this,t)},r.prototype.yd=function(e,t){var r=n.typeCast(i.ScatterContourSeries.$,this.xa);null!=r&&"ActualFillScale"==t.propertyName&&(this.x4=r.y4)},r.prototype.sp=function(){e.prototype.sp.call(this)},r.prototype.ct=function(){return new Te(this)},r.prototype.q7=function(t){e.prototype.q7.call(this,t),this.x6=t},r.prototype.rg=function(t,i,n,a){switch(e.prototype.rg.call(this,t,i,n,a),i){case r.$$p[1]:this.x6.c3();break;case r.$$p[2]:this.x6.c4();break;case r.$$p[3]:this.x2.y2=this.x1;break;case"DashArray":this.x2.wc=this.wc;break;case"DashCap":this.x2.wd=this.wd;break;case"MiterLimit":this.x2.jk=this.jk;break;case"LineJoin":this.x2.wf=this.wf}},r.$t=n.markType(r,"GeographicContourLineSeries",x.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["ActualFillScale:x4:ye",[i.ValueBrushScale.$,null],"FillScale:x5:yf",[i.ValueBrushScale.$,null],"ValueMemberPath:x9:yg",[2,"value"],"ValueResolver:x1:yh",[i.ContourValueResolver.$,null]]),r}(x),Oe=function(e){function r(){var t=e.call(this)||this;return t._triangulationStatusChanged=null,t._triangulationStatusChanged_wrapped=null,t}return t.__extends(r,e),r.prototype.createImplementation=function(){return new $e},Object.defineProperty(r.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),r.prototype.connectedCallback=function(){e.prototype.connectedCallback&&e.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},r.prototype.disconnectedCallback=function(){e.prototype.disconnectedCallback&&e.prototype.disconnectedCallback.call(this),this.i.disconnectedCallback&&this.i.disconnectedCallback(),this._attached&&(this._attached=!1)},Object.defineProperty(r,"observedAttributes",{get:function(){if(null==r._observedAttributesIgcGeographicContourLineSeriesComponent){for(var e=n.getAllPropertyNames(r),t=0;t<e.length;t++)e[t]=n.toSpinal(e[t]);r._observedAttributesIgcGeographicContourLineSeriesComponent=e}return r._observedAttributesIgcGeographicContourLineSeriesComponent},enumerable:!1,configurable:!0}),r.register=function(){r._isElementRegistered||(r._isElementRegistered=!0,n.RegisterElementHelper.registerElement(r.htmlTagName,r))},Object.defineProperty(r.prototype,"isLineContour",{get:function(){return this.i.fk},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"valueMemberPath",{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.x5;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.x5=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualFillScale",{get:function(){var e=this.i.x4;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.x4=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"valueResolver",{get:function(){var e=this.i.x1;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.x1=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),je=function(){function e(){}return e.register=function(){i.IgcScatterContourSeriesModule.register(),Oe.register(),n.TypeRegistrar.registerCons("IgcGeographicContourLineSeriesComponent",Oe),n.TypeRegistrar.register("GeographicContourLineSeries",$e.$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(),be.register(),xe.register(),Ce.register(),Ie.register(),je.register(),U.register(),n.IgcShapeDataSourceModule.register()},e}(),Ae=function(e){function i(){var t=null!==e&&e.apply(this,arguments)||this;return t._token=null,t._expires=0,t._ssl=!1,t}return t.__extends(i,e),Object.defineProperty(i.prototype,"token",{get:function(){return this._token},set:function(e){this._token=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"expires",{get:function(){return this._expires},set:function(e){this._expires=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"ssl",{get:function(){return this._ssl},set:function(e){this._ssl=e},enumerable:!1,configurable:!0}),i.$t=n.markType(i,"TokenResponseModel"),i}(n.Base),ze=function(e){function i(){var t=null!==e&&e.apply(this,arguments)||this;return t._name=null,t._tileInfo=null,t}return t.__extends(i,e),Object.defineProperty(i.prototype,"name",{get:function(){return this._name},set:function(e){this._name=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"tileInfo",{get:function(){return this._tileInfo},set:function(e){this._tileInfo=e},enumerable:!1,configurable:!0}),i.$t=n.markType(i,"MapServerResponseModel"),i}(n.Base),Ge=function(e){function i(){var t=null!==e&&e.apply(this,arguments)||this;return t._lods=null,t}return t.__extends(i,e),Object.defineProperty(i.prototype,"lods",{get:function(){return this._lods},set:function(e){this._lods=e},enumerable:!1,configurable:!0}),i.$t=n.markType(i,"TileInfoResponseModel"),i}(n.Base),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"),qe=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 qe(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),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(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}(T),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=q,e.AzureMapsImagery=Ne,e.AzureMapsImageryStyle=Be,e.AzureMapsImageryStyle_$type=Ee,e.AzureMapsImageryView=qe,e.BingMapsImageryStyle=P,e.BingMapsImageryStyle_$type=M,e.BingMapsMapImagery=j,e.BingMapsMapImageryView=O,e.BingResourceSet=Ye,e.BingResponse=Ze,e.CustomMapImagery=B,e.GeographicContourLineSeries=$e,e.GeographicContourLineSeriesView=Te,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=k,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=le,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=R,e.IgcBingMapsMapImageryModule=A,e.IgcCustomMapImagery=D,e.IgcCustomMapImageryModule=E,e.IgcGeographicContourLineSeriesComponent=Oe,e.IgcGeographicContourLineSeriesModule=je,e.IgcGeographicHighDensityScatterSeriesComponent=Me,e.IgcGeographicHighDensityScatterSeriesModule=Ie,e.IgcGeographicMapComponent=C,e.IgcGeographicMapCoreModule=U,e.IgcGeographicMapImagery=T,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=be,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=I,e.IgcOpenStreetMapImagery=z,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=ze,e.OpenStreetMapImagery=_,e.SphericalMercatorHorizontalScaler=l,e.SphericalMercatorVerticalScaler=c,e.SubDomainsCollection=$,e.TileGeneratorMapImagery=ie,e.TileInfoResponseModel=Ge,e.TileSeries=ae,e.TileSeriesView=oe,e.TokenResponseModel=Ae,e.XamGeographicMap=g,e.XamGeographicMapView=S,Object.defineProperty(e,"__esModule",{value:!0})}));