igniteui-webcomponents-maps 3.2.3 → 3.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (106) hide show
  1. package/bundles/igniteui-webcomponents-maps.umd.js +1829 -1522
  2. package/bundles/igniteui-webcomponents-maps.umd.min.js +1 -1
  3. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +36 -36
  4. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +79 -79
  5. package/esm2015/lib/GeographicMapSeriesHost_combined.js +176 -176
  6. package/esm2015/lib/GeographicMarkerSeries.js +29 -29
  7. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +17 -17
  8. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +89 -89
  9. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +60 -60
  10. package/esm2015/lib/GeographicShapeSeriesView_combined.js +56 -56
  11. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +56 -56
  12. package/esm2015/lib/GeographicTileSeries.js +28 -28
  13. package/esm2015/lib/TileSeries_combined.js +88 -88
  14. package/esm2015/lib/XamGeographicMap_combined.js +472 -460
  15. package/esm2015/lib/igc-custom-map-imagery.js +1 -0
  16. package/esm2015/lib/igc-geographic-contour-line-series-component.js +42 -24
  17. package/esm2015/lib/igc-geographic-high-density-scatter-series-component.js +47 -32
  18. package/esm2015/lib/igc-geographic-map-component.js +63 -60
  19. package/esm2015/lib/igc-geographic-map-imagery.js +29 -2
  20. package/esm2015/lib/igc-geographic-map-series-host-component.js +36 -22
  21. package/esm2015/lib/igc-geographic-marker-series-base-component.js +14 -0
  22. package/esm2015/lib/igc-geographic-marker-series-component.js +45 -31
  23. package/esm2015/lib/igc-geographic-polyline-series-component.js +28 -13
  24. package/esm2015/lib/igc-geographic-proportional-symbol-series-base-component.js +14 -0
  25. package/esm2015/lib/igc-geographic-proportional-symbol-series-component.js +69 -51
  26. package/esm2015/lib/igc-geographic-scatter-area-series-component.js +34 -17
  27. package/esm2015/lib/igc-geographic-shape-series-base-base-component.js +14 -0
  28. package/esm2015/lib/igc-geographic-shape-series-base-component.js +48 -26
  29. package/esm2015/lib/igc-geographic-shape-series-component.js +59 -44
  30. package/esm2015/lib/igc-geographic-symbol-series-base-component.js +14 -0
  31. package/esm2015/lib/igc-geographic-symbol-series-component.js +35 -19
  32. package/esm2015/lib/igc-geographic-tile-series-component.js +21 -5
  33. package/esm2015/lib/igc-geographic-xy-triangulating-series-base-component.js +14 -0
  34. package/esm2015/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
  35. package/esm2015/lib/igc-tile-series-component.js +19 -4
  36. package/esm5/lib/GeographicContourLineSeriesView_combined.js +36 -36
  37. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +79 -79
  38. package/esm5/lib/GeographicMapSeriesHost_combined.js +174 -174
  39. package/esm5/lib/GeographicMarkerSeries.js +29 -29
  40. package/esm5/lib/GeographicPolylineSeriesView_combined.js +17 -17
  41. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +89 -89
  42. package/esm5/lib/GeographicShapeSeriesBase_combined.js +59 -59
  43. package/esm5/lib/GeographicShapeSeriesView_combined.js +56 -56
  44. package/esm5/lib/GeographicSymbolSeriesView_combined.js +56 -56
  45. package/esm5/lib/GeographicTileSeries.js +27 -27
  46. package/esm5/lib/TileSeries_combined.js +86 -86
  47. package/esm5/lib/XamGeographicMap_combined.js +465 -453
  48. package/esm5/lib/igc-custom-map-imagery.js +1 -0
  49. package/esm5/lib/igc-geographic-contour-line-series-component.js +42 -24
  50. package/esm5/lib/igc-geographic-high-density-scatter-series-component.js +47 -32
  51. package/esm5/lib/igc-geographic-map-component.js +63 -60
  52. package/esm5/lib/igc-geographic-map-imagery.js +30 -3
  53. package/esm5/lib/igc-geographic-map-series-host-component.js +36 -22
  54. package/esm5/lib/igc-geographic-marker-series-base-component.js +14 -0
  55. package/esm5/lib/igc-geographic-marker-series-component.js +45 -31
  56. package/esm5/lib/igc-geographic-polyline-series-component.js +28 -13
  57. package/esm5/lib/igc-geographic-proportional-symbol-series-base-component.js +14 -0
  58. package/esm5/lib/igc-geographic-proportional-symbol-series-component.js +69 -51
  59. package/esm5/lib/igc-geographic-scatter-area-series-component.js +34 -17
  60. package/esm5/lib/igc-geographic-shape-series-base-base-component.js +14 -0
  61. package/esm5/lib/igc-geographic-shape-series-base-component.js +48 -26
  62. package/esm5/lib/igc-geographic-shape-series-component.js +59 -44
  63. package/esm5/lib/igc-geographic-symbol-series-base-component.js +14 -0
  64. package/esm5/lib/igc-geographic-symbol-series-component.js +35 -19
  65. package/esm5/lib/igc-geographic-tile-series-component.js +21 -5
  66. package/esm5/lib/igc-geographic-xy-triangulating-series-base-component.js +14 -0
  67. package/esm5/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
  68. package/esm5/lib/igc-tile-series-component.js +19 -4
  69. package/fesm2015/igniteui-webcomponents-maps.js +1843 -1536
  70. package/fesm5/igniteui-webcomponents-maps.js +1830 -1523
  71. package/lib/GeographicContourLineSeriesView_combined.d.ts +14 -14
  72. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +23 -23
  73. package/lib/GeographicMapSeriesHost_combined.d.ts +37 -37
  74. package/lib/GeographicMarkerSeries.d.ts +18 -18
  75. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  76. package/lib/GeographicPolylineSeriesView_combined.d.ts +8 -8
  77. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  78. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +25 -25
  79. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  80. package/lib/GeographicShapeSeriesBase_combined.d.ts +22 -22
  81. package/lib/GeographicShapeSeriesView_combined.d.ts +27 -27
  82. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  83. package/lib/GeographicSymbolSeriesView_combined.d.ts +19 -19
  84. package/lib/GeographicTileSeries.d.ts +9 -9
  85. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  86. package/lib/TileSeries_combined.d.ts +19 -19
  87. package/lib/XamGeographicMap_combined.d.ts +105 -105
  88. package/lib/igc-geographic-contour-line-series-component.d.ts +1 -0
  89. package/lib/igc-geographic-high-density-scatter-series-component.d.ts +1 -0
  90. package/lib/igc-geographic-map-imagery.d.ts +4 -1
  91. package/lib/igc-geographic-map-series-host-component.d.ts +1 -0
  92. package/lib/igc-geographic-marker-series-base-component.d.ts +1 -0
  93. package/lib/igc-geographic-marker-series-component.d.ts +1 -0
  94. package/lib/igc-geographic-polyline-series-component.d.ts +1 -0
  95. package/lib/igc-geographic-proportional-symbol-series-base-component.d.ts +1 -0
  96. package/lib/igc-geographic-proportional-symbol-series-component.d.ts +1 -0
  97. package/lib/igc-geographic-scatter-area-series-component.d.ts +1 -0
  98. package/lib/igc-geographic-shape-series-base-base-component.d.ts +1 -0
  99. package/lib/igc-geographic-shape-series-base-component.d.ts +1 -0
  100. package/lib/igc-geographic-shape-series-component.d.ts +1 -0
  101. package/lib/igc-geographic-symbol-series-base-component.d.ts +1 -0
  102. package/lib/igc-geographic-symbol-series-component.d.ts +1 -0
  103. package/lib/igc-geographic-tile-series-component.d.ts +1 -0
  104. package/lib/igc-geographic-xy-triangulating-series-base-component.d.ts +1 -0
  105. package/lib/igc-tile-series-component.d.ts +1 -0
  106. package/package.json +3 -3
@@ -4,4 +4,4 @@
4
4
  https://www.infragistics.com/legal/license/igultimate-eula
5
5
  GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
6
6
  */
7
- !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("tslib"),require("igniteui-webcomponents-charts"),require("igniteui-webcomponents-core")):"function"==typeof define&&define.amd?define(["exports","tslib","igniteui-webcomponents-charts","igniteui-webcomponents-core"],t):t((e=e||self)["igniteui-webcomponents-maps"]={},e.tslib_1,e.igniteuiWebcomponentsCharts,e.igniteuiWebcomponentsCore)}(this,(function(e,t,i,r){"use strict";var n=function(e){return e[e.Auto=0]="Auto",e[e.MaintainTopLeftPosition=1]="MaintainTopLeftPosition",e[e.MaintainCenterPosition=2]="MaintainCenterPosition",e}({}),o=r.markEnum("MapResizeBehavior","Auto,0|MaintainTopLeftPosition,1|MaintainCenterPosition,2"),s=function(e){return e[e.Auto=0]="Auto",e[e.NonWrapped=1]="NonWrapped",e[e.Wrapped=2]="Wrapped",e}({}),a=r.markEnum("MapBackgroundTilingMode","Auto,0|NonWrapped,1|Wrapped,2"),l=function(e){function n(){var t=e.call(this)||this;return t.au=null,t.ai=0,t.aj=0,t.au=new r.Rect(0,0,0,1,1),t}return t.__extends(n,e),n.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)},n.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},n.prototype.af=function(e){return Array.isArray(e)?e:null},n.prototype.v=function(e,t,i,r){var o,s,a,l,u,c=r.e,p=r.d,h=r.c,g=(r.a,!h.isEmpty),f=(this.m,this.o,h.top),y=h.height,d=c.top,m=c.height,b=p.top,S=p.height,_=this.au.top,v=this.au.height,k=this.af(e),C=.017453292519943295,w=!1;null!=k&&(w=!0);for(var P=t;P<i;P++)o=w?k[P]:e.item(P),g?(o<n.ah&&(o=n.ah),o>n.ag&&(o=n.ag),s=o*C,a=Math.sin(s),l=.5*Math.log((1+a)/(1-a)),u=(((u=f+(u=(this.ai-l)*y/this.aj))-_*y)/v-d*S)/m,w?k[P]=u:e.item(P,u)):(o<n.ah&&(o=n.ah),o>n.ag&&(o=n.ag),s=o*C,a=Math.sin(s),l=.5*Math.log((1+a)/(1-a)),u=((u=b+(u=(this.ai-l)*S/this.aj))-d*S)/m,w?k[P]=u:e.item(P,u))},n.prototype.t=function(e,t,i,r,n){return{p3:this.ak(e.l3),p4:this.ak(e.l2)}},n.prototype.w=function(t,i,r){switch(e.prototype.w.call(this,t,i,r),t){case"ActualMinimumValue":case"ActualMaximumValue":this.ai=n.am(this.n),this.aj=n.am(this.n)-n.am(this.o)}},Object.defineProperty(n,"as",{get:function(){return n.ag},enumerable:!0,configurable:!0}),Object.defineProperty(n,"at",{get:function(){return n.ah},enumerable:!0,configurable:!0}),n.prototype.getMercatorUnscaledValue=function(e,t,i,r){var o=(e-i.top)*t.width+t.top*i.height;return o=n.am(this.n)-o/(i.height/this.aj),n.aq(o)},n.prototype.getMercatorScaledValue1=function(e,t,i,r){return(i.top+this.getMercatorScaledValue3(e,i.height)-t.top*i.height)/t.width},n.prototype.getMercatorScaledValue2=function(e,t,i,r,n){return(this.getMercatorScaledValue3(e,r.height)-t.top*i.height)/t.width},n.prototype.getMercatorScaledValue3=function(e,t){e=e>n.ah?e<n.ag?e:n.ag:n.ah;var i=n.am(e);return(this.ai-i)*t/this.aj},n.am=function(e){var t=.017453292519943295*e,i=Math.sin(t);return.5*Math.log((1+i)/(1-i))},n.aq=function(e){return e=Math.exp(2*e),Math.asin((e-1)/(e+1))/.017453292519943295},n.prototype.ak=function(e){return e<n.ah?n.ah:e>n.ag?n.ag:e},n.$t=r.markType(n,"SphericalMercatorVerticalScaler",i.VerticalLinearScaler.$),n.ag=85.05112878,n.ah=-85.05112878,n}(i.VerticalLinearScaler),u=function(e){function n(){var t=e.call(this)||this;return t.aj=null,t.aj=new r.Rect(0,0,0,1,1),t}return t.__extends(n,e),n.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)},n.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},n.prototype.af=function(e){return Array.isArray(e)?e:null},n.prototype.v=function(e,t,i,r){var n,o=r.e,s=r.d,a=r.c,l=r.a,u=!a.isEmpty,c=this.m,p=this.o,h=a.left,g=a.width,f=o.left,y=o.width,d=s.left,m=s.width,b=this.aj.left,S=this.aj.width,_=this.af(e),v=!1;null!=_&&(v=!0);for(var k=t;k<i;k++)if(n=v?_[k]:e.item(k),u){var C=(n-p)/c;l&&(C=1-C);var w=((C=h+g*(C-b)/S)-f*m)/y;v?_[k]=w:e.item(k,w)}else{var P=(n-p)/c;l&&(P=1-P),P=d+m*(P-f)/y,v?_[k]=P:e.item(k,P)}},n.prototype.t=function(e,t,i,r,n){return{p3:e.l3,p4:e.l2}},n.prototype.getMercatorUnscaledValue=function(e,t,i,r){var n=t.left+t.width*(e-i.left)/i.width;return r&&(n=1-n),this.o+n*this.m},n.prototype.getMercatorScaledValue1=function(e,t,i,r){var n=(e-this.o)/this.m;return r&&(n=1-n),i.left+i.width*(n-t.left)/t.width},n.prototype.getMercatorScaledValue2=function(e,t,i,r,n){var o=(e-this.o)/this.m;return n&&(o=1-o),i.left+i.width*(o-t.left)/t.width},n.$t=r.markType(n,"SphericalMercatorHorizontalScaler",i.HorizontalLinearScaler.$),n}(i.HorizontalLinearScaler),c=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(i,e),i.$t=r.markType(i,"ImageTilesReadyEventArgs",r.EventArgs.$),i}(r.EventArgs),p=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(i,e),i.$t=r.markType(i,"ImagesChangedEventArgs",r.EventArgs.$),i}(r.EventArgs),h=function(e){function n(){var t=e.call(this)||this;return t.p4=null,t.p6=t.p5(),t}return t.__extends(n,e),n.prototype.lk=function(){e.prototype.lk.call(this),null!=this.p6&&this.p6.lk()},n.prototype.get_dv=function(){return!0},n.prototype.hw=function(e,t){var i=this.jq(t);return"LatitudeMemberPath"==i&&(i="YMemberPath"),"LongitudeMemberPath"==i&&(i="XMemberPath"),this.p6.hw(e,t)},n.prototype.c1=function(e,t,i,r){return this.p6.c1(e,t,i,r)},n.prototype.ag=function(){return this.p6.ag()},n.prototype.be=function(){return this.p6},Object.defineProperty(n.prototype,"p6",{get:function(){return this.p4},set:function(e){this.p6!=e&&(this.p4=e,this.qb())},enumerable:!0,configurable:!0}),n.prototype.get_hasMarkers=function(){return this.p6.hasMarkers},n.prototype.qb=function(){if(null!=this.p4){var e=this.p4;e.externalObject=r.TypeRegistrar.createFromInternal(e,r.PlatformConstants.Prefix,r.PlatformConstants.Postfix),e.externalObject._implementation=e}this.k2(this.p6),this.p7.b2()},n.prototype.aw=function(e,t,i){return this.ay(this.p6,e,t,i)},n.prototype.ax=function(e,t,i){return this.az(this.p6,e,t,i)},n.prototype.ht=function(e){return this.hy(this.p6,e)},n.prototype.hj=function(e,t){return this.p6.hj(e,t)},n.prototype.hh=function(e,t){return this.p6.hh(e,t)},n.prototype.gj=function(e,t,i){return this.p6.gj(e,t,i)},n.prototype.pm=function(e,t,i){return this.p6.pm(e,t,i)},n.prototype.pv=function(e){return this.p6.pv(e)},n.prototype.ak=function(e){return this.p6.ak(e)},n.prototype.pw=function(e){return this.p6.pw(e)},n.prototype.al=function(e){return this.p6.al(e)},n.prototype.px=function(e){return this.p6.px(e)},n.prototype.py=function(e){return this.p6.py(e)},n.prototype.gf=function(e,t,i){return this.p6.gf(e,t,i)},n.prototype.pi=function(e,t,i){return this.p6.pi(e,t,i)},n.prototype.gh=function(e,t,i){return this.gj(e,t,i)},n.prototype.pk=function(e,t,i){return this.p6.pk(e,t,i)},n.prototype.pn=function(e,t,i){return this.p6.pn(e,t,i)},n.prototype.gk=function(e,t,i){return this.p6.gk(e,t,i)},n.prototype.pj=function(e,t,i){return this.p6.pj(e,t,i)},n.prototype.gg=function(e,t,i){return this.p6.gg(e,t,i)},n.prototype.pl=function(e,t,i){return this.p6.pl(e,t,i)},n.prototype.gi=function(e,t,i){return this.p6.gi(e,t,i)},n.prototype.he=function(e){return this.p6.he(e)},n.prototype.ga=function(){return this.p6.ga()},n.prototype.f6=function(e){return this.p6.f6(e)},n.prototype.hu=function(e){return this.p6.hu(e)},n.prototype.bx=function(){return new g(this)},n.prototype.lz=function(t){e.prototype.lz.call(this,t),this.p7=r.typeCast(g.$,t)},Object.defineProperty(n.prototype,"p8",{get:function(){return this.c(n.qd)},set:function(e){this.h(n.qd,e)},enumerable:!0,configurable:!0}),n.prototype.l4=function(t,n,o,s){switch(e.prototype.l4.call(this,t,n,o,s),n){case"SeriesViewer":this.p6.cd=this.cd,null!=o&&o.n2(this.p6),null!=s&&this.cd.kx(this.p6),this.p6.l7(this.pz),this.p6.index=this.index,this.k8(this.p6),this.ho=this.p6.ho;var a=r.typeCast(i.SeriesViewer.$,o);if(null!=a&&(a.actualWindowRectChanged=r.delegateRemove(a.actualWindowRectChanged,r.runOn(this,this.qc))),null!=this.cd){var l=this.cd;l.actualWindowRectChanged=r.delegateCombine(l.actualWindowRectChanged,r.runOn(this,this.qc))}this.qa();break;case"SyncLink":this.p6.b8=this.b8;break;case"VisibleFromScale":this.qa();break;case"Index":this.p6.index=this.index;break;case"ItemsSource":this.p7.b3();break;case"Resolution":this.p7.ca();break;case"TransitionDuration":this.p7.cd();break;case"Opacity":this.p7.b7();break;case"Visibility":var u=this.p6,c=this._visibility;u.visibility=c;break;case"MouseOverEnabled":this.p6.el=this.el;break;case"ExpectFunctions":this.p6.expectFunctions=this.expectFunctions;break;case"Thickness":this.p7.cc();break;case"Brush":this.p7.b1();break;case"Outline":this.p7.b9();break;case"ActualBrush":this.p7.by();break;case"ActualOutline":this.p7.bz();break;case"MarkerFillOpacity":r.isNaN_(this.gq)||this.p7.b6();break;case"AreaFillOpacity":r.isNaN_(this.fz)||this.p7.b0();break;case"OutlineMode":this.p7.b8();break;case"ShowDefaultTooltip":this.p7.cb();break;case"Title":this.p6.title=this.title;break;case"LegendItemBadgeMode":this.p7.b4();break;case"LegendItemBadgeShape":this.p7.b5();break;case"Legend":this.p6.legend=this.legend,this.b0.at()}},n.prototype.qa=function(){if(null!=this.cd&&null!=this.p6&&!r.isNaN_(this.p8))if(this.cd.sf.width>this.p8){this.p6.visibility=1}else{this.p6.visibility=0}},n.prototype.qc=function(e,t){this.qa()},n.prototype.mi=function(t){e.prototype.mi.call(this,t),null!=this.p6&&this.p6.mi(t)},n.prototype.mh=function(e,t,i,r,n){null!=this.p6&&this.p6.mh(e,t,i,r,n)},n.prototype.at=function(e,t){return this.p6.at(e,t)},n.prototype.ms=function(){e.prototype.ms.call(this),this.p6.ms()},n.prototype.get_coercionMethods=function(){return this._coercionMethods},n.prototype.set_coercionMethods=function(e){this._coercionMethods=e,this.p6.coercionMethods=e},n.prototype.k7=function(t){if(e.prototype.k7.call(this,t),null!=this.p6){var i=this.p6.hs();this.kz(t,i)}},n.$t=r.markType(n,"GeographicMapSeriesHost",i.Series.$),n.qd=r.DependencyProperty.i("VisibleFromScale",r.Number_$type,n.$,new r.PropertyMetadata(2,1,(function(e,t){e.raisePropertyChanged("VisibleFromScale",t.oldValue,t.newValue)}))),n}(i.Series),g=function(e){function n(t){var i=e.call(this,t)||this;return i.bx=null,i.bx=t,i}return t.__extends(n,e),n.prototype.ar=function(t,i){e.prototype.ar.call(this,t,i)},n.prototype.b2=function(){this.bx.p3=1,this.bx.p6.p3=0,this.bx.p6.itemsSource=this.bx.itemsSource,this.bx.p6.index=this.bx.index,this.bx.p6.o3=this.bx.o3,this.bx.p6.o8=this.bx.o3,this.bx.p6.bt=this.bx.bt,this.bx.p6.gt=this.bx.gt,this.bx.p6.hm=this.bx.hm,this.bx.p6._opacity=this.bx._opacity,this.bx.p6.gz=this.bx.gz,this.bx.p6.fz=this.bx.fz,this.bx.p6.gq=this.bx.gq,this.bx.p6.er=this.bx.er,this.bx.p6.legendItemBadgeShape=this.bx.legendItemBadgeShape,this.bx.p6.a9=this.bx.a9},n.prototype.b3=function(){this.bx.p6.itemsSource=this.bx.itemsSource},n.prototype.ca=function(){this.bx.p6.gt=this.bx.gt},n.prototype.cd=function(){this.bx.p6.hm=this.bx.hm},n.prototype.b7=function(){this.bx.p6._opacity=this.bx._opacity},n.prototype.cc=function(){this.bx.p6.gz=this.bx.gz},n.prototype.b1=function(){this.bx.p6.o3=this.bx.o3},n.prototype.b9=function(){this.bx.p6.o8=this.bx.o8},n.prototype.by=function(){this.bx.p6.o3=this.bx.oz},n.prototype.bz=function(){this.bx.p6.o8=this.bx.o2},n.prototype.b4=function(){this.bx.p6.a9=this.bx.a9},n.prototype.b5=function(){this.bx.p6.legendItemBadgeShape=this.bx.legendItemBadgeShape},n.prototype.b0=function(){this.bx.p6.fz=this.bx.fz},n.prototype.b6=function(){this.bx.p6.gq=this.bx.gq},n.prototype.b8=function(){this.bx.p6.bt=this.bx.bt},n.prototype.cb=function(){this.bx.p6.er=this.bx.er},n.$t=r.markType(n,"HostSeriesView",i.SeriesView.$),n}(i.SeriesView),f=function(e){function n(){var t=e.call(this)||this;t.tr=null,t.tg=!1,t.s8=1,t.tn=0,t.uy=null,t.s5=null,t.s1=null,t.s3=null,t.s7=null,t.uu={$type:r.Point_$type,x:NaN,y:NaN},t.u1=null,t.tm=1,t.imageTilesReady=null,t.tf=null,t.u0=r.Rect.empty,t.tn=l.am(n.uz.bottom)-l.am(n.uz.top),t.ab=n.$,t.backgroundContent=new _;var o,s=((o=new i.NumericXAxis).bh=t,o);s.ce=!0,t.s2=s,t.s2.nj=new u;var a=function(){var e=new i.NumericYAxis;return e.bh=t,e}();return a.ce=!0,t.s4=a,t.s4.nj=new l,t.t9(),t.ug(),t.lg(),t}return t.__extends(n,e),n.prototype.provideContainer=function(t){e.prototype.provideContainer.call(this,t),this.s2.provideRenderer(t),this.s4.provideRenderer(t)},n.prototype.lg=function(){e.prototype.lg.call(this),this.te.fv(this.f4)},n.prototype.em=function(){return this.tk},n.prototype.en=function(){return this.tk},n.prototype.tb=function(){return 0==this.s9&&this.tg?2:1},Object.defineProperty(n.prototype,"ta",{get:function(){return this.s8},set:function(e){this.s8=e},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"u3",{get:function(){return this.uy},set:function(e){if(r.Rect.l_op_Inequality(this.uy,e)){var t=this.uy;this.uy=e,this.nl("ActualWorldRect",t,e)}},enumerable:!0,configurable:!0}),n.prototype.u7=function(){return this.u3},n.prototype.t9=function(){this.vf.isEmpty||(this.u3=this.vd(this.vf,1==this.b9))},n.prototype.vd=function(e,t){var i=e.top,o=e.left,s=e.width,a=e.height,u=l.am(e.bottom),c=l.am(e.top),p=u-c,h=e.width/n.uz.width,g=l.am(n.uz.top);if(p/h>this.tn){var f=p/this.tn;o-=(f-h)/2*n.uz.width,s=f*n.uz.width,t&&(o<n.uz.left?o+=n.uz.left-o:o+s>n.uz.right&&(o-=o+s-n.uz.right))}else if(p/h<this.tn){var y=this.tn*h-p,d=c-y/2,m=u+y/2;t&&(d<g?m+=g-(d+=g-d):m>g+this.tn&&(d-=m-(g+this.tn),m-=m-(g+this.tn))),i=l.aq(d),a=l.aq(m)-i}return new r.Rect(0,o,i,s,a)},Object.defineProperty(n.prototype,"backgroundContent",{get:function(){return this.s5},set:function(e){if(e!=this.backgroundContent){var t=this.backgroundContent;this.s5=e,this.nl("BackgroundContent",t,e)}},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"s2",{get:function(){return this.s1},set:function(e){if(e!=this.s2){var t=this.s2;this.s1=e,this.nl("XAxis",t,e)}},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"s4",{get:function(){return this.s3},set:function(e){if(e!=this.s4){var t=this.s4;this.s3=e,this.nl("YAxis",t,e)}},enumerable:!0,configurable:!0}),n.prototype.getZoomRectFromGeoRect=function(e){return this.getZoomFromGeographicRect(e)},n.prototype.uj=function(e){this.sv=e},n.prototype.ui=function(e){this.vf=e},n.prototype.getZoomFromGeographicRect=function(e){return this.u5(e,!0,0)},n.prototype.u4=function(e,t){return this.u5(e,!1,t)},n.prototype.u5=function(e,t,o){var s=e;t&&(s=this.vd(e,!1));var a=this.s2,l=this.s4,u=new i.ScalerParams(1,n.u2,this.su,a.cg);u.c=this.sj;var c=new i.ScalerParams(1,n.u2,this.su,l.cg);c.c=this.sj;var p=this.s2.ei(s.left,u),h=this.s2.ei(s.right,u),g=this.s4.ei(s.top,c),f=this.s4.ei(s.bottom,c),y=(p-o)/this.su.width,d=(f-o)/this.su.height,m=(h-p+2*o)/this.su.width,b=(g-f+2*o)/this.su.height,S=new r.Rect(0,y,d,m,b);return S.intersect(n.u2),S.isEmpty&&(S=n.u2),S},n.prototype.getZoomFromGeographicPoints=function(e,t){var i=e.x,o=t.y,s=t.x-e.x,a=e.y-t.y;if(s<0||a<0)return n.u2;var l=new r.Rect(0,i,o,s,a);return this.getZoomFromGeographicRect(l)},n.prototype.u9=function(e){var t=this.s2,o=this.s4,s=new i.ScalerParams(1,e,this.su,t.cg);s.c=this.sj;var a=new i.ScalerParams(1,e,this.su,o.cg);a.c=this.sj;var l=this.si,u=t.el(l.left,s),c=o.el(l.top,a),p=t.el(l.right,s),h=o.el(l.bottom,a),g=p-u,f=c-h,y=new r.Rect(0,u,h,g,f);return 1==this.b9&&(y.intersect(n.uz),y.isEmpty&&(y=n.uz)),y},n.prototype.uv=function(e){var t=this.s2.l6(e.x),i=this.s4.l6(e.y);return{$type:r.Point_$type,x:t,y:i}},n.prototype.uw=function(e){var t=this.s2.e3(e.x),i=this.s4.e3(e.y);return{$type:r.Point_$type,x:t,y:i}},n.prototype.ux=function(e){return this.uw(e)},n.prototype.t6=function(){var e=r.typeCast(y.$,this.backgroundContent);null!=e&&e.clearTileCache()},n.prototype.uc=function(e){},n.prototype.fa=function(){return!0},n.prototype.ue=function(){var e,i;this.te.ee();try{for(var n=t.__values(r.fromEnum(this.series)),o=n.next();!o.done;o=n.next()){o.value.ms()}}catch(t){e={error:t}}finally{try{o&&!o.done&&(i=n.return)&&i.call(n)}finally{if(e)throw e.error}}},n.prototype.uh=function(){if(2==this.td){if(!this.su.isEmpty&&this.su.width>0&&this.su.height>0){var e=this.s2.l6(this.su.left+this.su.width/2),t=this.s4.l6(this.su.top+this.su.height/2);this.uu={$type:r.Point_$type,x:e,y:t}}}else if(!this.su.isEmpty&&this.su.width>0&&this.su.height>0){var i=this.s2.l6(this.su.left),n=this.s4.l6(this.su.top);this.uu={$type:r.Point_$type,x:i,y:n}}},n.prototype.ud=function(){(r.isNaN_(this.uu.x)||r.isNaN_(this.uu.y))&&this.uh();var e=this.uu.x,t=this.uu.y;if(!r.isNaN_(e)&&!r.isNaN_(t)){var o=this.sf.left,s=this.sf.top,a=this.sf.width,l=this.sf.height;if(a>this.u1.width);else{var u=new i.ScalerParams(1,n.u2,this.su,this.s2.cg);u.c=this.sj;var c=this.s2.ei(e,u);if(2==this.td)o=c/this.su.width-a/2;else o=c/this.su.width;o+a>this.u1.right?o=this.u1.right-a:o<this.u1.left&&(o=this.u1.left)}if(l>this.u1.height);else{var p=new i.ScalerParams(1,n.u2,this.su,this.s4.cg);p.c=this.sj;var h=this.s4.ei(t,p);if(2==this.td)s=h/this.su.height-l/2;else s=h/this.su.height;s+l>this.u1.bottom?s=this.u1.bottom-l:s<this.u1.top&&(s=this.u1.top)}this.ot(new r.Rect(0,o,s,a,l),!1)}},n.prototype.get_ef=function(){return!0},n.prototype.sg=function(){var t=e.prototype.sg.call(this);if(null==this.s2||null==this.s4)return t;this.sq();var i=t.left,n=t.top;1==this.b9&&(this.sv.width>this.u1.width?i=.5-this.sv.width/2:i+t.width>this.u1.right?i=this.u1.right-this.sv.width:i<this.u1.left&&(i=this.u1.left),this.sv.height>this.u1.height?n=.5-this.sv.height/2:n+this.sv.height>this.u1.bottom?n=this.u1.bottom-this.sv.height:n<this.u1.top&&(n=this.u1.top));var o=!1;!this.tj&&2==this.b9&&this.tg&&(i>1&&(i=i-Math.floor(i)+1),i<0&&(i=0-(Math.ceil(i)-i)),t.right-this.u1.right>0&&(t.right-this.u1.right)/t.width>.8?(i=this.u1.left-(t.width-(t.right-this.u1.right)),o=!0):t.left<this.u1.left&&Math.abs(t.left-this.u1.left)/t.width>.8&&(i=this.u1.right-Math.abs(t.left-this.u1.left),o=!0));var s=new r.Rect(0,i,n,t.width,t.height);if(this.tj){var a=this.u4(this.vf,1);a=this.u6(a);var l=s.left+s.width/2,u=s.top+s.height/2;if(s.width>a.width){var c=s.height/s.width,p=a.width,h=c*p;s=new r.Rect(0,l-p/2,u-h/2,p,h),o=!0}if(s.height>a.height){var g=s.width/s.height,f=a.height,y=g*f;s=new r.Rect(0,l-y/2,u-f/2,y,f),o=!0}s.left<a.left&&(s=new r.Rect(0,a.left,s.top,s.width,s.height),o=!0),s.top<a.top&&(s=new r.Rect(0,s.left,a.top,s.width,s.height),o=!0),s.right>a.right&&(s=new r.Rect(0,a.right-s.width,s.top,s.width,s.height),o=!0),s.bottom>a.bottom&&(s=new r.Rect(0,s.left,a.bottom-s.height,s.width,s.height),o=!0)}return o&&(this.d2=!0,this.sv=s,this.d2=!1),s},n.prototype.ku=function(e,t){var i=!0,n=!0,o=0,s=this.sq(),a=0,l=0;if(e.right-s.right>0&&(a=(e.right-s.right)/e.width),e.left<s.left&&(l=Math.abs(e.left-s.left)/e.width),0==l&&0==a&&(i=!1),l>a&&(n=!1),i)if(n){var u=this.s1.ei(-180,t);o=this.s1.ei(180,t)-u}else{o=this.s1.ei(-180,t)-this.s1.ei(180,t)}return new r.Tuple$2(r.Boolean_$type,r.Number_$type,i,o)},n.prototype.sq=function(){var e=new i.ScalerParams(1,n.u2,this.su,this.s2.cg);e.c=this.sj;var t=new i.ScalerParams(1,n.u2,this.su,this.s4.cg);t.c=this.sj;var o=this.s2.ei(n.uz.left,e),s=this.s2.ei(n.uz.right,e),a=this.s4.ei(n.uz.top,t),l=this.s4.ei(n.uz.bottom,t);return this.u1=new r.Rect(0,o/this.su.width,l/this.su.height,(s-o)/this.su.width,(a-l)/this.su.height),this.u1},n.prototype.u6=function(e){var t=this.g6,i=.5*(e.left+e.right),n=.5*(e.top+e.bottom),o=e.width,s=e.height,a=r.MathUtil.c(e.width,t,1),l=r.MathUtil.c(e.height,t,1),u=this.su,c=u.width/u.height,p=a*u.width,h=l*u.height;p/h!=c&&(h*c>p?a=(p=h*c)/u.width:l=(h=p/c)/u.height);var g=a!=o,f=l!=s,y=g?i-.5*a:e.left,d=f?n-.5*l:e.top,m=g?i+.5*a:e.right,b=f?n+.5*l:e.bottom;return y<0&&(m=(y=0)+a),m>1&&(y=(m=1)-a),d<0&&(b=(d=0)+l),b>1&&(d=(b=1)-l),new r.Rect(0,y,d,m-y,b-d)},n.prototype.sh=function(t){if(e.prototype.sh.call(this,this.su),t.isEmpty)return r.Rect.empty;var i;if(t.width>t.height){var n=r.intDivide(r.truncate(t.width-t.height),2);i=new r.Rect(0,t.left+n,t.top,t.height,t.height)}else{var o=r.intDivide(r.truncate(t.height-t.width),2);i=new r.Rect(0,t.left,t.top+o,t.width,t.width)}return i},n.prototype.u8=function(e){return this.sh(e)},n.prototype.cp=function(){return new S(this)},n.prototype.t8=function(e){null!=e&&(e.bh=this)},n.prototype.m5=function(t){e.prototype.m5.call(this,t),this.te=t},n.prototype.ng=function(t,i){e.prototype.ng.call(this,t,i),this.oh(this.s2),this.oh(this.s4),r.Rect.l_op_Inequality(t,i)&&this.ud(),this.tj&&(this.sf=this.sg()),this.uk()},Object.defineProperty(n.prototype,"to",{get:function(){return this.tm},set:function(e){var t=this.tm;this.tm=e,this.nl("ActualWindowScale",t,this.tm)},enumerable:!0,configurable:!0}),n.prototype.ga=function(){return this.to},n.prototype.gb=function(){return this.to},n.prototype.og=function(){e.prototype.og.call(this);var t=Math.min(this.sf.width,this.sf.height);this.to=t},n.prototype.e3=function(){return this.tg},n.prototype.ca=function(){return 0==this.cb&&this.th?2:this.cb},n.prototype.nh=function(i,o,s,a){var l,u,c,p;switch(e.prototype.nh.call(this,i,o,s,a),o){case"ZoomCoercionMode":this.t9();break;case"WindowRect":this.uh();break;case n.$$p[0]:this.ta=this.tb(),null!=this.s7&&(this.s7.isHorizontalWrappingEnabled=2==this.ta);break;case n.$$p[1]:this.tg=this.th,this.ta=this.tb(),this.b9=this.ca(),null!=this.s7&&(this.s7.isHorizontalWrappingEnabled=2==this.ta);break;case n.$$p[4]:this.sf=this.sg();break;case"BackgroundContent":if(null!=this.s7){var h=this.s7;h.imageTilesReady=r.delegateRemove(h.imageTilesReady,r.runOn(this,this.ua)),this.s7.deferralHandler=null}if(this.s7=r.typeCast(y.$,this.backgroundContent),null!=this.s7){var g=this.s7;g.imageTilesReady=r.delegateCombine(g.imageTilesReady,r.runOn(this,this.ua)),this.s7.deferralHandler=this,this.s7.isHorizontalWrappingEnabled=2==this.ta}this.te.fu(r.typeCast(y.$,s),r.typeCast(y.$,a)),null!=this.s7&&(this.s7.geographicMap=this,this.te.fr(this.sf),this.te.fv(this.f4));break;case"YAxis":case"XAxis":this.uf(s),this.t8(a);break;case n.$$p[6]:this.ti||(this.sv=n.u2),this.t9(),this.ug(),this.uh(),this.sf=this.sg(),this.te.fs();break;case"ActualWindowRect":this.te.fr(this.sf);break;case"ActualWorldRect":try{for(var f=t.__values(r.fromEnum(this.series)),d=f.next();!d.done;d=f.next()){d.value.mi(!1)}}catch(e){l={error:e}}finally{try{d&&!d.done&&(u=f.return)&&u.call(f)}finally{if(l)throw l.error}}break;case n.$$p[5]:this.to=this.tp;break;case"ActualWindowScale":this.e9||this.os(this.ga(),this.gb());break;case"ActualPixelScalingRatio":this.te.fv(this.f4);break;case n.$$p[7]:this.oo();break;case"MarkerAutomaticBehavior":try{for(var m=t.__values(r.fromEnum(this.series)),b=m.next();!b.done;b=m.next()){b.value.lk()}}catch(e){c={error:e}}finally{try{b&&!b.done&&(p=m.return)&&p.call(m)}finally{if(c)throw c.error}}}},n.prototype.ua=function(e,t){null!=this.imageTilesReady&&this.imageTilesReady(this,new c)},n.prototype.uf=function(e){null!=e&&(e.bh=null)},n.prototype.ug=function(){null!=this.s2&&(this.s2.l3=this.u3.left,this.s2.l2=this.u3.right),null!=this.s4&&(this.s4.l3=this.u3.top,this.s4.l2=this.u3.bottom),this.s2.c1(!0),this.s4.c1(!0)},n.prototype.getFontInfo=function(){return this.tf=this.te.fo,this.tf},n.prototype.rk=function(){return this.te.fw},n.prototype.getFontBrush=function(){return this.te.fx},n.prototype.n9=function(t,i){if(null!==r.typeCast(r.ItfConverter.$,i)){var n=i,o=t;o.itemsSource=n.triangulationSource.points,o.qf=n.triangulationSource.triangles}else e.prototype.n9.call(this,t,i)},n.prototype.register=function(e,t){this.nz(e,t)},n.prototype.unRegister=function(e){this.of(e)},n.prototype.deferredRefresh=function(){this.k4()},n.prototype.deferAction=function(e){null!=this.tr?this.tr.setTimeout(e,0):window.setTimeout(e,0)},n.prototype.t7=function(e){this.on(e)},n.prototype.ts=function(){var e=new i.ChartVisualData,t=this.s2.fv(),n=this.s4.fv();e.axes.add1(t),e.axes.add1(n);for(var o=0;o<this.series.count;o++){var s=this.series._inner[o].hs();e.series.add1(s)}return e.name=this.name,e.contentArea=r.RectData.b(this.su),e.centralArea=r.RectData.b(this.su),e.plotArea=r.RectData.b(this.su),e},n.prototype.sm=function(e,t,i){return e},n.prototype.ub=function(){},Object.defineProperty(n.prototype,"ve",{get:function(){return this.u0},set:function(e){this.u0=e},enumerable:!0,configurable:!0}),n.prototype.ul=function(e){this.ve=e,this.uk()},n.prototype.uk=function(){if(this.tl&&!this.ve.isEmpty){var e=this.getZoomFromGeographicRect(this.ve);this.ve=r.Rect.empty,this.ot(e,!1)}},Object.defineProperty(n.prototype,"tl",{get:function(){return!this.su.isEmpty&&!this.sj.isEmpty},enumerable:!0,configurable:!0}),n.$t=r.markType(n,"XamGeographicMap",i.SeriesViewer.$,[r.IMapRenderDeferralHandler_$type]),n.tc=0,n.uz=new r.Rect(2,{$type:r.Point_$type,x:-180,y:-85.05112878},{$type:r.Point_$type,x:180,y:85.05112878}),n.u2=new r.Rect(0,0,0,1,1),n.$$p=r.markDep(r.DependencyProperty,r.PropertyMetadata,n,"nl",["BackgroundTilingMode:s9:um",[a,r.enumGetBox(a,0)],"IsHorizontalWrappingEnabled:th:un",[0,!1],"ResizeBehavior:td:uo",[o,r.enumGetBox(o,n.tc)],"SuppressZoomResetOnWorldRectChange:ti:up",[0,!1],"UseWorldRectForZoomBounds:tj:uq",[0,!1],"WindowScale:tp:ur",[1,NaN],"WorldRect:vf:us",[r.Rect.$,n.uz],"Zoomable:tk:ut",[0,!0]]),n}(i.SeriesViewer),y=function(e){function n(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=n.$,i.ap=t,i.aj=i.ai(),i.bb(i.aj),i}return t.__extends(n,e),n.prototype.bb=function(e){},n.prototype.ai=function(){return new d(this)},Object.defineProperty(n.prototype,"deferralHandler",{get:function(){return this.ak},set:function(e){this.ak=e,null!=this.ao&&(this.ao.al=e)},enumerable:!0,configurable:!0}),n.prototype.a5=function(e,t){null!=this.imageTilesReady&&this.imageTilesReady(this,new c)},n.prototype.a9=function(){var e=this.ao;e.imageTilesReady=r.delegateCombine(e.imageTilesReady,r.runOn(this,this.a5)),this.ao.al=this.deferralHandler;var t=this.ao;t.imagesChanged=r.delegateCombine(t.imagesChanged,r.runOn(this,this.a4));var i=this.ao;i.downloadingImage=r.delegateCombine(i.downloadingImage,r.runOn(this,this.a3));var n=this.ao;n.cancellingImage=r.delegateCombine(n.cancellingImage,r.runOn(this,this.a2)),this.ao.bf=this.referer,this.ao.bj=this.userAgent,this.ao.av=this.isHorizontalWrappingEnabled},n.prototype.a3=function(e,t){null!=this.downloadingImage&&this.downloadingImage(this,t)},n.prototype.a2=function(e,t){null!=this.cancellingImage&&this.cancellingImage(this,t)},n.prototype.bg=function(){null!=this.ao&&this.aj.e()},n.prototype.ba=function(e,t,i){switch(e){case n.$$p[3]:this.bg();break;case"GeographicMap":this.aj.e();break;case n.$$p[1]:null!=this.ao&&(this.ao.bf=this.referer);break;case n.$$p[2]:null!=this.ao&&(this.ao.bj=this.userAgent);break;case n.$$p[0]:null!=this.ao&&(this.ao.av=this.isHorizontalWrappingEnabled)}null!=this.propertyChanged&&this.propertyChanged(this,new r.PropertyChangedEventArgs(e))},Object.defineProperty(n.prototype,"geographicMap",{get:function(){return this.c(n.geographicMapProperty)},set:function(e){this.h(n.geographicMapProperty,e)},enumerable:!0,configurable:!0}),n.a8=function(e,t){e.a7(t.oldValue,t.newValue)},n.prototype.a7=function(e,t){this.ba("GeographicMap",e,t)},n.prototype.clearTileCache=function(){null!=this.ao&&this.ao.bs(0,0,0,0)},Object.defineProperty(n.prototype,"ao",{get:function(){return this.an},set:function(e){this.an=e,null!=this.propertyChanged&&this.propertyChanged(this,new r.PropertyChangedEventArgs("MultiScaleImage"))},enumerable:!0,configurable:!0}),n.prototype.bn=function(e){if(null==this.geographicMap||e.width<1||e.height<1)return e;var t=new r.Rect(0,0,0,e.width,e.height),n=this.geographicMap.u8(t),o=f.uz,s=this.geographicMap.u3,a=Math.min(this.windowRect.height,this.windowRect.width),l=s.width/o.width;this.ao.a5=t.width/n.width*a*l;var u=this.geographicMap.s2,c=this.geographicMap.s4,p=new i.ScalerParams(1,this.windowRect,t,u.cg);p.c=n;var h=new i.ScalerParams(1,this.windowRect,t,c.cg);h.c=n;var g=u.ei(o.left,p),y=c.ei(o.bottom,h),d=-g/t.width*this.ao.a5,m=-y/t.height*this.ao.a5*(t.height/t.width);return this.ao.cm={$type:r.Point_$type,x:d,y:m},e},n.prototype.bd=function(e){this.aj.f(e)},n.prototype.bf=function(e){this.aj.h(e)},n.prototype.be=function(e){this.aj.g(e)},n.prototype.a4=function(e,t){null!=this.imagesChanged&&this.imagesChanged(this,new p)},n.prototype.a6=function(){this.aj.e()},n.prototype.bc=function(e){this.aj.i(e)},n.prototype.v=function(){e.prototype.v.call(this),this.ap.o=this._opacity},n.$t=r.markType(n,"GeographicMapImagery",r.Control.$,[r.INotifyPropertyChanged_$type]),n.geographicMapProperty=r.DependencyProperty.i("GeographicMap",f.$,n.$,new r.PropertyMetadata(2,null,n.a8)),n.$$p=r.markDep(r.DependencyProperty,r.PropertyMetadata,n,"ba",["IsHorizontalWrappingEnabled",[0,!1],"Referer",[2,null],"UserAgent",[2,null],"WindowRect",[r.Rect.$,r.Rect.empty]]),n}(r.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=r.Rect.empty,i.a=t,i.a.ao=new r.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 r.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:!0,configurable:!0}),i.prototype.i=function(e){this.b=e,this.a.ao.bz(e)},i.$t=r.markType(i,"GeographicMapImageryView"),i}(r.Base),m=function(e){function i(t){var i=e.call(this,t)||this;return i.ce=null,i.ce=t,i}return t.__extends(i,e),i.prototype.b2=function(){e.prototype.b2.call(this);var t=this.ce.p6;t.q6=this.ce.qi,t.re=this.ce.qg,t.trianglesSource=this.ce.qf,t.qu=this.ce.ql,t.qw=this.ce.qn,t.qy=this.ce.qp},i.prototype.ch=function(){var e=this.ce.p6;if(null==this.ce.cd)return e.p4=null,void(e.p5=null);e.p4=this.ce.cd.s2,e.p5=this.ce.cd.s4},i.prototype.cg=function(){this.ce.p6.q6=this.ce.qi},i.prototype.cf=function(){this.ce.p6.re=this.ce.qg},i.prototype.ci=function(){this.ce.p6.trianglesSource=this.ce.qf},i.prototype.cj=function(){this.ce.p6.qu=this.ce.ql},i.prototype.ck=function(){this.ce.p6.qw=this.ce.qn},i.prototype.cl=function(){this.ce.p6.qy=this.ce.qp},i.$t=r.markType(i,"GeographicXYTriangulatingSeriesView",g.$),i}(g),b=function(e){function i(t){var i=e.call(this,t)||this;return i.cm=null,i.cm=t,i}return t.__extends(i,e),i.prototype.as=function(){e.prototype.as.call(this),this.q},i.prototype.b2=function(){e.prototype.b2.call(this),null!=this.cm.q0&&(this.cm.q0.sd=this.cm.q4,this.cm.q0.r1=this.cm.qz)},i.prototype.cn=function(){null!=this.cm.q0&&(this.cm.q0.sd=this.cm.q4)},i.prototype.co=function(){null!=this.cm.q0&&(this.cm.q0.r1=this.cm.qz)},i.$t=r.markType(i,"GeographicScatterAreaSeriesView",m.$),i}(m),S=function(e){function n(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=r.Rect.empty,i.fn=t,i.fn.rf=2,i.fn.g6=5e-6,i}return t.__extends(n,e),n.prototype.m=function(e){return 2},n.prototype.bk=function(e){this.j.bv(e),this.fn.t7(e),this.el()},n.prototype.get_ap=function(){return!0},n.prototype.d4=function(){var e,t,i,n,o,s=this.j.a7(e,t,i,n,o);e=s.p0,t=s.p1,i=s.p2,n=s.p3,o=s.p4,this.fx=i,this.fo=n,this.fw=o;var a=this.j.e();if(this.fn.ag=a.a,this.fn.aj=a.f,this.fn.ah=null!=a.b?a.b:new r.BrushCollection,this.fn.ai=null!=a.c?a.c:new r.BrushCollection,0==this.fn.ah.count)for(var l=0;l<a.a.count;l++)this.fn.ah.add(a.a.item(l));if(0==a.c.count)for(var u=0;u<a.f.count;u++)this.fn.ai.add(a.f.item(u))},n.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)}},n.prototype.dv=function(t){(e.prototype.dv.call(this,t),this.fz=t,null!=this.fn.backgroundContent)&&this.fn.backgroundContent.bf(this.fz)},n.prototype.fy=function(){return new r.Rect(0,0,0,this.fz.width,this.fz.height)},n.prototype.fs=function(){null!=this.fn.backgroundContent&&this.fn.backgroundContent.a6()},n.prototype.fr=function(e){null!=this.fn.s7&&(this.fn.s7.windowRect=e)},n.prototype.fu=function(e,t){if(null!=this.fn.s7&&(this.fn.s7.windowRect=this.fn.sf),null!=e){var i=e.ao;null!=i&&this.fn.al.e.remove(i.ag),e.bd(null),e.be(null)}if(null!=t){var r=t.ao;null!=r&&this.fn.al.e.add(r.ag),this.fz.isEmpty||this.dv(this.fz),null!=this.w&&this.du(this.w)}null==t&&this.ft(this.w)},n.prototype.ft=function(e){var t=this.fn.f4;1!=t&&(e.z(),e.aa(t,t)),e.k(this.fz.left,this.fz.top,this.fz.width,this.fz.height),1!=t&&e.y()},n.prototype.d1=function(){this.fd.ac=i.Defaults.j,this.fe.ac=i.Defaults.j,this.fd._stroke=i.Defaults.ae,this.fe._stroke=i.Defaults.ae,e.prototype.d1.call(this)},n.prototype.fv=function(e){this.fp=e,null!=this.fn.backgroundContent&&this.fn.backgroundContent.bc(e)},Object.defineProperty(n.prototype,"fq",{get:function(){return this.fp},set:function(e){this.fp=e},enumerable:!0,configurable:!0}),n.$t=r.markType(n,"XamGeographicMapView",i.SeriesViewerView.$),n}(i.SeriesViewerView),_=function(e){function i(){return e.call(this,new r.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:!0,configurable:!0}),i.br=function(e,t){e.bq("TilePath",t.oldValue,t.newValue)},i.prototype.bq=function(t,i,r){switch(t){case"TilePath":this.ap.setTilePathUrl(null==r?null:r),this.aj.e()}e.prototype.ba.call(this,t,i,r)},i.$t=r.markType(i,"OpenStreetMapImagery",y.$),i.tilePathProperty=r.DependencyProperty.i("TilePath",r.String_$type,i.$,new r.PropertyMetadata(2,null,i.br)),i}(y),v=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(i,e),i.prototype.bx=function(){return new m(this)},i.prototype.lz=function(t){e.prototype.lz.call(this,t),this.qe=t},i.prototype.l4=function(t,r,n,o){switch(e.prototype.l4.call(this,t,r,n,o),r){case"SeriesViewer":this.qe.ch();break;case i.$$p[1]:this.qe.cg();break;case i.$$p[0]:this.qe.cf();break;case i.$$p[2]:this.qe.ci();break;case i.$$p[3]:this.qe.cj();break;case i.$$p[4]:this.qe.ck();break;case i.$$p[5]:this.qe.cl()}},i.$t=r.markType(i,"GeographicXYTriangulatingSeries",h.$),i.$$p=r.markDep(r.DependencyProperty,r.PropertyMetadata,i,"raisePropertyChanged",["LatitudeMemberPath:qg:qr",[2,"pointY"],"LongitudeMemberPath:qi:qs",[2,"pointX"],"TrianglesSource:qf:qt",[r.IEnumerable_$type,null],"TriangleVertexMemberPath1:ql:qu",[2,"v1"],"TriangleVertexMemberPath2:qn:qv",[2,"v2"],"TriangleVertexMemberPath3:qp:qw",[2,"v3"]]),i}(h),k=function(e){function n(){var t=e.call(this)||this;return t.qx=null,t.triangulationStatusChanged=null,t.ab=n.$,t}return t.__extends(n,e),n.prototype.get_dd=function(){return!0},Object.defineProperty(n.prototype,"qz",{get:function(){return this.qx},set:function(e){if(this.qx!=e){var t=this.qx;if(null!=this.qx){var i=this.qx;i.propertyChanged=r.delegateRemove(i.propertyChanged,r.runOn(this,this.q7))}if(this.qx=e,null!=this.qx){var n=this.qx;n.propertyChanged=r.delegateCombine(n.propertyChanged,r.runOn(this,this.q7))}this.raisePropertyChanged("ColorScale",t,this.qx),null!=this.q0&&(this.q0.r1=e)}},enumerable:!0,configurable:!0}),n.prototype.q7=function(e,t){this.q2.co(),this.q9(),this.mi(!1)},n.prototype.q9=function(){null!=this.q0&&(this.qy=this.q0.r0)},n.prototype.mw=function(){e.prototype.mw.call(this),this.q9()},n.prototype.p5=function(){this.q0=new i.ScatterAreaSeries;var e=this.q0;return e.triangulationStatusChanged=r.delegateCombine(e.triangulationStatusChanged,r.runOn(this,this.q8)),this.q0},n.prototype.q8=function(e,t){null!=this.triangulationStatusChanged&&this.triangulationStatusChanged(this,t)},n.prototype.bx=function(){return new b(this)},n.prototype.lz=function(t){e.prototype.lz.call(this,t),this.q2=t},n.prototype.l4=function(t,i,r,o){switch(e.prototype.l4.call(this,t,i,r,o),i){case n.$$p[1]:this.q2.cn();break;case"ColorScale":this.q2.co(),this.q9()}},n.prototype.get_e3=function(){return!0},n.prototype.set_e3=function(t){e.prototype.set_e3.call(this,t)},n.$t=r.markType(n,"GeographicScatterAreaSeries",v.$),n.$$p=r.markDep(r.DependencyProperty,r.PropertyMetadata,n,"raisePropertyChanged",["ActualColorScale:qy:ra",[i.ColorScale.$,null],"ColorMemberPath:q4:rb",[2,"value"]]),n}(v),C=function(){function e(){this._implementation=this.createImplementation(),this._implementation.externalObject=this,this.onImplementationCreated()}return e.prototype.createImplementation=function(){return new c},Object.defineProperty(e.prototype,"i",{get:function(){return this._implementation},enumerable:!0,configurable:!0}),e.prototype.onImplementationCreated=function(){},e.prototype._provideImplementation=function(e){this._implementation=e,this._implementation.externalObject=this,this.onImplementationCreated()},e}(),w=function(e){function n(){var n=e.call(this)||this;n.contentSeries=[],n.actualSeries=[],n._series=null,n._dataSource=null,n._seriesAdapter=null,n._disconnected=!1,n._defaultTooltips=null,n._imageTilesReady=null,n._imageTilesReady_wrapped=null,n._styling&&r.NamePatcher.ensureStylablePatched(Object.getPrototypeOf(n)),n._renderer=new r.WebComponentRenderer(n,document,!0,i.DataChartStylingDefaults),n._container=n._renderer.createElement("div"),n._renderer.updateRoot(n._container),n._container.setStyleProperty("display","block"),n._container.setStyleProperty("width","100%"),n._container.setStyleProperty("height","100%"),n._container,null!=n._container.nativeElement&&n._container.nativeElement,n._wrapper=n._renderer;var o=n.i;return n._chart=o,n._seriesAdapter=new r.CollectionAdapter(n.contentSeries,n.i.series,n.actualSeries,(function(e){return e.i}),(function(e){e.owner=n,e._provideRenderer(n._dataSource),e.provideData(n._dataSource),n.parentElement&&e._styling(n,n,n),n._ensureDefaultTooltip(e),n._ensureTooltipCreated(e)}),(function(e){e._provideRenderer(null),e.provideData(null)})),o.provideContainer(n._renderer),new MutationObserver((function(e){var i,r;try{for(var o=t.__values(e),s=o.next();!s.done;s=o.next()){"childList"==s.value.type&&n.updateContentChildren()}}catch(e){i={error:e}}finally{try{s&&!s.done&&(r=o.return)&&r.call(o)}finally{if(i)throw i.error}}})).observe(n,{childList:!0}),n._renderer.addSizeWatcher((function(){n.notifyContainerResized()})),n}return t.__extends(n,e),Object.defineProperty(n.prototype,"height",{get:function(){return this._height},set:function(e){this._height=e,this.style.height=e,this.notifyContainerResized()},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"width",{get:function(){return this._width},set:function(e){this._width=e,this.style.width=e,this.notifyContainerResized()},enumerable:!0,configurable:!0}),n.prototype.notifyContainerResized=function(){this._chart.notifyContainerResized()},Object.defineProperty(n.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:!0,configurable:!0}),Object.defineProperty(n.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 r.NotifyCollectionChangedAction.Add:e._seriesAdapter.addManualItem(i.newItems.item(0));break;case r.NotifyCollectionChangedAction.Remove:e._seriesAdapter.removeManualItemAt(i.oldStartingIndex);break;case r.NotifyCollectionChangedAction.Replace:e._seriesAdapter.removeManualItemAt(i.oldStartingIndex),e._seriesAdapter.insertManualItem(i.newStartingIndex,i.newItems.item(0));break;case r.NotifyCollectionChangedAction.Reset:e._seriesAdapter.clearManualItems()}})),this._series=t}return this._series},enumerable:!0,configurable:!0}),n.prototype.destroy=function(){this._chart.destroy(),this._wrapper.destroy()},n.prototype.createImplementation=function(){return new f},Object.defineProperty(n.prototype,"dataSource",{get:function(){return this._dataSource},set:function(e){this._dataSource=e,this.bindData()},enumerable:!0,configurable:!0}),n.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)},n.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()},n.prototype.disconnectedCallback=function(){this._disconnected=!0,this.i&&this.i.onDetachedFromUI()},n.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()},n.prototype.afterContentInit=function(){var e=this;if(r.TypeRegistrar.isRegistered("IgcDataChartDefaultTooltipsComponent")){var t=r.TypeRegistrar.create("IgcDataChartDefaultTooltipsComponent");this._defaultTooltips=t,t.onContentReady=function(){e._onDefaultTooltipsReady(t)}}this.i.notifyContainerResized()},n.prototype._ensureTooltipCreated=function(e){var t=this;e._ensureTooltipCreated((function(){return t.createTooltip()}),(function(e){var i=new r.WebComponentWrapper(e,t._renderer);return i.updateToolTip=e.updateToolTip,i.hideToolTip=e.hideToolTip,i}))},n.prototype._ensureDefaultTooltip=function(e){null!=this._defaultTooltips&&this._defaultTooltips.ensureDefaultTooltip(e)},n.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])},n.prototype.createTooltip=function(){if(!r.TypeRegistrar.isRegistered("IgcTooltipContainerComponent"))return null;var e=r.TypeRegistrar.create("IgcTooltipContainerComponent"),t=e,i=this;return t.updateToolTip=function(n,o){if(n.externalObject)n=n.externalObject;else{var s=new r.IgcDataContext;s._implementation=n,n=s}return o?n.isSubContent=!0:t.parentElement!=i._container.getNativeElement()&&(null!=t.parentElement&&t.parentElement.removeChild(t),i._container.getNativeElement().appendChild(t)),e.context=n,t.style.display="block",!0},t.hideToolTip=function(){t.style.display="none"},t.style.display="none",e},Object.defineProperty(n.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:!0,configurable:!0}),Object.defineProperty(n.prototype,"i",{get:function(){return this._implementation},enumerable:!0,configurable:!0}),Object.defineProperty(n,"observedAttributes",{get:function(){if(null==n._observedAttributesIgcGeographicMapComponent){for(var e=r.getAllPropertyNames(n),t=0;t<e.length;t++)e[t]=r.toSpinal(e[t]);n._observedAttributesIgcGeographicMapComponent=e}return n._observedAttributesIgcGeographicMapComponent},enumerable:!0,configurable:!0}),n.register=function(){n._isElementRegistered||(n._isElementRegistered=!0,r.RegisterElementHelper.registerElement(n.htmlTagName,n))},Object.defineProperty(n.prototype,"zoomable",{get:function(){return this.i.tk},set:function(e){this.i.tk=r.ensureBool(e),this._a("zoomable",this.i.tk)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"resizeBehavior",{get:function(){return this.i.td},set:function(e){this.i.td=r.ensureEnum(o,e),this._a("resizeBehavior",r.enumToString(o,this.i.td))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"isHorizontalWrappingEnabled",{get:function(){return this.i.th},set:function(e){this.i.th=r.ensureBool(e),this._a("isHorizontalWrappingEnabled",this.i.th)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"backgroundTilingMode",{get:function(){return this.i.s9},set:function(e){this.i.s9=r.ensureEnum(a,e),this._a("backgroundTilingMode",r.enumToString(a,this.i.s9))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"useWorldRectForZoomBounds",{get:function(){return this.i.tj},set:function(e){this.i.tj=r.ensureBool(e),this._a("useWorldRectForZoomBounds",this.i.tj)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"suppressZoomResetOnWorldRectChange",{get:function(){return this.i.ti},set:function(e){this.i.ti=r.ensureBool(e),this._a("suppressZoomResetOnWorldRectChange",this.i.ti)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"worldRect",{get:function(){return r.fromRect(this.i.vf)},set:function(e){this.i.vf=r.toRect(e),this._a("worldRect",r.rectToString(this.i.vf))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"actualWorldRect",{get:function(){return r.fromRect(this.i.u3)},set:function(e){this.i.u3=r.toRect(e),this._a("actualWorldRect",r.rectToString(this.i.u3))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"xAxis",{get:function(){if(null==this.i.s2)return null;if(!this.i.s2.externalObject){var e=i.IgcNumericXAxisComponent._createFromInternal(this.i.s2);e&&(e._implementation=this.i.s2),this.i.s2.externalObject=e}return this.i.s2.externalObject},set:function(e){null!=e&&this._stylingContainer&&e._styling&&e._styling(this._stylingContainer,this,this),this.i.s2=null==e?null:e.i},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"yAxis",{get:function(){if(null==this.i.s4)return null;if(!this.i.s4.externalObject){var e=i.IgcNumericYAxisComponent._createFromInternal(this.i.s4);e&&(e._implementation=this.i.s4),this.i.s4.externalObject=e}return this.i.s4.externalObject},set:function(e){null!=e&&this._stylingContainer&&e._styling&&e._styling(this._stylingContainer,this,this),this.i.s4=null==e?null:e.i},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"isMap",{get:function(){return this.i.ef},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"windowScale",{get:function(){return this.i.tp},set:function(e){this.i.tp=+e,this._a("windowScale",this.i.tp)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"actualWindowScale",{get:function(){return this.i.to},set:function(e){this.i.to=+e,this._a("actualWindowScale",this.i.to)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"zoomIsReady",{get:function(){return this.i.tl},enumerable:!0,configurable:!0}),n.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)},n.prototype._styling=function(t,i,r){e.prototype._styling.call(this,t,i,r),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},n.prototype.getCurrentActualWorldRect=function(){var e=this.i.u7();return r.fromRect(e)},n.prototype.getZoomRectFromGeoRect=function(e){var t=this.i.getZoomRectFromGeoRect(r.toRect(e));return r.fromRect(t)},n.prototype.updateZoomWindow=function(e){this.i.uj(r.toRect(e))},n.prototype.updateWorldRect=function(e){this.i.ui(r.toRect(e))},n.prototype.getZoomFromGeographicRect=function(e){var t=this.i.getZoomFromGeographicRect(r.toRect(e));return r.fromRect(t)},n.prototype.convertGeographicToZoom=function(e,t){var i=this.i.u4(r.toRect(e),t);return r.fromRect(i)},n.prototype.getZoomFromGeographicPoints=function(e,t){var i=this.i.getZoomFromGeographicPoints(r.toPoint(e),r.toPoint(t));return r.fromRect(i)},n.prototype.getGeographicFromZoom=function(e){var t=this.i.u9(r.toRect(e));return r.fromRect(t)},n.prototype.getGeographicPoint=function(e){var t=this.i.uv(r.toPoint(e));return r.fromPoint(t)},n.prototype.getPixelPoint=function(e){var t=this.i.uw(r.toPoint(e));return r.fromPoint(t)},n.prototype.getWindowPoint=function(e){var t=this.i.ux(r.toPoint(e));return r.fromPoint(t)},n.prototype.clearTileCache=function(){this.i.t6()},n.prototype.styleUpdated=function(){this.i.ue()},n.prototype.getActualWindowScaleHorizontal=function(){return this.i.ga()},n.prototype.getActualWindowScaleVertical=function(){return this.i.gb()},n.prototype.deferredRefresh=function(){this.i.deferredRefresh()},n.prototype.exportVisualData=function(){return this.i.ts()},n.prototype.zoomToGeographic=function(e){this.i.ul(r.toRect(e))},Object.defineProperty(n.prototype,"imageTilesReady",{get:function(){return this._imageTilesReady},set:function(e){var t=this;null!==this._imageTilesReady_wrapped&&(this.i.imageTilesReady=r.delegateRemove(this.i.imageTilesReady,this._imageTilesReady_wrapped),this._imageTilesReady_wrapped=null,this._imageTilesReady=null),this._imageTilesReady=e,this._imageTilesReady_wrapped=function(e,i){var r=new C;r._provideImplementation(i),t.beforeImageTilesReady&&t.beforeImageTilesReady(t,r),t._imageTilesReady&&t._imageTilesReady(t,r)},this.i.imageTilesReady=r.delegateCombine(this.i.imageTilesReady,this._imageTilesReady_wrapped)},enumerable:!0,configurable:!0}),n._observedAttributesIgcGeographicMapComponent=null,n.htmlTagName="igc-geographic-map",n._isElementRegistered=!1,n}(i.IgcSeriesViewerComponent),P=function(e){function i(t){var i=e.call(this)||this;if(t)for(var r=0;r<t.length;r++)i.add(t[r]);return i}return t.__extends(i,e),i.prototype._createInnerColl=function(){var e=new r.SyncableObservableCollection$2(r.String_$type,r.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}(r.IgCollection),q=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=r.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()}return e.prototype.createImplementation=function(){return new p},Object.defineProperty(e.prototype,"i",{get:function(){return this._implementation},enumerable:!0,configurable:!0}),e.prototype.onImplementationCreated=function(){},e.prototype._provideImplementation=function(e){this._implementation=e,this._implementation.externalObject=this,this.onImplementationCreated()},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()}return e.prototype.createImplementation=function(){return null},Object.defineProperty(e.prototype,"i",{get:function(){return this._implementation},enumerable:!0,configurable:!0}),e.prototype.onImplementationCreated=function(){},e.prototype._provideImplementation=function(e){this._implementation=e,this._implementation.externalObject=this,this.onImplementationCreated()},Object.defineProperty(e.prototype,"deferralHandler",{get:function(){return this.i.deferralHandler},set:function(e){this.i.deferralHandler=e},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"windowRect",{get:function(){return r.fromRect(this.i.windowRect)},set:function(e){this.i.windowRect=r.toRect(e)},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"geographicMap",{get:function(){return null==this.i.geographicMap?null:this.i.geographicMap.externalObject},set:function(e){this.i.geographicMap=null==e?null:e.i},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"referer",{get:function(){return this.i.referer},set:function(e){this.i.referer=e},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"isHorizontalWrappingEnabled",{get:function(){return this.i.isHorizontalWrappingEnabled},set:function(e){this.i.isHorizontalWrappingEnabled=r.ensureBool(e)},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"userAgent",{get:function(){return this.i.userAgent},set:function(e){this.i.userAgent=e},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"opacity",{get:function(){return this.i.opacity},set:function(e){this.i.opacity=+e},enumerable:!0,configurable:!0}),e.prototype.findByName=function(e){return 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=r.delegateRemove(this.i.imageTilesReady,this._imageTilesReady_wrapped),this._imageTilesReady_wrapped=null,this._imageTilesReady=null),this._imageTilesReady=e,this._imageTilesReady_wrapped=function(e,i){var r=new C;r._provideImplementation(i),t.beforeImageTilesReady&&t.beforeImageTilesReady(t,r),t._imageTilesReady&&t._imageTilesReady(t,r)},this.i.imageTilesReady=r.delegateCombine(this.i.imageTilesReady,this._imageTilesReady_wrapped)},enumerable:!0,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=r.delegateRemove(this.i.imagesChanged,this._imagesChanged_wrapped),this._imagesChanged_wrapped=null,this._imagesChanged=null),this._imagesChanged=e,this._imagesChanged_wrapped=function(e,i){var r=new I;r._provideImplementation(i),t.beforeImagesChanged&&t.beforeImagesChanged(t,r),t._imagesChanged&&t._imagesChanged(t,r)},this.i.imagesChanged=r.delegateCombine(this.i.imagesChanged,this._imagesChanged_wrapped)},enumerable:!0,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=r.delegateRemove(this.i.cancellingImage,this._cancellingImage_wrapped),this._cancellingImage_wrapped=null,this._cancellingImage=null),this._cancellingImage=e,this._cancellingImage_wrapped=function(e,i){var n=new r.IgcCancellingMultiScaleImageEventArgs;n._provideImplementation(i),t.beforeCancellingImage&&t.beforeCancellingImage(t,n),t._cancellingImage&&t._cancellingImage(t,n)},this.i.cancellingImage=r.delegateCombine(this.i.cancellingImage,this._cancellingImage_wrapped)},enumerable:!0,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=r.delegateRemove(this.i.downloadingImage,this._downloadingImage_wrapped),this._downloadingImage_wrapped=null,this._downloadingImage=null),this._downloadingImage=e,this._downloadingImage_wrapped=function(e,i){var n=new r.IgcDownloadingMultiScaleImageEventArgs;n._provideImplementation(i),t.beforeDownloadingImage&&t.beforeDownloadingImage(t,n),t._downloadingImage&&t._downloadingImage(t,n)},this.i.downloadingImage=r.delegateCombine(this.i.downloadingImage,this._downloadingImage_wrapped)},enumerable:!0,configurable:!0}),e}(),$=function(e){function i(t){for(var i=[],n=1;n<arguments.length;n++)i[n-1]=arguments[n];var o=this;switch(t=null==t?0:t){case 0:o=e.call(this,r.String_$type,0)||this;break;case 1:var s=i[0];o=e.call(this,r.String_$type,1,s)||this}return o}return t.__extends(i,e),i.$t=r.markType(i,"SubDomainsCollection",r.ObservableCollection$1.$.specialize(r.String_$type)),i}(r.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=r.markType(i,"BingMapsMapImageryView",d.$),i}(d),j=function(e){function i(){var t=e.call(this,new r.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:!0,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:!0,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:!0,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:!0,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:!0,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!(r.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?r.Uri.isWellFormedUriString(this.bingImageryRestUri,1)&&(t=this.bingImageryRestUri):r.Uri.isWellFormedUriString(this.actualBingImageryRestUri,1)&&(t=this.actualBingImageryRestUri),null!=t){var i=this.imageryStyle,n=(t+=r.enumGetBox(M,i))+"?"+("key="+this.apiKey+"&include=ImageryProviders");this._pendingBingRequest_=r.HttpRequestUtil.submit(n,this.getResponseCompleted,null)}else this.cp("",null)}},i.prototype.getResponseCompleted=function(e,t){if(t==this._pendingBingRequest_){this._pendingBingRequest_=null;var i=e,n=JSON.parse(i).resourceSets;if(null!=n){var o=n.length>0?n[0].resources:null;if(null!=o&&0!=o.length){for(var s=o[0].imageUrl,a=new r.List$1(r.String_$type,0),l=0;l<o[0].imageUrlSubdomains.length;l++)a.add(o[0].imageUrlSubdomains[l]);this.cp(s,a)}}}},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,n,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 s=o;if(null!=this.actualSubDomains){var a=this.actualSubDomains;a.collectionChanged=r.delegateRemove(a.collectionChanged,r.runOn(this,this.ci))}this.actualSubDomains=s,null!=this.actualSubDomains&&(s.collectionChanged=r.delegateCombine(s.collectionChanged,r.runOn(this,this.ci))),this.bp.n(),this.aj.e();break;case"ActualTilePath":var l=o;r.stringIsNullOrEmpty(l)&&this.cq();break;case"BingImageryRestUri":this.actualBingImageryRestUri=o,this.cj(),this.cq();break;case"ActualBingImageryRestUri":this.cj(),this.cq()}e.prototype.ba.call(this,t,n,o)},i.$t=r.markType(i,"BingMapsMapImagery",y.$),i.cc="http://dev.virtualearth.net/REST/v1/Imagery/Metadata/",i.$$p=r.markDep(r.DependencyProperty,r.PropertyMetadata,i,"cm",["ApiKey",[2,r.stringEmpty()],"CultureName",[2,"en-US"],"ImageryStyle",[M,r.enumGetBox(M,1)],"IsDeferredLoad",[0,!1],"SubDomains",[$.$,null],"TilePath",[2,null]]),i}(y),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:!0,configurable:!0}),Object.defineProperty(i.prototype,"isInitialized",{get:function(){return this.i.isInitialized},set:function(e){this.i.isInitialized=r.ensureBool(e)},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"isDeferredLoad",{get:function(){return this.i.isDeferredLoad},set:function(e){this.i.isDeferredLoad=r.ensureBool(e)},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"tilePath",{get:function(){return this.i.tilePath},set:function(e){this.i.tilePath=e},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"actualTilePath",{get:function(){return this.i.actualTilePath},set:function(e){this.i.actualTilePath=e},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"subDomains",{get:function(){if(null===this._subDomains){var e=new P,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 P;this._subDomains=t._fromOuter(e);var i=new r.SyncableObservableCollection$1(r.String_$type),n=this.i.subDomains;n||(n=new $(0)),i._inner=n,i.clear(),this._subDomains._setSyncTarget(i),this.i.subDomains=n},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"actualSubDomains",{get:function(){if(null===this._actualSubDomains){var e=new P,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 P;this._actualSubDomains=t._fromOuter(e);var i=new r.SyncableObservableCollection$1(r.String_$type),n=this.i.actualSubDomains;n||(n=new $(0)),i._inner=n,i.clear(),this._actualSubDomains._setSyncTarget(i),this.i.actualSubDomains=n},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"bingImageryRestUri",{get:function(){return this.i.bingImageryRestUri},set:function(e){this.i.bingImageryRestUri=e},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"actualBingImageryRestUri",{get:function(){return this.i.actualBingImageryRestUri},set:function(e){this.i.actualBingImageryRestUri=e},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"cultureName",{get:function(){return this.i.cultureName},set:function(e){this.i.cultureName=e},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"apiKey",{get:function(){return this.i.apiKey},set:function(e){this.i.apiKey=e},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"imageryStyle",{get:function(){return this.i.imageryStyle},set:function(e){this.i.imageryStyle=r.ensureEnum(M,e)},enumerable:!0,configurable:!0}),i.prototype.requestMapSettings=function(){this.i.requestMapSettings()},i}(T),x=function(){function e(){}return e.register=function(){r.TypeRegistrar.registerCons("IgcBingMapsMapImagery",R),r.TypeRegistrar.register("BingMapsMapImagery",j.$type)},e}(),A=function(e){function i(){return e.call(this)||this}return t.__extends(i,e),i.prototype.createImplementation=function(){return new _},Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"tilePath",{get:function(){return this.i.tilePath},set:function(e){this.i.tilePath=e},enumerable:!0,configurable:!0}),i}(T),G=function(){function e(){}return e.register=function(){r.TypeRegistrar.registerCons("IgcOpenStreetMapImagery",A),r.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:!0,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=r.delegateRemove(this.i.getTileImageUri,this._getTileImageUri_wrapped),this._getTileImageUri_wrapped=null,this._getTileImageUri=null),this._getTileImageUri=e,this._getTileImageUri_wrapped=function(e,i){var n=new r.IgcGetTileImageUriArgs;n._provideImplementation(i),t.beforeGetTileImageUri&&t.beforeGetTileImageUri(t,n),t._getTileImageUri&&t._getTileImageUri(t,n)},this.i.getTileImageUri=r.delegateCombine(this.i.getTileImageUri,this._getTileImageUri_wrapped)},enumerable:!0,configurable:!0}),i}(T),D=function(e){function i(t){var i=e.call(this,t)||this;return i.getTileImageUri=null,t.getTileImageUri=r.delegateCombine(t.getTileImageUri,r.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=r.markType(i,"CustomMapImagery",y.$),i}(y),E=function(){function e(){}return e.register=function(){r.TypeRegistrar.registerCons("IgcCustomMapImagery",B),r.TypeRegistrar.register("CustomMapImagery",D.$type)},e}(),z=function(e){function i(){var t=e.call(this,new r.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:!0,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:!0,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:!0,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:!0,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:!0,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:!0,configurable:!0}),Object.defineProperty(i.prototype,"tokenGenerationEndPoint",{get:function(){return this.bu},set:function(e){this.bu=e,this.b8(!0)},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"refererUri",{get:function(){return this.bt},set:function(e){this.bt=e,this.b8(!0)},enumerable:!0,configurable:!0}),i.prototype.acquireNewToken=function(){this.b8(!0)},i.prototype.b9=function(e){e()},i.prototype.b8=function(e){if(r.stringIsNullOrEmpty(this.userToken)&&0==e)this.ci();else{var t=this.tokenGenerationEndPoint;if(r.stringIsNullOrEmpty(t))this.userToken="";else if("/"!=t.substr(t.length-1,1)&&(t+="/"),r.stringIsNullOrEmpty(this.refererUri))this.userToken="";else{var n=this.defaultTokenTimeout;if(n<1&&(n=1),t+=r.stringFormat1(i.bv,this.userName,this.password,this.refererUri,n),r.Uri.isWellFormedUriString(t,1)){var o=t;this._pendingTokenRequest_=r.HttpRequestUtil.submit(o,this.getResponseCompleted_TokenResponse,null)}else this.userToken=""}}},i.prototype.ci=function(){if(!r.stringIsNullOrEmpty(this.mapServerUri)){var e=this.mapServerUri;if("/"==e.substr(e.length-1,1)&&r.stringRemove(e,e.length-1,1),this.isMapPublic)e=r.stringFormat("{0}?f=json",e);else{if(r.stringIsNullOrEmpty(this.userToken))return;e=r.stringFormat("{0}?f=json&token={1}",e,this.userToken)}if(r.Uri.isWellFormedUriString(e,1)){var t=e;this._pendingMapServerRequest_=r.HttpRequestUtil.submit(t,this.getResponseCompleted_MapServerResponse,null)}}},i.prototype.getResponseCompleted_TokenResponse=function(e,t){if(t==this._pendingTokenRequest_){this._pendingTokenRequest_=null;var i=e,r=JSON.parse(i);if(null!=r){var n="";null!=r.token&&(n=r.token),this.userToken=n}}},i.prototype.getResponseCompleted_MapServerResponse=function(e,t){if(t==this._pendingMapServerRequest_){this._pendingMapServerRequest_=null;var i=e,r=JSON.parse(i);null!=r&&null!=r.tileInfo&&(this.ap.levelOfDetail=r.tileInfo.lods.length)}},i.prototype.cf=function(t,i,n){var o=this,s=r.typeCast(r.ArcGISOnlineTileSource.$,this.ap);switch(t){case"MapServerUri":null!=s&&(s.mapServerUri=r.typeCast(r.String_$type,n)),this.ci();break;case"UserName":case"Password":if(r.stringIsNullOrEmpty(this.userName)||r.stringIsNullOrEmpty(this.password))return;this.b8(!0);break;case"UserToken":this.b9((function(){return s.userToken=o.userToken})),this.ci();break;case"IsMapPublic":s.isMapPublic=this.isMapPublic}e.prototype.ba.call(this,t,i,n)},i.$t=r.markType(i,"ArcGISOnlineMapImagery",y.$),i.bv="generateToken?username={0}&password={1}&client=referer&referer={2}&expiration={3}&f=pjson",i.mapServerUriProperty=r.DependencyProperty.i("MapServerUri",r.String_$type,i.$,new r.PropertyMetadata(2,null,i.cd)),i.userNameProperty=r.DependencyProperty.i("UserName",r.String_$type,i.$,new r.PropertyMetadata(2,null,i.cg)),i.passwordProperty=r.DependencyProperty.i("Password",r.String_$type,i.$,new r.PropertyMetadata(2,null,i.ce)),i.userTokenProperty=r.DependencyProperty.i("UserToken",r.String_$type,i.$,new r.PropertyMetadata(2,null,i.ch)),i.isMapPublicProperty=r.DependencyProperty.i("IsMapPublic",r.Boolean_$type,i.$,new r.PropertyMetadata(2,!0,i.cc)),i}(y),N=function(e){function i(){return e.call(this)||this}return t.__extends(i,e),i.prototype.createImplementation=function(){return new z},Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"mapServerUri",{get:function(){return this.i.mapServerUri},set:function(e){this.i.mapServerUri=e},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"userName",{get:function(){return this.i.userName},set:function(e){this.i.userName=e},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"password",{get:function(){return this.i.password},set:function(e){this.i.password=e},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"userToken",{get:function(){return this.i.userToken},set:function(e){this.i.userToken=e},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"isMapPublic",{get:function(){return this.i.isMapPublic},set:function(e){this.i.isMapPublic=r.ensureBool(e)},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"defaultTokenTimeout",{get:function(){return this.i.defaultTokenTimeout},set:function(e){this.i.defaultTokenTimeout=+e},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"tokenGenerationEndPoint",{get:function(){return this.i.tokenGenerationEndPoint},set:function(e){this.i.tokenGenerationEndPoint=e},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"refererUri",{get:function(){return this.i.refererUri},set:function(e){this.i.refererUri=e},enumerable:!0,configurable:!0}),i.prototype.acquireNewToken=function(){this.i.acquireNewToken()},i}(T),V=function(){function e(){}return e.register=function(){r.TypeRegistrar.registerCons("IgcArcGISOnlineMapImagery",N),r.TypeRegistrar.register("ArcGISOnlineMapImagery",z.$type)},e}(),U=function(){function e(){}return e.register=function(){x.register(),G.register(),E.register(),V.register(),w.register(),r.TypeRegistrar.registerCons("IgcGeographicMapComponent",w)},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:!0,configurable:!0}),i.prototype.connectedCallback=function(){e.prototype.connectedCallback&&e.prototype.connectedCallback.call(this),this._attached||(this._attached=!0,this._flushQueuedAttributes())},Object.defineProperty(i,"observedAttributes",{get:function(){if(null==i._observedAttributesIgcGeographicMapSeriesHostComponent){for(var e=r.getAllPropertyNames(i),t=0;t<e.length;t++)e[t]=r.toSpinal(e[t]);i._observedAttributesIgcGeographicMapSeriesHostComponent=e}return i._observedAttributesIgcGeographicMapSeriesHostComponent},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"isGeographic",{get:function(){return this.i.dv},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"hasMarkers",{get:function(){return this.i.hasMarkers},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"visibleFromScale",{get:function(){return this.i.p8},set:function(e){this.i.p8=+e,this._a("visibleFromScale",this.i.p8)},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"coercionMethods",{get:function(){return this.i.coercionMethods},set:function(e){this.i.coercionMethods=e},enumerable:!0,configurable:!0}),i.prototype.notifyIndexedPropertiesChanged=function(){this.i.lk()},i.prototype.getItemValue=function(e,t){return this.i.hw(e,t)},i.prototype.getItem=function(e){return this.i.ht(r.toPoint(e))},i.prototype.getPreviousOrExactIndex=function(e,t){return this.i.hj(r.toPoint(e),t)},i.prototype.getNextOrExactIndex=function(e,t){return this.i.hh(r.toPoint(e),t)},i.prototype.getSeriesValue=function(e,t,i){return this.i.gj(r.toPoint(e),t,i)},i.prototype.getSeriesValuePosition=function(e,t,i){var n=this.i.pm(r.toPoint(e),t,i);return r.fromPoint(n)},i.prototype.getSeriesValueBoundingBox=function(e){var t=this.i.pv(r.toPoint(e));return r.fromRect(t)},i.prototype.getSeriesValueMarkerBoundingBox=function(e){var t=this.i.px(r.toPoint(e));return r.fromRect(t)},i.prototype.getSeriesHighValue=function(e,t,i){return this.i.gf(r.toPoint(e),t,i)},i.prototype.getSeriesHighValuePosition=function(e,t,i){var n=this.i.pi(r.toPoint(e),t,i);return r.fromPoint(n)},i.prototype.getSeriesLowValue=function(e,t,i){return this.i.gh(r.toPoint(e),t,i)},i.prototype.getSeriesLowValuePosition=function(e,t,i){var n=this.i.pk(r.toPoint(e),t,i);return r.fromPoint(n)},i.prototype.getSeriesValuePositionFromSeriesPixel=function(e,t,i){var n=this.i.pn(r.toPoint(e),t,i);return r.fromPoint(n)},i.prototype.getSeriesValueFromSeriesPixel=function(e,t,i){return this.i.gk(r.toPoint(e),t,i)},i.prototype.getItemSpan=function(){return this.i.ga()},i.prototype.renderSeries=function(e){this.i.mi(e)},i.prototype.styleUpdated=function(){this.i.ms()},i._observedAttributesIgcGeographicMapSeriesHostComponent=null,i}(i.IgcSeriesComponent),F=function(e){function n(){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(n,e),Object.defineProperty(n.prototype,"i",{get:function(){return this._implementation},enumerable:!0,configurable:!0}),n.prototype.connectedCallback=function(){e.prototype.connectedCallback&&e.prototype.connectedCallback.call(this),this._attached||(this._attached=!0,this._flushQueuedAttributes())},Object.defineProperty(n,"observedAttributes",{get:function(){if(null==n._observedAttributesIgcGeographicShapeSeriesBaseComponent){for(var e=r.getAllPropertyNames(n),t=0;t<e.length;t++)e[t]=r.toSpinal(e[t]);n._observedAttributesIgcGeographicShapeSeriesBaseComponent=e}return n._observedAttributesIgcGeographicShapeSeriesBaseComponent},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"shapeDataSource",{get:function(){return this._shapeDataSource},set:function(e){this._shapeDataSource=e,this.updateShapeDataSource()},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"databaseSource",{get:function(){return this._databaseSource},set:function(e){this._databaseSource=e,this.updateShapeDataSource()},enumerable:!0,configurable:!0}),n.prototype.onUpdateDataSource=function(e){var t=this;return null==this._onImportCompleted&&(this._onImportCompleted=function(e,i){if(t._currData){t._currData.i.importCompleted=r.delegateRemove(t._currData.i.importCompleted,t._onImportCompleted);var n=t._currData;t._currData=null,t.i.itemsSource=n.getPointData()}}),e&&e.getPointData?e.count>0?e.getPointData():(this._currData=e,this._currData.i.importCompleted=r.delegateCombine(this._currData.i.importCompleted,this._onImportCompleted),null):e},n.prototype.updateShapeDataSource=function(){null==this._cachedShapeDataSource&&(this._cachedShapeDataSource=new r.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()},n.prototype.onShapeDataSourceImportCompleted=function(e,t){this.dataSource=this._cachedShapeDataSource.getPointData()},Object.defineProperty(n.prototype,"shapeMemberPath",{get:function(){return this.i.qz},set:function(e){this.i.qz=e},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"isCustomShapeStyleAllowed",{get:function(){return this.i.qo},set:function(e){this.i.qo=r.ensureBool(e),this._a("isCustomShapeStyleAllowed",this.i.qo)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"isCustomShapeMarkerStyleAllowed",{get:function(){return this.i.qn},set:function(e){this.i.qn=r.ensureBool(e),this._a("isCustomShapeMarkerStyleAllowed",this.i.qn)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"itemSearchMode",{get:function(){return this.i.qg},set:function(e){this.i.qg=r.ensureEnum(i.ShapeItemSearchMode_$type,e),this._a("itemSearchMode",r.enumToString(i.ShapeItemSearchMode_$type,this.i.qg))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"itemSearchThreshold",{get:function(){return this.i.qr},set:function(e){this.i.qr=+e,this._a("itemSearchThreshold",this.i.qr)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"itemSearchPointsThreshold",{get:function(){return this.i.qq},set:function(e){this.i.qq=+e,this._a("itemSearchPointsThreshold",this.i.qq)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"shapefileDataSource",{get:function(){if(null==this.i.qj)return null;if(!this.i.qj.externalObject){var e=new r.IgcShapeDataSource;e._implementation=this.i.qj,this.i.qj.externalObject=e}return this.i.qj.externalObject},set:function(e){this.i.qj=null==e?null:e.i},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"shapeFilterResolution",{get:function(){return this.i.qp},set:function(e){this.i.qp=+e,this._a("shapeFilterResolution",this.i.qp)},enumerable:!0,configurable:!0}),n.prototype.findByName=function(t){var i=e.prototype.findByName.call(this,t);return i||(this.shapefileDataSource&&this.shapefileDataSource.name&&this.shapefileDataSource.name==t?this.shapefileDataSource:null)},Object.defineProperty(n.prototype,"assigningShapeStyle",{get:function(){return this._assigningShapeStyle},set:function(e){var t=this;null!==this._assigningShapeStyle_wrapped&&(this.i.assigningShapeStyle=r.delegateRemove(this.i.assigningShapeStyle,this._assigningShapeStyle_wrapped),this._assigningShapeStyle_wrapped=null,this._assigningShapeStyle=null),this._assigningShapeStyle=e,this._assigningShapeStyle_wrapped=function(e,r){var n=new i.IgcAssigningShapeStyleEventArgs;n._provideImplementation(r),t.beforeAssigningShapeStyle&&t.beforeAssigningShapeStyle(t,n),t._assigningShapeStyle&&t._assigningShapeStyle(t,n)},this.i.assigningShapeStyle=r.delegateCombine(this.i.assigningShapeStyle,this._assigningShapeStyle_wrapped)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"assigningShapeMarkerStyle",{get:function(){return this._assigningShapeMarkerStyle},set:function(e){var t=this;null!==this._assigningShapeMarkerStyle_wrapped&&(this.i.assigningShapeMarkerStyle=r.delegateRemove(this.i.assigningShapeMarkerStyle,this._assigningShapeMarkerStyle_wrapped),this._assigningShapeMarkerStyle_wrapped=null,this._assigningShapeMarkerStyle=null),this._assigningShapeMarkerStyle=e,this._assigningShapeMarkerStyle_wrapped=function(e,r){var n=new i.IgcAssigningShapeMarkerStyleEventArgs;n._provideImplementation(r),t.beforeAssigningShapeMarkerStyle&&t.beforeAssigningShapeMarkerStyle(t,n),t._assigningShapeMarkerStyle&&t._assigningShapeMarkerStyle(t,n)},this.i.assigningShapeMarkerStyle=r.delegateCombine(this.i.assigningShapeMarkerStyle,this._assigningShapeMarkerStyle_wrapped)},enumerable:!0,configurable:!0}),n._observedAttributesIgcGeographicShapeSeriesBaseComponent=null,n}(L),H=function(e){function n(){var t=null!==e&&e.apply(this,arguments)||this;return t.qm=!1,t.ql=!1,t.assigningShapeStyle=null,t.assigningShapeMarkerStyle=null,t.qi=null,t.qk=!1,t}return t.__extends(n,e),n.prototype.bx=function(){return new W(this)},n.prototype.lz=function(t){e.prototype.lz.call(this,t),this.qh=t},n.prototype.get_dx=function(){return!0},n.prototype.get_c2=function(){return!0},n.prototype.l4=function(t,i,o,s){switch(e.prototype.l4.call(this,t,i,o,s),i){case"SeriesViewer":this.qh.cf();break;case"ShapeMemberPath":this.qh.ch();break;case n.$$p[5]:this.qh.cg();break;case n.$$p[1]:if(this.p6.q5=this.qo,this.qm=this.qo,this.qo){var a=this.p6;a.assigningShapeStyle=r.delegateCombine(a.assigningShapeStyle,r.runOn(this,this.q2))}else{var l=this.p6;l.assigningShapeStyle=r.delegateRemove(l.assigningShapeStyle,r.runOn(this,this.q2))}break;case n.$$p[0]:if(this.p6.q4=this.qn,this.ql=this.qn,this.qo){var u=this.p6;u.assigningShapeMarkerStyle=r.delegateCombine(u.assigningShapeMarkerStyle,r.runOn(this,this.q1))}else{var c=this.p6;c.assigningShapeMarkerStyle=r.delegateRemove(c.assigningShapeMarkerStyle,r.runOn(this,this.q1))}break;case n.$$p[2]:this.p6.qr=this.qg;break;case n.$$p[3]:this.p6.rm=this.qq;break;case n.$$p[4]:this.p6.rn=this.qr;break;case"ShapefileDataSource":if(null!=o){var p=o;this.qk&&(p.importCompleted=r.delegateRemove(p.importCompleted,r.runOn(this,this.q3)))}if(null!=s){var h=s;if(h.count>0){this.q4();break}this.qk=!0,h.importCompleted=r.delegateCombine(h.importCompleted,r.runOn(this,this.q3))}}},n.prototype.q2=function(e,t){null!=this.assigningShapeStyle&&this.assigningShapeStyle(this,t)},n.prototype.q1=function(e,t){null!=this.assigningShapeMarkerStyle&&this.assigningShapeMarkerStyle(this,t)},n.prototype.q3=function(e,t){this.q4()},n.prototype.q4=function(){var e=this.qj.externalObject;this.itemsSource=e.getPointData()},Object.defineProperty(n.prototype,"qj",{get:function(){return this.qi},set:function(e){var t=this.qi;this.qi=e,t!=this.qi&&this.raisePropertyChanged("ShapefileDataSource",t,this.qi)},enumerable:!0,configurable:!0}),n.prototype.get_e3=function(){return!0},n.prototype.set_e3=function(t){e.prototype.set_e3.call(this,t)},n.$t=r.markType(n,"GeographicShapeSeriesBase",h.$),n.$$p=r.markDep(r.DependencyProperty,r.PropertyMetadata,n,"raisePropertyChanged",["IsCustomShapeMarkerStyleAllowed:qn:q5",[0,!1],"IsCustomShapeStyleAllowed:qo:q6",[0,!1],"ItemSearchMode:qg:q7",[i.ShapeItemSearchMode_$type,r.enumGetBox(i.ShapeItemSearchMode_$type,0)],"ItemSearchPointsThreshold:qq:q8",[1,1e4],"ItemSearchThreshold:qr:q9",[1,1e4],"ShapeFilterResolution:qp:ra",[1,2],"ShapeMemberPath:qz:rb",[2,"points"]]),n}(h),W=function(e){function i(t){var i=e.call(this,t)||this;return i.ce=null,i.ce=t,i}return t.__extends(i,e),i.prototype.b2=function(){e.prototype.b2.call(this),this.ce.p6.rx=this.ce.qz},i.prototype.cf=function(){var e=this.ce.p6;if(null==this.ce.cd)return e.ql=null,void(e.qn=null);e.ql=this.ce.cd.s2,e.qn=this.ce.cd.s4},i.prototype.ch=function(){this.ce.p6.rx=this.ce.qz},i.prototype.cg=function(){this.ce.p6.rj=this.ce.qp},i.$t=r.markType(i,"GeographicShapeSeriesBaseView",g.$),i}(g),X=function(e){function n(t){var i=e.call(this,t)||this;return i.ci=null,i.ci=t,i.q||(i.ci.qz="points"),i}return t.__extends(n,e),n.prototype.as=function(){e.prototype.as.call(this),this.q||(this.ci.sj=i.Defaults.aj,this.ci.gz=i.Defaults.p,this.ci.ri=i.Defaults.o,this.ci.rf=i.Defaults.d,this.ci.rd=i.Defaults.a)},n.prototype.b2=function(){e.prototype.b2.call(this),this.ci.p6.ud=this.ci.sl,this.ci.p6.s6=this.ci.rg,this.ci.p6.ts=this.ci.r1,this.ci.p6.s9=this.ci.ri,this.ci.p6.ss=this.ci.rc},n.prototype.cn=function(){this.ci.p6.ts=this.ci.r1},n.prototype.cp=function(){this.ci.p6.s9=this.ci.ri},n.prototype.ck=function(){this.ci.p6.ss=this.ci.rc},n.prototype.co=function(){this.ci.p6.s1=this.ci.rf},n.prototype.cj=function(){this.ci.p6.t9=this.ci.si},n.prototype.cl=function(){this.ci.p6.ua=this.ci.sj},n.prototype.cm=function(){this.ci.p6.uc=this.ci.sk},n.prototype.cq=function(){this.ci.p6.s6=this.ci.rg},n.prototype.cr=function(){this.ci.p6.ud=this.ci.sl},n.$t=r.markType(n,"GeographicShapeSeriesView",W.$),n}(W),Y=function(e){function n(){var t=e.call(this)||this;return t.styleShape=null,t.ab=n.$,t}return t.__extends(n,e),n.prototype.get_d7=function(){return!0},n.prototype.bx=function(){return new X(this)},n.prototype.lz=function(t){e.prototype.lz.call(this,t),this.rh=t},n.prototype.p5=function(){var e=new i.ScatterPolygonSeries;return e.styleShape=r.delegateCombine(e.styleShape,r.runOn(this,this.ry)),e.propertyUpdated=r.delegateCombine(e.propertyUpdated,r.runOn(this,this.rz)),e},n.prototype.ry=function(e,t){null!=this.styleShape&&this.styleShape(this,t)},n.prototype.rz=function(e,t){r.typeCast(i.ScatterPolygonSeries.$,this.p6)},n.prototype.f2=function(){return this.ri},n.prototype.o6=function(){return this.sg},n.prototype.o7=function(){return this.sh},n.prototype.ne=function(){return this.r0},n.prototype.iy=function(){var e=r.typeCast(i.ScatterPolygonSeries.$,this.p6);return null==e?"Unknown":e.iy()},n.prototype.l4=function(t,i,r,o){switch(e.prototype.l4.call(this,t,i,r,o),i){case n.$$p[6]:this.p6.sz=this.re;break;case n.$$p[5]:this.p6.sv=this.rd;break;case n.$$p[9]:this.rh.cn();break;case n.$$p[10]:this.rh.cp();break;case n.$$p[4]:this.rh.ck();break;case n.$$p[11]:this.rh.co();break;case n.$$p[3]:this.rh.cj();break;case n.$$p[7]:this.rh.cl();break;case n.$$p[8]:this.rh.cm();break;case n.$$p[13]:this.rh.cq();break;case n.$$p[12]:this.rh.cr()}},n.prototype.gv=function(){return.7},n.$t=r.markType(n,"GeographicShapeSeries",H.$),n.$$p=r.markDep(r.DependencyProperty,r.PropertyMetadata,n,"raisePropertyChanged",["ActualMarkerBrush:sg:r2",[r.Brush.$],"ActualMarkerOutline:sh:r3",[r.Brush.$],"ActualMarkerTemplate:r0:r4",[r.DataTemplate.$,null],"MarkerBrush:si:r5",[r.Brush.$],"MarkerCollisionAvoidance:rc:r6",[i.CollisionAvoidanceType_$type,r.enumGetBox(i.CollisionAvoidanceType_$type,0)],"MarkerFillMode:rd:r7",[i.MarkerFillMode_$type,r.enumGetBox(i.MarkerFillMode_$type,0)],"MarkerOutlineMode:re:r8",[i.MarkerOutlineMode_$type,r.enumGetBox(i.MarkerOutlineMode_$type,0)],"MarkerOutline:sj:r9",[r.Brush.$],"MarkerStyle:sk:sa",[r.Style.$],"MarkerTemplate:r1:sb",[r.DataTemplate.$,null],"MarkerThickness:ri:sc",[1,r.DeviceUtils.g(2)],"MarkerType:rf:sd",[i.MarkerType_$type,r.enumGetBox(i.MarkerType_$type,2)],"ShapeStyle:sl:se",[r.Style.$,null],"ShapeStyleSelector:rg:sf",[i.StyleSelector.$,null]]),n}(H),Z=function(e){function n(){var t=e.call(this)||this;return t._styleShape=null,t._styleShape_wrapped=null,t}return t.__extends(n,e),n.prototype.createImplementation=function(){return new Y},Object.defineProperty(n.prototype,"i",{get:function(){return this._implementation},enumerable:!0,configurable:!0}),n.prototype.connectedCallback=function(){e.prototype.connectedCallback&&e.prototype.connectedCallback.call(this),this._attached||(this._attached=!0,this._flushQueuedAttributes())},Object.defineProperty(n,"observedAttributes",{get:function(){if(null==n._observedAttributesIgcGeographicShapeSeriesComponent){for(var e=r.getAllPropertyNames(n),t=0;t<e.length;t++)e[t]=r.toSpinal(e[t]);n._observedAttributesIgcGeographicShapeSeriesComponent=e}return n._observedAttributesIgcGeographicShapeSeriesComponent},enumerable:!0,configurable:!0}),n.register=function(){n._isElementRegistered||(n._isElementRegistered=!0,r.RegisterElementHelper.registerElement(n.htmlTagName,n))},Object.defineProperty(n.prototype,"isPolygon",{get:function(){return this.i.d7},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"shapeFill",{get:function(){return this.i.sl?this.i.sl.fill:null},set:function(e){this.ensureShapeStyle(),this.i.sl.fill=e},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"shapeStroke",{get:function(){return this.i.sl?this.i.sl.stroke:null},set:function(e){this.ensureShapeStyle(),this.i.sl.stroke=e},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"shapeStrokeThickness",{get:function(){return this.i.sl?this.i.sl.strokeThickness:NaN},set:function(e){this.ensureShapeStyle(),this.i.sl.strokeThickness=+e,this._a("shapeStrokeThickness",this.i.sl.strokeThickness)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"shapeOpacity",{get:function(){return this.i.sl?this.i.sl.opacity:NaN},set:function(e){this.ensureShapeStyle(),this.i.sl.opacity=+e,this._a("shapeOpacity",this.i.sl.opacity)},enumerable:!0,configurable:!0}),n.prototype.ensureShapeStyle=function(){this.i.sl||(this.i.sl=new r.Style)},Object.defineProperty(n.prototype,"markerType",{get:function(){return this.i.rf},set:function(e){this.i.rf=r.ensureEnum(i.MarkerType_$type,e),this._a("markerType",r.enumToString(i.MarkerType_$type,this.i.rf))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"markerOutlineMode",{get:function(){return this.i.re},set:function(e){this.i.re=r.ensureEnum(i.MarkerOutlineMode_$type,e),this._a("markerOutlineMode",r.enumToString(i.MarkerOutlineMode_$type,this.i.re))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"markerFillMode",{get:function(){return this.i.rd},set:function(e){this.i.rd=r.ensureEnum(i.MarkerFillMode_$type,e),this._a("markerFillMode",r.enumToString(i.MarkerFillMode_$type,this.i.rd))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"markerTemplate",{get:function(){return this.i.r1},set:function(e){this.i.r1=e},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"markerBrush",{get:function(){return r.brushToString(this.i.si)},set:function(e){this.i.si=r.stringToBrush(e),this._a("markerBrush",r.brushToString(this.i.si))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"markerOutline",{get:function(){return r.brushToString(this.i.sj)},set:function(e){this.i.sj=r.stringToBrush(e),this._a("markerOutline",r.brushToString(this.i.sj))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"markerThickness",{get:function(){return this.i.ri},set:function(e){this.i.ri=+e,this._a("markerThickness",this.i.ri)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"markerCollisionAvoidance",{get:function(){return this.i.rc},set:function(e){this.i.rc=r.ensureEnum(i.CollisionAvoidanceType_$type,e),this._a("markerCollisionAvoidance",r.enumToString(i.CollisionAvoidanceType_$type,this.i.rc))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"actualMarkerTemplate",{get:function(){return this.i.r0},set:function(e){this.i.r0=e},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"actualMarkerBrush",{get:function(){return r.brushToString(this.i.sg)},set:function(e){this.i.sg=r.stringToBrush(e),this._a("actualMarkerBrush",r.brushToString(this.i.sg))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"actualMarkerOutline",{get:function(){return r.brushToString(this.i.sh)},set:function(e){this.i.sh=r.stringToBrush(e),this._a("actualMarkerOutline",r.brushToString(this.i.sh))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"styleShape",{get:function(){return this._styleShape},set:function(e){var t=this;null!==this._styleShape_wrapped&&(this.i.styleShape=r.delegateRemove(this.i.styleShape,this._styleShape_wrapped),this._styleShape_wrapped=null,this._styleShape=null),this._styleShape=e,this._styleShape_wrapped=function(e,r){var n=new i.IgcStyleShapeEventArgs;n._provideImplementation(r),t.beforeStyleShape&&t.beforeStyleShape(t,n),t._styleShape&&t._styleShape(t,n)},this.i.styleShape=r.delegateCombine(this.i.styleShape,this._styleShape_wrapped)},enumerable:!0,configurable:!0}),n._observedAttributesIgcGeographicShapeSeriesComponent=null,n.htmlTagName="igc-geographic-shape-series",n._isElementRegistered=!1,n}(F),Q=function(){function e(){}return e.register=function(){i.IgcScatterPolygonSeriesModule.register(),Z.register(),r.TypeRegistrar.registerCons("IgcGeographicShapeSeriesComponent",Z),r.TypeRegistrar.register("GeographicShapeSeries",Y.$type)},e}(),K=function(e){function n(t){var i=e.call(this,t)||this;return i.ci=null,i.ci=t,i}return t.__extends(n,e),n.prototype.as=function(){e.prototype.as.call(this),this.q||(this.ci.gz=i.Defaults.n)},n.prototype.b2=function(){e.prototype.b2.call(this),this.ci.p6.ss=this.ci.rc,this.ci.p6.sx=this.ci.rk},n.prototype.cj=function(){this.ci.p6.ss=this.ci.rc},n.prototype.ck=function(){this.ci.p6.sx=this.ci.rk},n.$t=r.markType(n,"GeographicPolylineSeriesView",W.$),n}(W),J=function(e){function n(){var t=e.call(this)||this;return t.styleShape=null,t.ab=n.$,t}return t.__extends(n,e),n.prototype.get_d8=function(){return!0},n.prototype.bx=function(){return new K(this)},n.prototype.lz=function(t){e.prototype.lz.call(this,t),this.rd=t},n.prototype.p5=function(){var e=new i.ScatterPolylineSeries;return e.styleShape=r.delegateCombine(e.styleShape,r.runOn(this,this.rh)),e},n.prototype.rh=function(e,t){null!=this.styleShape&&this.styleShape(this,t)},n.prototype.l4=function(t,i,r,o){switch(e.prototype.l4.call(this,t,i,r,o),i){case n.$$p[1]:this.rd.cj();break;case n.$$p[0]:this.rd.ck()}},n.$t=r.markType(n,"GeographicPolylineSeries",H.$),n.$$p=r.markDep(r.DependencyProperty,r.PropertyMetadata,n,"raisePropertyChanged",["ShapeStyle:rk:ri",[r.Style.$,null],"ShapeStyleSelector:rc:rj",[i.StyleSelector.$,null]]),n}(H),ee=function(e){function n(){var t=e.call(this)||this;return t._styleShape=null,t._styleShape_wrapped=null,t}return t.__extends(n,e),n.prototype.createImplementation=function(){return new J},Object.defineProperty(n.prototype,"i",{get:function(){return this._implementation},enumerable:!0,configurable:!0}),n.prototype.connectedCallback=function(){e.prototype.connectedCallback&&e.prototype.connectedCallback.call(this),this._attached||(this._attached=!0,this._flushQueuedAttributes())},Object.defineProperty(n,"observedAttributes",{get:function(){if(null==n._observedAttributesIgcGeographicPolylineSeriesComponent){for(var e=r.getAllPropertyNames(n),t=0;t<e.length;t++)e[t]=r.toSpinal(e[t]);n._observedAttributesIgcGeographicPolylineSeriesComponent=e}return n._observedAttributesIgcGeographicPolylineSeriesComponent},enumerable:!0,configurable:!0}),n.register=function(){n._isElementRegistered||(n._isElementRegistered=!0,r.RegisterElementHelper.registerElement(n.htmlTagName,n))},Object.defineProperty(n.prototype,"isPolyline",{get:function(){return this.i.d8},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"shapeFill",{get:function(){return this.i.rk?this.i.rk.fill:null},set:function(e){this.ensureShapeStyle(),this.i.rk.fill=e},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"shapeStroke",{get:function(){return this.i.rk?this.i.rk.stroke:null},set:function(e){this.ensureShapeStyle(),this.i.rk.stroke=e},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"shapeStrokeThickness",{get:function(){return this.i.rk?this.i.rk.strokeThickness:NaN},set:function(e){this.ensureShapeStyle(),this.i.rk.strokeThickness=+e,this._a("shapeStrokeThickness",this.i.rk.strokeThickness)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"shapeOpacity",{get:function(){return this.i.rk?this.i.rk.opacity:NaN},set:function(e){this.ensureShapeStyle(),this.i.rk.opacity=+e,this._a("shapeOpacity",this.i.rk.opacity)},enumerable:!0,configurable:!0}),n.prototype.ensureShapeStyle=function(){this.i.rk||(this.i.rk=new r.Style)},Object.defineProperty(n.prototype,"styleShape",{get:function(){return this._styleShape},set:function(e){var t=this;null!==this._styleShape_wrapped&&(this.i.styleShape=r.delegateRemove(this.i.styleShape,this._styleShape_wrapped),this._styleShape_wrapped=null,this._styleShape=null),this._styleShape=e,this._styleShape_wrapped=function(e,r){var n=new i.IgcStyleShapeEventArgs;n._provideImplementation(r),t.beforeStyleShape&&t.beforeStyleShape(t,n),t._styleShape&&t._styleShape(t,n)},this.i.styleShape=r.delegateCombine(this.i.styleShape,this._styleShape_wrapped)},enumerable:!0,configurable:!0}),n._observedAttributesIgcGeographicPolylineSeriesComponent=null,n.htmlTagName="igc-geographic-polyline-series",n._isElementRegistered=!1,n}(F),te=function(){function e(){}return e.register=function(){i.IgcScatterPolylineSeriesModule.register(),ee.register(),r.TypeRegistrar.registerCons("IgcGeographicPolylineSeriesComponent",ee),r.TypeRegistrar.register("GeographicPolylineSeries",J.$type)},e}(),ie=function(e){function i(){var t=e.call(this,new r.TileGeneratorTileSource)||this;return t.downloadingImage=r.delegateCombine(t.downloadingImage,r.runOn(t,t.br)),t.cancellingImage=r.delegateCombine(t.cancellingImage,r.runOn(t,t.bq)),t}return t.__extends(i,e),i.prototype.bq=function(e,t){var i=t.uri.toString().split("/"),n=parseInt(r.stringReplace(i[3],"/","")),o=parseInt(r.stringReplace(i[4],"/","")),s=parseInt(r.stringReplace(r.stringReplace(i[5],"/",""),".png",""));null!=this.tileGenerator&&this.tileGenerator.cancelTile(n,o,s)},i.prototype.br=function(e,t){var i=this,n=t.uri.toString().split("/"),o=parseInt(r.stringReplace(n[3],"/","")),s=parseInt(r.stringReplace(n[4],"/","")),a=parseInt(r.stringReplace(r.stringReplace(n[5],"/",""),".png",""));t.uri=null;var l=t.image;null!=this.tileGenerator&&this.tileGenerator.getTile(o,s,a,(function(e,t){return i.deferralHandler.deferAction((function(){return l.src=t.url}))}),(function(e,t){}),(function(e,t){}),l)},i.$t=r.markType(i,"TileGeneratorMapImagery",y.$),i.$$p=r.markDep(r.DependencyProperty,r.PropertyMetadata,i,"ba",["TileGenerator",[r.ITileGenerator_$type,null]]),i}(y),re=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:!0,configurable:!0}),Object.defineProperty(i.prototype,"tileGenerator",{get:function(){return this.i.tileGenerator},set:function(e){this.i.tileGenerator=e},enumerable:!0,configurable:!0}),i}(T),ne=function(){function e(){}return e.register=function(){r.TypeRegistrar.registerCons("IgcTileGeneratorMapImagery",re),r.TypeRegistrar.register("TileGeneratorMapImagery",ie.$type)},e}(),oe=function(e){function n(){var t=e.call(this)||this;return t.st=null,t.ss=null,t.imageTilesReady=null,t.sw=null,t.sx=!1,t.ab=n.$,t}return t.__extends(n,e),n.prototype.get_ei=function(){return!0},n.prototype.bx=function(){return new se(this)},n.prototype.lz=function(t){e.prototype.lz.call(this,t),this.sr=t},n.prototype.get_q7=function(){return!1},Object.defineProperty(n.prototype,"sv",{get:function(){return this.st},set:function(e){if(e!=this.sv){var t=this.sv;this.st=e,this.raisePropertyChanged("TileImagery",t,e)}},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"su",{get:function(){return this.ss},set:function(e){var t=this.ss;this.ss=e,this.raisePropertyChanged("ActualTileImagery",t,this.ss)},enumerable:!0,configurable:!0}),n.prototype.l4=function(t,i,n,o){var s,a;switch(e.prototype.l4.call(this,t,i,n,o),i){case"TileImagery":a=o,null!=(s=n)&&(s.propertyChanged=r.delegateRemove(s.propertyChanged,r.runOn(this,this.s0))),null!=a&&(a.propertyChanged=r.delegateCombine(a.propertyChanged,r.runOn(this,this.s0))),this.sr.de(s,a),this.mi(!1),this.lp();break;case"ActualTileImagery":a=o,null!=(s=n)&&(s.imageTilesReady=r.delegateRemove(s.imageTilesReady,r.runOn(this,this.s1)),s.deferralHandler=null),null!=a&&(a.imageTilesReady=r.delegateCombine(a.imageTilesReady,r.runOn(this,this.s1)),a.deferralHandler=this),this.sr.dd(s,a),null!=a&&null!==r.typeCast(f.$,this.cd)&&(a.geographicMap=this.cd,this.s3(this.b0),this.sr.da(this.cd.sf)),this.lp();break;case"ActualWindowRect":this.sr.da(o);break;case"WorldRect":this.sr.dh(o);break;case"SeriesViewer":var l=o;null!=n&&null!=this.su&&this.su.be(null),null!=l&&null!=this.su&&this.su.be(this.b0.w);break;case"ActualBrush":case"ActualOutline":case"ActualThickness":this.lr()}},n.prototype.s0=function(e,t){"MultiScaleImage"==t.propertyName&&this.s3(this.b0)},n.prototype.s1=function(e,t){null!=this.imageTilesReady&&this.imageTilesReady(this,new r.EventArgs),this.sx||this.sr.df()},n.prototype.register=function(e,t){this.sw=t},n.prototype.unRegister=function(e){this.sw=null},n.prototype.deferredRefresh=function(){this.mi(!1)},n.prototype.deferAction=function(e){null!=this.g9?this.g9.setTimeout(e,0):window.setTimeout(e,0)},n.prototype.m5=function(t,i){this.sr.dg(),e.prototype.m5.call(this,t,i)},n.prototype.mj=function(t){e.prototype.mj.call(this,t),this.s2(t,this.b0)},n.prototype.s2=function(e,t){var i,r,n=t,o=t.getViewInfo(i,r);i=o.p0,r=o.p1,this.s3(t),null!=this.sw&&(this.sx=!0,this.sw(e),this.sx=!1),n.df()},n.prototype.mh=function(t,i,r,n,o){e.prototype.mh.call(this,t,i,r,n,o);var s=this.fc.item(n);s.a1(r),this.cx(s)||this.sb(s)},n.prototype.s3=function(e){var t,i,r=e.getViewInfo(t,i);t=r.p0,i=r.p1,null!=this.sv&&null!=this.sv.ao&&(this.sv!=this.su&&(this.su=this.sv),null==this.su||t.isEmpty||(this.su.width!=t.width&&(this.su.width=t.width),this.su.height!=t.height&&(this.su.height=t.height)))},n.prototype.kx=function(t,i){e.prototype.kx.call(this,t,i),i.db()},n.$t=r.markType(n,"TileSeries",i.ShapeSeriesBase.$,[r.IMapRenderDeferralHandler_$type]),n}(i.ShapeSeriesBase),se=function(e){function n(t){var i=e.call(this,t)||this;return i.c7=null,i.di=new r.GeometryGroup,i.c9=null,i.c8=null,i.c7=t,i}return t.__extends(n,e),n.prototype.as=function(){e.prototype.as.call(this),this.q||(this.c7.o8=i.Defaults.ao,this.c7.o3=i.Defaults.an)},n.prototype.ch=function(e,t){t.c.count>0&&this.di.d.add(t)},n.prototype.c2=function(e,t){return this.c3(e,t,!0)},n.prototype.c1=function(e,t){return null},n.prototype.cl=function(e,t){},n.prototype.cj=function(e,t,i){},n.prototype.cr=function(){e.prototype.cr.call(this),this.di.d.clear()},n.prototype.cq=function(){e.prototype.cq.call(this),this.aq()},n.prototype.da=function(e){null!=this.c7.sv&&(this.c7.sv.windowRect=e)},n.prototype.dd=function(e,t){if(null==this.c9){this.c9=this.e.g9.createElement("canvas");var i=this.e.g9.get2DCanvasContext(this.c9);this.c8=new r.RenderingContext(new r.CanvasViewRenderer,i),this.c9.setAttribute("width",this.bu.width.toString()),this.c9.setAttribute("height",this.bu.height.toString())}null!=e&&(e.bd(null),e.be(null),e.imagesChanged=r.delegateRemove(e.imagesChanged,r.runOn(this,this.dc))),null!=t&&(null!=this.w&&t.be(this.w),t.bd(this.c8),t.bf(this.bu),t.imagesChanged=r.delegateCombine(t.imagesChanged,r.runOn(this,this.dc)))},n.prototype.dc=function(e,t){this.aq()},n.prototype.de=function(e,t){},n.prototype.dg=function(){null!=this.c9&&(this.c9.setAttribute("width",this.bu.width.toString()),this.c9.setAttribute("height",this.bu.height.toString())),null!=this.c7.sv&&this.c7.sv.bf(this.bu)},n.prototype.a6=function(t,i){if(e.prototype.a6.call(this,t,i),!i&&null!=this.c9){var n=!1;if(this.di.d.count>0)n=!0,this.k.z(),this.k.q(this.di),this.k.g().clip();var o=r.truncate(Math.round(this.bu.left)),s=r.truncate(Math.round(this.bu.top)),a=r.truncate(Math.round(this.bu.width)),l=r.truncate(Math.round(this.bu.height));this.k.n(this.c9.getNativeElement(),1,o,s,a,l,o,s,a,l),n&&this.k.y()}},n.prototype.df=function(){this.aq()},n.prototype.db=function(){},n.prototype.dh=function(e){null!=this.c7.sv&&this.c7.sv.a6()},n.$t=r.markType(n,"TileSeriesView",i.ShapeSeriesViewBase.$),n}(i.ShapeSeriesViewBase),ae=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:!0,configurable:!0}),i.prototype.connectedCallback=function(){e.prototype.connectedCallback&&e.prototype.connectedCallback.call(this),this._attached||(this._attached=!0,this._flushQueuedAttributes())},Object.defineProperty(i,"observedAttributes",{get:function(){if(null==i._observedAttributesIgcTileSeriesComponent){for(var e=r.getAllPropertyNames(i),t=0;t<e.length;t++)e[t]=r.toSpinal(e[t]);i._observedAttributesIgcTileSeriesComponent=e}return i._observedAttributesIgcTileSeriesComponent},enumerable:!0,configurable:!0}),i.register=function(){i._isElementRegistered||(i._isElementRegistered=!0,r.RegisterElementHelper.registerElement(i.htmlTagName,i))},Object.defineProperty(i.prototype,"isTile",{get:function(){return this.i.ei},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"tileImagery",{get:function(){return null==this.i.sv?null:this.i.sv.externalObject},set:function(e){this.i.sv=null==e?null:e.i},enumerable:!0,configurable:!0}),i.prototype.findByName=function(t){var i=e.prototype.findByName.call(this,t);return i||(this.tileImagery&&this.tileImagery.name&&this.tileImagery.name==t?this.tileImagery:null)},i.prototype.deferredRefresh=function(){this.i.deferredRefresh()},i._observedAttributesIgcTileSeriesComponent=null,i.htmlTagName="igc-tile-series",i._isElementRegistered=!1,i}(i.IgcShapeSeriesBaseComponent),le=function(){function e(){}return e.register=function(){ae.register(),r.TypeRegistrar.registerCons("IgcTileSeriesComponent",ae),r.TypeRegistrar.register("TileSeries",oe.$type)},e}(),ue=function(e){function i(){var t=e.call(this)||this;return t.rd=null,t.rc=null,t.imageTilesReady=null,t.ab=i.$,t}return t.__extends(i,e),i.prototype.get_ei=function(){return!0},Object.defineProperty(i.prototype,"re",{get:function(){return this.rd},set:function(e){if(e!=this.re){var t=this.re;this.rd=e,this.raisePropertyChanged("TileImagery",t,e)}},enumerable:!0,configurable:!0}),i.prototype.ri=function(){null!=this.re&&this.re.clearTileCache()},i.prototype.l4=function(t,i,r,n){switch(e.prototype.l4.call(this,t,i,r,n),i){case"TileImagery":null!=this.p6&&(this.p6.sv=this.re)}},i.prototype.qb=function(){if(e.prototype.qb.call(this),this.p6.sv=this.re,null!=this.rc){var t=this.rc;t.imageTilesReady=r.delegateRemove(t.imageTilesReady,r.runOn(this,this.rh))}if(this.rc=this.p6,null!=this.rc){var i=this.rc;i.imageTilesReady=r.delegateCombine(i.imageTilesReady,r.runOn(this,this.rh))}},i.prototype.p5=function(){return new oe},i.prototype.rh=function(e,t){null!=this.imageTilesReady&&this.imageTilesReady(this,new c)},i.$t=r.markType(i,"GeographicTileSeries",H.$),i}(H),ce=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 ue},Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!0,configurable:!0}),i.prototype.connectedCallback=function(){e.prototype.connectedCallback&&e.prototype.connectedCallback.call(this),this._attached||(this._attached=!0,this._flushQueuedAttributes())},Object.defineProperty(i,"observedAttributes",{get:function(){if(null==i._observedAttributesIgcGeographicTileSeriesComponent){for(var e=r.getAllPropertyNames(i),t=0;t<e.length;t++)e[t]=r.toSpinal(e[t]);i._observedAttributesIgcGeographicTileSeriesComponent=e}return i._observedAttributesIgcGeographicTileSeriesComponent},enumerable:!0,configurable:!0}),i.register=function(){i._isElementRegistered||(i._isElementRegistered=!0,r.RegisterElementHelper.registerElement(i.htmlTagName,i))},Object.defineProperty(i.prototype,"isTile",{get:function(){return this.i.ei},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"tileImagery",{get:function(){return null==this.i.re?null:this.i.re.externalObject},set:function(e){this.i.re=null==e?null:e.i},enumerable:!0,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.ri()},Object.defineProperty(i.prototype,"imageTilesReady",{get:function(){return this._imageTilesReady},set:function(e){var t=this;null!==this._imageTilesReady_wrapped&&(this.i.imageTilesReady=r.delegateRemove(this.i.imageTilesReady,this._imageTilesReady_wrapped),this._imageTilesReady_wrapped=null,this._imageTilesReady=null),this._imageTilesReady=e,this._imageTilesReady_wrapped=function(e,i){var r=new C;r._provideImplementation(i),t.beforeImageTilesReady&&t.beforeImageTilesReady(t,r),t._imageTilesReady&&t._imageTilesReady(t,r)},this.i.imageTilesReady=r.delegateCombine(this.i.imageTilesReady,this._imageTilesReady_wrapped)},enumerable:!0,configurable:!0}),i._observedAttributesIgcGeographicTileSeriesComponent=null,i.htmlTagName="igc-geographic-tile-series",i._isElementRegistered=!1,i}(F),pe=function(){function e(){}return e.register=function(){le.register(),ce.register(),r.TypeRegistrar.registerCons("IgcGeographicTileSeriesComponent",ce),r.TypeRegistrar.register("GeographicTileSeries",ue.$type)},e}(),he=function(e){function n(){return e.call(this)||this}return t.__extends(n,e),Object.defineProperty(n.prototype,"i",{get:function(){return this._implementation},enumerable:!0,configurable:!0}),n.prototype.connectedCallback=function(){e.prototype.connectedCallback&&e.prototype.connectedCallback.call(this),this._attached||(this._attached=!0,this._flushQueuedAttributes())},Object.defineProperty(n,"observedAttributes",{get:function(){if(null==n._observedAttributesIgcGeographicMarkerSeriesComponent){for(var e=r.getAllPropertyNames(n),t=0;t<e.length;t++)e[t]=r.toSpinal(e[t]);n._observedAttributesIgcGeographicMarkerSeriesComponent=e}return n._observedAttributesIgcGeographicMarkerSeriesComponent},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"markerType",{get:function(){return this.i.qg},set:function(e){this.i.qg=r.ensureEnum(i.MarkerType_$type,e),this._a("markerType",r.enumToString(i.MarkerType_$type,this.i.qg))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"markerThickness",{get:function(){return this.i.qh},set:function(e){this.i.qh=+e,this._a("markerThickness",this.i.qh)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"markerOutlineMode",{get:function(){return this.i.qf},set:function(e){this.i.qf=r.ensureEnum(i.MarkerOutlineMode_$type,e),this._a("markerOutlineMode",r.enumToString(i.MarkerOutlineMode_$type,this.i.qf))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"markerFillMode",{get:function(){return this.i.qe},set:function(e){this.i.qe=r.ensureEnum(i.MarkerFillMode_$type,e),this._a("markerFillMode",r.enumToString(i.MarkerFillMode_$type,this.i.qe))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"markerTemplate",{get:function(){return this.i.qw},set:function(e){this.i.qw=e},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"markerBrush",{get:function(){return r.brushToString(this.i.ra)},set:function(e){this.i.ra=r.stringToBrush(e),this._a("markerBrush",r.brushToString(this.i.ra))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"markerOutline",{get:function(){return r.brushToString(this.i.rb)},set:function(e){this.i.rb=r.stringToBrush(e),this._a("markerOutline",r.brushToString(this.i.rb))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"maximumMarkers",{get:function(){return this.i.qi},set:function(e){this.i.qi=+e,this._a("maximumMarkers",this.i.qi)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"actualMarkerTemplate",{get:function(){return this.i.qv},set:function(e){this.i.qv=e},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"actualMarkerBrush",{get:function(){return r.brushToString(this.i.q8)},set:function(e){this.i.q8=r.stringToBrush(e),this._a("actualMarkerBrush",r.brushToString(this.i.q8))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"actualMarkerOutline",{get:function(){return r.brushToString(this.i.q9)},set:function(e){this.i.q9=r.stringToBrush(e),this._a("actualMarkerOutline",r.brushToString(this.i.q9))},enumerable:!0,configurable:!0}),n._observedAttributesIgcGeographicMarkerSeriesComponent=null,n}(L),ge=function(e){function n(){var t=e.call(this)||this,i=t.p6;return i.propertyUpdated=r.delegateCombine(i.propertyUpdated,r.runOn(t,t.qu)),t}return t.__extends(n,e),n.prototype.ne=function(){return this.qv},n.prototype.o6=function(){return this.q8},n.prototype.o7=function(){return this.q9},n.prototype.f2=function(){return this.qh},n.prototype.iy=function(){var e=r.typeCast(i.MarkerSeries.$,this.p6);return null==e?"Unknown":e.iy()},n.prototype.qu=function(e,t){var n=r.typeCast(i.MarkerSeries.$,this.p6);null!=n&&("ActualMarkerTemplate"==t.propertyName?this.qv=n.qx:"ActualMarkerOutline"==t.propertyName?this.q9=n.re:"ActualMarkerBrush"==t.propertyName&&(this.q8=n.rd))},n.prototype.l4=function(t,i,r,o){switch(e.prototype.l4.call(this,t,i,r,o),i){case n.$$p[3]:this.p6.rf=this.ra;break;case n.$$p[6]:this.p6.rg=this.rb;break;case n.$$p[5]:this.p6.qa=this.qf;break;case n.$$p[4]:this.p6.p6=this.qe;break;case n.$$p[9]:this.p6.qd=this.qg;break;case n.$$p[7]:this.p6.qz=this.qw;break;case n.$$p[8]:this.p6.qi=this.qh;break;case n.$$p[10]:this.p6.sy=this.qi}},n.$t=r.markType(n,"GeographicMarkerSeries",h.$),n.$$p=r.markDep(r.DependencyProperty,r.PropertyMetadata,n,"raisePropertyChanged",["ActualMarkerBrush:q8:qx",[r.Brush.$],"ActualMarkerOutline:q9:qy",[r.Brush.$],"ActualMarkerTemplate:qv:qz",[r.DataTemplate.$,null],"MarkerBrush:ra:q0",[r.Brush.$],"MarkerFillMode:qe:q1",[i.MarkerFillMode_$type,r.enumGetBox(i.MarkerFillMode_$type,0)],"MarkerOutlineMode:qf:q2",[i.MarkerOutlineMode_$type,r.enumGetBox(i.MarkerOutlineMode_$type,0)],"MarkerOutline:rb:q3",[r.Brush.$],"MarkerTemplate:qw:q4",[r.DataTemplate.$,null],"MarkerThickness:qh:q5",[1,r.DeviceUtils.g(2)],"MarkerType:qg:q6",[i.MarkerType_$type,r.enumGetBox(i.MarkerType_$type,i.Defaults.e)],"MaximumMarkers:qi:q7",[1,400]]),n}(h),fe=function(e){function i(t){var i=e.call(this,t)||this;return i.ce=null,i.ce=t,i}return t.__extends(i,e),i.prototype.as=function(){e.prototype.as.call(this),this.q},i.prototype.b2=function(){e.prototype.b2.call(this);var t=this.ce.p6;t.te=this.ce.r5,t.tm=this.ce.r3,t.qd=this.ce.qg,t.qz=this.ce.qw,t.qi=this.ce.qh,t.vh=this.ce.rp,t.v7=this.ce.sa,t.u7=this.ce.rh,t.vx=this.ce.r1,t.vs=this.ce.rt,t.u4=this.ce.re,t.vf=this.ce.rl,t.vg=this.ce.ro,t.vm=this.ce.rr,t.vl=this.ce.rq},i.prototype.cn=function(){this.ce.p6.te=this.ce.r5},i.prototype.cm=function(){this.ce.p6.tm=this.ce.r3},i.prototype.cs=function(){this.ce.p6.qd=this.ce.qg},i.prototype.cq=function(){this.ce.p6.qz=this.ce.qw},i.prototype.cr=function(){this.ce.p6.qi=this.ce.qh},i.prototype.ct=function(){this.ce.p6.sy=this.ce.qi},i.prototype.cv=function(){this.ce.p6.xAxis=this.ce.cd.s2},i.prototype.cw=function(){this.ce.p6.yAxis=this.ce.cd.s4},i.prototype.cu=function(){var e=this.ce.p6;if(null==this.ce.cd)return e.xAxis=null,void(e.yAxis=null);e.xAxis=this.ce.cd.s2,e.yAxis=this.ce.cd.s4},i.prototype.co=function(){this.ce.p6.rf=this.ce.ra},i.prototype.cp=function(){this.ce.p6.rg=this.ce.rb},i.prototype.cx=function(){this.ce.p6.v7=this.ce.sa},i.prototype.cy=function(){this.ce.p6.u7=this.ce.rh,this.ce.p6.vh=this.ce.rp},i.prototype.ci=function(){this.ce.p6.vx=this.ce.r1},i.prototype.cg=function(){this.ce.p6.u4=this.ce.re,this.ce.p6.vf=this.ce.rl,this.ce.p6.vg=this.ce.ro,this.ce.p6.vm=this.ce.rr,this.ce.p6.vl=this.ce.rq},i.prototype.cf=function(){this.ce.p6.vs=this.ce.rt},i.prototype.cz=function(){this.ce.p6.vh=this.ce.rp},i.prototype.ch=function(){this.ce.p6.vf=this.ce.rl},i.prototype.cl=function(){this.ce.p6.vg=this.ce.ro},i.prototype.ck=function(){this.ce.p6.vm=this.ce.rr},i.prototype.cj=function(){this.ce.p6.vl=this.ce.rq},i.$t=r.markType(i,"GeographicProportionalSymbolSeriesView",g.$),i}(g),ye=function(e){function n(){var t=e.call(this)||this;return t.rf=null,t.rk=!1,t.rj=!1,t.assigningScatterStyle=null,t.assigningScatterMarkerStyle=null,t.ab=n.$,t}return t.__extends(n,e),n.prototype.get_c4=function(){return!0},n.prototype.bx=function(){return new fe(this)},n.prototype.lz=function(t){e.prototype.lz.call(this,t),this.ri=t},n.prototype.gv=function(){return.7},n.prototype.p5=function(){return new i.BubbleSeries},n.prototype.get_dx=function(){return!0},n.prototype.l4=function(t,i,o,s){switch(e.prototype.l4.call(this,t,i,o,s),i){case"SeriesViewer":this.ri.cu();break;case n.$$p[9]:this.ri.cn();break;case n.$$p[8]:this.ri.cm();break;case"XAxis":this.ri.cv();break;case"YAxis":this.ri.cw();break;case n.$$p[13]:this.ri.cx();break;case n.$$p[14]:this.ri.cy();break;case n.$$p[15]:this.ri.cz();break;case n.$$p[7]:this.ri.ci();break;case n.$$p[0]:this.ri.cf();break;case n.$$p[1]:this.ri.cg();break;case n.$$p[2]:this.ri.ch();break;case n.$$p[12]:this.ri.cl();break;case n.$$p[11]:this.ri.ck();break;case n.$$p[10]:this.ri.cj();break;case n.$$p[4]:if(this.p6.sk=this.rn,this.rk=this.rn,this.rn){var a=this.p6;a.assigningScatterStyle=r.delegateCombine(a.assigningScatterStyle,r.runOn(this,this.sf))}else{var l=this.p6;l.assigningScatterStyle=r.delegateRemove(l.assigningScatterStyle,r.runOn(this,this.sf))}break;case n.$$p[3]:if(this.p6.sj=this.rm,this.rj=this.rm,this.rn){var u=this.p6;u.assigningScatterMarkerStyle=r.delegateCombine(u.assigningScatterMarkerStyle,r.runOn(this,this.se))}else{var c=this.p6;c.assigningScatterMarkerStyle=r.delegateRemove(c.assigningScatterMarkerStyle,r.runOn(this,this.se))}break;case n.$$p[5]:this.p6.r9=this.rg;break;case n.$$p[6]:this.p6.sx=this.rs}},n.prototype.sf=function(e,t){null!=this.assigningScatterStyle&&this.assigningScatterStyle(this,t)},n.prototype.se=function(e,t){null!=this.assigningScatterMarkerStyle&&this.assigningScatterMarkerStyle(this,t)},n.$t=r.markType(n,"GeographicProportionalSymbolSeries",ge.$),n.$$p=r.markDep(r.DependencyProperty,r.PropertyMetadata,n,"raisePropertyChanged",["FillMemberPath:rt:sg",[2],"FillScale:re:sh",[i.BrushScale.$],"FillScaleUseGlobalValues:rl:si",[0,!1],"IsCustomScatterMarkerStyleAllowed:rm:sj",[0,!1],"IsCustomScatterStyleAllowed:rn:sk",[0,!1],"ItemSearchMode:rg:sl",[i.ScatterItemSearchMode_$type,r.enumGetBox(i.ScatterItemSearchMode_$type,0)],"ItemSearchThreshold:rs:sm",[1,1e4],"LabelMemberPath:r1:sn",[2],"LatitudeMemberPath:r3:so",[2,null],"LongitudeMemberPath:r5:sp",[2,null],"MarkerBrushBrightness:rq:sq",[1,NaN],"MarkerOutlineBrightness:rr:sr",[1,NaN],"MarkerOutlineUsesFillScale:ro:ss",[0,!1],"RadiusMemberPath:sa:st",[2,null],"RadiusScale:rh:su",[i.SizeScale.$],"RadiusScaleUseGlobalValues:rp:sv",[0,!1]]),n}(ge),de=function(e){function n(){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(n,e),n.prototype.createImplementation=function(){return new ye},Object.defineProperty(n.prototype,"i",{get:function(){return this._implementation},enumerable:!0,configurable:!0}),n.prototype.connectedCallback=function(){e.prototype.connectedCallback&&e.prototype.connectedCallback.call(this),this._attached||(this._attached=!0,this._flushQueuedAttributes())},Object.defineProperty(n,"observedAttributes",{get:function(){if(null==n._observedAttributesIgcGeographicProportionalSymbolSeriesComponent){for(var e=r.getAllPropertyNames(n),t=0;t<e.length;t++)e[t]=r.toSpinal(e[t]);n._observedAttributesIgcGeographicProportionalSymbolSeriesComponent=e}return n._observedAttributesIgcGeographicProportionalSymbolSeriesComponent},enumerable:!0,configurable:!0}),n.register=function(){n._isElementRegistered||(n._isElementRegistered=!0,r.RegisterElementHelper.registerElement(n.htmlTagName,n))},Object.defineProperty(n.prototype,"hasOnlyMarkers",{get:function(){return this.i.c4},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"latitudeMemberPath",{get:function(){return this.i.r3},set:function(e){this.i.r3=e},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"longitudeMemberPath",{get:function(){return this.i.r5},set:function(e){this.i.r5=e},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"radiusMemberPath",{get:function(){return this.i.sa},set:function(e){this.i.sa=e},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"radiusScale",{get:function(){if(null==this.i.rh)return null;if(!this.i.rh.externalObject){var e=i.IgcSizeScaleComponent._createFromInternal(this.i.rh);e&&(e._implementation=this.i.rh),this.i.rh.externalObject=e}return this.i.rh.externalObject},set:function(e){null!=e&&this._stylingContainer&&e._styling&&e._styling(this._stylingContainer,this,this),this.i.rh=null==e?null:e.i},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"labelMemberPath",{get:function(){return this.i.r1},set:function(e){this.i.r1=e},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"fillMemberPath",{get:function(){return this.i.rt},set:function(e){this.i.rt=e},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"fillScale",{get:function(){if(null==this.i.re)return null;if(!this.i.re.externalObject){var e=i.IgcBrushScaleComponent._createFromInternal(this.i.re);e&&(e._implementation=this.i.re),this.i.re.externalObject=e}return this.i.re.externalObject},set:function(e){null!=e&&this._stylingContainer&&e._styling&&e._styling(this._stylingContainer,this,this),this.i.re=null==e?null:e.i},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"fillScaleUseGlobalValues",{get:function(){return this.i.rl},set:function(e){this.i.rl=r.ensureBool(e),this._a("fillScaleUseGlobalValues",this.i.rl)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"markerOutlineUsesFillScale",{get:function(){return this.i.ro},set:function(e){this.i.ro=r.ensureBool(e),this._a("markerOutlineUsesFillScale",this.i.ro)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"markerOutlineBrightness",{get:function(){return this.i.rr},set:function(e){this.i.rr=+e,this._a("markerOutlineBrightness",this.i.rr)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"markerBrushBrightness",{get:function(){return this.i.rq},set:function(e){this.i.rq=+e,this._a("markerBrushBrightness",this.i.rq)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"radiusScaleUseGlobalValues",{get:function(){return this.i.rp},set:function(e){this.i.rp=r.ensureBool(e),this._a("radiusScaleUseGlobalValues",this.i.rp)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"isCustomScatterStyleAllowed",{get:function(){return this.i.rn},set:function(e){this.i.rn=r.ensureBool(e),this._a("isCustomScatterStyleAllowed",this.i.rn)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"isCustomScatterMarkerStyleAllowed",{get:function(){return this.i.rm},set:function(e){this.i.rm=r.ensureBool(e),this._a("isCustomScatterMarkerStyleAllowed",this.i.rm)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"itemSearchMode",{get:function(){return this.i.rg},set:function(e){this.i.rg=r.ensureEnum(i.ScatterItemSearchMode_$type,e),this._a("itemSearchMode",r.enumToString(i.ScatterItemSearchMode_$type,this.i.rg))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"itemSearchThreshold",{get:function(){return this.i.rs},set:function(e){this.i.rs=+e,this._a("itemSearchThreshold",this.i.rs)},enumerable:!0,configurable:!0}),n.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)},n.prototype._styling=function(t,i,r){e.prototype._styling.call(this,t,i,r),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(n.prototype,"assigningScatterStyle",{get:function(){return this._assigningScatterStyle},set:function(e){var t=this;null!==this._assigningScatterStyle_wrapped&&(this.i.assigningScatterStyle=r.delegateRemove(this.i.assigningScatterStyle,this._assigningScatterStyle_wrapped),this._assigningScatterStyle_wrapped=null,this._assigningScatterStyle=null),this._assigningScatterStyle=e,this._assigningScatterStyle_wrapped=function(e,r){var n=new i.IgcAssigningScatterStyleEventArgs;n._provideImplementation(r),t.beforeAssigningScatterStyle&&t.beforeAssigningScatterStyle(t,n),t._assigningScatterStyle&&t._assigningScatterStyle(t,n)},this.i.assigningScatterStyle=r.delegateCombine(this.i.assigningScatterStyle,this._assigningScatterStyle_wrapped)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"assigningScatterMarkerStyle",{get:function(){return this._assigningScatterMarkerStyle},set:function(e){var t=this;null!==this._assigningScatterMarkerStyle_wrapped&&(this.i.assigningScatterMarkerStyle=r.delegateRemove(this.i.assigningScatterMarkerStyle,this._assigningScatterMarkerStyle_wrapped),this._assigningScatterMarkerStyle_wrapped=null,this._assigningScatterMarkerStyle=null),this._assigningScatterMarkerStyle=e,this._assigningScatterMarkerStyle_wrapped=function(e,r){var n=new i.IgcAssigningScatterMarkerStyleEventArgs;n._provideImplementation(r),t.beforeAssigningScatterMarkerStyle&&t.beforeAssigningScatterMarkerStyle(t,n),t._assigningScatterMarkerStyle&&t._assigningScatterMarkerStyle(t,n)},this.i.assigningScatterMarkerStyle=r.delegateCombine(this.i.assigningScatterMarkerStyle,this._assigningScatterMarkerStyle_wrapped)},enumerable:!0,configurable:!0}),n._observedAttributesIgcGeographicProportionalSymbolSeriesComponent=null,n.htmlTagName="igc-geographic-proportional-symbol-series",n._isElementRegistered=!1,n}(he),me=function(){function e(){}return e.register=function(){i.IgcBubbleSeriesModule.register(),de.register(),r.TypeRegistrar.registerCons("IgcGeographicProportionalSymbolSeriesComponent",de),r.TypeRegistrar.register("GeographicProportionalSymbolSeries",ye.$type)},e}(),be=function(e){function i(t){var i=e.call(this,t)||this;return i.ce=null,i.ce=t,i}return t.__extends(i,e),i.prototype.as=function(){e.prototype.as.call(this),this.q},i.prototype.b2=function(){var t=this.ce.p6;e.prototype.b2.call(this),t.te=this.ce.ru,t.tm=this.ce.rs,t.qd=this.ce.qg,t.qz=this.ce.qw,t.qi=this.ce.qh},i.prototype.cg=function(){this.ce.p6.te=this.ce.ru},i.prototype.cf=function(){this.ce.p6.tm=this.ce.rs},i.prototype.cm=function(){this.ce.p6.qd=this.ce.qg},i.prototype.ck=function(){this.ce.p6.qz=this.ce.qw},i.prototype.cl=function(){this.ce.p6.qi=this.ce.qh},i.prototype.cn=function(){this.ce.p6.sy=this.ce.qi},i.prototype.cp=function(){this.ce.p6.xAxis=this.ce.cd.s2},i.prototype.cq=function(){this.ce.p6.yAxis=this.ce.cd.s4},i.prototype.co=function(){var e=this.ce.p6;if(null==this.ce.cd)return e.xAxis=null,void(e.yAxis=null);e.xAxis=this.ce.cd.s2,e.yAxis=this.ce.cd.s4},i.prototype.ci=function(){this.ce.p6.rp=this.ce.re},i.prototype.ch=function(){this.ce.p6.rf=this.ce.ra},i.prototype.cj=function(){this.ce.p6.rg=this.ce.rb},i.$t=r.markType(i,"GeographicSymbolSeriesView",g.$),i}(g),Se=function(e){function n(){var t=e.call(this)||this;return t.rg=null,t.rj=!1,t.ri=!1,t.assigningScatterStyle=null,t.assigningScatterMarkerStyle=null,t.ab=n.$,t}return t.__extends(n,e),n.prototype.get_c4=function(){return!0},n.prototype.bx=function(){return new be(this)},n.prototype.lz=function(t){e.prototype.lz.call(this,t),this.rh=t},n.prototype.gv=function(){return.7},n.prototype.p5=function(){return new i.ScatterSeries},n.prototype.get_dx=function(){return!0},n.prototype.l4=function(t,i,o,s){switch(e.prototype.l4.call(this,t,i,o,s),i){case"SeriesViewer":this.rh.co();break;case n.$$p[5]:this.rh.cg();break;case n.$$p[4]:this.rh.cf();break;case n.$$p[6]:this.rh.ci();break;case"XAxis":this.rh.cp();break;case"YAxis":this.rh.cq();break;case n.$$p[1]:if(this.p6.sk=this.rl,this.rj=this.rl,this.rl){var a=this.p6;a.assigningScatterStyle=r.delegateCombine(a.assigningScatterStyle,r.runOn(this,this.rz))}else{var l=this.p6;l.assigningScatterStyle=r.delegateRemove(l.assigningScatterStyle,r.runOn(this,this.rz))}break;case n.$$p[0]:if(this.p6.sj=this.rk,this.ri=this.rk,this.rl){var u=this.p6;u.assigningScatterMarkerStyle=r.delegateCombine(u.assigningScatterMarkerStyle,r.runOn(this,this.ry))}else{var c=this.p6;c.assigningScatterMarkerStyle=r.delegateRemove(c.assigningScatterMarkerStyle,r.runOn(this,this.ry))}break;case n.$$p[2]:this.p6.r9=this.rf;break;case n.$$p[3]:this.p6.sx=this.rn}},n.prototype.rz=function(e,t){null!=this.assigningScatterStyle&&this.assigningScatterStyle(this,t)},n.prototype.ry=function(e,t){null!=this.assigningScatterMarkerStyle&&this.assigningScatterMarkerStyle(this,t)},n.$t=r.markType(n,"GeographicSymbolSeries",ge.$),n.$$p=r.markDep(r.DependencyProperty,r.PropertyMetadata,n,"raisePropertyChanged",["IsCustomScatterMarkerStyleAllowed:rk:r0",[0,!1],"IsCustomScatterStyleAllowed:rl:r1",[0,!1],"ItemSearchMode:rf:r2",[i.ScatterItemSearchMode_$type,r.enumGetBox(i.ScatterItemSearchMode_$type,0)],"ItemSearchThreshold:rn:r3",[1,1e4],"LatitudeMemberPath:rs:r4",[2,null],"LongitudeMemberPath:ru:r5",[2,null],"MarkerCollisionAvoidance:re:r6",[i.CollisionAvoidanceType_$type,r.enumGetBox(i.CollisionAvoidanceType_$type,0)],"UseLightweightMarkers:rm:r7",[0,!1]]),n}(ge),_e=function(e){function n(){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(n,e),n.prototype.createImplementation=function(){return new Se},Object.defineProperty(n.prototype,"i",{get:function(){return this._implementation},enumerable:!0,configurable:!0}),n.prototype.connectedCallback=function(){e.prototype.connectedCallback&&e.prototype.connectedCallback.call(this),this._attached||(this._attached=!0,this._flushQueuedAttributes())},Object.defineProperty(n,"observedAttributes",{get:function(){if(null==n._observedAttributesIgcGeographicSymbolSeriesComponent){for(var e=r.getAllPropertyNames(n),t=0;t<e.length;t++)e[t]=r.toSpinal(e[t]);n._observedAttributesIgcGeographicSymbolSeriesComponent=e}return n._observedAttributesIgcGeographicSymbolSeriesComponent},enumerable:!0,configurable:!0}),n.register=function(){n._isElementRegistered||(n._isElementRegistered=!0,r.RegisterElementHelper.registerElement(n.htmlTagName,n))},Object.defineProperty(n.prototype,"hasOnlyMarkers",{get:function(){return this.i.c4},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"latitudeMemberPath",{get:function(){return this.i.rs},set:function(e){this.i.rs=e},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"longitudeMemberPath",{get:function(){return this.i.ru},set:function(e){this.i.ru=e},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"markerCollisionAvoidance",{get:function(){return this.i.re},set:function(e){this.i.re=r.ensureEnum(i.CollisionAvoidanceType_$type,e),this._a("markerCollisionAvoidance",r.enumToString(i.CollisionAvoidanceType_$type,this.i.re))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"isCustomScatterStyleAllowed",{get:function(){return this.i.rl},set:function(e){this.i.rl=r.ensureBool(e),this._a("isCustomScatterStyleAllowed",this.i.rl)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"isCustomScatterMarkerStyleAllowed",{get:function(){return this.i.rk},set:function(e){this.i.rk=r.ensureBool(e),this._a("isCustomScatterMarkerStyleAllowed",this.i.rk)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"itemSearchMode",{get:function(){return this.i.rf},set:function(e){this.i.rf=r.ensureEnum(i.ScatterItemSearchMode_$type,e),this._a("itemSearchMode",r.enumToString(i.ScatterItemSearchMode_$type,this.i.rf))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"itemSearchThreshold",{get:function(){return this.i.rn},set:function(e){this.i.rn=+e,this._a("itemSearchThreshold",this.i.rn)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"assigningScatterStyle",{get:function(){return this._assigningScatterStyle},set:function(e){var t=this;null!==this._assigningScatterStyle_wrapped&&(this.i.assigningScatterStyle=r.delegateRemove(this.i.assigningScatterStyle,this._assigningScatterStyle_wrapped),this._assigningScatterStyle_wrapped=null,this._assigningScatterStyle=null),this._assigningScatterStyle=e,this._assigningScatterStyle_wrapped=function(e,r){var n=new i.IgcAssigningScatterStyleEventArgs;n._provideImplementation(r),t.beforeAssigningScatterStyle&&t.beforeAssigningScatterStyle(t,n),t._assigningScatterStyle&&t._assigningScatterStyle(t,n)},this.i.assigningScatterStyle=r.delegateCombine(this.i.assigningScatterStyle,this._assigningScatterStyle_wrapped)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"assigningScatterMarkerStyle",{get:function(){return this._assigningScatterMarkerStyle},set:function(e){var t=this;null!==this._assigningScatterMarkerStyle_wrapped&&(this.i.assigningScatterMarkerStyle=r.delegateRemove(this.i.assigningScatterMarkerStyle,this._assigningScatterMarkerStyle_wrapped),this._assigningScatterMarkerStyle_wrapped=null,this._assigningScatterMarkerStyle=null),this._assigningScatterMarkerStyle=e,this._assigningScatterMarkerStyle_wrapped=function(e,r){var n=new i.IgcAssigningScatterMarkerStyleEventArgs;n._provideImplementation(r),t.beforeAssigningScatterMarkerStyle&&t.beforeAssigningScatterMarkerStyle(t,n),t._assigningScatterMarkerStyle&&t._assigningScatterMarkerStyle(t,n)},this.i.assigningScatterMarkerStyle=r.delegateCombine(this.i.assigningScatterMarkerStyle,this._assigningScatterMarkerStyle_wrapped)},enumerable:!0,configurable:!0}),n._observedAttributesIgcGeographicSymbolSeriesComponent=null,n.htmlTagName="igc-geographic-symbol-series",n._isElementRegistered=!1,n}(he),ve=function(){function e(){}return e.register=function(){i.IgcScatterSeriesModule.register(),_e.register(),r.TypeRegistrar.registerCons("IgcGeographicSymbolSeriesComponent",_e),r.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:!0,configurable:!0}),Object.defineProperty(i,"observedAttributes",{get:function(){if(null==i._observedAttributesIgcGeographicXYTriangulatingSeriesComponent){for(var e=r.getAllPropertyNames(i),t=0;t<e.length;t++)e[t]=r.toSpinal(e[t]);i._observedAttributesIgcGeographicXYTriangulatingSeriesComponent=e}return i._observedAttributesIgcGeographicXYTriangulatingSeriesComponent},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"triangulationDataSource",{get:function(){return this._triangulationDataSource},set:function(e){this._triangulationDataSource=e,this.updateTriangulationDataSource()},enumerable:!0,configurable:!0}),i.prototype.updateTriangulationDataSource=function(){null==this._cachedTriangulationDataSource&&(this._cachedTriangulationDataSource=new r.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.qi},set:function(e){this.i.qi=e},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"latitudeMemberPath",{get:function(){return this.i.qg},set:function(e){this.i.qg=e},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"trianglesSource",{get:function(){return this.i.qf},set:function(e){this.i.qf=e},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"triangleVertexMemberPath1",{get:function(){return this.i.ql},set:function(e){this.i.ql=e},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"triangleVertexMemberPath2",{get:function(){return this.i.qn},set:function(e){this.i.qn=e},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"triangleVertexMemberPath3",{get:function(){return this.i.qp},set:function(e){this.i.qp=e},enumerable:!0,configurable:!0}),i._observedAttributesIgcGeographicXYTriangulatingSeriesComponent=null,i}(L),Ce=function(e){function n(){var t=e.call(this)||this;return t._triangulationStatusChanged=null,t._triangulationStatusChanged_wrapped=null,t}return t.__extends(n,e),n.prototype.createImplementation=function(){return new k},Object.defineProperty(n.prototype,"i",{get:function(){return this._implementation},enumerable:!0,configurable:!0}),n.prototype.connectedCallback=function(){e.prototype.connectedCallback&&e.prototype.connectedCallback.call(this),this._attached||(this._attached=!0,this._flushQueuedAttributes())},Object.defineProperty(n,"observedAttributes",{get:function(){if(null==n._observedAttributesIgcGeographicScatterAreaSeriesComponent){for(var e=r.getAllPropertyNames(n),t=0;t<e.length;t++)e[t]=r.toSpinal(e[t]);n._observedAttributesIgcGeographicScatterAreaSeriesComponent=e}return n._observedAttributesIgcGeographicScatterAreaSeriesComponent},enumerable:!0,configurable:!0}),n.register=function(){n._isElementRegistered||(n._isElementRegistered=!0,r.RegisterElementHelper.registerElement(n.htmlTagName,n))},Object.defineProperty(n.prototype,"isArea",{get:function(){return this.i.dd},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"colorMemberPath",{get:function(){return this.i.q4},set:function(e){this.i.q4=e},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"colorScale",{get:function(){if(null==this.i.qz)return null;if(!this.i.qz.externalObject){var e=i.IgcColorScaleComponent._createFromInternal(this.i.qz);e&&(e._implementation=this.i.qz),this.i.qz.externalObject=e}return this.i.qz.externalObject},set:function(e){null!=e&&this._stylingContainer&&e._styling&&e._styling(this._stylingContainer,this,this),this.i.qz=null==e?null:e.i},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"actualColorScale",{get:function(){if(null==this.i.qy)return null;if(!this.i.qy.externalObject){var e=i.IgcColorScaleComponent._createFromInternal(this.i.qy);e&&(e._implementation=this.i.qy),this.i.qy.externalObject=e}return this.i.qy.externalObject},set:function(e){null!=e&&this._stylingContainer&&e._styling&&e._styling(this._stylingContainer,this,this),this.i.qy=null==e?null:e.i},enumerable:!0,configurable:!0}),n.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)},n.prototype._styling=function(t,i,r){e.prototype._styling.call(this,t,i,r),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},n.prototype.updateActualColorScale=function(){this.i.q9()},Object.defineProperty(n.prototype,"triangulationStatusChanged",{get:function(){return this._triangulationStatusChanged},set:function(e){var t=this;null!==this._triangulationStatusChanged_wrapped&&(this.i.triangulationStatusChanged=r.delegateRemove(this.i.triangulationStatusChanged,this._triangulationStatusChanged_wrapped),this._triangulationStatusChanged_wrapped=null,this._triangulationStatusChanged=null),this._triangulationStatusChanged=e,this._triangulationStatusChanged_wrapped=function(e,i){var n=new r.IgcTriangulationStatusEventArgs;n._provideImplementation(i),t.beforeTriangulationStatusChanged&&t.beforeTriangulationStatusChanged(t,n),t._triangulationStatusChanged&&t._triangulationStatusChanged(t,n)},this.i.triangulationStatusChanged=r.delegateCombine(this.i.triangulationStatusChanged,this._triangulationStatusChanged_wrapped)},enumerable:!0,configurable:!0}),n._observedAttributesIgcGeographicScatterAreaSeriesComponent=null,n.htmlTagName="igc-geographic-scatter-area-series",n._isElementRegistered=!1,n}(ke),we=function(){function e(){}return e.register=function(){i.IgcScatterAreaSeriesModule.register(),Ce.register(),r.TypeRegistrar.registerCons("IgcGeographicScatterAreaSeriesComponent",Ce),r.TypeRegistrar.register("GeographicScatterAreaSeries",k.$type)},e}(),Pe=function(e){function n(t){var i=e.call(this,t)||this;return i.ce=null,i.ce=t,i}return t.__extends(n,e),n.prototype.b2=function(){e.prototype.b2.call(this);var t=r.typeCast(i.HighDensityScatterSeries.$,this.ce.p6);t.se=this.ce.qv,t.sm=this.ce.qt,t.qr=this.ce.qi,t.qq=this.ce.qh,t.el=this.ce.qg,t.rm=this.ce.qk,t.rl=this.ce.qj,t.tk=this.ce.re,t.tj=this.ce.rd,t.ry=this.ce.qn},n.prototype.ck=function(){this.ce.p6.se=this.ce.qv},n.prototype.cj=function(){this.ce.p6.sm=this.ce.qt},n.prototype.cp=function(){this.ce.p6.qr=this.ce.qi},n.prototype.cn=function(){this.ce.p6.qq=this.ce.qh},n.prototype.cl=function(){this.ce.p6.el=this.ce.qg},n.prototype.ci=function(){this.ce.p6.rm=this.ce.qk},n.prototype.cg=function(){this.ce.p6.rl=this.ce.qj},n.prototype.co=function(){var e=r.typeCast(i.HighDensityScatterSeries.$,this.ce.p6);if(null==this.ce.cd)return e.qb=null,void(e.qd=null);e.qb=this.ce.cd.s2,e.qd=this.ce.cd.s4},n.prototype.cq=function(){this.ce.p6.qb=this.ce.cd.s2},n.prototype.cr=function(){this.ce.p6.qd=this.ce.cd.s4},n.prototype.ch=function(){this.ce.p6.tk=this.ce.re},n.prototype.cf=function(){this.ce.p6.tj=this.ce.rd},n.prototype.cm=function(){this.ce.p6.ry=this.ce.qn},n.prototype.as=function(){e.prototype.as.call(this),this.q||(this.ce.re=i.Defaults.aq,this.ce.rd=i.Defaults.ap,this.ce.o3=i.Defaults.al,this.ce.o8=i.Defaults.ak)},n.$t=r.markType(n,"GeographicHighDensityScatterSeriesView",g.$),n}(g),qe=function(e){function n(){var t=e.call(this)||this;return t.qe=null,t.progressiveLoadStatusChanged=null,t.qm=0,t.ab=n.$,t}return t.__extends(n,e),n.prototype.gu=function(){return r.isNaN_(this.gt)?i.Defaults.q:e.prototype.gu.call(this)},n.prototype.get_d5=function(){return!0},n.prototype.bx=function(){return new Pe(this)},n.prototype.lz=function(t){e.prototype.lz.call(this,t),this.qf=t},n.prototype.p5=function(){return this.qe=new i.HighDensityScatterSeries,this.qe},Object.defineProperty(n.prototype,"qo",{get:function(){return this.qm},set:function(e){var t=this.qm;this.qm=e,this.raisePropertyChanged("ProgressiveStatus",t,this.qm)},enumerable:!0,configurable:!0}),n.prototype.qb=function(){e.prototype.qb.call(this);var t=this.p6;t.progressiveLoadStatusChanged=r.delegateCombine(t.progressiveLoadStatusChanged,r.runOn(this,this.q2));var i=this.p6;i.propertyUpdated=r.delegateCombine(i.propertyUpdated,r.runOn(this,this.q1))},n.prototype.q2=function(e,t){this.qo=t.currentStatus,null!=this.progressiveLoadStatusChanged&&this.progressiveLoadStatusChanged(this,t)},n.prototype.q1=function(e,t){this.qe},n.prototype.l4=function(t,i,r,o){switch(e.prototype.l4.call(this,t,i,r,o),i){case"SeriesViewer":this.qf.co();break;case n.$$p[5]:this.qf.ck();break;case n.$$p[4]:this.qf.cj();break;case n.$$p[9]:this.qf.cp();break;case n.$$p[8]:this.qf.cn();break;case n.$$p[6]:this.qf.cl();break;case"XAxis":this.qf.cq();break;case"YAxis":this.qf.cr();break;case n.$$p[3]:this.qf.ci();break;case n.$$p[1]:this.qf.cg();break;case n.$$p[2]:this.qf.ch();break;case n.$$p[0]:this.qf.cf();break;case n.$$p[7]:this.qf.cm()}},n.prototype.get_e3=function(){return!0},n.prototype.set_e3=function(t){e.prototype.set_e3.call(this,t)},n.$t=r.markType(n,"GeographicHighDensityScatterSeries",h.$),n.$$p=r.markDep(r.DependencyProperty,r.PropertyMetadata,n,"raisePropertyChanged",["HeatMaximumColor:rd:q3",[r.Color.$,i.Defaults.ap],"HeatMaximum:qj:q4",[1,50],"HeatMinimumColor:re:q5",[r.Color.$,i.Defaults.aq],"HeatMinimum:qk:q6",[1,0],"LatitudeMemberPath:qt:q7",[2,null],"LongitudeMemberPath:qv:q8",[2,null],"MouseOverEnabled:qg:q9",[0,!1],"PointExtent:qn:ra",[1,1],"ProgressiveLoad:qh:rb",[0,!0],"UseBruteForce:qi:rc",[0,!1]]),n}(h),Me=function(e){function n(){var t=e.call(this)||this;return t._progressiveLoadStatusChanged=null,t._progressiveLoadStatusChanged_wrapped=null,t}return t.__extends(n,e),n.prototype.createImplementation=function(){return new qe},Object.defineProperty(n.prototype,"i",{get:function(){return this._implementation},enumerable:!0,configurable:!0}),n.prototype.connectedCallback=function(){e.prototype.connectedCallback&&e.prototype.connectedCallback.call(this),this._attached||(this._attached=!0,this._flushQueuedAttributes())},Object.defineProperty(n,"observedAttributes",{get:function(){if(null==n._observedAttributesIgcGeographicHighDensityScatterSeriesComponent){for(var e=r.getAllPropertyNames(n),t=0;t<e.length;t++)e[t]=r.toSpinal(e[t]);n._observedAttributesIgcGeographicHighDensityScatterSeriesComponent=e}return n._observedAttributesIgcGeographicHighDensityScatterSeriesComponent},enumerable:!0,configurable:!0}),n.register=function(){n._isElementRegistered||(n._isElementRegistered=!0,r.RegisterElementHelper.registerElement(n.htmlTagName,n))},Object.defineProperty(n.prototype,"isPixel",{get:function(){return this.i.d5},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"latitudeMemberPath",{get:function(){return this.i.qt},set:function(e){this.i.qt=e},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"longitudeMemberPath",{get:function(){return this.i.qv},set:function(e){this.i.qv=e},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"useBruteForce",{get:function(){return this.i.qi},set:function(e){this.i.qi=r.ensureBool(e),this._a("useBruteForce",this.i.qi)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"progressiveLoad",{get:function(){return this.i.qh},set:function(e){this.i.qh=r.ensureBool(e),this._a("progressiveLoad",this.i.qh)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"mouseOverEnabled",{get:function(){return this.i.qg},set:function(e){this.i.qg=r.ensureBool(e),this._a("mouseOverEnabled",this.i.qg)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"heatMinimum",{get:function(){return this.i.qk},set:function(e){this.i.qk=+e,this._a("heatMinimum",this.i.qk)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"heatMaximum",{get:function(){return this.i.qj},set:function(e){this.i.qj=+e,this._a("heatMaximum",this.i.qj)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"heatMinimumColor",{get:function(){return r.colorToString(this.i.re)},set:function(e){this.i.re=r.stringToColor(e),this._a("heatMinimumColor",r.colorToString(this.i.re))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"heatMaximumColor",{get:function(){return r.colorToString(this.i.rd)},set:function(e){this.i.rd=r.stringToColor(e),this._a("heatMaximumColor",r.colorToString(this.i.rd))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"pointExtent",{get:function(){return this.i.qn},set:function(e){this.i.qn=+e,this._a("pointExtent",this.i.qn)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"progressiveStatus",{get:function(){return this.i.qo},set:function(e){this.i.qo=+e,this._a("progressiveStatus",this.i.qo)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"progressiveLoadStatusChanged",{get:function(){return this._progressiveLoadStatusChanged},set:function(e){var t=this;null!==this._progressiveLoadStatusChanged_wrapped&&(this.i.progressiveLoadStatusChanged=r.delegateRemove(this.i.progressiveLoadStatusChanged,this._progressiveLoadStatusChanged_wrapped),this._progressiveLoadStatusChanged_wrapped=null,this._progressiveLoadStatusChanged=null),this._progressiveLoadStatusChanged=e,this._progressiveLoadStatusChanged_wrapped=function(e,r){var n=new i.IgcProgressiveLoadStatusEventArgs;n._provideImplementation(r),t.beforeProgressiveLoadStatusChanged&&t.beforeProgressiveLoadStatusChanged(t,n),t._progressiveLoadStatusChanged&&t._progressiveLoadStatusChanged(t,n)},this.i.progressiveLoadStatusChanged=r.delegateCombine(this.i.progressiveLoadStatusChanged,this._progressiveLoadStatusChanged_wrapped)},enumerable:!0,configurable:!0}),n._observedAttributesIgcGeographicHighDensityScatterSeriesComponent=null,n.htmlTagName="igc-geographic-high-density-scatter-series",n._isElementRegistered=!1,n}(L),Ie=function(){function e(){}return e.register=function(){i.IgcHighDensityScatterSeriesModule.register(),Me.register(),r.TypeRegistrar.registerCons("IgcGeographicHighDensityScatterSeriesComponent",Me),r.TypeRegistrar.register("GeographicHighDensityScatterSeries",qe.$type)},e}(),Te=function(e){function n(t){var i=e.call(this,t)||this;return i.cm=null,i.cm=t,i}return t.__extends(n,e),n.prototype.as=function(){e.prototype.as.call(this),this.q||(this.cm.gz=i.Defaults.m)},n.prototype.b2=function(){e.prototype.b2.call(this),null!=this.cm.p6&&(this.cm.qy.r1=this.cm.q1,this.cm.qy.sb=this.cm.q5)},n.prototype.cn=function(){null!=this.cm.qy&&(this.cm.qy.r1=this.cm.q1)},n.prototype.co=function(){null!=this.cm.qy&&(this.cm.qy.sb=this.cm.q5)},n.$t=r.markType(n,"GeographicContourLineSeriesView",m.$),n}(m),$e=function(e){function n(){var t=e.call(this)||this;return t.triangulationStatusChanged=null,t.ab=n.$,t}return t.__extends(n,e),n.prototype.get_d0=function(){return!0},n.prototype.qb=function(){e.prototype.qb.call(this)},n.prototype.p5=function(){this.qy=new i.ScatterContourSeries;var e=this.qy;e.triangulationStatusChanged=r.delegateCombine(e.triangulationStatusChanged,r.runOn(this,this.q8));var t=this.qy;return t.propertyUpdated=r.delegateCombine(t.propertyUpdated,r.runOn(this,this.q9)),this.qy},n.prototype.q8=function(e,t){null!=this.triangulationStatusChanged&&this.triangulationStatusChanged(this,t)},n.prototype.q9=function(e,t){var n=r.typeCast(i.ScatterContourSeries.$,this.p6);null!=n&&"ActualFillScale"==t.propertyName&&(this.q0=n.r0)},n.prototype.mw=function(){e.prototype.mw.call(this)},n.prototype.bx=function(){return new Te(this)},n.prototype.lz=function(t){e.prototype.lz.call(this,t),this.q2=t},n.prototype.l4=function(t,i,r,o){switch(e.prototype.l4.call(this,t,i,r,o),i){case n.$$p[1]:this.q2.cn();break;case n.$$p[2]:this.q2.co();break;case n.$$p[3]:this.qy.ry=this.qx;break;case"DashArray":this.qy.pc=this.pc;break;case"DashCap":this.qy.pd=this.pd;break;case"MiterLimit":this.qy.gr=this.gr}},n.$t=r.markType(n,"GeographicContourLineSeries",v.$),n.$$p=r.markDep(r.DependencyProperty,r.PropertyMetadata,n,"raisePropertyChanged",["ActualFillScale:q0:ra",[i.ValueBrushScale.$,null],"FillScale:q1:rb",[i.ValueBrushScale.$,null],"ValueMemberPath:q5:rc",[2,"value"],"ValueResolver:qx:rd",[i.ContourValueResolver.$,null]]),n}(v),Oe=function(e){function n(){var t=e.call(this)||this;return t._triangulationStatusChanged=null,t._triangulationStatusChanged_wrapped=null,t}return t.__extends(n,e),n.prototype.createImplementation=function(){return new $e},Object.defineProperty(n.prototype,"i",{get:function(){return this._implementation},enumerable:!0,configurable:!0}),n.prototype.connectedCallback=function(){e.prototype.connectedCallback&&e.prototype.connectedCallback.call(this),this._attached||(this._attached=!0,this._flushQueuedAttributes())},Object.defineProperty(n,"observedAttributes",{get:function(){if(null==n._observedAttributesIgcGeographicContourLineSeriesComponent){for(var e=r.getAllPropertyNames(n),t=0;t<e.length;t++)e[t]=r.toSpinal(e[t]);n._observedAttributesIgcGeographicContourLineSeriesComponent=e}return n._observedAttributesIgcGeographicContourLineSeriesComponent},enumerable:!0,configurable:!0}),n.register=function(){n._isElementRegistered||(n._isElementRegistered=!0,r.RegisterElementHelper.registerElement(n.htmlTagName,n))},Object.defineProperty(n.prototype,"isLineContour",{get:function(){return this.i.d0},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"valueMemberPath",{get:function(){return this.i.q5},set:function(e){this.i.q5=e},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"fillScale",{get:function(){if(null==this.i.q1)return null;if(!this.i.q1.externalObject){var e=i.IgcValueBrushScaleComponent._createFromInternal(this.i.q1);e&&(e._implementation=this.i.q1),this.i.q1.externalObject=e}return this.i.q1.externalObject},set:function(e){null!=e&&this._stylingContainer&&e._styling&&e._styling(this._stylingContainer,this,this),this.i.q1=null==e?null:e.i},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"actualFillScale",{get:function(){if(null==this.i.q0)return null;if(!this.i.q0.externalObject){var e=i.IgcValueBrushScaleComponent._createFromInternal(this.i.q0);e&&(e._implementation=this.i.q0),this.i.q0.externalObject=e}return this.i.q0.externalObject},set:function(e){null!=e&&this._stylingContainer&&e._styling&&e._styling(this._stylingContainer,this,this),this.i.q0=null==e?null:e.i},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"valueResolver",{get:function(){if(null==this.i.qx)return null;if(!this.i.qx.externalObject){var e=i.IgcContourValueResolverComponent._createFromInternal(this.i.qx);e&&(e._implementation=this.i.qx),this.i.qx.externalObject=e}return this.i.qx.externalObject},set:function(e){null!=e&&this._stylingContainer&&e._styling&&e._styling(this._stylingContainer,this,this),this.i.qx=null==e?null:e.i},enumerable:!0,configurable:!0}),n.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)},n.prototype._styling=function(t,i,r){e.prototype._styling.call(this,t,i,r),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(n.prototype,"triangulationStatusChanged",{get:function(){return this._triangulationStatusChanged},set:function(e){var t=this;null!==this._triangulationStatusChanged_wrapped&&(this.i.triangulationStatusChanged=r.delegateRemove(this.i.triangulationStatusChanged,this._triangulationStatusChanged_wrapped),this._triangulationStatusChanged_wrapped=null,this._triangulationStatusChanged=null),this._triangulationStatusChanged=e,this._triangulationStatusChanged_wrapped=function(e,i){var n=new r.IgcTriangulationStatusEventArgs;n._provideImplementation(i),t.beforeTriangulationStatusChanged&&t.beforeTriangulationStatusChanged(t,n),t._triangulationStatusChanged&&t._triangulationStatusChanged(t,n)},this.i.triangulationStatusChanged=r.delegateCombine(this.i.triangulationStatusChanged,this._triangulationStatusChanged_wrapped)},enumerable:!0,configurable:!0}),n._observedAttributesIgcGeographicContourLineSeriesComponent=null,n.htmlTagName="igc-geographic-contour-line-series",n._isElementRegistered=!1,n}(ke),je=function(){function e(){}return e.register=function(){i.IgcScatterContourSeriesModule.register(),Oe.register(),r.TypeRegistrar.registerCons("IgcGeographicContourLineSeriesComponent",Oe),r.TypeRegistrar.register("GeographicContourLineSeries",$e.$type)},e}(),Re=function(){function e(){}return e.register=function(){Q.register(),te.register(),ne.register(),r.IgcHeatTileGeneratorModule.register(),pe.register(),i.IgcSizeScaleModule.register(),i.IgcValueBrushScaleModule.register(),i.IgcCustomPaletteColorScaleModule.register(),me.register(),ve.register(),we.register(),Ie.register(),je.register(),U.register(),r.IgcShapeDataSourceModule.register()},e}(),xe=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:!0,configurable:!0}),Object.defineProperty(i.prototype,"expires",{get:function(){return this._expires},set:function(e){this._expires=e},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"ssl",{get:function(){return this._ssl},set:function(e){this._ssl=e},enumerable:!0,configurable:!0}),i.$t=r.markType(i,"TokenResponseModel"),i}(r.Base),Ae=function(e){function i(){var t=null!==e&&e.apply(this,arguments)||this;return t._name=null,t._tileInfo=null,t}return t.__extends(i,e),Object.defineProperty(i.prototype,"name",{get:function(){return this._name},set:function(e){this._name=e},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"tileInfo",{get:function(){return this._tileInfo},set:function(e){this._tileInfo=e},enumerable:!0,configurable:!0}),i.$t=r.markType(i,"MapServerResponseModel"),i}(r.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:!0,configurable:!0}),i.$t=r.markType(i,"TileInfoResponseModel"),i}(r.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:!0,configurable:!0}),Object.defineProperty(i.prototype,"resolution",{get:function(){return this._resolution},set:function(e){this._resolution=e},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"scale",{get:function(){return this._scale},set:function(e){this._scale=e},enumerable:!0,configurable:!0}),i.$t=r.markType(i,"LevelOfDetailResponseModel"),i}(r.Base),De=function(e){function i(t){var i=e.call(this,t)||this;return i.ce=null,i.ce=t,i}return t.__extends(i,e),i.$t=r.markType(i,"GeographicProportionalSymbolSeriesBaseView",g.$),i}(g),Ee=function(e){function i(t){var i=e.call(this,t)||this;return i.ce=null,i.ce=t,i}return t.__extends(i,e),i.$t=r.markType(i,"GeographicShapeSeriesBaseBaseView",g.$),i}(g),ze=function(e){function i(t){var i=e.call(this,t)||this;return i.ce=null,i.ce=t,i}return t.__extends(i,e),i.$t=r.markType(i,"GeographicSymbolSeriesBaseView",g.$),i}(g),Ne=function(e){function i(t){var i=e.call(this,t)||this;return i.ce=null,i.ce=t,i}return t.__extends(i,e),i.$t=r.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 r.List$1(r.String_$type,0),t}return t.__extends(i,e),i.$t=r.markType(i,"ImageryMetadata"),i}(r.Base),Ue=function(e){function i(){var t=e.call(this)||this;return t.a=null,t.a=new r.List$1(Ve.$,0),t}return t.__extends(i,e),i.$t=r.markType(i,"BingResourceSet"),i}(r.Base),Le=function(e){function i(){var t=e.call(this)||this;return t.a=null,t.a=new r.List$1(Ue.$,0),t}return t.__extends(i,e),i.$t=r.markType(i,"BingResponse"),i}(r.Base),Fe=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(i,e),i.$t=r.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=r.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:!0,configurable:!0}),i.prototype.connectedCallback=function(){e.prototype.connectedCallback&&e.prototype.connectedCallback.call(this),this._attached||(this._attached=!0,this._flushQueuedAttributes())},Object.defineProperty(i,"observedAttributes",{get:function(){if(null==i._observedAttributesIgcGeographicMarkerSeriesBaseComponent){for(var e=r.getAllPropertyNames(i),t=0;t<e.length;t++)e[t]=r.toSpinal(e[t]);i._observedAttributesIgcGeographicMarkerSeriesBaseComponent=e}return i._observedAttributesIgcGeographicMarkerSeriesBaseComponent},enumerable:!0,configurable:!0}),i._observedAttributesIgcGeographicMarkerSeriesBaseComponent=null,i}(he),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:!0,configurable:!0}),i.prototype.connectedCallback=function(){e.prototype.connectedCallback&&e.prototype.connectedCallback.call(this),this._attached||(this._attached=!0,this._flushQueuedAttributes())},Object.defineProperty(i,"observedAttributes",{get:function(){if(null==i._observedAttributesIgcGeographicProportionalSymbolSeriesBaseComponent){for(var e=r.getAllPropertyNames(i),t=0;t<e.length;t++)e[t]=r.toSpinal(e[t]);i._observedAttributesIgcGeographicProportionalSymbolSeriesBaseComponent=e}return i._observedAttributesIgcGeographicProportionalSymbolSeriesBaseComponent},enumerable:!0,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=r.markType(i,"GeographicShapeSeriesBaseBase",h.$),i}(h),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:!0,configurable:!0}),i.prototype.connectedCallback=function(){e.prototype.connectedCallback&&e.prototype.connectedCallback.call(this),this._attached||(this._attached=!0,this._flushQueuedAttributes())},Object.defineProperty(i,"observedAttributes",{get:function(){if(null==i._observedAttributesIgcGeographicShapeSeriesBaseBaseComponent){for(var e=r.getAllPropertyNames(i),t=0;t<e.length;t++)e[t]=r.toSpinal(e[t]);i._observedAttributesIgcGeographicShapeSeriesBaseBaseComponent=e}return i._observedAttributesIgcGeographicShapeSeriesBaseBaseComponent},enumerable:!0,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=r.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:!0,configurable:!0}),i.prototype.connectedCallback=function(){e.prototype.connectedCallback&&e.prototype.connectedCallback.call(this),this._attached||(this._attached=!0,this._flushQueuedAttributes())},Object.defineProperty(i,"observedAttributes",{get:function(){if(null==i._observedAttributesIgcGeographicSymbolSeriesBaseComponent){for(var e=r.getAllPropertyNames(i),t=0;t<e.length;t++)e[t]=r.toSpinal(e[t]);i._observedAttributesIgcGeographicSymbolSeriesBaseComponent=e}return i._observedAttributesIgcGeographicSymbolSeriesBaseComponent},enumerable:!0,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=r.markType(i,"GeographicXYTriangulatingSeriesBase",h.$),i}(h),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:!0,configurable:!0}),i.prototype.connectedCallback=function(){e.prototype.connectedCallback&&e.prototype.connectedCallback.call(this),this._attached||(this._attached=!0,this._flushQueuedAttributes())},Object.defineProperty(i,"observedAttributes",{get:function(){if(null==i._observedAttributesIgcGeographicXYTriangulatingSeriesBaseComponent){for(var e=r.getAllPropertyNames(i),t=0;t<e.length;t++)e[t]=r.toSpinal(e[t]);i._observedAttributesIgcGeographicXYTriangulatingSeriesBaseComponent=e}return i._observedAttributesIgcGeographicXYTriangulatingSeriesBaseComponent},enumerable:!0,configurable:!0}),i._observedAttributesIgcGeographicXYTriangulatingSeriesBaseComponent=null,i}(L);e.ArcGISOnlineMapImagery=z,e.BingMapsImageryStyle=q,e.BingMapsImageryStyle_$type=M,e.BingMapsMapImagery=j,e.BingMapsMapImageryView=O,e.BingResourceSet=Ue,e.BingResponse=Le,e.CustomMapImagery=D,e.GeographicContourLineSeries=$e,e.GeographicContourLineSeriesView=Te,e.GeographicHighDensityScatterSeries=qe,e.GeographicHighDensityScatterSeriesView=Pe,e.GeographicMapImagery=y,e.GeographicMapImageryView=d,e.GeographicMapSeriesHost=h,e.GeographicMarkerSeries=ge,e.GeographicMarkerSeriesBase=Fe,e.GeographicPolylineSeries=J,e.GeographicPolylineSeriesView=K,e.GeographicProportionalSymbolSeries=ye,e.GeographicProportionalSymbolSeriesBase=He,e.GeographicProportionalSymbolSeriesBaseView=De,e.GeographicProportionalSymbolSeriesView=fe,e.GeographicScatterAreaSeries=k,e.GeographicScatterAreaSeriesView=b,e.GeographicShapeSeries=Y,e.GeographicShapeSeriesBase=H,e.GeographicShapeSeriesBaseBase=Ye,e.GeographicShapeSeriesBaseBaseView=Ee,e.GeographicShapeSeriesBaseView=W,e.GeographicShapeSeriesView=X,e.GeographicSymbolSeries=Se,e.GeographicSymbolSeriesBase=Qe,e.GeographicSymbolSeriesBaseView=ze,e.GeographicSymbolSeriesView=be,e.GeographicTileSeries=ue,e.GeographicXYTriangulatingSeries=v,e.GeographicXYTriangulatingSeriesBase=Je,e.GeographicXYTriangulatingSeriesBaseView=Ne,e.GeographicXYTriangulatingSeriesView=m,e.HostSeriesView=g,e.IgcArcGISOnlineMapImagery=N,e.IgcArcGISOnlineMapImageryModule=V,e.IgcBingMapsMapImagery=R,e.IgcBingMapsMapImageryModule=x,e.IgcCustomMapImagery=B,e.IgcCustomMapImageryModule=E,e.IgcGeographicContourLineSeriesComponent=Oe,e.IgcGeographicContourLineSeriesModule=je,e.IgcGeographicHighDensityScatterSeriesComponent=Me,e.IgcGeographicHighDensityScatterSeriesModule=Ie,e.IgcGeographicMapComponent=w,e.IgcGeographicMapCoreModule=U,e.IgcGeographicMapImagery=T,e.IgcGeographicMapModule=Re,e.IgcGeographicMapSeriesHostComponent=L,e.IgcGeographicMarkerSeriesBaseComponent=We,e.IgcGeographicMarkerSeriesComponent=he,e.IgcGeographicPolylineSeriesComponent=ee,e.IgcGeographicPolylineSeriesModule=te,e.IgcGeographicProportionalSymbolSeriesBaseComponent=Xe,e.IgcGeographicProportionalSymbolSeriesComponent=de,e.IgcGeographicProportionalSymbolSeriesModule=me,e.IgcGeographicScatterAreaSeriesComponent=Ce,e.IgcGeographicScatterAreaSeriesModule=we,e.IgcGeographicShapeSeriesBaseBaseComponent=Ze,e.IgcGeographicShapeSeriesBaseComponent=F,e.IgcGeographicShapeSeriesComponent=Z,e.IgcGeographicShapeSeriesModule=Q,e.IgcGeographicSymbolSeriesBaseComponent=Ke,e.IgcGeographicSymbolSeriesComponent=_e,e.IgcGeographicSymbolSeriesModule=ve,e.IgcGeographicTileSeriesComponent=ce,e.IgcGeographicTileSeriesModule=pe,e.IgcGeographicXYTriangulatingSeriesBaseComponent=et,e.IgcGeographicXYTriangulatingSeriesComponent=ke,e.IgcImageTilesReadyEventArgs=C,e.IgcImagesChangedEventArgs=I,e.IgcOpenStreetMapImagery=A,e.IgcOpenStreetMapImageryModule=G,e.IgcSubDomainsCollection=P,e.IgcTileGeneratorMapImagery=re,e.IgcTileGeneratorMapImageryModule=ne,e.IgcTileSeriesComponent=ae,e.IgcTileSeriesModule=le,e.ImageTilesReadyEventArgs=c,e.ImageryMetadata=Ve,e.ImagesChangedEventArgs=p,e.LevelOfDetailResponseModel=Be,e.MapBackgroundTilingMode=s,e.MapBackgroundTilingMode_$type=a,e.MapResizeBehavior=n,e.MapResizeBehavior_$type=o,e.MapServerResponseModel=Ae,e.OpenStreetMapImagery=_,e.SphericalMercatorHorizontalScaler=u,e.SphericalMercatorVerticalScaler=l,e.SubDomainsCollection=$,e.TileGeneratorMapImagery=ie,e.TileInfoResponseModel=Ge,e.TileSeries=oe,e.TileSeriesView=se,e.TokenResponseModel=xe,e.XamGeographicMap=f,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_1,e.igniteuiWebcomponentsCharts,e.igniteuiWebcomponentsCore)}(this,(function(e,t,i,r){"use strict";var n=function(e){return e[e.Auto=0]="Auto",e[e.MaintainTopLeftPosition=1]="MaintainTopLeftPosition",e[e.MaintainCenterPosition=2]="MaintainCenterPosition",e}({}),o=r.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=r.markEnum("MapBackgroundTilingMode","Auto,0|NonWrapped,1|Wrapped,2"),l=function(e){function n(){var t=e.call(this)||this;return t.au=null,t.ai=0,t.aj=0,t.au=new r.Rect(0,0,0,1,1),t}return t.__extends(n,e),n.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)},n.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},n.prototype.af=function(e){return Array.isArray(e)?e:null},n.prototype.v=function(e,t,i,r){var o,a,s,l,c,h=r.e,u=r.d,p=r.c,g=(r.a,!p.isEmpty),f=(this.m,this.o,p.top),y=p.height,d=h.top,b=h.height,m=u.top,S=u.height,_=this.au.top,v=this.au.height,k=this.af(e),C=.017453292519943295,q=!1;null!=k&&(q=!0);for(var w=t;w<i;w++)o=q?k[w]:e.item(w),g?(o<n.ah&&(o=n.ah),o>n.ag&&(o=n.ag),a=o*C,s=Math.sin(a),l=.5*Math.log((1+s)/(1-s)),c=(((c=f+(c=(this.ai-l)*y/this.aj))-_*y)/v-d*S)/b,q?k[w]=c:e.item(w,c)):(o<n.ah&&(o=n.ah),o>n.ag&&(o=n.ag),a=o*C,s=Math.sin(a),l=.5*Math.log((1+s)/(1-s)),c=((c=m+(c=(this.ai-l)*S/this.aj))-d*S)/b,q?k[w]=c:e.item(w,c))},n.prototype.t=function(e,t,i,r,n){return{p3:this.ak(e.l3),p4:this.ak(e.l2)}},n.prototype.w=function(t,i,r){switch(e.prototype.w.call(this,t,i,r),t){case"ActualMinimumValue":case"ActualMaximumValue":this.ai=n.am(this.n),this.aj=n.am(this.n)-n.am(this.o)}},Object.defineProperty(n,"as",{get:function(){return n.ag},enumerable:!0,configurable:!0}),Object.defineProperty(n,"at",{get:function(){return n.ah},enumerable:!0,configurable:!0}),n.prototype.getMercatorUnscaledValue=function(e,t,i,r){var o=(e-i.top)*t.width+t.top*i.height;return o=n.am(this.n)-o/(i.height/this.aj),n.aq(o)},n.prototype.getMercatorScaledValue1=function(e,t,i,r){return(i.top+this.getMercatorScaledValue3(e,i.height)-t.top*i.height)/t.width},n.prototype.getMercatorScaledValue2=function(e,t,i,r,n){return(this.getMercatorScaledValue3(e,r.height)-t.top*i.height)/t.width},n.prototype.getMercatorScaledValue3=function(e,t){e=e>n.ah?e<n.ag?e:n.ag:n.ah;var i=n.am(e);return(this.ai-i)*t/this.aj},n.am=function(e){var t=.017453292519943295*e,i=Math.sin(t);return.5*Math.log((1+i)/(1-i))},n.aq=function(e){return e=Math.exp(2*e),Math.asin((e-1)/(e+1))/.017453292519943295},n.prototype.ak=function(e){return e<n.ah?n.ah:e>n.ag?n.ag:e},n.$t=r.markType(n,"SphericalMercatorVerticalScaler",i.VerticalLinearScaler.$),n.ag=85.05112878,n.ah=-85.05112878,n}(i.VerticalLinearScaler),c=function(e){function n(){var t=e.call(this)||this;return t.aj=null,t.aj=new r.Rect(0,0,0,1,1),t}return t.__extends(n,e),n.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)},n.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},n.prototype.af=function(e){return Array.isArray(e)?e:null},n.prototype.v=function(e,t,i,r){var n,o=r.e,a=r.d,s=r.c,l=r.a,c=!s.isEmpty,h=this.m,u=this.o,p=s.left,g=s.width,f=o.left,y=o.width,d=a.left,b=a.width,m=this.aj.left,S=this.aj.width,_=this.af(e),v=!1;null!=_&&(v=!0);for(var k=t;k<i;k++)if(n=v?_[k]:e.item(k),c){var C=(n-u)/h;l&&(C=1-C);var q=((C=p+g*(C-m)/S)-f*b)/y;v?_[k]=q:e.item(k,q)}else{var w=(n-u)/h;l&&(w=1-w),w=d+b*(w-f)/y,v?_[k]=w:e.item(k,w)}},n.prototype.t=function(e,t,i,r,n){return{p3:e.l3,p4:e.l2}},n.prototype.getMercatorUnscaledValue=function(e,t,i,r){var n=t.left+t.width*(e-i.left)/i.width;return r&&(n=1-n),this.o+n*this.m},n.prototype.getMercatorScaledValue1=function(e,t,i,r){var n=(e-this.o)/this.m;return r&&(n=1-n),i.left+i.width*(n-t.left)/t.width},n.prototype.getMercatorScaledValue2=function(e,t,i,r,n){var o=(e-this.o)/this.m;return n&&(o=1-o),i.left+i.width*(o-t.left)/t.width},n.$t=r.markType(n,"SphericalMercatorHorizontalScaler",i.HorizontalLinearScaler.$),n}(i.HorizontalLinearScaler),h=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(i,e),i.$t=r.markType(i,"ImageTilesReadyEventArgs",r.EventArgs.$),i}(r.EventArgs),u=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(i,e),i.$t=r.markType(i,"ImagesChangedEventArgs",r.EventArgs.$),i}(r.EventArgs),p=function(e){function n(){var t=e.call(this)||this;return t.p8=null,t.qa=t.p9(),t}return t.__extends(n,e),n.prototype.ln=function(){e.prototype.ln.call(this),null!=this.qa&&this.qa.ln()},n.prototype.get_dw=function(){return!0},n.prototype.hy=function(e,t){var i=this.js(t);return"LatitudeMemberPath"==i&&(i="YMemberPath"),"LongitudeMemberPath"==i&&(i="XMemberPath"),this.qa.hy(e,t)},n.prototype.c1=function(e,t,i,r){return this.qa.c1(e,t,i,r)},n.prototype.ag=function(){return this.qa.ag()},n.prototype.be=function(){return this.qa},Object.defineProperty(n.prototype,"qa",{get:function(){return this.p8},set:function(e){this.qa!=e&&(this.p8=e,this.qf())},enumerable:!0,configurable:!0}),n.prototype.get_hasMarkers=function(){return this.qa.hasMarkers},n.prototype.qf=function(){if(null!=this.p8){var e=this.p8;e.externalObject=r.TypeRegistrar.createFromInternal(e,r.PlatformConstants.Prefix,r.PlatformConstants.Postfix),e.externalObject._implementation=e}this.k5(this.qa),this.qb.b2()},n.prototype.aw=function(e,t,i){return this.ay(this.qa,e,t,i)},n.prototype.ax=function(e,t,i){return this.az(this.qa,e,t,i)},n.prototype.hv=function(e){return this.h0(this.qa,e)},n.prototype.hl=function(e,t){return this.qa.hl(e,t)},n.prototype.hj=function(e,t){return this.qa.hj(e,t)},n.prototype.gl=function(e,t,i){return this.qa.gl(e,t,i)},n.prototype.pq=function(e,t,i){return this.qa.pq(e,t,i)},n.prototype.pz=function(e){return this.qa.pz(e)},n.prototype.ak=function(e){return this.qa.ak(e)},n.prototype.p0=function(e){return this.qa.p0(e)},n.prototype.al=function(e){return this.qa.al(e)},n.prototype.p1=function(e){return this.qa.p1(e)},n.prototype.p2=function(e){return this.qa.p2(e)},n.prototype.gh=function(e,t,i){return this.qa.gh(e,t,i)},n.prototype.pm=function(e,t,i){return this.qa.pm(e,t,i)},n.prototype.gj=function(e,t,i){return this.gl(e,t,i)},n.prototype.po=function(e,t,i){return this.qa.po(e,t,i)},n.prototype.pr=function(e,t,i){return this.qa.pr(e,t,i)},n.prototype.gm=function(e,t,i){return this.qa.gm(e,t,i)},n.prototype.pn=function(e,t,i){return this.qa.pn(e,t,i)},n.prototype.gi=function(e,t,i){return this.qa.gi(e,t,i)},n.prototype.pp=function(e,t,i){return this.qa.pp(e,t,i)},n.prototype.gk=function(e,t,i){return this.qa.gk(e,t,i)},n.prototype.hg=function(e){return this.qa.hg(e)},n.prototype.gc=function(){return this.qa.gc()},n.prototype.f8=function(e){return this.qa.f8(e)},n.prototype.hw=function(e){return this.qa.hw(e)},n.prototype.bx=function(){return new g(this)},n.prototype.l2=function(t){e.prototype.l2.call(this,t),this.qb=r.typeCast(g.$,t)},Object.defineProperty(n.prototype,"qc",{get:function(){return this.c(n.qh)},set:function(e){this.h(n.qh,e)},enumerable:!0,configurable:!0}),n.prototype.l7=function(t,n,o,a){switch(e.prototype.l7.call(this,t,n,o,a),n){case"SeriesViewer":this.qa.cd=this.cd,null!=o&&o.op(this.qa),null!=a&&this.cd.lk(this.qa),this.qa.ma(this.p3),this.qa.index=this.index,this.lb(this.qa),this.hq=this.qa.hq;var s=r.typeCast(i.SeriesViewer.$,o);if(null!=s&&(s.actualWindowRectChanged=r.delegateRemove(s.actualWindowRectChanged,r.runOn(this,this.qg))),null!=this.cd){var l=this.cd;l.actualWindowRectChanged=r.delegateCombine(l.actualWindowRectChanged,r.runOn(this,this.qg))}this.qe();break;case"SyncLink":this.qa.b8=this.b8;break;case"VisibleFromScale":this.qe();break;case"Index":this.qa.index=this.index;break;case"ItemsSource":this.qb.b3();break;case"Resolution":this.qb.ca();break;case"TransitionDuration":this.qb.cd();break;case"Opacity":this.qb.b7();break;case"Visibility":var c=this.qa,h=this._visibility;c.visibility=h;break;case"MouseOverEnabled":this.qa.em=this.em;break;case"ExpectFunctions":this.qa.expectFunctions=this.expectFunctions;break;case"Thickness":this.qb.cc();break;case"Brush":this.qb.b1();break;case"Outline":this.qb.b9();break;case"ActualBrush":this.qb.by();break;case"ActualOutline":this.qb.bz();break;case"MarkerFillOpacity":r.isNaN_(this.gs)||this.qb.b6();break;case"AreaFillOpacity":r.isNaN_(this.f1)||this.qb.b0();break;case"OutlineMode":this.qb.b8();break;case"ShowDefaultTooltip":this.qb.cb();break;case"Title":this.qa.title=this.title;break;case"LegendItemBadgeMode":this.qb.b4();break;case"LegendItemBadgeShape":this.qb.b5();break;case"Legend":this.qa.legend=this.legend,this.b0.at()}},n.prototype.qe=function(){if(null!=this.cd&&null!=this.qa&&!r.isNaN_(this.qc))if(this.cd.s9.width>this.qc){this.qa.visibility=1}else{this.qa.visibility=0}},n.prototype.qg=function(e,t){this.qe()},n.prototype.ml=function(t){e.prototype.ml.call(this,t),null!=this.qa&&this.qa.ml(t)},n.prototype.mk=function(e,t,i,r,n){null!=this.qa&&this.qa.mk(e,t,i,r,n)},n.prototype.at=function(e,t){return this.qa.at(e,t)},n.prototype.mv=function(){e.prototype.mv.call(this),this.qa.mv()},n.prototype.get_coercionMethods=function(){return this._coercionMethods},n.prototype.set_coercionMethods=function(e){this._coercionMethods=e,this.qa.coercionMethods=e},n.prototype.la=function(t){if(e.prototype.la.call(this,t),null!=this.qa){var i=this.qa.hu();this.k2(t,i)}},n.$t=r.markType(n,"GeographicMapSeriesHost",i.Series.$),n.qh=r.DependencyProperty.i("VisibleFromScale",r.Number_$type,n.$,new r.PropertyMetadata(2,1,(function(e,t){e.raisePropertyChanged("VisibleFromScale",t.oldValue,t.newValue)}))),n}(i.Series),g=function(e){function n(t){var i=e.call(this,t)||this;return i.bx=null,i.bx=t,i}return t.__extends(n,e),n.prototype.ar=function(t,i){e.prototype.ar.call(this,t,i)},n.prototype.b2=function(){this.bx.p7=1,this.bx.qa.p7=0,this.bx.qa.itemsSource=this.bx.itemsSource,this.bx.qa.index=this.bx.index,this.bx.qa.o7=this.bx.o7,this.bx.qa.pc=this.bx.o7,this.bx.qa.bt=this.bx.bt,this.bx.qa.gv=this.bx.gv,this.bx.qa.ho=this.bx.ho,this.bx.qa._opacity=this.bx._opacity,this.bx.qa.g1=this.bx.g1,this.bx.qa.f1=this.bx.f1,this.bx.qa.gs=this.bx.gs,this.bx.qa.et=this.bx.et,this.bx.qa.legendItemBadgeShape=this.bx.legendItemBadgeShape,this.bx.qa.a9=this.bx.a9},n.prototype.b3=function(){this.bx.qa.itemsSource=this.bx.itemsSource},n.prototype.ca=function(){this.bx.qa.gv=this.bx.gv},n.prototype.cd=function(){this.bx.qa.ho=this.bx.ho},n.prototype.b7=function(){this.bx.qa._opacity=this.bx._opacity},n.prototype.cc=function(){this.bx.qa.g1=this.bx.g1},n.prototype.b1=function(){this.bx.qa.o7=this.bx.o7},n.prototype.b9=function(){this.bx.qa.pc=this.bx.pc},n.prototype.by=function(){this.bx.qa.o7=this.bx.o3},n.prototype.bz=function(){this.bx.qa.pc=this.bx.o6},n.prototype.b4=function(){this.bx.qa.a9=this.bx.a9},n.prototype.b5=function(){this.bx.qa.legendItemBadgeShape=this.bx.legendItemBadgeShape},n.prototype.b0=function(){this.bx.qa.f1=this.bx.f1},n.prototype.b6=function(){this.bx.qa.gs=this.bx.gs},n.prototype.b8=function(){this.bx.qa.bt=this.bx.bt},n.prototype.cb=function(){this.bx.qa.et=this.bx.et},n.$t=r.markType(n,"HostSeriesView",i.SeriesView.$),n}(i.SeriesView),f=function(e){function n(){var t=e.call(this)||this;t.ul=null,t.ua=!1,t.t2=1,t.uh=0,t.vs=null,t.tz=null,t.tv=null,t.tx=null,t.t1=null,t.vo={$type:r.Point_$type,x:NaN,y:NaN},t.vv=null,t.ug=1,t.imageTilesReady=null,t.t9=null,t.vu=r.Rect.empty,t.uh=l.am(n.vt.bottom)-l.am(n.vt.top),t.ab=n.$,t.backgroundContent=new _;var o,a=((o=new i.NumericXAxis).bh=t,o);a.ce=!0,t.tw=a,t.tw.nj=new c;var s=function(){var e=new i.NumericYAxis;return e.bh=t,e}();return s.ce=!0,t.ty=s,t.ty.nj=new l,t.u3(),t.va(),t.l3(),t}return t.__extends(n,e),n.prototype.provideContainer=function(t){e.prototype.provideContainer.call(this,t),this.tw.provideRenderer(t),this.ty.provideRenderer(t)},n.prototype.l3=function(){e.prototype.l3.call(this),this.t8.fv(this.gc)},n.prototype.er=function(){return this.ue},n.prototype.es=function(){return this.ue},n.prototype.t5=function(){return 0==this.t3&&this.ua?2:1},Object.defineProperty(n.prototype,"t4",{get:function(){return this.t2},set:function(e){this.t2=e},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"vx",{get:function(){return this.vs},set:function(e){if(r.Rect.l_op_Inequality(this.vs,e)){var t=this.vs;this.vs=e,this.n8("ActualWorldRect",t,e)}},enumerable:!0,configurable:!0}),n.prototype.v1=function(){return this.vx},n.prototype.u3=function(){this.v9.isEmpty||(this.vx=this.v7(this.v9,1==this.cd))},n.prototype.v7=function(e,t){var i=e.top,o=e.left,a=e.width,s=e.height,c=l.am(e.bottom),h=l.am(e.top),u=c-h,p=e.width/n.vt.width,g=l.am(n.vt.top);if(u/p>this.uh){var f=u/this.uh;o-=(f-p)/2*n.vt.width,a=f*n.vt.width,t&&(o<n.vt.left?o+=n.vt.left-o:o+a>n.vt.right&&(o-=o+a-n.vt.right))}else if(u/p<this.uh){var y=this.uh*p-u,d=h-y/2,b=c+y/2;t&&(d<g?b+=g-(d+=g-d):b>g+this.uh&&(d-=b-(g+this.uh),b-=b-(g+this.uh))),i=l.aq(d),s=l.aq(b)-i}return new r.Rect(0,o,i,a,s)},Object.defineProperty(n.prototype,"backgroundContent",{get:function(){return this.tz},set:function(e){if(e!=this.backgroundContent){var t=this.backgroundContent;this.tz=e,this.n8("BackgroundContent",t,e)}},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"tw",{get:function(){return this.tv},set:function(e){if(e!=this.tw){var t=this.tw;this.tv=e,this.n8("XAxis",t,e)}},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"ty",{get:function(){return this.tx},set:function(e){if(e!=this.ty){var t=this.ty;this.tx=e,this.n8("YAxis",t,e)}},enumerable:!0,configurable:!0}),n.prototype.getZoomRectFromGeoRect=function(e){return this.getZoomFromGeographicRect(e)},n.prototype.vd=function(e){this.tp=e},n.prototype.vc=function(e){this.v9=e},n.prototype.getZoomFromGeographicRect=function(e){return this.vz(e,!0,0)},n.prototype.vy=function(e,t){return this.vz(e,!1,t)},n.prototype.vz=function(e,t,o){var a=e;t&&(a=this.v7(e,!1));var s=this.tw,l=this.ty,c=new i.ScalerParams(1,n.vw,this.to,s.cg);c.c=this.td;var h=new i.ScalerParams(1,n.vw,this.to,l.cg);h.c=this.td;var u=this.tw.ei(a.left,c),p=this.tw.ei(a.right,c),g=this.ty.ei(a.top,h),f=this.ty.ei(a.bottom,h),y=(u-o)/this.to.width,d=(f-o)/this.to.height,b=(p-u+2*o)/this.to.width,m=(g-f+2*o)/this.to.height,S=new r.Rect(0,y,d,b,m);return S.intersect(n.vw),S.isEmpty&&(S=n.vw),S},n.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 n.vw;var l=new r.Rect(0,i,o,a,s);return this.getZoomFromGeographicRect(l)},n.prototype.v3=function(e){var t=this.tw,o=this.ty,a=new i.ScalerParams(1,e,this.to,t.cg);a.c=this.td;var s=new i.ScalerParams(1,e,this.to,o.cg);s.c=this.td;var l=this.tc,c=t.el(l.left,a),h=o.el(l.top,s),u=t.el(l.right,a),p=o.el(l.bottom,s),g=u-c,f=h-p,y=new r.Rect(0,c,p,g,f);return 1==this.cd&&(y.intersect(n.vt),y.isEmpty&&(y=n.vt)),y},n.prototype.vp=function(e){var t=this.tw.l6(e.x),i=this.ty.l6(e.y);return{$type:r.Point_$type,x:t,y:i}},n.prototype.vq=function(e){var t=this.tw.e3(e.x),i=this.ty.e3(e.y);return{$type:r.Point_$type,x:t,y:i}},n.prototype.vr=function(e){return this.vq(e)},n.prototype.u0=function(){var e=r.typeCast(y.$,this.backgroundContent);null!=e&&e.clearTileCache()},n.prototype.u6=function(e){},n.prototype.fg=function(){return!0},n.prototype.u8=function(){var e,i;this.t8.ee();try{for(var n=t.__values(r.fromEnum(this.series)),o=n.next();!o.done;o=n.next()){o.value.mv()}}catch(t){e={error:t}}finally{try{o&&!o.done&&(i=n.return)&&i.call(n)}finally{if(e)throw e.error}}},n.prototype.vb=function(){if(2==this.t7){if(!this.to.isEmpty&&this.to.width>0&&this.to.height>0){var e=this.tw.l6(this.to.left+this.to.width/2),t=this.ty.l6(this.to.top+this.to.height/2);this.vo={$type:r.Point_$type,x:e,y:t}}}else if(!this.to.isEmpty&&this.to.width>0&&this.to.height>0){var i=this.tw.l6(this.to.left),n=this.ty.l6(this.to.top);this.vo={$type:r.Point_$type,x:i,y:n}}},n.prototype.u7=function(){(r.isNaN_(this.vo.x)||r.isNaN_(this.vo.y))&&this.vb();var e=this.vo.x,t=this.vo.y;if(!r.isNaN_(e)&&!r.isNaN_(t)){var o=this.s9.left,a=this.s9.top,s=this.s9.width,l=this.s9.height;if(s>this.vv.width);else{var c=new i.ScalerParams(1,n.vw,this.to,this.tw.cg);c.c=this.td;var h=this.tw.ei(e,c);if(2==this.t7)o=h/this.to.width-s/2;else o=h/this.to.width;o+s>this.vv.right?o=this.vv.right-s:o<this.vv.left&&(o=this.vv.left)}if(l>this.vv.height);else{var u=new i.ScalerParams(1,n.vw,this.to,this.ty.cg);u.c=this.td;var p=this.ty.ei(t,u);if(2==this.t7)a=p/this.to.height-l/2;else a=p/this.to.height;a+l>this.vv.bottom?a=this.vv.bottom-l:a<this.vv.top&&(a=this.vv.top)}this.ph(new r.Rect(0,o,a,s,l),!1)}},n.prototype.get_ej=function(){return!0},n.prototype.ta=function(){var t=e.prototype.ta.call(this);if(null==this.tw||null==this.ty)return t;this.tk();var i=t.left,n=t.top;1==this.cd&&(this.tp.width>this.vv.width?i=.5-this.tp.width/2:i+t.width>this.vv.right?i=this.vv.right-this.tp.width:i<this.vv.left&&(i=this.vv.left),this.tp.height>this.vv.height?n=.5-this.tp.height/2:n+this.tp.height>this.vv.bottom?n=this.vv.bottom-this.tp.height:n<this.vv.top&&(n=this.vv.top));var o=!1;!this.ud&&2==this.cd&&this.ua&&(i>1&&(i=i-Math.floor(i)+1),i<0&&(i=0-(Math.ceil(i)-i)),t.right-this.vv.right>0&&(t.right-this.vv.right)/t.width>.8?(i=this.vv.left-(t.width-(t.right-this.vv.right)),o=!0):t.left<this.vv.left&&Math.abs(t.left-this.vv.left)/t.width>.8&&(i=this.vv.right-Math.abs(t.left-this.vv.left),o=!0));var a=new r.Rect(0,i,n,t.width,t.height);if(this.ud){var s=this.vy(this.v9,1);s=this.v0(s);var l=a.left+a.width/2,c=a.top+a.height/2;if(a.width>s.width){var h=a.height/a.width,u=s.width,p=h*u;a=new r.Rect(0,l-u/2,c-p/2,u,p),o=!0}if(a.height>s.height){var g=a.width/a.height,f=s.height,y=g*f;a=new r.Rect(0,l-y/2,c-f/2,y,f),o=!0}a.left<s.left&&(a=new r.Rect(0,s.left,a.top,a.width,a.height),o=!0),a.top<s.top&&(a=new r.Rect(0,a.left,s.top,a.width,a.height),o=!0),a.right>s.right&&(a=new r.Rect(0,s.right-a.width,a.top,a.width,a.height),o=!0),a.bottom>s.bottom&&(a=new r.Rect(0,a.left,s.bottom-a.height,a.width,a.height),o=!0)}return o&&(this.d6=!0,this.tp=a,this.d6=!1),a},n.prototype.lh=function(e,t){var i=!0,n=!0,o=0,a=this.tk(),s=0,l=0;if(e.right-a.right>0&&(s=(e.right-a.right)/e.width),e.left<a.left&&(l=Math.abs(e.left-a.left)/e.width),0==l&&0==s&&(i=!1),l>s&&(n=!1),i)if(n){var c=this.tv.ei(-180,t);o=this.tv.ei(180,t)-c}else{o=this.tv.ei(-180,t)-this.tv.ei(180,t)}return new r.Tuple$2(r.Boolean_$type,r.Number_$type,i,o)},n.prototype.tk=function(){var e=new i.ScalerParams(1,n.vw,this.to,this.tw.cg);e.c=this.td;var t=new i.ScalerParams(1,n.vw,this.to,this.ty.cg);t.c=this.td;var o=this.tw.ei(n.vt.left,e),a=this.tw.ei(n.vt.right,e),s=this.ty.ei(n.vt.top,t),l=this.ty.ei(n.vt.bottom,t);return this.vv=new r.Rect(0,o/this.to.width,l/this.to.height,(a-o)/this.to.width,(s-l)/this.to.height),this.vv},n.prototype.v0=function(e){var t=this.gg,i=.5*(e.left+e.right),n=.5*(e.top+e.bottom),o=e.width,a=e.height,s=r.MathUtil.d(e.width,t,1),l=r.MathUtil.d(e.height,t,1),c=this.to,h=c.width/c.height,u=s*c.width,p=l*c.height;u/p!=h&&(p*h>u?s=(u=p*h)/c.width:l=(p=u/h)/c.height);var g=s!=o,f=l!=a,y=g?i-.5*s:e.left,d=f?n-.5*l:e.top,b=g?i+.5*s:e.right,m=f?n+.5*l:e.bottom;return y<0&&(b=(y=0)+s),b>1&&(y=(b=1)-s),d<0&&(m=(d=0)+l),m>1&&(d=(m=1)-l),new r.Rect(0,y,d,b-y,m-d)},n.prototype.tb=function(t){if(e.prototype.tb.call(this,this.to),t.isEmpty)return r.Rect.empty;var i;if(t.width>t.height){var n=r.intDivide(r.truncate(t.width-t.height),2);i=new r.Rect(0,t.left+n,t.top,t.height,t.height)}else{var o=r.intDivide(r.truncate(t.height-t.width),2);i=new r.Rect(0,t.left,t.top+o,t.width,t.width)}return i},n.prototype.v2=function(e){return this.tb(e)},n.prototype.ct=function(){return new S(this)},n.prototype.u2=function(e){null!=e&&(e.bh=this)},n.prototype.ns=function(t){e.prototype.ns.call(this,t),this.t8=t},n.prototype.n3=function(t,i){e.prototype.n3.call(this,t,i),this.o4(this.tw),this.o4(this.ty),r.Rect.l_op_Inequality(t,i)&&this.u7(),this.ud&&(this.s9=this.ta()),this.ve()},Object.defineProperty(n.prototype,"ui",{get:function(){return this.ug},set:function(e){var t=this.ug;this.ug=e,this.n8("ActualWindowScale",t,this.ug)},enumerable:!0,configurable:!0}),n.prototype.gm=function(){return this.ui},n.prototype.gn=function(){return this.ui},n.prototype.o3=function(){e.prototype.o3.call(this);var t=Math.min(this.s9.width,this.s9.height);this.ui=t},n.prototype.e8=function(){return this.ua},n.prototype.ce=function(){return 0==this.cf&&this.ub?2:this.cf},n.prototype.n4=function(i,o,a,s){var l,c,h,u;switch(e.prototype.n4.call(this,i,o,a,s),o){case"ZoomCoercionMode":this.u3();break;case"WindowRect":this.vb();break;case n.$$p[0]:this.t4=this.t5(),null!=this.t1&&(this.t1.isHorizontalWrappingEnabled=2==this.t4);break;case n.$$p[1]:this.ua=this.ub,this.t4=this.t5(),this.cd=this.ce(),null!=this.t1&&(this.t1.isHorizontalWrappingEnabled=2==this.t4);break;case n.$$p[4]:this.s9=this.ta();break;case"BackgroundContent":if(null!=this.t1){var p=this.t1;p.imageTilesReady=r.delegateRemove(p.imageTilesReady,r.runOn(this,this.u4)),this.t1.deferralHandler=null}if(this.t1=r.typeCast(y.$,this.backgroundContent),null!=this.t1){var g=this.t1;g.imageTilesReady=r.delegateCombine(g.imageTilesReady,r.runOn(this,this.u4)),this.t1.deferralHandler=this,this.t1.isHorizontalWrappingEnabled=2==this.t4}this.t8.fu(r.typeCast(y.$,a),r.typeCast(y.$,s)),null!=this.t1&&(this.t1.geographicMap=this,this.t8.fr(this.s9),this.t8.fv(this.gc));break;case"YAxis":case"XAxis":this.u9(a),this.u2(s);break;case n.$$p[6]:this.uc||(this.tp=n.vw),this.u3(),this.va(),this.vb(),this.s9=this.ta(),this.t8.fs();break;case"ActualWindowRect":this.t8.fr(this.s9);break;case"ActualWorldRect":try{for(var f=t.__values(r.fromEnum(this.series)),d=f.next();!d.done;d=f.next()){d.value.ml(!1)}}catch(e){l={error:e}}finally{try{d&&!d.done&&(c=f.return)&&c.call(f)}finally{if(l)throw l.error}}break;case n.$$p[5]:this.ui=this.uj;break;case"ActualWindowScale":this.ff||this.pf(this.gm(),this.gn());break;case"ActualPixelScalingRatio":this.t8.fv(this.gc);break;case"WindowRectMinWidth":case"WindowRectMinHeight":var b=s;r.isNaN_(b)||r.isInfinity(b)?(this.gg=5e-6,this.gf=5e-6):(this.gg=b,this.gf=b);break;case n.$$p[7]:this.pb();break;case"MarkerAutomaticBehavior":try{for(var m=t.__values(r.fromEnum(this.series)),S=m.next();!S.done;S=m.next()){S.value.ln()}}catch(e){h={error:e}}finally{try{S&&!S.done&&(u=m.return)&&u.call(m)}finally{if(h)throw h.error}}}},n.prototype.u4=function(e,t){null!=this.imageTilesReady&&this.imageTilesReady(this,new h)},n.prototype.u9=function(e){null!=e&&(e.bh=null)},n.prototype.va=function(){null!=this.tw&&(this.tw.l3=this.vx.left,this.tw.l2=this.vx.right),null!=this.ty&&(this.ty.l3=this.vx.top,this.ty.l2=this.vx.bottom),this.tw.c1(!0),this.ty.c1(!0)},n.prototype.getFontInfo=function(){return this.t9=this.t8.fo,this.t9},n.prototype.se=function(){return this.t8.fw},n.prototype.getFontBrush=function(){return this.t8.fx},n.prototype.ow=function(t,i){if(null!==r.typeCast(r.ItfConverter.$,i)){var n=i,o=t;o.itemsSource=n.triangulationSource.points,o.qj=n.triangulationSource.triangles}else e.prototype.ow.call(this,t,i)},n.prototype.register=function(e,t){this.om(e,t)},n.prototype.unRegister=function(e){this.o2(e)},n.prototype.deferredRefresh=function(){this.lr()},n.prototype.deferAction=function(e){null!=this.ul?this.ul.setTimeout(e,0):window.setTimeout(e,0)},n.prototype.u1=function(e){this.pa(e)},n.prototype.um=function(){var e=new i.ChartVisualData,t=this.tw.fv(),n=this.ty.fv();e.axes.add1(t),e.axes.add1(n);for(var o=0;o<this.series.count;o++){var a=this.series._inner[o].hu();e.series.add1(a)}return e.name=this.name,e.contentArea=r.RectData.b(this.to),e.centralArea=r.RectData.b(this.to),e.plotArea=r.RectData.b(this.to),e},n.prototype.tg=function(e,t,i){return e},n.prototype.u5=function(){},Object.defineProperty(n.prototype,"v8",{get:function(){return this.vu},set:function(e){this.vu=e},enumerable:!0,configurable:!0}),n.prototype.vf=function(e){this.v8=e,this.ve()},n.prototype.ve=function(){if(this.uf&&!this.v8.isEmpty){var e=this.getZoomFromGeographicRect(this.v8);this.v8=r.Rect.empty,this.ph(e,!1)}},Object.defineProperty(n.prototype,"uf",{get:function(){return!this.to.isEmpty&&!this.td.isEmpty},enumerable:!0,configurable:!0}),n.$t=r.markType(n,"XamGeographicMap",i.SeriesViewer.$,[r.IMapRenderDeferralHandler_$type]),n.t6=0,n.vt=new r.Rect(2,{$type:r.Point_$type,x:-180,y:-85.05112878},{$type:r.Point_$type,x:180,y:85.05112878}),n.vw=new r.Rect(0,0,0,1,1),n.$$p=r.markDep(r.DependencyProperty,r.PropertyMetadata,n,"n8",["BackgroundTilingMode:t3:vg",[s,r.enumGetBox(s,0)],"IsHorizontalWrappingEnabled:ub:vh",[0,!1],"ResizeBehavior:t7:vi",[o,r.enumGetBox(o,n.t6)],"SuppressZoomResetOnWorldRectChange:uc:vj",[0,!1],"UseWorldRectForZoomBounds:ud:vk",[0,!1],"WindowScale:uj:vl",[1,NaN],"WorldRect:v9:vm",[r.Rect.$,n.vt],"Zoomable:ue:vn",[0,!0]]),n}(i.SeriesViewer),y=function(e){function n(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=n.$,i.ap=t,i.aj=i.ai(),i.bb(i.aj),i}return t.__extends(n,e),n.prototype.bb=function(e){},n.prototype.ai=function(){return new d(this)},Object.defineProperty(n.prototype,"deferralHandler",{get:function(){return this.ak},set:function(e){this.ak=e,null!=this.ao&&(this.ao.al=e)},enumerable:!0,configurable:!0}),n.prototype.a5=function(e,t){null!=this.imageTilesReady&&this.imageTilesReady(this,new h)},n.prototype.a9=function(){var e=this.ao;e.imageTilesReady=r.delegateCombine(e.imageTilesReady,r.runOn(this,this.a5)),this.ao.al=this.deferralHandler;var t=this.ao;t.imagesChanged=r.delegateCombine(t.imagesChanged,r.runOn(this,this.a4));var i=this.ao;i.downloadingImage=r.delegateCombine(i.downloadingImage,r.runOn(this,this.a3));var n=this.ao;n.cancellingImage=r.delegateCombine(n.cancellingImage,r.runOn(this,this.a2)),this.ao.bf=this.referer,this.ao.bj=this.userAgent,this.ao.av=this.isHorizontalWrappingEnabled},n.prototype.a3=function(e,t){null!=this.downloadingImage&&this.downloadingImage(this,t)},n.prototype.a2=function(e,t){null!=this.cancellingImage&&this.cancellingImage(this,t)},n.prototype.bg=function(){null!=this.ao&&this.aj.e()},n.prototype.ba=function(e,t,i){switch(e){case n.$$p[3]:this.bg();break;case"GeographicMap":this.aj.e();break;case n.$$p[1]:null!=this.ao&&(this.ao.bf=this.referer);break;case n.$$p[2]:null!=this.ao&&(this.ao.bj=this.userAgent);break;case n.$$p[0]:null!=this.ao&&(this.ao.av=this.isHorizontalWrappingEnabled)}null!=this.propertyChanged&&this.propertyChanged(this,new r.PropertyChangedEventArgs(e))},Object.defineProperty(n.prototype,"geographicMap",{get:function(){return this.c(n.geographicMapProperty)},set:function(e){this.h(n.geographicMapProperty,e)},enumerable:!0,configurable:!0}),n.a8=function(e,t){e.a7(t.oldValue,t.newValue)},n.prototype.a7=function(e,t){this.ba("GeographicMap",e,t)},n.prototype.clearTileCache=function(){null!=this.ao&&this.ao.bs(0,0,0,0)},Object.defineProperty(n.prototype,"ao",{get:function(){return this.an},set:function(e){this.an=e,null!=this.propertyChanged&&this.propertyChanged(this,new r.PropertyChangedEventArgs("MultiScaleImage"))},enumerable:!0,configurable:!0}),n.prototype.bn=function(e){if(null==this.geographicMap||e.width<1||e.height<1)return e;var t=new r.Rect(0,0,0,e.width,e.height),n=this.geographicMap.v2(t),o=f.vt,a=this.geographicMap.vx,s=Math.min(this.windowRect.height,this.windowRect.width),l=a.width/o.width;this.ao.a5=t.width/n.width*s*l;var c=this.geographicMap.tw,h=this.geographicMap.ty,u=new i.ScalerParams(1,this.windowRect,t,c.cg);u.c=n;var p=new i.ScalerParams(1,this.windowRect,t,h.cg);p.c=n;var g=c.ei(o.left,u),y=h.ei(o.bottom,p),d=-g/t.width*this.ao.a5,b=-y/t.height*this.ao.a5*(t.height/t.width);return this.ao.cm={$type:r.Point_$type,x:d,y:b},e},n.prototype.bd=function(e){this.aj.f(e)},n.prototype.bf=function(e){this.aj.h(e)},n.prototype.be=function(e){this.aj.g(e)},n.prototype.a4=function(e,t){null!=this.imagesChanged&&this.imagesChanged(this,new u)},n.prototype.a6=function(){this.aj.e()},n.prototype.bc=function(e){this.aj.i(e)},n.prototype.v=function(){e.prototype.v.call(this),this.ap.o=this._opacity},n.$t=r.markType(n,"GeographicMapImagery",r.Control.$,[r.INotifyPropertyChanged_$type]),n.geographicMapProperty=r.DependencyProperty.i("GeographicMap",f.$,n.$,new r.PropertyMetadata(2,null,n.a8)),n.$$p=r.markDep(r.DependencyProperty,r.PropertyMetadata,n,"ba",["IsHorizontalWrappingEnabled",[0,!1],"Referer",[2,null],"UserAgent",[2,null],"WindowRect",[r.Rect.$,r.Rect.empty]]),n}(r.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=r.Rect.empty,i.a=t,i.a.ao=new r.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 r.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:!0,configurable:!0}),i.prototype.i=function(e){this.b=e,this.a.ao.bz(e)},i.$t=r.markType(i,"GeographicMapImageryView"),i}(r.Base),b=function(e){function i(t){var i=e.call(this,t)||this;return i.ce=null,i.ce=t,i}return t.__extends(i,e),i.prototype.b2=function(){e.prototype.b2.call(this);var t=this.ce.qa;t.ra=this.ce.qm,t.ri=this.ce.qk,t.trianglesSource=this.ce.qj,t.qy=this.ce.qp,t.q0=this.ce.qr,t.q2=this.ce.qt},i.prototype.ch=function(){var e=this.ce.qa;if(null==this.ce.cd)return e.p8=null,void(e.p9=null);e.p8=this.ce.cd.tw,e.p9=this.ce.cd.ty},i.prototype.cg=function(){this.ce.qa.ra=this.ce.qm},i.prototype.cf=function(){this.ce.qa.ri=this.ce.qk},i.prototype.ci=function(){this.ce.qa.trianglesSource=this.ce.qj},i.prototype.cj=function(){this.ce.qa.qy=this.ce.qp},i.prototype.ck=function(){this.ce.qa.q0=this.ce.qr},i.prototype.cl=function(){this.ce.qa.q2=this.ce.qt},i.$t=r.markType(i,"GeographicXYTriangulatingSeriesView",g.$),i}(g),m=function(e){function i(t){var i=e.call(this,t)||this;return i.cm=null,i.cm=t,i}return t.__extends(i,e),i.prototype.as=function(){e.prototype.as.call(this),this.q},i.prototype.b2=function(){e.prototype.b2.call(this),null!=this.cm.q4&&(this.cm.q4.sh=this.cm.q8,this.cm.q4.r5=this.cm.q3)},i.prototype.cn=function(){null!=this.cm.q4&&(this.cm.q4.sh=this.cm.q8)},i.prototype.co=function(){null!=this.cm.q4&&(this.cm.q4.r5=this.cm.q3)},i.$t=r.markType(i,"GeographicScatterAreaSeriesView",b.$),i}(b),S=function(e){function n(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=r.Rect.empty,i.fn=t,i.fn.r9=2,i.fn.hl=5e-6,i}return t.__extends(n,e),n.prototype.m=function(e){return 2},n.prototype.bk=function(e){this.j.bv(e),this.fn.u1(e),this.el()},n.prototype.get_ap=function(){return!0},n.prototype.d4=function(){var e,t,i,n,o,a=this.j.a7(e,t,i,n,o);e=a.p0,t=a.p1,i=a.p2,n=a.p3,o=a.p4,this.fx=i,this.fo=n,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 r.BrushCollection,this.fn.ai=null!=s.c?s.c:new r.BrushCollection,0==this.fn.ah.count)for(var l=0;l<s.a.count;l++)this.fn.ah.add(s.a.item(l));if(0==s.c.count)for(var c=0;c<s.f.count;c++)this.fn.ai.add(s.f.item(c))},n.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)}},n.prototype.dv=function(t){(e.prototype.dv.call(this,t),this.fz=t,null!=this.fn.backgroundContent)&&this.fn.backgroundContent.bf(this.fz)},n.prototype.fy=function(){return new r.Rect(0,0,0,this.fz.width,this.fz.height)},n.prototype.fs=function(){null!=this.fn.backgroundContent&&this.fn.backgroundContent.a6()},n.prototype.fr=function(e){null!=this.fn.t1&&(this.fn.t1.windowRect=e)},n.prototype.fu=function(e,t){if(null!=this.fn.t1&&(this.fn.t1.windowRect=this.fn.s9),null!=e){var i=e.ao;null!=i&&this.fn.al.e.remove(i.ag),e.bd(null),e.be(null)}if(null!=t){var r=t.ao;null!=r&&this.fn.al.e.add(r.ag),this.fz.isEmpty||this.dv(this.fz),null!=this.w&&this.du(this.w)}null==t&&this.ft(this.w)},n.prototype.ft=function(e){var t=this.fn.gc;1!=t&&(e.z(),e.aa(t,t)),e.k(this.fz.left,this.fz.top,this.fz.width,this.fz.height),1!=t&&e.y()},n.prototype.d1=function(){this.fd.ac=i.Defaults.j,this.fe.ac=i.Defaults.j,this.fd._stroke=i.Defaults.ae,this.fe._stroke=i.Defaults.ae,e.prototype.d1.call(this)},n.prototype.fv=function(e){this.fp=e,null!=this.fn.backgroundContent&&this.fn.backgroundContent.bc(e)},Object.defineProperty(n.prototype,"fq",{get:function(){return this.fp},set:function(e){this.fp=e},enumerable:!0,configurable:!0}),n.$t=r.markType(n,"XamGeographicMapView",i.SeriesViewerView.$),n}(i.SeriesViewerView),_=function(e){function i(){return e.call(this,new r.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:!0,configurable:!0}),i.br=function(e,t){e.bq("TilePath",t.oldValue,t.newValue)},i.prototype.bq=function(t,i,r){switch(t){case"TilePath":this.ap.setTilePathUrl(null==r?null:r),this.aj.e()}e.prototype.ba.call(this,t,i,r)},i.$t=r.markType(i,"OpenStreetMapImagery",y.$),i.tilePathProperty=r.DependencyProperty.i("TilePath",r.String_$type,i.$,new r.PropertyMetadata(2,null,i.br)),i}(y),v=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(i,e),i.prototype.bx=function(){return new b(this)},i.prototype.l2=function(t){e.prototype.l2.call(this,t),this.qi=t},i.prototype.l7=function(t,r,n,o){switch(e.prototype.l7.call(this,t,r,n,o),r){case"SeriesViewer":this.qi.ch();break;case i.$$p[1]:this.qi.cg();break;case i.$$p[0]:this.qi.cf();break;case i.$$p[2]:this.qi.ci();break;case i.$$p[3]:this.qi.cj();break;case i.$$p[4]:this.qi.ck();break;case i.$$p[5]:this.qi.cl()}},i.$t=r.markType(i,"GeographicXYTriangulatingSeries",p.$),i.$$p=r.markDep(r.DependencyProperty,r.PropertyMetadata,i,"raisePropertyChanged",["LatitudeMemberPath:qk:qv",[2,"pointY"],"LongitudeMemberPath:qm:qw",[2,"pointX"],"TrianglesSource:qj:qx",[r.IEnumerable_$type,null],"TriangleVertexMemberPath1:qp:qy",[2,"v1"],"TriangleVertexMemberPath2:qr:qz",[2,"v2"],"TriangleVertexMemberPath3:qt:q0",[2,"v3"]]),i}(p),k=function(e){function n(){var t=e.call(this)||this;return t.q1=null,t.triangulationStatusChanged=null,t.ab=n.$,t}return t.__extends(n,e),n.prototype.get_dd=function(){return!0},Object.defineProperty(n.prototype,"q3",{get:function(){return this.q1},set:function(e){if(this.q1!=e){var t=this.q1;if(null!=this.q1){var i=this.q1;i.propertyChanged=r.delegateRemove(i.propertyChanged,r.runOn(this,this.rb))}if(this.q1=e,null!=this.q1){var n=this.q1;n.propertyChanged=r.delegateCombine(n.propertyChanged,r.runOn(this,this.rb))}this.raisePropertyChanged("ColorScale",t,this.q1),null!=this.q4&&(this.q4.r5=e)}},enumerable:!0,configurable:!0}),n.prototype.rb=function(e,t){this.q6.co(),this.rd(),this.ml(!1)},n.prototype.rd=function(){null!=this.q4&&(this.q2=this.q4.r4)},n.prototype.mz=function(){e.prototype.mz.call(this),this.rd()},n.prototype.p9=function(){this.q4=new i.ScatterAreaSeries;var e=this.q4;return e.triangulationStatusChanged=r.delegateCombine(e.triangulationStatusChanged,r.runOn(this,this.rc)),this.q4},n.prototype.rc=function(e,t){null!=this.triangulationStatusChanged&&this.triangulationStatusChanged(this,t)},n.prototype.bx=function(){return new m(this)},n.prototype.l2=function(t){e.prototype.l2.call(this,t),this.q6=t},n.prototype.l7=function(t,i,r,o){switch(e.prototype.l7.call(this,t,i,r,o),i){case n.$$p[1]:this.q6.cn();break;case"ColorScale":this.q6.co(),this.rd()}},n.prototype.get_e5=function(){return!0},n.prototype.set_e5=function(t){e.prototype.set_e5.call(this,t)},n.$t=r.markType(n,"GeographicScatterAreaSeries",v.$),n.$$p=r.markDep(r.DependencyProperty,r.PropertyMetadata,n,"raisePropertyChanged",["ActualColorScale:q2:re",[i.ColorScale.$,null],"ColorMemberPath:q8:rf",[2,"value"]]),n}(v),C=function(){function e(){this._implementation=this.createImplementation(),this._implementation.externalObject=this,this.onImplementationCreated()}return e.prototype.createImplementation=function(){return new h},Object.defineProperty(e.prototype,"i",{get:function(){return this._implementation},enumerable:!0,configurable:!0}),e.prototype.onImplementationCreated=function(){},e.prototype._provideImplementation=function(e){this._implementation=e,this._implementation.externalObject=this,this.onImplementationCreated()},e}(),q=function(e){function n(){var n=e.call(this)||this;n.contentSeries=[],n.actualSeries=[],n._series=null,n._dataSource=null,n._seriesAdapter=null,n._disconnected=!1,n._defaultTooltips=null,n._imageTilesReady=null,n._imageTilesReady_wrapped=null,n._styling&&r.NamePatcher.ensureStylablePatched(Object.getPrototypeOf(n)),n._renderer=new r.WebComponentRenderer(n,document,!0,i.DataChartStylingDefaults),n._container=n._renderer.createElement("div"),n._renderer.updateRoot(n._container),n._container.setStyleProperty("display","block"),n._container.setStyleProperty("width","100%"),n._container.setStyleProperty("height","100%"),n._container,null!=n._container.nativeElement&&n._container.nativeElement,n._wrapper=n._renderer;var o=n.i;return n._chart=o,n._seriesAdapter=new r.CollectionAdapter(n.contentSeries,n.i.series,n.actualSeries,(function(e){return e.i}),(function(e){e.owner=n,e._provideRenderer(n._dataSource),e.provideData(n._dataSource),n.parentElement&&e._styling(n,n,n),n._ensureDefaultTooltip(e),n._ensureTooltipCreated(e)}),(function(e){e._provideRenderer(null),e.provideData(null)})),o.provideContainer(n._renderer),new MutationObserver((function(e){var i,r;try{for(var o=t.__values(e),a=o.next();!a.done;a=o.next()){"childList"==a.value.type&&n.updateContentChildren()}}catch(e){i={error:e}}finally{try{a&&!a.done&&(r=o.return)&&r.call(o)}finally{if(i)throw i.error}}})).observe(n,{childList:!0}),n._renderer.addSizeWatcher((function(){n.notifyContainerResized()})),n}return t.__extends(n,e),Object.defineProperty(n.prototype,"height",{get:function(){return this._height},set:function(e){this._height=e,this.style.height=e,this.notifyContainerResized()},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"width",{get:function(){return this._width},set:function(e){this._width=e,this.style.width=e,this.notifyContainerResized()},enumerable:!0,configurable:!0}),n.prototype.notifyContainerResized=function(){this._chart.notifyContainerResized()},Object.defineProperty(n.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:!0,configurable:!0}),Object.defineProperty(n.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 r.NotifyCollectionChangedAction.Add:e._seriesAdapter.addManualItem(i.newItems.item(0));break;case r.NotifyCollectionChangedAction.Remove:e._seriesAdapter.removeManualItemAt(i.oldStartingIndex);break;case r.NotifyCollectionChangedAction.Replace:e._seriesAdapter.removeManualItemAt(i.oldStartingIndex),e._seriesAdapter.insertManualItem(i.newStartingIndex,i.newItems.item(0));break;case r.NotifyCollectionChangedAction.Reset:e._seriesAdapter.clearManualItems()}})),this._series=t}return this._series},enumerable:!0,configurable:!0}),n.prototype.destroy=function(){this._chart.destroy(),this._wrapper.destroy()},n.prototype.createImplementation=function(){return new f},Object.defineProperty(n.prototype,"dataSource",{get:function(){return this._dataSource},set:function(e){this._dataSource=e,this.bindData()},enumerable:!0,configurable:!0}),n.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)},n.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()},n.prototype.disconnectedCallback=function(){this._disconnected=!0,this.i&&this.i.onDetachedFromUI()},n.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()},n.prototype.afterContentInit=function(){var e=this;if(r.TypeRegistrar.isRegistered("IgcDataChartDefaultTooltipsComponent")){var t=r.TypeRegistrar.create("IgcDataChartDefaultTooltipsComponent");this._defaultTooltips=t,t.onContentReady=function(){e._onDefaultTooltipsReady(t)}}this.i.notifyContainerResized()},n.prototype._ensureTooltipCreated=function(e){var t=this;e._ensureTooltipCreated((function(){return t.createTooltip()}),(function(e){var i=new r.WebComponentWrapper(e,t._renderer);return i.updateToolTip=e.updateToolTip,i.hideToolTip=e.hideToolTip,i}))},n.prototype._ensureDefaultTooltip=function(e){null!=this._defaultTooltips&&this._defaultTooltips.ensureDefaultTooltip(e)},n.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])},n.prototype.createTooltip=function(){if(!r.TypeRegistrar.isRegistered("IgcTooltipContainerComponent"))return null;var e=r.TypeRegistrar.create("IgcTooltipContainerComponent"),t=e,i=this;return t.updateToolTip=function(n,o){if(n.externalObject)n=n.externalObject;else{var a=new r.IgcDataContext;a._implementation=n,n=a}return o?n.isSubContent=!0:t.parentElement!=i._container.getNativeElement()&&(null!=t.parentElement&&t.parentElement.removeChild(t),i._container.getNativeElement().appendChild(t)),e.context=n,t.style.display="block",!0},t.hideToolTip=function(){t.style.display="none"},t.style.display="none",e},Object.defineProperty(n.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:!0,configurable:!0}),Object.defineProperty(n.prototype,"i",{get:function(){return this._implementation},enumerable:!0,configurable:!0}),Object.defineProperty(n,"observedAttributes",{get:function(){if(null==n._observedAttributesIgcGeographicMapComponent){for(var e=r.getAllPropertyNames(n),t=0;t<e.length;t++)e[t]=r.toSpinal(e[t]);n._observedAttributesIgcGeographicMapComponent=e}return n._observedAttributesIgcGeographicMapComponent},enumerable:!0,configurable:!0}),n.register=function(){n._isElementRegistered||(n._isElementRegistered=!0,r.RegisterElementHelper.registerElement(n.htmlTagName,n))},Object.defineProperty(n.prototype,"zoomable",{get:function(){return this.i.ue},set:function(e){this.i.ue=r.ensureBool(e),this._a("zoomable",this.i.ue)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"resizeBehavior",{get:function(){return this.i.t7},set:function(e){this.i.t7=r.ensureEnum(o,e),this._a("resizeBehavior",r.enumToString(o,this.i.t7))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"isHorizontalWrappingEnabled",{get:function(){return this.i.ub},set:function(e){this.i.ub=r.ensureBool(e),this._a("isHorizontalWrappingEnabled",this.i.ub)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"backgroundTilingMode",{get:function(){return this.i.t3},set:function(e){this.i.t3=r.ensureEnum(s,e),this._a("backgroundTilingMode",r.enumToString(s,this.i.t3))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"useWorldRectForZoomBounds",{get:function(){return this.i.ud},set:function(e){this.i.ud=r.ensureBool(e),this._a("useWorldRectForZoomBounds",this.i.ud)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"suppressZoomResetOnWorldRectChange",{get:function(){return this.i.uc},set:function(e){this.i.uc=r.ensureBool(e),this._a("suppressZoomResetOnWorldRectChange",this.i.uc)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"worldRect",{get:function(){return r.fromRect(this.i.v9)},set:function(e){this.i.v9=r.toRect(e),this._a("worldRect",r.rectToString(this.i.v9))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"actualWorldRect",{get:function(){return r.fromRect(this.i.vx)},set:function(e){this.i.vx=r.toRect(e),this._a("actualWorldRect",r.rectToString(this.i.vx))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"xAxis",{get:function(){var e=this.i.tw;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.tw=null==e?null:e.i},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"yAxis",{get:function(){var e=this.i.ty;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.ty=null==e?null:e.i},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"isMap",{get:function(){return this.i.ej},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"windowScale",{get:function(){return this.i.uj},set:function(e){this.i.uj=+e,this._a("windowScale",this.i.uj)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"actualWindowScale",{get:function(){return this.i.ui},set:function(e){this.i.ui=+e,this._a("actualWindowScale",this.i.ui)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"zoomIsReady",{get:function(){return this.i.uf},enumerable:!0,configurable:!0}),n.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)},n.prototype._styling=function(t,i,r){e.prototype._styling.call(this,t,i,r),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},n.prototype.getCurrentActualWorldRect=function(){var e=this.i.v1();return r.fromRect(e)},n.prototype.getZoomRectFromGeoRect=function(e){var t=this.i.getZoomRectFromGeoRect(r.toRect(e));return r.fromRect(t)},n.prototype.updateZoomWindow=function(e){this.i.vd(r.toRect(e))},n.prototype.updateWorldRect=function(e){this.i.vc(r.toRect(e))},n.prototype.getZoomFromGeographicRect=function(e){var t=this.i.getZoomFromGeographicRect(r.toRect(e));return r.fromRect(t)},n.prototype.convertGeographicToZoom=function(e,t){var i=this.i.vy(r.toRect(e),t);return r.fromRect(i)},n.prototype.getZoomFromGeographicPoints=function(e,t){var i=this.i.getZoomFromGeographicPoints(r.toPoint(e),r.toPoint(t));return r.fromRect(i)},n.prototype.getGeographicFromZoom=function(e){var t=this.i.v3(r.toRect(e));return r.fromRect(t)},n.prototype.getGeographicPoint=function(e){var t=this.i.vp(r.toPoint(e));return r.fromPoint(t)},n.prototype.getPixelPoint=function(e){var t=this.i.vq(r.toPoint(e));return r.fromPoint(t)},n.prototype.getWindowPoint=function(e){var t=this.i.vr(r.toPoint(e));return r.fromPoint(t)},n.prototype.clearTileCache=function(){this.i.u0()},n.prototype.styleUpdated=function(){this.i.u8()},n.prototype.getActualWindowScaleHorizontal=function(){return this.i.gm()},n.prototype.getActualWindowScaleVertical=function(){return this.i.gn()},n.prototype.deferredRefresh=function(){this.i.deferredRefresh()},n.prototype.exportVisualData=function(){return this.i.um()},n.prototype.zoomToGeographic=function(e){this.i.vf(r.toRect(e))},Object.defineProperty(n.prototype,"imageTilesReady",{get:function(){return this._imageTilesReady},set:function(e){var t=this;null!==this._imageTilesReady_wrapped&&(this.i.imageTilesReady=r.delegateRemove(this.i.imageTilesReady,this._imageTilesReady_wrapped),this._imageTilesReady_wrapped=null,this._imageTilesReady=null),this._imageTilesReady=e,this._imageTilesReady_wrapped=function(e,i){var r=new C;r._provideImplementation(i),t.beforeImageTilesReady&&t.beforeImageTilesReady(t,r),t._imageTilesReady&&t._imageTilesReady(t,r)},this.i.imageTilesReady=r.delegateCombine(this.i.imageTilesReady,this._imageTilesReady_wrapped)},enumerable:!0,configurable:!0}),n._observedAttributesIgcGeographicMapComponent=null,n.htmlTagName="igc-geographic-map",n._isElementRegistered=!1,n}(i.IgcSeriesViewerComponent),w=function(e){function i(t){var i=e.call(this)||this;if(t)for(var r=0;r<t.length;r++)i.add(t[r]);return i}return t.__extends(i,e),i.prototype._createInnerColl=function(){var e=new r.SyncableObservableCollection$2(r.String_$type,r.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}(r.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=r.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()}return e.prototype.createImplementation=function(){return new u},Object.defineProperty(e.prototype,"i",{get:function(){return this._implementation},enumerable:!0,configurable:!0}),e.prototype.onImplementationCreated=function(){},e.prototype._provideImplementation=function(e){this._implementation=e,this._implementation.externalObject=this,this.onImplementationCreated()},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()}return e.prototype.createImplementation=function(){return null},Object.defineProperty(e.prototype,"i",{get:function(){return this._implementation},enumerable:!0,configurable:!0}),e._createFromInternal=function(e){if(!e)return null;if(!e.$type)return null;var t="Igc"+e.$type.name+"Component";return r.TypeRegistrar.isRegistered(t)?r.TypeRegistrar.create(t):null},e.prototype.onImplementationCreated=function(){},e.prototype._provideImplementation=function(e){this._implementation=e,this._implementation.externalObject=this,this.onImplementationCreated()},Object.defineProperty(e.prototype,"deferralHandler",{get:function(){return this.i.deferralHandler},set:function(e){this.i.deferralHandler=e},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"windowRect",{get:function(){return r.fromRect(this.i.windowRect)},set:function(e){this.i.windowRect=r.toRect(e)},enumerable:!0,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:!0,configurable:!0}),Object.defineProperty(e.prototype,"referer",{get:function(){return this.i.referer},set:function(e){this.i.referer=e},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"isHorizontalWrappingEnabled",{get:function(){return this.i.isHorizontalWrappingEnabled},set:function(e){this.i.isHorizontalWrappingEnabled=r.ensureBool(e)},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"userAgent",{get:function(){return this.i.userAgent},set:function(e){this.i.userAgent=e},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"opacity",{get:function(){return this.i.opacity},set:function(e){this.i.opacity=+e},enumerable:!0,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=r.delegateRemove(this.i.imageTilesReady,this._imageTilesReady_wrapped),this._imageTilesReady_wrapped=null,this._imageTilesReady=null),this._imageTilesReady=e,this._imageTilesReady_wrapped=function(e,i){var r=new C;r._provideImplementation(i),t.beforeImageTilesReady&&t.beforeImageTilesReady(t,r),t._imageTilesReady&&t._imageTilesReady(t,r)},this.i.imageTilesReady=r.delegateCombine(this.i.imageTilesReady,this._imageTilesReady_wrapped)},enumerable:!0,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=r.delegateRemove(this.i.imagesChanged,this._imagesChanged_wrapped),this._imagesChanged_wrapped=null,this._imagesChanged=null),this._imagesChanged=e,this._imagesChanged_wrapped=function(e,i){var r=new I;r._provideImplementation(i),t.beforeImagesChanged&&t.beforeImagesChanged(t,r),t._imagesChanged&&t._imagesChanged(t,r)},this.i.imagesChanged=r.delegateCombine(this.i.imagesChanged,this._imagesChanged_wrapped)},enumerable:!0,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=r.delegateRemove(this.i.cancellingImage,this._cancellingImage_wrapped),this._cancellingImage_wrapped=null,this._cancellingImage=null),this._cancellingImage=e,this._cancellingImage_wrapped=function(e,i){var n=new r.IgcCancellingMultiScaleImageEventArgs;n._provideImplementation(i),t.beforeCancellingImage&&t.beforeCancellingImage(t,n),t._cancellingImage&&t._cancellingImage(t,n)},this.i.cancellingImage=r.delegateCombine(this.i.cancellingImage,this._cancellingImage_wrapped)},enumerable:!0,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=r.delegateRemove(this.i.downloadingImage,this._downloadingImage_wrapped),this._downloadingImage_wrapped=null,this._downloadingImage=null),this._downloadingImage=e,this._downloadingImage_wrapped=function(e,i){var n=new r.IgcDownloadingMultiScaleImageEventArgs;n._provideImplementation(i),t.beforeDownloadingImage&&t.beforeDownloadingImage(t,n),t._downloadingImage&&t._downloadingImage(t,n)},this.i.downloadingImage=r.delegateCombine(this.i.downloadingImage,this._downloadingImage_wrapped)},enumerable:!0,configurable:!0}),e}(),$=function(e){function i(t){for(var i=[],n=1;n<arguments.length;n++)i[n-1]=arguments[n];var o=this;switch(t=null==t?0:t){case 0:o=e.call(this,r.String_$type,0)||this;break;case 1:var a=i[0];o=e.call(this,r.String_$type,1,a)||this}return o}return t.__extends(i,e),i.$t=r.markType(i,"SubDomainsCollection",r.ObservableCollection$1.$.specialize(r.String_$type)),i}(r.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=r.markType(i,"BingMapsMapImageryView",d.$),i}(d),R=function(e){function i(){var t=e.call(this,new r.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:!0,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:!0,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:!0,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:!0,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:!0,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!(r.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?r.Uri.isWellFormedUriString(this.bingImageryRestUri,1)&&(t=this.bingImageryRestUri):r.Uri.isWellFormedUriString(this.actualBingImageryRestUri,1)&&(t=this.actualBingImageryRestUri),null!=t){var i=this.imageryStyle,n=(t+=r.enumGetBox(M,i))+"?"+("key="+this.apiKey+"&include=ImageryProviders");this._pendingBingRequest_=r.HttpRequestUtil.submit(n,this.getResponseCompleted,null)}else this.cp("",null)}},i.prototype.getResponseCompleted=function(e,t){if(t==this._pendingBingRequest_){this._pendingBingRequest_=null;var i=e,n=JSON.parse(i).resourceSets;if(null!=n){var o=n.length>0?n[0].resources:null;if(null!=o&&0!=o.length){for(var a=o[0].imageUrl,s=new r.List$1(r.String_$type,0),l=0;l<o[0].imageUrlSubdomains.length;l++)s.add(o[0].imageUrlSubdomains[l]);this.cp(a,s)}}}},i.prototype.ci=function(e,t){this.aj.e(),this.cq(),this.cm(i.$$p[4],this.actualSubDomains,this.actualSubDomains)},i.prototype.cm=function(t,n,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=r.delegateRemove(s.collectionChanged,r.runOn(this,this.ci))}this.actualSubDomains=a,null!=this.actualSubDomains&&(a.collectionChanged=r.delegateCombine(a.collectionChanged,r.runOn(this,this.ci))),this.bp.n(),this.aj.e();break;case"ActualTilePath":var l=o;r.stringIsNullOrEmpty(l)&&this.cq();break;case"BingImageryRestUri":this.actualBingImageryRestUri=o,this.cj(),this.cq();break;case"ActualBingImageryRestUri":this.cj(),this.cq()}e.prototype.ba.call(this,t,n,o)},i.$t=r.markType(i,"BingMapsMapImagery",y.$),i.cc="http://dev.virtualearth.net/REST/v1/Imagery/Metadata/",i.$$p=r.markDep(r.DependencyProperty,r.PropertyMetadata,i,"cm",["ApiKey",[2,r.stringEmpty()],"CultureName",[2,"en-US"],"ImageryStyle",[M,r.enumGetBox(M,1)],"IsDeferredLoad",[0,!1],"SubDomains",[$.$,null],"TilePath",[2,null]]),i}(y),j=function(e){function i(){var t=e.call(this)||this;return t._subDomains=null,t._actualSubDomains=null,t}return t.__extends(i,e),i.prototype.createImplementation=function(){return new R},Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"isInitialized",{get:function(){return this.i.isInitialized},set:function(e){this.i.isInitialized=r.ensureBool(e)},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"isDeferredLoad",{get:function(){return this.i.isDeferredLoad},set:function(e){this.i.isDeferredLoad=r.ensureBool(e)},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"tilePath",{get:function(){return this.i.tilePath},set:function(e){this.i.tilePath=e},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"actualTilePath",{get:function(){return this.i.actualTilePath},set:function(e){this.i.actualTilePath=e},enumerable:!0,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 r.SyncableObservableCollection$1(r.String_$type),n=this.i.subDomains;n||(n=new $(0)),i._inner=n,i.clear(),this._subDomains._setSyncTarget(i),this.i.subDomains=n},enumerable:!0,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 r.SyncableObservableCollection$1(r.String_$type),n=this.i.actualSubDomains;n||(n=new $(0)),i._inner=n,i.clear(),this._actualSubDomains._setSyncTarget(i),this.i.actualSubDomains=n},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"bingImageryRestUri",{get:function(){return this.i.bingImageryRestUri},set:function(e){this.i.bingImageryRestUri=e},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"actualBingImageryRestUri",{get:function(){return this.i.actualBingImageryRestUri},set:function(e){this.i.actualBingImageryRestUri=e},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"cultureName",{get:function(){return this.i.cultureName},set:function(e){this.i.cultureName=e},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"apiKey",{get:function(){return this.i.apiKey},set:function(e){this.i.apiKey=e},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"imageryStyle",{get:function(){return this.i.imageryStyle},set:function(e){this.i.imageryStyle=r.ensureEnum(M,e)},enumerable:!0,configurable:!0}),i.prototype.requestMapSettings=function(){this.i.requestMapSettings()},i}(T),x=function(){function e(){}return e.register=function(){r.TypeRegistrar.registerCons("IgcBingMapsMapImagery",j),r.TypeRegistrar.register("BingMapsMapImagery",R.$type)},e}(),A=function(e){function i(){return e.call(this)||this}return t.__extends(i,e),i.prototype.createImplementation=function(){return new _},Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"tilePath",{get:function(){return this.i.tilePath},set:function(e){this.i.tilePath=e},enumerable:!0,configurable:!0}),i}(T),G=function(){function e(){}return e.register=function(){r.TypeRegistrar.registerCons("IgcOpenStreetMapImagery",A),r.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:!0,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=r.delegateRemove(this.i.getTileImageUri,this._getTileImageUri_wrapped),this._getTileImageUri_wrapped=null,this._getTileImageUri=null),this._getTileImageUri=e,this._getTileImageUri_wrapped=function(e,i){var n=new r.IgcGetTileImageUriArgs;n._provideImplementation(i),t.beforeGetTileImageUri&&t.beforeGetTileImageUri(t,n),t._getTileImageUri&&t._getTileImageUri(t,n)},this.i.getTileImageUri=r.delegateCombine(this.i.getTileImageUri,this._getTileImageUri_wrapped)},enumerable:!0,configurable:!0}),i}(T),D=function(e){function i(t){var i=e.call(this,t)||this;return i.getTileImageUri=null,t.getTileImageUri=r.delegateCombine(t.getTileImageUri,r.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=r.markType(i,"CustomMapImagery",y.$),i}(y),E=function(){function e(){}return e.register=function(){r.TypeRegistrar.registerCons("IgcCustomMapImagery",B),r.TypeRegistrar.register("CustomMapImagery",D.$type)},e}(),N=function(e){function i(){var t=e.call(this,new r.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:!0,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:!0,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:!0,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:!0,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:!0,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:!0,configurable:!0}),Object.defineProperty(i.prototype,"tokenGenerationEndPoint",{get:function(){return this.bu},set:function(e){this.bu=e,this.b8(!0)},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"refererUri",{get:function(){return this.bt},set:function(e){this.bt=e,this.b8(!0)},enumerable:!0,configurable:!0}),i.prototype.acquireNewToken=function(){this.b8(!0)},i.prototype.b9=function(e){e()},i.prototype.b8=function(e){if(r.stringIsNullOrEmpty(this.userToken)&&0==e)this.ci();else{var t=this.tokenGenerationEndPoint;if(r.stringIsNullOrEmpty(t))this.userToken="";else if("/"!=t.substr(t.length-1,1)&&(t+="/"),r.stringIsNullOrEmpty(this.refererUri))this.userToken="";else{var n=this.defaultTokenTimeout;if(n<1&&(n=1),t+=r.stringFormat1(i.bv,this.userName,this.password,this.refererUri,n),r.Uri.isWellFormedUriString(t,1)){var o=t;this._pendingTokenRequest_=r.HttpRequestUtil.submit(o,this.getResponseCompleted_TokenResponse,null)}else this.userToken=""}}},i.prototype.ci=function(){if(!r.stringIsNullOrEmpty(this.mapServerUri)){var e=this.mapServerUri;if("/"==e.substr(e.length-1,1)&&r.stringRemove(e,e.length-1,1),this.isMapPublic)e=r.stringFormat("{0}?f=json",e);else{if(r.stringIsNullOrEmpty(this.userToken))return;e=r.stringFormat("{0}?f=json&token={1}",e,this.userToken)}if(r.Uri.isWellFormedUriString(e,1)){var t=e;this._pendingMapServerRequest_=r.HttpRequestUtil.submit(t,this.getResponseCompleted_MapServerResponse,null)}}},i.prototype.getResponseCompleted_TokenResponse=function(e,t){if(t==this._pendingTokenRequest_){this._pendingTokenRequest_=null;var i=e,r=JSON.parse(i);if(null!=r){var n="";null!=r.token&&(n=r.token),this.userToken=n}}},i.prototype.getResponseCompleted_MapServerResponse=function(e,t){if(t==this._pendingMapServerRequest_){this._pendingMapServerRequest_=null;var i=e,r=JSON.parse(i);null!=r&&null!=r.tileInfo&&(this.ap.levelOfDetail=r.tileInfo.lods.length)}},i.prototype.cf=function(t,i,n){var o=this,a=r.typeCast(r.ArcGISOnlineTileSource.$,this.ap);switch(t){case"MapServerUri":null!=a&&(a.mapServerUri=r.typeCast(r.String_$type,n)),this.ci();break;case"UserName":case"Password":if(r.stringIsNullOrEmpty(this.userName)||r.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,n)},i.$t=r.markType(i,"ArcGISOnlineMapImagery",y.$),i.bv="generateToken?username={0}&password={1}&client=referer&referer={2}&expiration={3}&f=pjson",i.mapServerUriProperty=r.DependencyProperty.i("MapServerUri",r.String_$type,i.$,new r.PropertyMetadata(2,null,i.cd)),i.userNameProperty=r.DependencyProperty.i("UserName",r.String_$type,i.$,new r.PropertyMetadata(2,null,i.cg)),i.passwordProperty=r.DependencyProperty.i("Password",r.String_$type,i.$,new r.PropertyMetadata(2,null,i.ce)),i.userTokenProperty=r.DependencyProperty.i("UserToken",r.String_$type,i.$,new r.PropertyMetadata(2,null,i.ch)),i.isMapPublicProperty=r.DependencyProperty.i("IsMapPublic",r.Boolean_$type,i.$,new r.PropertyMetadata(2,!0,i.cc)),i}(y),V=function(e){function i(){return e.call(this)||this}return t.__extends(i,e),i.prototype.createImplementation=function(){return new N},Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"mapServerUri",{get:function(){return this.i.mapServerUri},set:function(e){this.i.mapServerUri=e},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"userName",{get:function(){return this.i.userName},set:function(e){this.i.userName=e},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"password",{get:function(){return this.i.password},set:function(e){this.i.password=e},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"userToken",{get:function(){return this.i.userToken},set:function(e){this.i.userToken=e},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"isMapPublic",{get:function(){return this.i.isMapPublic},set:function(e){this.i.isMapPublic=r.ensureBool(e)},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"defaultTokenTimeout",{get:function(){return this.i.defaultTokenTimeout},set:function(e){this.i.defaultTokenTimeout=+e},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"tokenGenerationEndPoint",{get:function(){return this.i.tokenGenerationEndPoint},set:function(e){this.i.tokenGenerationEndPoint=e},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"refererUri",{get:function(){return this.i.refererUri},set:function(e){this.i.refererUri=e},enumerable:!0,configurable:!0}),i.prototype.acquireNewToken=function(){this.i.acquireNewToken()},i}(T),U=function(){function e(){}return e.register=function(){r.TypeRegistrar.registerCons("IgcArcGISOnlineMapImagery",V),r.TypeRegistrar.register("ArcGISOnlineMapImagery",N.$type)},e}(),z=function(){function e(){}return e.register=function(){x.register(),G.register(),E.register(),U.register(),q.register(),r.TypeRegistrar.registerCons("IgcGeographicMapComponent",q)},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:!0,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=r.getAllPropertyNames(i),t=0;t<e.length;t++)e[t]=r.toSpinal(e[t]);i._observedAttributesIgcGeographicMapSeriesHostComponent=e}return i._observedAttributesIgcGeographicMapSeriesHostComponent},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"isGeographic",{get:function(){return this.i.dw},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"hasMarkers",{get:function(){return this.i.hasMarkers},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"visibleFromScale",{get:function(){return this.i.qc},set:function(e){this.i.qc=+e,this._a("visibleFromScale",this.i.qc)},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"coercionMethods",{get:function(){return this.i.coercionMethods},set:function(e){this.i.coercionMethods=e},enumerable:!0,configurable:!0}),i.prototype.notifyIndexedPropertiesChanged=function(){this.i.ln()},i.prototype.getItemValue=function(e,t){return this.i.hy(e,t)},i.prototype.getItem=function(e){return this.i.hv(r.toPoint(e))},i.prototype.getPreviousOrExactIndex=function(e,t){return this.i.hl(r.toPoint(e),t)},i.prototype.getNextOrExactIndex=function(e,t){return this.i.hj(r.toPoint(e),t)},i.prototype.getSeriesValue=function(e,t,i){return this.i.gl(r.toPoint(e),t,i)},i.prototype.getSeriesValuePosition=function(e,t,i){var n=this.i.pq(r.toPoint(e),t,i);return r.fromPoint(n)},i.prototype.getSeriesValueBoundingBox=function(e){var t=this.i.pz(r.toPoint(e));return r.fromRect(t)},i.prototype.getSeriesValueMarkerBoundingBox=function(e){var t=this.i.p1(r.toPoint(e));return r.fromRect(t)},i.prototype.getSeriesHighValue=function(e,t,i){return this.i.gh(r.toPoint(e),t,i)},i.prototype.getSeriesHighValuePosition=function(e,t,i){var n=this.i.pm(r.toPoint(e),t,i);return r.fromPoint(n)},i.prototype.getSeriesLowValue=function(e,t,i){return this.i.gj(r.toPoint(e),t,i)},i.prototype.getSeriesLowValuePosition=function(e,t,i){var n=this.i.po(r.toPoint(e),t,i);return r.fromPoint(n)},i.prototype.getSeriesValuePositionFromSeriesPixel=function(e,t,i){var n=this.i.pr(r.toPoint(e),t,i);return r.fromPoint(n)},i.prototype.getSeriesValueFromSeriesPixel=function(e,t,i){return this.i.gm(r.toPoint(e),t,i)},i.prototype.getItemSpan=function(){return this.i.gc()},i.prototype.renderSeries=function(e){this.i.ml(e)},i.prototype.styleUpdated=function(){this.i.mv()},i._observedAttributesIgcGeographicMapSeriesHostComponent=null,i}(i.IgcSeriesComponent),F=function(e){function n(){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(n,e),Object.defineProperty(n.prototype,"i",{get:function(){return this._implementation},enumerable:!0,configurable:!0}),n.prototype.connectedCallback=function(){e.prototype.connectedCallback&&e.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},n.prototype.disconnectedCallback=function(){e.prototype.disconnectedCallback&&e.prototype.disconnectedCallback.call(this),this.i.disconnectedCallback&&this.i.disconnectedCallback(),this._attached&&(this._attached=!1)},Object.defineProperty(n,"observedAttributes",{get:function(){if(null==n._observedAttributesIgcGeographicShapeSeriesBaseComponent){for(var e=r.getAllPropertyNames(n),t=0;t<e.length;t++)e[t]=r.toSpinal(e[t]);n._observedAttributesIgcGeographicShapeSeriesBaseComponent=e}return n._observedAttributesIgcGeographicShapeSeriesBaseComponent},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"shapeDataSource",{get:function(){return this._shapeDataSource},set:function(e){this._shapeDataSource=e,this.updateShapeDataSource()},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"databaseSource",{get:function(){return this._databaseSource},set:function(e){this._databaseSource=e,this.updateShapeDataSource()},enumerable:!0,configurable:!0}),n.prototype.onUpdateDataSource=function(e){var t=this;return null==this._onImportCompleted&&(this._onImportCompleted=function(e,i){if(t._currData){t._currData.i.importCompleted=r.delegateRemove(t._currData.i.importCompleted,t._onImportCompleted);var n=t._currData;t._currData=null,t.i.itemsSource=n.getPointData()}}),e&&e.getPointData?e.count>0?e.getPointData():(this._currData=e,this._currData.i.importCompleted=r.delegateCombine(this._currData.i.importCompleted,this._onImportCompleted),null):e},n.prototype.updateShapeDataSource=function(){null==this._cachedShapeDataSource&&(this._cachedShapeDataSource=new r.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()},n.prototype.onShapeDataSourceImportCompleted=function(e,t){this.dataSource=this._cachedShapeDataSource.getPointData()},Object.defineProperty(n.prototype,"shapeMemberPath",{get:function(){return this.i.q3},set:function(e){this.i.q3=e},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"isCustomShapeStyleAllowed",{get:function(){return this.i.qs},set:function(e){this.i.qs=r.ensureBool(e),this._a("isCustomShapeStyleAllowed",this.i.qs)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"isCustomShapeMarkerStyleAllowed",{get:function(){return this.i.qr},set:function(e){this.i.qr=r.ensureBool(e),this._a("isCustomShapeMarkerStyleAllowed",this.i.qr)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"itemSearchMode",{get:function(){return this.i.qk},set:function(e){this.i.qk=r.ensureEnum(i.ShapeItemSearchMode_$type,e),this._a("itemSearchMode",r.enumToString(i.ShapeItemSearchMode_$type,this.i.qk))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"itemSearchThreshold",{get:function(){return this.i.qv},set:function(e){this.i.qv=+e,this._a("itemSearchThreshold",this.i.qv)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"itemSearchPointsThreshold",{get:function(){return this.i.qu},set:function(e){this.i.qu=+e,this._a("itemSearchPointsThreshold",this.i.qu)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"shapefileDataSource",{get:function(){var e=this.i.qn;if(null==e)return null;if(!e.externalObject){var t=new r.IgcShapeDataSource;t.i.setNativeElement?t.i.setNativeElement(e):t._implementation=e,e.externalObject=t}return e.externalObject},set:function(e){this.i.qn=null==e?null:e.i},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"shapeFilterResolution",{get:function(){return this.i.qt},set:function(e){this.i.qt=+e,this._a("shapeFilterResolution",this.i.qt)},enumerable:!0,configurable:!0}),n.prototype.findByName=function(t){var i=e.prototype.findByName.call(this,t);return i||(this.shapefileDataSource&&this.shapefileDataSource.name&&this.shapefileDataSource.name==t?this.shapefileDataSource:null)},Object.defineProperty(n.prototype,"assigningShapeStyle",{get:function(){return this._assigningShapeStyle},set:function(e){var t=this;null!==this._assigningShapeStyle_wrapped&&(this.i.assigningShapeStyle=r.delegateRemove(this.i.assigningShapeStyle,this._assigningShapeStyle_wrapped),this._assigningShapeStyle_wrapped=null,this._assigningShapeStyle=null),this._assigningShapeStyle=e,this._assigningShapeStyle_wrapped=function(e,r){var n=new i.IgcAssigningShapeStyleEventArgs;n._provideImplementation(r),t.beforeAssigningShapeStyle&&t.beforeAssigningShapeStyle(t,n),t._assigningShapeStyle&&t._assigningShapeStyle(t,n)},this.i.assigningShapeStyle=r.delegateCombine(this.i.assigningShapeStyle,this._assigningShapeStyle_wrapped)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"assigningShapeMarkerStyle",{get:function(){return this._assigningShapeMarkerStyle},set:function(e){var t=this;null!==this._assigningShapeMarkerStyle_wrapped&&(this.i.assigningShapeMarkerStyle=r.delegateRemove(this.i.assigningShapeMarkerStyle,this._assigningShapeMarkerStyle_wrapped),this._assigningShapeMarkerStyle_wrapped=null,this._assigningShapeMarkerStyle=null),this._assigningShapeMarkerStyle=e,this._assigningShapeMarkerStyle_wrapped=function(e,r){var n=new i.IgcAssigningShapeMarkerStyleEventArgs;n._provideImplementation(r),t.beforeAssigningShapeMarkerStyle&&t.beforeAssigningShapeMarkerStyle(t,n),t._assigningShapeMarkerStyle&&t._assigningShapeMarkerStyle(t,n)},this.i.assigningShapeMarkerStyle=r.delegateCombine(this.i.assigningShapeMarkerStyle,this._assigningShapeMarkerStyle_wrapped)},enumerable:!0,configurable:!0}),n._observedAttributesIgcGeographicShapeSeriesBaseComponent=null,n}(L),H=function(e){function n(){var t=null!==e&&e.apply(this,arguments)||this;return t.qq=!1,t.qp=!1,t.assigningShapeStyle=null,t.assigningShapeMarkerStyle=null,t.qm=null,t.qo=!1,t}return t.__extends(n,e),n.prototype.bx=function(){return new W(this)},n.prototype.l2=function(t){e.prototype.l2.call(this,t),this.ql=t},n.prototype.get_dy=function(){return!0},n.prototype.get_c2=function(){return!0},n.prototype.l7=function(t,i,o,a){switch(e.prototype.l7.call(this,t,i,o,a),i){case"SeriesViewer":this.ql.cf();break;case"ShapeMemberPath":this.ql.ch();break;case n.$$p[5]:this.ql.cg();break;case n.$$p[1]:if(this.qa.q9=this.qs,this.qq=this.qs,this.qs){var s=this.qa;s.assigningShapeStyle=r.delegateCombine(s.assigningShapeStyle,r.runOn(this,this.q6))}else{var l=this.qa;l.assigningShapeStyle=r.delegateRemove(l.assigningShapeStyle,r.runOn(this,this.q6))}break;case n.$$p[0]:if(this.qa.q8=this.qr,this.qp=this.qr,this.qs){var c=this.qa;c.assigningShapeMarkerStyle=r.delegateCombine(c.assigningShapeMarkerStyle,r.runOn(this,this.q5))}else{var h=this.qa;h.assigningShapeMarkerStyle=r.delegateRemove(h.assigningShapeMarkerStyle,r.runOn(this,this.q5))}break;case n.$$p[2]:this.qa.qv=this.qk;break;case n.$$p[3]:this.qa.rq=this.qu;break;case n.$$p[4]:this.qa.rr=this.qv;break;case"ShapefileDataSource":if(null!=o){var u=o;this.qo&&(u.importCompleted=r.delegateRemove(u.importCompleted,r.runOn(this,this.q7)))}if(null!=a){var p=a;if(p.count>0){this.q8();break}this.qo=!0,p.importCompleted=r.delegateCombine(p.importCompleted,r.runOn(this,this.q7))}}},n.prototype.q6=function(e,t){null!=this.assigningShapeStyle&&this.assigningShapeStyle(this,t)},n.prototype.q5=function(e,t){null!=this.assigningShapeMarkerStyle&&this.assigningShapeMarkerStyle(this,t)},n.prototype.q7=function(e,t){this.q8()},n.prototype.q8=function(){var e=this.qn.externalObject;this.itemsSource=e.getPointData()},Object.defineProperty(n.prototype,"qn",{get:function(){return this.qm},set:function(e){var t=this.qm;this.qm=e,t!=this.qm&&this.raisePropertyChanged("ShapefileDataSource",t,this.qm)},enumerable:!0,configurable:!0}),n.prototype.get_e5=function(){return!0},n.prototype.set_e5=function(t){e.prototype.set_e5.call(this,t)},n.$t=r.markType(n,"GeographicShapeSeriesBase",p.$),n.$$p=r.markDep(r.DependencyProperty,r.PropertyMetadata,n,"raisePropertyChanged",["IsCustomShapeMarkerStyleAllowed:qr:q9",[0,!1],"IsCustomShapeStyleAllowed:qs:ra",[0,!1],"ItemSearchMode:qk:rb",[i.ShapeItemSearchMode_$type,r.enumGetBox(i.ShapeItemSearchMode_$type,0)],"ItemSearchPointsThreshold:qu:rc",[1,1e4],"ItemSearchThreshold:qv:rd",[1,1e4],"ShapeFilterResolution:qt:re",[1,2],"ShapeMemberPath:q3:rf",[2,"points"]]),n}(p),W=function(e){function i(t){var i=e.call(this,t)||this;return i.ce=null,i.ce=t,i}return t.__extends(i,e),i.prototype.b2=function(){e.prototype.b2.call(this),this.ce.qa.r1=this.ce.q3},i.prototype.cf=function(){var e=this.ce.qa;if(null==this.ce.cd)return e.qp=null,void(e.qr=null);e.qp=this.ce.cd.tw,e.qr=this.ce.cd.ty},i.prototype.ch=function(){this.ce.qa.r1=this.ce.q3},i.prototype.cg=function(){this.ce.qa.rn=this.ce.qt},i.$t=r.markType(i,"GeographicShapeSeriesBaseView",g.$),i}(g),X=function(e){function n(t){var i=e.call(this,t)||this;return i.ci=null,i.ci=t,i.q||(i.ci.q3="points"),i}return t.__extends(n,e),n.prototype.as=function(){e.prototype.as.call(this),this.q||(this.ci.sn=i.Defaults.aj,this.ci.g1=i.Defaults.p,this.ci.rm=i.Defaults.o,this.ci.rj=i.Defaults.d,this.ci.rh=i.Defaults.a)},n.prototype.b2=function(){e.prototype.b2.call(this),this.ci.qa.uh=this.ci.sp,this.ci.qa.ta=this.ci.rk,this.ci.qa.tw=this.ci.r5,this.ci.qa.td=this.ci.rm,this.ci.qa.sw=this.ci.rg},n.prototype.cn=function(){this.ci.qa.tw=this.ci.r5},n.prototype.cp=function(){this.ci.qa.td=this.ci.rm},n.prototype.ck=function(){this.ci.qa.sw=this.ci.rg},n.prototype.co=function(){this.ci.qa.s5=this.ci.rj},n.prototype.cj=function(){this.ci.qa.ud=this.ci.sm},n.prototype.cl=function(){this.ci.qa.ue=this.ci.sn},n.prototype.cm=function(){this.ci.qa.ug=this.ci.so},n.prototype.cq=function(){this.ci.qa.ta=this.ci.rk},n.prototype.cr=function(){this.ci.qa.uh=this.ci.sp},n.$t=r.markType(n,"GeographicShapeSeriesView",W.$),n}(W),Y=function(e){function n(){var t=e.call(this)||this;return t.styleShape=null,t.ab=n.$,t}return t.__extends(n,e),n.prototype.get_d8=function(){return!0},n.prototype.bx=function(){return new X(this)},n.prototype.l2=function(t){e.prototype.l2.call(this,t),this.rl=t},n.prototype.p9=function(){var e=new i.ScatterPolygonSeries;return e.styleShape=r.delegateCombine(e.styleShape,r.runOn(this,this.r2)),e.propertyUpdated=r.delegateCombine(e.propertyUpdated,r.runOn(this,this.r3)),e},n.prototype.r2=function(e,t){null!=this.styleShape&&this.styleShape(this,t)},n.prototype.r3=function(e,t){r.typeCast(i.ScatterPolygonSeries.$,this.qa)},n.prototype.f4=function(){return this.rm},n.prototype.pa=function(){return this.sk},n.prototype.pb=function(){return this.sl},n.prototype.nh=function(){return this.r4},n.prototype.i0=function(){var e=r.typeCast(i.ScatterPolygonSeries.$,this.qa);return null==e?"Unknown":e.i0()},n.prototype.l7=function(t,i,r,o){switch(e.prototype.l7.call(this,t,i,r,o),i){case n.$$p[6]:this.qa.s3=this.ri;break;case n.$$p[5]:this.qa.sz=this.rh;break;case n.$$p[9]:this.rl.cn();break;case n.$$p[10]:this.rl.cp();break;case n.$$p[4]:this.rl.ck();break;case n.$$p[11]:this.rl.co();break;case n.$$p[3]:this.rl.cj();break;case n.$$p[7]:this.rl.cl();break;case n.$$p[8]:this.rl.cm();break;case n.$$p[13]:this.rl.cq();break;case n.$$p[12]:this.rl.cr()}},n.prototype.gx=function(){return.7},n.$t=r.markType(n,"GeographicShapeSeries",H.$),n.$$p=r.markDep(r.DependencyProperty,r.PropertyMetadata,n,"raisePropertyChanged",["ActualMarkerBrush:sk:r6",[r.Brush.$],"ActualMarkerOutline:sl:r7",[r.Brush.$],"ActualMarkerTemplate:r4:r8",[r.DataTemplate.$,null],"MarkerBrush:sm:r9",[r.Brush.$],"MarkerCollisionAvoidance:rg:sa",[i.CollisionAvoidanceType_$type,r.enumGetBox(i.CollisionAvoidanceType_$type,0)],"MarkerFillMode:rh:sb",[i.MarkerFillMode_$type,r.enumGetBox(i.MarkerFillMode_$type,0)],"MarkerOutlineMode:ri:sc",[i.MarkerOutlineMode_$type,r.enumGetBox(i.MarkerOutlineMode_$type,0)],"MarkerOutline:sn:sd",[r.Brush.$],"MarkerStyle:so:se",[r.Style.$],"MarkerTemplate:r5:sf",[r.DataTemplate.$,null],"MarkerThickness:rm:sg",[1,r.DeviceUtils.g(2)],"MarkerType:rj:sh",[i.MarkerType_$type,r.enumGetBox(i.MarkerType_$type,2)],"ShapeStyle:sp:si",[r.Style.$,null],"ShapeStyleSelector:rk:sj",[i.StyleSelector.$,null]]),n}(H),Z=function(e){function n(){var t=e.call(this)||this;return t._styleShape=null,t._styleShape_wrapped=null,t}return t.__extends(n,e),n.prototype.createImplementation=function(){return new Y},Object.defineProperty(n.prototype,"i",{get:function(){return this._implementation},enumerable:!0,configurable:!0}),n.prototype.connectedCallback=function(){e.prototype.connectedCallback&&e.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},n.prototype.disconnectedCallback=function(){e.prototype.disconnectedCallback&&e.prototype.disconnectedCallback.call(this),this.i.disconnectedCallback&&this.i.disconnectedCallback(),this._attached&&(this._attached=!1)},Object.defineProperty(n,"observedAttributes",{get:function(){if(null==n._observedAttributesIgcGeographicShapeSeriesComponent){for(var e=r.getAllPropertyNames(n),t=0;t<e.length;t++)e[t]=r.toSpinal(e[t]);n._observedAttributesIgcGeographicShapeSeriesComponent=e}return n._observedAttributesIgcGeographicShapeSeriesComponent},enumerable:!0,configurable:!0}),n.register=function(){n._isElementRegistered||(n._isElementRegistered=!0,r.RegisterElementHelper.registerElement(n.htmlTagName,n))},Object.defineProperty(n.prototype,"isPolygon",{get:function(){return this.i.d8},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"shapeFill",{get:function(){return this.i.sp?this.i.sp.fill:null},set:function(e){this.ensureShapeStyle(),this.i.sp.fill=e},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"shapeStroke",{get:function(){return this.i.sp?this.i.sp.stroke:null},set:function(e){this.ensureShapeStyle(),this.i.sp.stroke=e},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"shapeStrokeThickness",{get:function(){return this.i.sp?this.i.sp.strokeThickness:NaN},set:function(e){this.ensureShapeStyle(),this.i.sp.strokeThickness=+e,this._a("shapeStrokeThickness",this.i.sp.strokeThickness)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"shapeOpacity",{get:function(){return this.i.sp?this.i.sp.opacity:NaN},set:function(e){this.ensureShapeStyle(),this.i.sp.opacity=+e,this._a("shapeOpacity",this.i.sp.opacity)},enumerable:!0,configurable:!0}),n.prototype.ensureShapeStyle=function(){this.i.sp||(this.i.sp=new r.Style)},Object.defineProperty(n.prototype,"markerType",{get:function(){return this.i.rj},set:function(e){this.i.rj=r.ensureEnum(i.MarkerType_$type,e),this._a("markerType",r.enumToString(i.MarkerType_$type,this.i.rj))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"markerOutlineMode",{get:function(){return this.i.ri},set:function(e){this.i.ri=r.ensureEnum(i.MarkerOutlineMode_$type,e),this._a("markerOutlineMode",r.enumToString(i.MarkerOutlineMode_$type,this.i.ri))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"markerFillMode",{get:function(){return this.i.rh},set:function(e){this.i.rh=r.ensureEnum(i.MarkerFillMode_$type,e),this._a("markerFillMode",r.enumToString(i.MarkerFillMode_$type,this.i.rh))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"markerTemplate",{get:function(){return this.i.r5},set:function(e){this.i.r5=e},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"markerBrush",{get:function(){return r.brushToString(this.i.sm)},set:function(e){this.i.sm=r.stringToBrush(e),this._a("markerBrush",r.brushToString(this.i.sm))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"markerOutline",{get:function(){return r.brushToString(this.i.sn)},set:function(e){this.i.sn=r.stringToBrush(e),this._a("markerOutline",r.brushToString(this.i.sn))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"markerThickness",{get:function(){return this.i.rm},set:function(e){this.i.rm=+e,this._a("markerThickness",this.i.rm)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"markerCollisionAvoidance",{get:function(){return this.i.rg},set:function(e){this.i.rg=r.ensureEnum(i.CollisionAvoidanceType_$type,e),this._a("markerCollisionAvoidance",r.enumToString(i.CollisionAvoidanceType_$type,this.i.rg))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"actualMarkerTemplate",{get:function(){return this.i.r4},set:function(e){this.i.r4=e},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"actualMarkerBrush",{get:function(){return r.brushToString(this.i.sk)},set:function(e){this.i.sk=r.stringToBrush(e),this._a("actualMarkerBrush",r.brushToString(this.i.sk))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"actualMarkerOutline",{get:function(){return r.brushToString(this.i.sl)},set:function(e){this.i.sl=r.stringToBrush(e),this._a("actualMarkerOutline",r.brushToString(this.i.sl))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"styleShape",{get:function(){return this._styleShape},set:function(e){var t=this;null!==this._styleShape_wrapped&&(this.i.styleShape=r.delegateRemove(this.i.styleShape,this._styleShape_wrapped),this._styleShape_wrapped=null,this._styleShape=null),this._styleShape=e,this._styleShape_wrapped=function(e,r){var n=new i.IgcStyleShapeEventArgs;n._provideImplementation(r),t.beforeStyleShape&&t.beforeStyleShape(t,n),t._styleShape&&t._styleShape(t,n)},this.i.styleShape=r.delegateCombine(this.i.styleShape,this._styleShape_wrapped)},enumerable:!0,configurable:!0}),n._observedAttributesIgcGeographicShapeSeriesComponent=null,n.htmlTagName="igc-geographic-shape-series",n._isElementRegistered=!1,n}(F),Q=function(){function e(){}return e.register=function(){i.IgcScatterPolygonSeriesModule.register(),Z.register(),r.TypeRegistrar.registerCons("IgcGeographicShapeSeriesComponent",Z),r.TypeRegistrar.register("GeographicShapeSeries",Y.$type)},e}(),K=function(e){function n(t){var i=e.call(this,t)||this;return i.ci=null,i.ci=t,i}return t.__extends(n,e),n.prototype.as=function(){e.prototype.as.call(this),this.q||(this.ci.g1=i.Defaults.n)},n.prototype.b2=function(){e.prototype.b2.call(this),this.ci.qa.sw=this.ci.rg,this.ci.qa.s1=this.ci.ro},n.prototype.cj=function(){this.ci.qa.sw=this.ci.rg},n.prototype.ck=function(){this.ci.qa.s1=this.ci.ro},n.$t=r.markType(n,"GeographicPolylineSeriesView",W.$),n}(W),J=function(e){function n(){var t=e.call(this)||this;return t.styleShape=null,t.ab=n.$,t}return t.__extends(n,e),n.prototype.get_d9=function(){return!0},n.prototype.bx=function(){return new K(this)},n.prototype.l2=function(t){e.prototype.l2.call(this,t),this.rh=t},n.prototype.p9=function(){var e=new i.ScatterPolylineSeries;return e.styleShape=r.delegateCombine(e.styleShape,r.runOn(this,this.rl)),e},n.prototype.rl=function(e,t){null!=this.styleShape&&this.styleShape(this,t)},n.prototype.l7=function(t,i,r,o){switch(e.prototype.l7.call(this,t,i,r,o),i){case n.$$p[1]:this.rh.cj();break;case n.$$p[0]:this.rh.ck()}},n.$t=r.markType(n,"GeographicPolylineSeries",H.$),n.$$p=r.markDep(r.DependencyProperty,r.PropertyMetadata,n,"raisePropertyChanged",["ShapeStyle:ro:rm",[r.Style.$,null],"ShapeStyleSelector:rg:rn",[i.StyleSelector.$,null]]),n}(H),ee=function(e){function n(){var t=e.call(this)||this;return t._styleShape=null,t._styleShape_wrapped=null,t}return t.__extends(n,e),n.prototype.createImplementation=function(){return new J},Object.defineProperty(n.prototype,"i",{get:function(){return this._implementation},enumerable:!0,configurable:!0}),n.prototype.connectedCallback=function(){e.prototype.connectedCallback&&e.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},n.prototype.disconnectedCallback=function(){e.prototype.disconnectedCallback&&e.prototype.disconnectedCallback.call(this),this.i.disconnectedCallback&&this.i.disconnectedCallback(),this._attached&&(this._attached=!1)},Object.defineProperty(n,"observedAttributes",{get:function(){if(null==n._observedAttributesIgcGeographicPolylineSeriesComponent){for(var e=r.getAllPropertyNames(n),t=0;t<e.length;t++)e[t]=r.toSpinal(e[t]);n._observedAttributesIgcGeographicPolylineSeriesComponent=e}return n._observedAttributesIgcGeographicPolylineSeriesComponent},enumerable:!0,configurable:!0}),n.register=function(){n._isElementRegistered||(n._isElementRegistered=!0,r.RegisterElementHelper.registerElement(n.htmlTagName,n))},Object.defineProperty(n.prototype,"isPolyline",{get:function(){return this.i.d9},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"shapeFill",{get:function(){return this.i.ro?this.i.ro.fill:null},set:function(e){this.ensureShapeStyle(),this.i.ro.fill=e},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"shapeStroke",{get:function(){return this.i.ro?this.i.ro.stroke:null},set:function(e){this.ensureShapeStyle(),this.i.ro.stroke=e},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"shapeStrokeThickness",{get:function(){return this.i.ro?this.i.ro.strokeThickness:NaN},set:function(e){this.ensureShapeStyle(),this.i.ro.strokeThickness=+e,this._a("shapeStrokeThickness",this.i.ro.strokeThickness)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"shapeOpacity",{get:function(){return this.i.ro?this.i.ro.opacity:NaN},set:function(e){this.ensureShapeStyle(),this.i.ro.opacity=+e,this._a("shapeOpacity",this.i.ro.opacity)},enumerable:!0,configurable:!0}),n.prototype.ensureShapeStyle=function(){this.i.ro||(this.i.ro=new r.Style)},Object.defineProperty(n.prototype,"styleShape",{get:function(){return this._styleShape},set:function(e){var t=this;null!==this._styleShape_wrapped&&(this.i.styleShape=r.delegateRemove(this.i.styleShape,this._styleShape_wrapped),this._styleShape_wrapped=null,this._styleShape=null),this._styleShape=e,this._styleShape_wrapped=function(e,r){var n=new i.IgcStyleShapeEventArgs;n._provideImplementation(r),t.beforeStyleShape&&t.beforeStyleShape(t,n),t._styleShape&&t._styleShape(t,n)},this.i.styleShape=r.delegateCombine(this.i.styleShape,this._styleShape_wrapped)},enumerable:!0,configurable:!0}),n._observedAttributesIgcGeographicPolylineSeriesComponent=null,n.htmlTagName="igc-geographic-polyline-series",n._isElementRegistered=!1,n}(F),te=function(){function e(){}return e.register=function(){i.IgcScatterPolylineSeriesModule.register(),ee.register(),r.TypeRegistrar.registerCons("IgcGeographicPolylineSeriesComponent",ee),r.TypeRegistrar.register("GeographicPolylineSeries",J.$type)},e}(),ie=function(e){function i(){var t=e.call(this,new r.TileGeneratorTileSource)||this;return t.downloadingImage=r.delegateCombine(t.downloadingImage,r.runOn(t,t.br)),t.cancellingImage=r.delegateCombine(t.cancellingImage,r.runOn(t,t.bq)),t}return t.__extends(i,e),i.prototype.bq=function(e,t){var i=t.uri.toString().split("/"),n=parseInt(r.stringReplace(i[3],"/","")),o=parseInt(r.stringReplace(i[4],"/","")),a=parseInt(r.stringReplace(r.stringReplace(i[5],"/",""),".png",""));null!=this.tileGenerator&&this.tileGenerator.cancelTile(n,o,a)},i.prototype.br=function(e,t){var i=this,n=t.uri.toString().split("/"),o=parseInt(r.stringReplace(n[3],"/","")),a=parseInt(r.stringReplace(n[4],"/","")),s=parseInt(r.stringReplace(r.stringReplace(n[5],"/",""),".png",""));t.uri=null;var l=t.image;null!=this.tileGenerator&&this.tileGenerator.getTile(o,a,s,(function(e,t){return i.deferralHandler.deferAction((function(){return l.src=t.url}))}),(function(e,t){}),(function(e,t){}),l)},i.$t=r.markType(i,"TileGeneratorMapImagery",y.$),i.$$p=r.markDep(r.DependencyProperty,r.PropertyMetadata,i,"ba",["TileGenerator",[r.ITileGenerator_$type,null]]),i}(y),re=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:!0,configurable:!0}),Object.defineProperty(i.prototype,"tileGenerator",{get:function(){return this.i.tileGenerator},set:function(e){this.i.tileGenerator=e},enumerable:!0,configurable:!0}),i}(T),ne=function(){function e(){}return e.register=function(){r.TypeRegistrar.registerCons("IgcTileGeneratorMapImagery",re),r.TypeRegistrar.register("TileGeneratorMapImagery",ie.$type)},e}(),oe=function(e){function n(){var t=e.call(this)||this;return t.sx=null,t.sw=null,t.imageTilesReady=null,t.s0=null,t.s1=!1,t.ab=n.$,t}return t.__extends(n,e),n.prototype.get_ej=function(){return!0},n.prototype.bx=function(){return new ae(this)},n.prototype.l2=function(t){e.prototype.l2.call(this,t),this.sv=t},n.prototype.get_rb=function(){return!1},Object.defineProperty(n.prototype,"sz",{get:function(){return this.sx},set:function(e){if(e!=this.sz){var t=this.sz;this.sx=e,this.raisePropertyChanged("TileImagery",t,e)}},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"sy",{get:function(){return this.sw},set:function(e){var t=this.sw;this.sw=e,this.raisePropertyChanged("ActualTileImagery",t,this.sw)},enumerable:!0,configurable:!0}),n.prototype.l7=function(t,i,n,o){var a,s;switch(e.prototype.l7.call(this,t,i,n,o),i){case"TileImagery":s=o,null!=(a=n)&&(a.propertyChanged=r.delegateRemove(a.propertyChanged,r.runOn(this,this.s4))),null!=s&&(s.propertyChanged=r.delegateCombine(s.propertyChanged,r.runOn(this,this.s4))),this.sv.de(a,s),this.ml(!1),this.ls();break;case"ActualTileImagery":s=o,null!=(a=n)&&(a.imageTilesReady=r.delegateRemove(a.imageTilesReady,r.runOn(this,this.s5)),a.deferralHandler=null),null!=s&&(s.imageTilesReady=r.delegateCombine(s.imageTilesReady,r.runOn(this,this.s5)),s.deferralHandler=this),this.sv.dd(a,s),null!=s&&null!==r.typeCast(f.$,this.cd)&&(s.geographicMap=this.cd,this.s7(this.b0),this.sv.da(this.cd.s9)),this.ls();break;case"ActualWindowRect":this.sv.da(o);break;case"WorldRect":this.sv.dh(o);break;case"SeriesViewer":var l=o;null!=n&&null!=this.sy&&this.sy.be(null),null!=l&&null!=this.sy&&this.sy.be(this.b0.w);break;case"ActualBrush":case"ActualOutline":case"ActualThickness":this.lu()}},n.prototype.s4=function(e,t){"MultiScaleImage"==t.propertyName&&this.s7(this.b0)},n.prototype.s5=function(e,t){null!=this.imageTilesReady&&this.imageTilesReady(this,new r.EventArgs),this.s1||this.sv.df()},n.prototype.register=function(e,t){this.s0=t},n.prototype.unRegister=function(e){this.s0=null},n.prototype.deferredRefresh=function(){this.ml(!1)},n.prototype.deferAction=function(e){null!=this.hb?this.hb.setTimeout(e,0):window.setTimeout(e,0)},n.prototype.m8=function(t,i){this.sv.dg(),e.prototype.m8.call(this,t,i)},n.prototype.mm=function(t){e.prototype.mm.call(this,t),this.s6(t,this.b0)},n.prototype.s6=function(e,t){var i,r,n=t,o=t.getViewInfo(i,r);i=o.p0,r=o.p1,this.s7(t),null!=this.s0&&(this.s1=!0,this.s0(e),this.s1=!1),n.df()},n.prototype.mk=function(t,i,r,n,o){e.prototype.mk.call(this,t,i,r,n,o);var a=this.fe.item(n);a.a1(r),this.cx(a)||this.sf(a)},n.prototype.s7=function(e){var t,i,r=e.getViewInfo(t,i);t=r.p0,i=r.p1,null!=this.sz&&null!=this.sz.ao&&(this.sz!=this.sy&&(this.sy=this.sz),null==this.sy||t.isEmpty||(this.sy.width!=t.width&&(this.sy.width=t.width),this.sy.height!=t.height&&(this.sy.height=t.height)))},n.prototype.k0=function(t,i){e.prototype.k0.call(this,t,i),i.db()},n.$t=r.markType(n,"TileSeries",i.ShapeSeriesBase.$,[r.IMapRenderDeferralHandler_$type]),n}(i.ShapeSeriesBase),ae=function(e){function n(t){var i=e.call(this,t)||this;return i.c7=null,i.di=new r.GeometryGroup,i.c9=null,i.c8=null,i.c7=t,i}return t.__extends(n,e),n.prototype.as=function(){e.prototype.as.call(this),this.q||(this.c7.pc=i.Defaults.ao,this.c7.o7=i.Defaults.an)},n.prototype.ch=function(e,t){t.c.count>0&&this.di.d.add(t)},n.prototype.c2=function(e,t){return this.c3(e,t,!0)},n.prototype.c1=function(e,t){return null},n.prototype.cl=function(e,t){},n.prototype.cj=function(e,t,i){},n.prototype.cr=function(){e.prototype.cr.call(this),this.di.d.clear()},n.prototype.cq=function(){e.prototype.cq.call(this),this.aq()},n.prototype.da=function(e){null!=this.c7.sz&&(this.c7.sz.windowRect=e)},n.prototype.dd=function(e,t){if(null==this.c9){this.c9=this.e.hb.createElement("canvas");var i=this.e.hb.get2DCanvasContext(this.c9);this.c8=new r.RenderingContext(new r.CanvasViewRenderer,i),this.c9.setAttribute("width",this.bu.width.toString()),this.c9.setAttribute("height",this.bu.height.toString())}null!=e&&(e.bd(null),e.be(null),e.imagesChanged=r.delegateRemove(e.imagesChanged,r.runOn(this,this.dc))),null!=t&&(null!=this.w&&t.be(this.w),t.bd(this.c8),t.bf(this.bu),t.imagesChanged=r.delegateCombine(t.imagesChanged,r.runOn(this,this.dc)))},n.prototype.dc=function(e,t){this.aq()},n.prototype.de=function(e,t){},n.prototype.dg=function(){null!=this.c9&&(this.c9.setAttribute("width",this.bu.width.toString()),this.c9.setAttribute("height",this.bu.height.toString())),null!=this.c7.sz&&this.c7.sz.bf(this.bu)},n.prototype.a6=function(t,i){if(e.prototype.a6.call(this,t,i),!i&&null!=this.c9){var n=!1;if(this.di.d.count>0)n=!0,this.k.z(),this.k.q(this.di),this.k.g().clip();var o=r.truncate(Math.round(this.bu.left)),a=r.truncate(Math.round(this.bu.top)),s=r.truncate(Math.round(this.bu.width)),l=r.truncate(Math.round(this.bu.height));this.k.n(this.c9.getNativeElement(),1,o,a,s,l,o,a,s,l),n&&this.k.y()}},n.prototype.df=function(){this.aq()},n.prototype.db=function(){},n.prototype.dh=function(e){null!=this.c7.sz&&this.c7.sz.a6()},n.$t=r.markType(n,"TileSeriesView",i.ShapeSeriesViewBase.$),n}(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:!0,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=r.getAllPropertyNames(i),t=0;t<e.length;t++)e[t]=r.toSpinal(e[t]);i._observedAttributesIgcTileSeriesComponent=e}return i._observedAttributesIgcTileSeriesComponent},enumerable:!0,configurable:!0}),i.register=function(){i._isElementRegistered||(i._isElementRegistered=!0,r.RegisterElementHelper.registerElement(i.htmlTagName,i))},Object.defineProperty(i.prototype,"isTile",{get:function(){return this.i.ej},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"tileImagery",{get:function(){var e=this.i.sz;return null==e?null:e.externalObject},set:function(e){this.i.sz=null==e?null:e.i},enumerable:!0,configurable:!0}),i.prototype.findByName=function(t){var i=e.prototype.findByName.call(this,t);return i||(this.tileImagery&&this.tileImagery.name&&this.tileImagery.name==t?this.tileImagery:null)},i.prototype.deferredRefresh=function(){this.i.deferredRefresh()},i._observedAttributesIgcTileSeriesComponent=null,i.htmlTagName="igc-tile-series",i._isElementRegistered=!1,i}(i.IgcShapeSeriesBaseComponent),le=function(){function e(){}return e.register=function(){se.register(),r.TypeRegistrar.registerCons("IgcTileSeriesComponent",se),r.TypeRegistrar.register("TileSeries",oe.$type)},e}(),ce=function(e){function i(){var t=e.call(this)||this;return t.rh=null,t.rg=null,t.imageTilesReady=null,t.ab=i.$,t}return t.__extends(i,e),i.prototype.get_ej=function(){return!0},Object.defineProperty(i.prototype,"ri",{get:function(){return this.rh},set:function(e){if(e!=this.ri){var t=this.ri;this.rh=e,this.raisePropertyChanged("TileImagery",t,e)}},enumerable:!0,configurable:!0}),i.prototype.rm=function(){null!=this.ri&&this.ri.clearTileCache()},i.prototype.l7=function(t,i,r,n){switch(e.prototype.l7.call(this,t,i,r,n),i){case"TileImagery":null!=this.qa&&(this.qa.sz=this.ri)}},i.prototype.qf=function(){if(e.prototype.qf.call(this),this.qa.sz=this.ri,null!=this.rg){var t=this.rg;t.imageTilesReady=r.delegateRemove(t.imageTilesReady,r.runOn(this,this.rl))}if(this.rg=this.qa,null!=this.rg){var i=this.rg;i.imageTilesReady=r.delegateCombine(i.imageTilesReady,r.runOn(this,this.rl))}},i.prototype.p9=function(){return new oe},i.prototype.rl=function(e,t){null!=this.imageTilesReady&&this.imageTilesReady(this,new h)},i.$t=r.markType(i,"GeographicTileSeries",H.$),i}(H),he=function(e){function i(){var t=e.call(this)||this;return t._imageTilesReady=null,t._imageTilesReady_wrapped=null,t}return t.__extends(i,e),i.prototype.createImplementation=function(){return new ce},Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!0,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=r.getAllPropertyNames(i),t=0;t<e.length;t++)e[t]=r.toSpinal(e[t]);i._observedAttributesIgcGeographicTileSeriesComponent=e}return i._observedAttributesIgcGeographicTileSeriesComponent},enumerable:!0,configurable:!0}),i.register=function(){i._isElementRegistered||(i._isElementRegistered=!0,r.RegisterElementHelper.registerElement(i.htmlTagName,i))},Object.defineProperty(i.prototype,"isTile",{get:function(){return this.i.ej},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"tileImagery",{get:function(){var e=this.i.ri;return null==e?null:e.externalObject},set:function(e){this.i.ri=null==e?null:e.i},enumerable:!0,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.rm()},Object.defineProperty(i.prototype,"imageTilesReady",{get:function(){return this._imageTilesReady},set:function(e){var t=this;null!==this._imageTilesReady_wrapped&&(this.i.imageTilesReady=r.delegateRemove(this.i.imageTilesReady,this._imageTilesReady_wrapped),this._imageTilesReady_wrapped=null,this._imageTilesReady=null),this._imageTilesReady=e,this._imageTilesReady_wrapped=function(e,i){var r=new C;r._provideImplementation(i),t.beforeImageTilesReady&&t.beforeImageTilesReady(t,r),t._imageTilesReady&&t._imageTilesReady(t,r)},this.i.imageTilesReady=r.delegateCombine(this.i.imageTilesReady,this._imageTilesReady_wrapped)},enumerable:!0,configurable:!0}),i._observedAttributesIgcGeographicTileSeriesComponent=null,i.htmlTagName="igc-geographic-tile-series",i._isElementRegistered=!1,i}(F),ue=function(){function e(){}return e.register=function(){le.register(),he.register(),r.TypeRegistrar.registerCons("IgcGeographicTileSeriesComponent",he),r.TypeRegistrar.register("GeographicTileSeries",ce.$type)},e}(),pe=function(e){function n(){return e.call(this)||this}return t.__extends(n,e),Object.defineProperty(n.prototype,"i",{get:function(){return this._implementation},enumerable:!0,configurable:!0}),n.prototype.connectedCallback=function(){e.prototype.connectedCallback&&e.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},n.prototype.disconnectedCallback=function(){e.prototype.disconnectedCallback&&e.prototype.disconnectedCallback.call(this),this.i.disconnectedCallback&&this.i.disconnectedCallback(),this._attached&&(this._attached=!1)},Object.defineProperty(n,"observedAttributes",{get:function(){if(null==n._observedAttributesIgcGeographicMarkerSeriesComponent){for(var e=r.getAllPropertyNames(n),t=0;t<e.length;t++)e[t]=r.toSpinal(e[t]);n._observedAttributesIgcGeographicMarkerSeriesComponent=e}return n._observedAttributesIgcGeographicMarkerSeriesComponent},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"markerType",{get:function(){return this.i.qk},set:function(e){this.i.qk=r.ensureEnum(i.MarkerType_$type,e),this._a("markerType",r.enumToString(i.MarkerType_$type,this.i.qk))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"markerThickness",{get:function(){return this.i.ql},set:function(e){this.i.ql=+e,this._a("markerThickness",this.i.ql)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"markerOutlineMode",{get:function(){return this.i.qj},set:function(e){this.i.qj=r.ensureEnum(i.MarkerOutlineMode_$type,e),this._a("markerOutlineMode",r.enumToString(i.MarkerOutlineMode_$type,this.i.qj))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"markerFillMode",{get:function(){return this.i.qi},set:function(e){this.i.qi=r.ensureEnum(i.MarkerFillMode_$type,e),this._a("markerFillMode",r.enumToString(i.MarkerFillMode_$type,this.i.qi))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"markerTemplate",{get:function(){return this.i.q0},set:function(e){this.i.q0=e},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"markerBrush",{get:function(){return r.brushToString(this.i.re)},set:function(e){this.i.re=r.stringToBrush(e),this._a("markerBrush",r.brushToString(this.i.re))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"markerOutline",{get:function(){return r.brushToString(this.i.rf)},set:function(e){this.i.rf=r.stringToBrush(e),this._a("markerOutline",r.brushToString(this.i.rf))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"maximumMarkers",{get:function(){return this.i.qm},set:function(e){this.i.qm=+e,this._a("maximumMarkers",this.i.qm)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"actualMarkerTemplate",{get:function(){return this.i.qz},set:function(e){this.i.qz=e},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"actualMarkerBrush",{get:function(){return r.brushToString(this.i.rc)},set:function(e){this.i.rc=r.stringToBrush(e),this._a("actualMarkerBrush",r.brushToString(this.i.rc))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"actualMarkerOutline",{get:function(){return r.brushToString(this.i.rd)},set:function(e){this.i.rd=r.stringToBrush(e),this._a("actualMarkerOutline",r.brushToString(this.i.rd))},enumerable:!0,configurable:!0}),n._observedAttributesIgcGeographicMarkerSeriesComponent=null,n}(L),ge=function(e){function n(){var t=e.call(this)||this,i=t.qa;return i.propertyUpdated=r.delegateCombine(i.propertyUpdated,r.runOn(t,t.qy)),t}return t.__extends(n,e),n.prototype.nh=function(){return this.qz},n.prototype.pa=function(){return this.rc},n.prototype.pb=function(){return this.rd},n.prototype.f4=function(){return this.ql},n.prototype.i0=function(){var e=r.typeCast(i.MarkerSeries.$,this.qa);return null==e?"Unknown":e.i0()},n.prototype.qy=function(e,t){var n=r.typeCast(i.MarkerSeries.$,this.qa);null!=n&&("ActualMarkerTemplate"==t.propertyName?this.qz=n.q1:"ActualMarkerOutline"==t.propertyName?this.rd=n.ri:"ActualMarkerBrush"==t.propertyName&&(this.rc=n.rh))},n.prototype.l7=function(t,i,r,o){switch(e.prototype.l7.call(this,t,i,r,o),i){case n.$$p[3]:this.qa.rj=this.re;break;case n.$$p[6]:this.qa.rk=this.rf;break;case n.$$p[5]:this.qa.qe=this.qj;break;case n.$$p[4]:this.qa.qa=this.qi;break;case n.$$p[9]:this.qa.qh=this.qk;break;case n.$$p[7]:this.qa.q3=this.q0;break;case n.$$p[8]:this.qa.qm=this.ql;break;case n.$$p[10]:this.qa.s2=this.qm}},n.$t=r.markType(n,"GeographicMarkerSeries",p.$),n.$$p=r.markDep(r.DependencyProperty,r.PropertyMetadata,n,"raisePropertyChanged",["ActualMarkerBrush:rc:q1",[r.Brush.$],"ActualMarkerOutline:rd:q2",[r.Brush.$],"ActualMarkerTemplate:qz:q3",[r.DataTemplate.$,null],"MarkerBrush:re:q4",[r.Brush.$],"MarkerFillMode:qi:q5",[i.MarkerFillMode_$type,r.enumGetBox(i.MarkerFillMode_$type,0)],"MarkerOutlineMode:qj:q6",[i.MarkerOutlineMode_$type,r.enumGetBox(i.MarkerOutlineMode_$type,0)],"MarkerOutline:rf:q7",[r.Brush.$],"MarkerTemplate:q0:q8",[r.DataTemplate.$,null],"MarkerThickness:ql:q9",[1,r.DeviceUtils.g(2)],"MarkerType:qk:ra",[i.MarkerType_$type,r.enumGetBox(i.MarkerType_$type,i.Defaults.e)],"MaximumMarkers:qm:rb",[1,400]]),n}(p),fe=function(e){function i(t){var i=e.call(this,t)||this;return i.ce=null,i.ce=t,i}return t.__extends(i,e),i.prototype.as=function(){e.prototype.as.call(this),this.q},i.prototype.b2=function(){e.prototype.b2.call(this);var t=this.ce.qa;t.ti=this.ce.r9,t.tq=this.ce.r7,t.qh=this.ce.qk,t.q3=this.ce.q0,t.qm=this.ce.ql,t.vl=this.ce.rt,t.wb=this.ce.se,t.vb=this.ce.rl,t.v1=this.ce.r5,t.vw=this.ce.rx,t.u8=this.ce.ri,t.vj=this.ce.rp,t.vk=this.ce.rs,t.vq=this.ce.rv,t.vp=this.ce.ru},i.prototype.cn=function(){this.ce.qa.ti=this.ce.r9},i.prototype.cm=function(){this.ce.qa.tq=this.ce.r7},i.prototype.cs=function(){this.ce.qa.qh=this.ce.qk},i.prototype.cq=function(){this.ce.qa.q3=this.ce.q0},i.prototype.cr=function(){this.ce.qa.qm=this.ce.ql},i.prototype.ct=function(){this.ce.qa.s2=this.ce.qm},i.prototype.cv=function(){this.ce.qa.xAxis=this.ce.cd.tw},i.prototype.cw=function(){this.ce.qa.yAxis=this.ce.cd.ty},i.prototype.cu=function(){var e=this.ce.qa;if(null==this.ce.cd)return e.xAxis=null,void(e.yAxis=null);e.xAxis=this.ce.cd.tw,e.yAxis=this.ce.cd.ty},i.prototype.co=function(){this.ce.qa.rj=this.ce.re},i.prototype.cp=function(){this.ce.qa.rk=this.ce.rf},i.prototype.cx=function(){this.ce.qa.wb=this.ce.se},i.prototype.cy=function(){this.ce.qa.vb=this.ce.rl,this.ce.qa.vl=this.ce.rt},i.prototype.ci=function(){this.ce.qa.v1=this.ce.r5},i.prototype.cg=function(){this.ce.qa.u8=this.ce.ri,this.ce.qa.vj=this.ce.rp,this.ce.qa.vk=this.ce.rs,this.ce.qa.vq=this.ce.rv,this.ce.qa.vp=this.ce.ru},i.prototype.cf=function(){this.ce.qa.vw=this.ce.rx},i.prototype.cz=function(){this.ce.qa.vl=this.ce.rt},i.prototype.ch=function(){this.ce.qa.vj=this.ce.rp},i.prototype.cl=function(){this.ce.qa.vk=this.ce.rs},i.prototype.ck=function(){this.ce.qa.vq=this.ce.rv},i.prototype.cj=function(){this.ce.qa.vp=this.ce.ru},i.$t=r.markType(i,"GeographicProportionalSymbolSeriesView",g.$),i}(g),ye=function(e){function n(){var t=e.call(this)||this;return t.rj=null,t.ro=!1,t.rn=!1,t.assigningScatterStyle=null,t.assigningScatterMarkerStyle=null,t.ab=n.$,t}return t.__extends(n,e),n.prototype.get_c4=function(){return!0},n.prototype.bx=function(){return new fe(this)},n.prototype.l2=function(t){e.prototype.l2.call(this,t),this.rm=t},n.prototype.gx=function(){return.7},n.prototype.p9=function(){return new i.BubbleSeries},n.prototype.get_dy=function(){return!0},n.prototype.l7=function(t,i,o,a){switch(e.prototype.l7.call(this,t,i,o,a),i){case"SeriesViewer":this.rm.cu();break;case n.$$p[9]:this.rm.cn();break;case n.$$p[8]:this.rm.cm();break;case"XAxis":this.rm.cv();break;case"YAxis":this.rm.cw();break;case n.$$p[13]:this.rm.cx();break;case n.$$p[14]:this.rm.cy();break;case n.$$p[15]:this.rm.cz();break;case n.$$p[7]:this.rm.ci();break;case n.$$p[0]:this.rm.cf();break;case n.$$p[1]:this.rm.cg();break;case n.$$p[2]:this.rm.ch();break;case n.$$p[12]:this.rm.cl();break;case n.$$p[11]:this.rm.ck();break;case n.$$p[10]:this.rm.cj();break;case n.$$p[4]:if(this.qa.so=this.rr,this.ro=this.rr,this.rr){var s=this.qa;s.assigningScatterStyle=r.delegateCombine(s.assigningScatterStyle,r.runOn(this,this.sj))}else{var l=this.qa;l.assigningScatterStyle=r.delegateRemove(l.assigningScatterStyle,r.runOn(this,this.sj))}break;case n.$$p[3]:if(this.qa.sn=this.rq,this.rn=this.rq,this.rr){var c=this.qa;c.assigningScatterMarkerStyle=r.delegateCombine(c.assigningScatterMarkerStyle,r.runOn(this,this.si))}else{var h=this.qa;h.assigningScatterMarkerStyle=r.delegateRemove(h.assigningScatterMarkerStyle,r.runOn(this,this.si))}break;case n.$$p[5]:this.qa.sd=this.rk;break;case n.$$p[6]:this.qa.s1=this.rw}},n.prototype.sj=function(e,t){null!=this.assigningScatterStyle&&this.assigningScatterStyle(this,t)},n.prototype.si=function(e,t){null!=this.assigningScatterMarkerStyle&&this.assigningScatterMarkerStyle(this,t)},n.$t=r.markType(n,"GeographicProportionalSymbolSeries",ge.$),n.$$p=r.markDep(r.DependencyProperty,r.PropertyMetadata,n,"raisePropertyChanged",["FillMemberPath:rx:sk",[2],"FillScale:ri:sl",[i.BrushScale.$],"FillScaleUseGlobalValues:rp:sm",[0,!1],"IsCustomScatterMarkerStyleAllowed:rq:sn",[0,!1],"IsCustomScatterStyleAllowed:rr:so",[0,!1],"ItemSearchMode:rk:sp",[i.ScatterItemSearchMode_$type,r.enumGetBox(i.ScatterItemSearchMode_$type,0)],"ItemSearchThreshold:rw:sq",[1,1e4],"LabelMemberPath:r5:sr",[2],"LatitudeMemberPath:r7:ss",[2,null],"LongitudeMemberPath:r9:st",[2,null],"MarkerBrushBrightness:ru:su",[1,NaN],"MarkerOutlineBrightness:rv:sv",[1,NaN],"MarkerOutlineUsesFillScale:rs:sw",[0,!1],"RadiusMemberPath:se:sx",[2,null],"RadiusScale:rl:sy",[i.SizeScale.$],"RadiusScaleUseGlobalValues:rt:sz",[0,!1]]),n}(ge),de=function(e){function n(){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(n,e),n.prototype.createImplementation=function(){return new ye},Object.defineProperty(n.prototype,"i",{get:function(){return this._implementation},enumerable:!0,configurable:!0}),n.prototype.connectedCallback=function(){e.prototype.connectedCallback&&e.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},n.prototype.disconnectedCallback=function(){e.prototype.disconnectedCallback&&e.prototype.disconnectedCallback.call(this),this.i.disconnectedCallback&&this.i.disconnectedCallback(),this._attached&&(this._attached=!1)},Object.defineProperty(n,"observedAttributes",{get:function(){if(null==n._observedAttributesIgcGeographicProportionalSymbolSeriesComponent){for(var e=r.getAllPropertyNames(n),t=0;t<e.length;t++)e[t]=r.toSpinal(e[t]);n._observedAttributesIgcGeographicProportionalSymbolSeriesComponent=e}return n._observedAttributesIgcGeographicProportionalSymbolSeriesComponent},enumerable:!0,configurable:!0}),n.register=function(){n._isElementRegistered||(n._isElementRegistered=!0,r.RegisterElementHelper.registerElement(n.htmlTagName,n))},Object.defineProperty(n.prototype,"hasOnlyMarkers",{get:function(){return this.i.c4},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"latitudeMemberPath",{get:function(){return this.i.r7},set:function(e){this.i.r7=e},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"longitudeMemberPath",{get:function(){return this.i.r9},set:function(e){this.i.r9=e},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"radiusMemberPath",{get:function(){return this.i.se},set:function(e){this.i.se=e},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"radiusScale",{get:function(){var e=this.i.rl;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.rl=null==e?null:e.i},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"labelMemberPath",{get:function(){return this.i.r5},set:function(e){this.i.r5=e},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"fillMemberPath",{get:function(){return this.i.rx},set:function(e){this.i.rx=e},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"fillScale",{get:function(){var e=this.i.ri;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.ri=null==e?null:e.i},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"fillScaleUseGlobalValues",{get:function(){return this.i.rp},set:function(e){this.i.rp=r.ensureBool(e),this._a("fillScaleUseGlobalValues",this.i.rp)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"markerOutlineUsesFillScale",{get:function(){return this.i.rs},set:function(e){this.i.rs=r.ensureBool(e),this._a("markerOutlineUsesFillScale",this.i.rs)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"markerOutlineBrightness",{get:function(){return this.i.rv},set:function(e){this.i.rv=+e,this._a("markerOutlineBrightness",this.i.rv)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"markerBrushBrightness",{get:function(){return this.i.ru},set:function(e){this.i.ru=+e,this._a("markerBrushBrightness",this.i.ru)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"radiusScaleUseGlobalValues",{get:function(){return this.i.rt},set:function(e){this.i.rt=r.ensureBool(e),this._a("radiusScaleUseGlobalValues",this.i.rt)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"isCustomScatterStyleAllowed",{get:function(){return this.i.rr},set:function(e){this.i.rr=r.ensureBool(e),this._a("isCustomScatterStyleAllowed",this.i.rr)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"isCustomScatterMarkerStyleAllowed",{get:function(){return this.i.rq},set:function(e){this.i.rq=r.ensureBool(e),this._a("isCustomScatterMarkerStyleAllowed",this.i.rq)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"itemSearchMode",{get:function(){return this.i.rk},set:function(e){this.i.rk=r.ensureEnum(i.ScatterItemSearchMode_$type,e),this._a("itemSearchMode",r.enumToString(i.ScatterItemSearchMode_$type,this.i.rk))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"itemSearchThreshold",{get:function(){return this.i.rw},set:function(e){this.i.rw=+e,this._a("itemSearchThreshold",this.i.rw)},enumerable:!0,configurable:!0}),n.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)},n.prototype._styling=function(t,i,r){e.prototype._styling.call(this,t,i,r),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(n.prototype,"assigningScatterStyle",{get:function(){return this._assigningScatterStyle},set:function(e){var t=this;null!==this._assigningScatterStyle_wrapped&&(this.i.assigningScatterStyle=r.delegateRemove(this.i.assigningScatterStyle,this._assigningScatterStyle_wrapped),this._assigningScatterStyle_wrapped=null,this._assigningScatterStyle=null),this._assigningScatterStyle=e,this._assigningScatterStyle_wrapped=function(e,r){var n=new i.IgcAssigningScatterStyleEventArgs;n._provideImplementation(r),t.beforeAssigningScatterStyle&&t.beforeAssigningScatterStyle(t,n),t._assigningScatterStyle&&t._assigningScatterStyle(t,n)},this.i.assigningScatterStyle=r.delegateCombine(this.i.assigningScatterStyle,this._assigningScatterStyle_wrapped)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"assigningScatterMarkerStyle",{get:function(){return this._assigningScatterMarkerStyle},set:function(e){var t=this;null!==this._assigningScatterMarkerStyle_wrapped&&(this.i.assigningScatterMarkerStyle=r.delegateRemove(this.i.assigningScatterMarkerStyle,this._assigningScatterMarkerStyle_wrapped),this._assigningScatterMarkerStyle_wrapped=null,this._assigningScatterMarkerStyle=null),this._assigningScatterMarkerStyle=e,this._assigningScatterMarkerStyle_wrapped=function(e,r){var n=new i.IgcAssigningScatterMarkerStyleEventArgs;n._provideImplementation(r),t.beforeAssigningScatterMarkerStyle&&t.beforeAssigningScatterMarkerStyle(t,n),t._assigningScatterMarkerStyle&&t._assigningScatterMarkerStyle(t,n)},this.i.assigningScatterMarkerStyle=r.delegateCombine(this.i.assigningScatterMarkerStyle,this._assigningScatterMarkerStyle_wrapped)},enumerable:!0,configurable:!0}),n._observedAttributesIgcGeographicProportionalSymbolSeriesComponent=null,n.htmlTagName="igc-geographic-proportional-symbol-series",n._isElementRegistered=!1,n}(pe),be=function(){function e(){}return e.register=function(){i.IgcBubbleSeriesModule.register(),de.register(),r.TypeRegistrar.registerCons("IgcGeographicProportionalSymbolSeriesComponent",de),r.TypeRegistrar.register("GeographicProportionalSymbolSeries",ye.$type)},e}(),me=function(e){function i(t){var i=e.call(this,t)||this;return i.ce=null,i.ce=t,i}return t.__extends(i,e),i.prototype.as=function(){e.prototype.as.call(this),this.q},i.prototype.b2=function(){var t=this.ce.qa;e.prototype.b2.call(this),t.ti=this.ce.ry,t.tq=this.ce.rw,t.qh=this.ce.qk,t.q3=this.ce.q0,t.qm=this.ce.ql},i.prototype.cg=function(){this.ce.qa.ti=this.ce.ry},i.prototype.cf=function(){this.ce.qa.tq=this.ce.rw},i.prototype.cm=function(){this.ce.qa.qh=this.ce.qk},i.prototype.ck=function(){this.ce.qa.q3=this.ce.q0},i.prototype.cl=function(){this.ce.qa.qm=this.ce.ql},i.prototype.cn=function(){this.ce.qa.s2=this.ce.qm},i.prototype.cp=function(){this.ce.qa.xAxis=this.ce.cd.tw},i.prototype.cq=function(){this.ce.qa.yAxis=this.ce.cd.ty},i.prototype.co=function(){var e=this.ce.qa;if(null==this.ce.cd)return e.xAxis=null,void(e.yAxis=null);e.xAxis=this.ce.cd.tw,e.yAxis=this.ce.cd.ty},i.prototype.ci=function(){this.ce.qa.rt=this.ce.ri},i.prototype.ch=function(){this.ce.qa.rj=this.ce.re},i.prototype.cj=function(){this.ce.qa.rk=this.ce.rf},i.$t=r.markType(i,"GeographicSymbolSeriesView",g.$),i}(g),Se=function(e){function n(){var t=e.call(this)||this;return t.rk=null,t.rn=!1,t.rm=!1,t.assigningScatterStyle=null,t.assigningScatterMarkerStyle=null,t.ab=n.$,t}return t.__extends(n,e),n.prototype.get_c4=function(){return!0},n.prototype.bx=function(){return new me(this)},n.prototype.l2=function(t){e.prototype.l2.call(this,t),this.rl=t},n.prototype.gx=function(){return.7},n.prototype.p9=function(){return new i.ScatterSeries},n.prototype.get_dy=function(){return!0},n.prototype.l7=function(t,i,o,a){switch(e.prototype.l7.call(this,t,i,o,a),i){case"SeriesViewer":this.rl.co();break;case n.$$p[5]:this.rl.cg();break;case n.$$p[4]:this.rl.cf();break;case n.$$p[6]:this.rl.ci();break;case"XAxis":this.rl.cp();break;case"YAxis":this.rl.cq();break;case n.$$p[1]:if(this.qa.so=this.rp,this.rn=this.rp,this.rp){var s=this.qa;s.assigningScatterStyle=r.delegateCombine(s.assigningScatterStyle,r.runOn(this,this.r3))}else{var l=this.qa;l.assigningScatterStyle=r.delegateRemove(l.assigningScatterStyle,r.runOn(this,this.r3))}break;case n.$$p[0]:if(this.qa.sn=this.ro,this.rm=this.ro,this.rp){var c=this.qa;c.assigningScatterMarkerStyle=r.delegateCombine(c.assigningScatterMarkerStyle,r.runOn(this,this.r2))}else{var h=this.qa;h.assigningScatterMarkerStyle=r.delegateRemove(h.assigningScatterMarkerStyle,r.runOn(this,this.r2))}break;case n.$$p[2]:this.qa.sd=this.rj;break;case n.$$p[3]:this.qa.s1=this.rr}},n.prototype.r3=function(e,t){null!=this.assigningScatterStyle&&this.assigningScatterStyle(this,t)},n.prototype.r2=function(e,t){null!=this.assigningScatterMarkerStyle&&this.assigningScatterMarkerStyle(this,t)},n.$t=r.markType(n,"GeographicSymbolSeries",ge.$),n.$$p=r.markDep(r.DependencyProperty,r.PropertyMetadata,n,"raisePropertyChanged",["IsCustomScatterMarkerStyleAllowed:ro:r4",[0,!1],"IsCustomScatterStyleAllowed:rp:r5",[0,!1],"ItemSearchMode:rj:r6",[i.ScatterItemSearchMode_$type,r.enumGetBox(i.ScatterItemSearchMode_$type,0)],"ItemSearchThreshold:rr:r7",[1,1e4],"LatitudeMemberPath:rw:r8",[2,null],"LongitudeMemberPath:ry:r9",[2,null],"MarkerCollisionAvoidance:ri:sa",[i.CollisionAvoidanceType_$type,r.enumGetBox(i.CollisionAvoidanceType_$type,0)],"UseLightweightMarkers:rq:sb",[0,!1]]),n}(ge),_e=function(e){function n(){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(n,e),n.prototype.createImplementation=function(){return new Se},Object.defineProperty(n.prototype,"i",{get:function(){return this._implementation},enumerable:!0,configurable:!0}),n.prototype.connectedCallback=function(){e.prototype.connectedCallback&&e.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},n.prototype.disconnectedCallback=function(){e.prototype.disconnectedCallback&&e.prototype.disconnectedCallback.call(this),this.i.disconnectedCallback&&this.i.disconnectedCallback(),this._attached&&(this._attached=!1)},Object.defineProperty(n,"observedAttributes",{get:function(){if(null==n._observedAttributesIgcGeographicSymbolSeriesComponent){for(var e=r.getAllPropertyNames(n),t=0;t<e.length;t++)e[t]=r.toSpinal(e[t]);n._observedAttributesIgcGeographicSymbolSeriesComponent=e}return n._observedAttributesIgcGeographicSymbolSeriesComponent},enumerable:!0,configurable:!0}),n.register=function(){n._isElementRegistered||(n._isElementRegistered=!0,r.RegisterElementHelper.registerElement(n.htmlTagName,n))},Object.defineProperty(n.prototype,"hasOnlyMarkers",{get:function(){return this.i.c4},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"latitudeMemberPath",{get:function(){return this.i.rw},set:function(e){this.i.rw=e},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"longitudeMemberPath",{get:function(){return this.i.ry},set:function(e){this.i.ry=e},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"markerCollisionAvoidance",{get:function(){return this.i.ri},set:function(e){this.i.ri=r.ensureEnum(i.CollisionAvoidanceType_$type,e),this._a("markerCollisionAvoidance",r.enumToString(i.CollisionAvoidanceType_$type,this.i.ri))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"isCustomScatterStyleAllowed",{get:function(){return this.i.rp},set:function(e){this.i.rp=r.ensureBool(e),this._a("isCustomScatterStyleAllowed",this.i.rp)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"isCustomScatterMarkerStyleAllowed",{get:function(){return this.i.ro},set:function(e){this.i.ro=r.ensureBool(e),this._a("isCustomScatterMarkerStyleAllowed",this.i.ro)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"itemSearchMode",{get:function(){return this.i.rj},set:function(e){this.i.rj=r.ensureEnum(i.ScatterItemSearchMode_$type,e),this._a("itemSearchMode",r.enumToString(i.ScatterItemSearchMode_$type,this.i.rj))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"itemSearchThreshold",{get:function(){return this.i.rr},set:function(e){this.i.rr=+e,this._a("itemSearchThreshold",this.i.rr)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"assigningScatterStyle",{get:function(){return this._assigningScatterStyle},set:function(e){var t=this;null!==this._assigningScatterStyle_wrapped&&(this.i.assigningScatterStyle=r.delegateRemove(this.i.assigningScatterStyle,this._assigningScatterStyle_wrapped),this._assigningScatterStyle_wrapped=null,this._assigningScatterStyle=null),this._assigningScatterStyle=e,this._assigningScatterStyle_wrapped=function(e,r){var n=new i.IgcAssigningScatterStyleEventArgs;n._provideImplementation(r),t.beforeAssigningScatterStyle&&t.beforeAssigningScatterStyle(t,n),t._assigningScatterStyle&&t._assigningScatterStyle(t,n)},this.i.assigningScatterStyle=r.delegateCombine(this.i.assigningScatterStyle,this._assigningScatterStyle_wrapped)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"assigningScatterMarkerStyle",{get:function(){return this._assigningScatterMarkerStyle},set:function(e){var t=this;null!==this._assigningScatterMarkerStyle_wrapped&&(this.i.assigningScatterMarkerStyle=r.delegateRemove(this.i.assigningScatterMarkerStyle,this._assigningScatterMarkerStyle_wrapped),this._assigningScatterMarkerStyle_wrapped=null,this._assigningScatterMarkerStyle=null),this._assigningScatterMarkerStyle=e,this._assigningScatterMarkerStyle_wrapped=function(e,r){var n=new i.IgcAssigningScatterMarkerStyleEventArgs;n._provideImplementation(r),t.beforeAssigningScatterMarkerStyle&&t.beforeAssigningScatterMarkerStyle(t,n),t._assigningScatterMarkerStyle&&t._assigningScatterMarkerStyle(t,n)},this.i.assigningScatterMarkerStyle=r.delegateCombine(this.i.assigningScatterMarkerStyle,this._assigningScatterMarkerStyle_wrapped)},enumerable:!0,configurable:!0}),n._observedAttributesIgcGeographicSymbolSeriesComponent=null,n.htmlTagName="igc-geographic-symbol-series",n._isElementRegistered=!1,n}(pe),ve=function(){function e(){}return e.register=function(){i.IgcScatterSeriesModule.register(),_e.register(),r.TypeRegistrar.registerCons("IgcGeographicSymbolSeriesComponent",_e),r.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:!0,configurable:!0}),Object.defineProperty(i,"observedAttributes",{get:function(){if(null==i._observedAttributesIgcGeographicXYTriangulatingSeriesComponent){for(var e=r.getAllPropertyNames(i),t=0;t<e.length;t++)e[t]=r.toSpinal(e[t]);i._observedAttributesIgcGeographicXYTriangulatingSeriesComponent=e}return i._observedAttributesIgcGeographicXYTriangulatingSeriesComponent},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"triangulationDataSource",{get:function(){return this._triangulationDataSource},set:function(e){this._triangulationDataSource=e,this.updateTriangulationDataSource()},enumerable:!0,configurable:!0}),i.prototype.updateTriangulationDataSource=function(){null==this._cachedTriangulationDataSource&&(this._cachedTriangulationDataSource=new r.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.qm},set:function(e){this.i.qm=e},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"latitudeMemberPath",{get:function(){return this.i.qk},set:function(e){this.i.qk=e},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"trianglesSource",{get:function(){return this.i.qj},set:function(e){this.i.qj=e},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"triangleVertexMemberPath1",{get:function(){return this.i.qp},set:function(e){this.i.qp=e},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"triangleVertexMemberPath2",{get:function(){return this.i.qr},set:function(e){this.i.qr=e},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"triangleVertexMemberPath3",{get:function(){return this.i.qt},set:function(e){this.i.qt=e},enumerable:!0,configurable:!0}),i._observedAttributesIgcGeographicXYTriangulatingSeriesComponent=null,i}(L),Ce=function(e){function n(){var t=e.call(this)||this;return t._triangulationStatusChanged=null,t._triangulationStatusChanged_wrapped=null,t}return t.__extends(n,e),n.prototype.createImplementation=function(){return new k},Object.defineProperty(n.prototype,"i",{get:function(){return this._implementation},enumerable:!0,configurable:!0}),n.prototype.connectedCallback=function(){e.prototype.connectedCallback&&e.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},n.prototype.disconnectedCallback=function(){e.prototype.disconnectedCallback&&e.prototype.disconnectedCallback.call(this),this.i.disconnectedCallback&&this.i.disconnectedCallback(),this._attached&&(this._attached=!1)},Object.defineProperty(n,"observedAttributes",{get:function(){if(null==n._observedAttributesIgcGeographicScatterAreaSeriesComponent){for(var e=r.getAllPropertyNames(n),t=0;t<e.length;t++)e[t]=r.toSpinal(e[t]);n._observedAttributesIgcGeographicScatterAreaSeriesComponent=e}return n._observedAttributesIgcGeographicScatterAreaSeriesComponent},enumerable:!0,configurable:!0}),n.register=function(){n._isElementRegistered||(n._isElementRegistered=!0,r.RegisterElementHelper.registerElement(n.htmlTagName,n))},Object.defineProperty(n.prototype,"isArea",{get:function(){return this.i.dd},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"colorMemberPath",{get:function(){return this.i.q8},set:function(e){this.i.q8=e},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"colorScale",{get:function(){var e=this.i.q3;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.q3=null==e?null:e.i},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"actualColorScale",{get:function(){var e=this.i.q2;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.q2=null==e?null:e.i},enumerable:!0,configurable:!0}),n.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)},n.prototype._styling=function(t,i,r){e.prototype._styling.call(this,t,i,r),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},n.prototype.updateActualColorScale=function(){this.i.rd()},Object.defineProperty(n.prototype,"triangulationStatusChanged",{get:function(){return this._triangulationStatusChanged},set:function(e){var t=this;null!==this._triangulationStatusChanged_wrapped&&(this.i.triangulationStatusChanged=r.delegateRemove(this.i.triangulationStatusChanged,this._triangulationStatusChanged_wrapped),this._triangulationStatusChanged_wrapped=null,this._triangulationStatusChanged=null),this._triangulationStatusChanged=e,this._triangulationStatusChanged_wrapped=function(e,i){var n=new r.IgcTriangulationStatusEventArgs;n._provideImplementation(i),t.beforeTriangulationStatusChanged&&t.beforeTriangulationStatusChanged(t,n),t._triangulationStatusChanged&&t._triangulationStatusChanged(t,n)},this.i.triangulationStatusChanged=r.delegateCombine(this.i.triangulationStatusChanged,this._triangulationStatusChanged_wrapped)},enumerable:!0,configurable:!0}),n._observedAttributesIgcGeographicScatterAreaSeriesComponent=null,n.htmlTagName="igc-geographic-scatter-area-series",n._isElementRegistered=!1,n}(ke),qe=function(){function e(){}return e.register=function(){i.IgcScatterAreaSeriesModule.register(),Ce.register(),r.TypeRegistrar.registerCons("IgcGeographicScatterAreaSeriesComponent",Ce),r.TypeRegistrar.register("GeographicScatterAreaSeries",k.$type)},e}(),we=function(e){function n(t){var i=e.call(this,t)||this;return i.ce=null,i.ce=t,i}return t.__extends(n,e),n.prototype.b2=function(){e.prototype.b2.call(this);var t=r.typeCast(i.HighDensityScatterSeries.$,this.ce.qa);t.si=this.ce.qz,t.sq=this.ce.qx,t.qv=this.ce.qm,t.qu=this.ce.ql,t.em=this.ce.qk,t.rq=this.ce.qo,t.rp=this.ce.qn,t.to=this.ce.ri,t.tn=this.ce.rh,t.r2=this.ce.qr},n.prototype.ck=function(){this.ce.qa.si=this.ce.qz},n.prototype.cj=function(){this.ce.qa.sq=this.ce.qx},n.prototype.cp=function(){this.ce.qa.qv=this.ce.qm},n.prototype.cn=function(){this.ce.qa.qu=this.ce.ql},n.prototype.cl=function(){this.ce.qa.em=this.ce.qk},n.prototype.ci=function(){this.ce.qa.rq=this.ce.qo},n.prototype.cg=function(){this.ce.qa.rp=this.ce.qn},n.prototype.co=function(){var e=r.typeCast(i.HighDensityScatterSeries.$,this.ce.qa);if(null==this.ce.cd)return e.qf=null,void(e.qh=null);e.qf=this.ce.cd.tw,e.qh=this.ce.cd.ty},n.prototype.cq=function(){this.ce.qa.qf=this.ce.cd.tw},n.prototype.cr=function(){this.ce.qa.qh=this.ce.cd.ty},n.prototype.ch=function(){this.ce.qa.to=this.ce.ri},n.prototype.cf=function(){this.ce.qa.tn=this.ce.rh},n.prototype.cm=function(){this.ce.qa.r2=this.ce.qr},n.prototype.as=function(){e.prototype.as.call(this),this.q||(this.ce.ri=i.Defaults.aq,this.ce.rh=i.Defaults.ap,this.ce.o7=i.Defaults.al,this.ce.pc=i.Defaults.ak)},n.$t=r.markType(n,"GeographicHighDensityScatterSeriesView",g.$),n}(g),Pe=function(e){function n(){var t=e.call(this)||this;return t.qi=null,t.progressiveLoadStatusChanged=null,t.qq=0,t.ab=n.$,t}return t.__extends(n,e),n.prototype.gw=function(){return r.isNaN_(this.gv)?i.Defaults.q:e.prototype.gw.call(this)},n.prototype.get_d6=function(){return!0},n.prototype.bx=function(){return new we(this)},n.prototype.l2=function(t){e.prototype.l2.call(this,t),this.qj=t},n.prototype.p9=function(){return this.qi=new i.HighDensityScatterSeries,this.qi},Object.defineProperty(n.prototype,"qs",{get:function(){return this.qq},set:function(e){var t=this.qq;this.qq=e,this.raisePropertyChanged("ProgressiveStatus",t,this.qq)},enumerable:!0,configurable:!0}),n.prototype.qf=function(){e.prototype.qf.call(this);var t=this.qa;t.progressiveLoadStatusChanged=r.delegateCombine(t.progressiveLoadStatusChanged,r.runOn(this,this.q6));var i=this.qa;i.propertyUpdated=r.delegateCombine(i.propertyUpdated,r.runOn(this,this.q5))},n.prototype.q6=function(e,t){this.qs=t.currentStatus,null!=this.progressiveLoadStatusChanged&&this.progressiveLoadStatusChanged(this,t)},n.prototype.q5=function(e,t){this.qi},n.prototype.l7=function(t,i,r,o){switch(e.prototype.l7.call(this,t,i,r,o),i){case"SeriesViewer":this.qj.co();break;case n.$$p[5]:this.qj.ck();break;case n.$$p[4]:this.qj.cj();break;case n.$$p[9]:this.qj.cp();break;case n.$$p[8]:this.qj.cn();break;case n.$$p[6]:this.qj.cl();break;case"XAxis":this.qj.cq();break;case"YAxis":this.qj.cr();break;case n.$$p[3]:this.qj.ci();break;case n.$$p[1]:this.qj.cg();break;case n.$$p[2]:this.qj.ch();break;case n.$$p[0]:this.qj.cf();break;case n.$$p[7]:this.qj.cm()}},n.prototype.get_e5=function(){return!0},n.prototype.set_e5=function(t){e.prototype.set_e5.call(this,t)},n.$t=r.markType(n,"GeographicHighDensityScatterSeries",p.$),n.$$p=r.markDep(r.DependencyProperty,r.PropertyMetadata,n,"raisePropertyChanged",["HeatMaximumColor:rh:q7",[r.Color.$,i.Defaults.ap],"HeatMaximum:qn:q8",[1,50],"HeatMinimumColor:ri:q9",[r.Color.$,i.Defaults.aq],"HeatMinimum:qo:ra",[1,0],"LatitudeMemberPath:qx:rb",[2,null],"LongitudeMemberPath:qz:rc",[2,null],"MouseOverEnabled:qk:rd",[0,!1],"PointExtent:qr:re",[1,1],"ProgressiveLoad:ql:rf",[0,!0],"UseBruteForce:qm:rg",[0,!1]]),n}(p),Me=function(e){function n(){var t=e.call(this)||this;return t._progressiveLoadStatusChanged=null,t._progressiveLoadStatusChanged_wrapped=null,t}return t.__extends(n,e),n.prototype.createImplementation=function(){return new Pe},Object.defineProperty(n.prototype,"i",{get:function(){return this._implementation},enumerable:!0,configurable:!0}),n.prototype.connectedCallback=function(){e.prototype.connectedCallback&&e.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},n.prototype.disconnectedCallback=function(){e.prototype.disconnectedCallback&&e.prototype.disconnectedCallback.call(this),this.i.disconnectedCallback&&this.i.disconnectedCallback(),this._attached&&(this._attached=!1)},Object.defineProperty(n,"observedAttributes",{get:function(){if(null==n._observedAttributesIgcGeographicHighDensityScatterSeriesComponent){for(var e=r.getAllPropertyNames(n),t=0;t<e.length;t++)e[t]=r.toSpinal(e[t]);n._observedAttributesIgcGeographicHighDensityScatterSeriesComponent=e}return n._observedAttributesIgcGeographicHighDensityScatterSeriesComponent},enumerable:!0,configurable:!0}),n.register=function(){n._isElementRegistered||(n._isElementRegistered=!0,r.RegisterElementHelper.registerElement(n.htmlTagName,n))},Object.defineProperty(n.prototype,"isPixel",{get:function(){return this.i.d6},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"latitudeMemberPath",{get:function(){return this.i.qx},set:function(e){this.i.qx=e},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"longitudeMemberPath",{get:function(){return this.i.qz},set:function(e){this.i.qz=e},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"useBruteForce",{get:function(){return this.i.qm},set:function(e){this.i.qm=r.ensureBool(e),this._a("useBruteForce",this.i.qm)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"progressiveLoad",{get:function(){return this.i.ql},set:function(e){this.i.ql=r.ensureBool(e),this._a("progressiveLoad",this.i.ql)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"mouseOverEnabled",{get:function(){return this.i.qk},set:function(e){this.i.qk=r.ensureBool(e),this._a("mouseOverEnabled",this.i.qk)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"heatMinimum",{get:function(){return this.i.qo},set:function(e){this.i.qo=+e,this._a("heatMinimum",this.i.qo)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"heatMaximum",{get:function(){return this.i.qn},set:function(e){this.i.qn=+e,this._a("heatMaximum",this.i.qn)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"heatMinimumColor",{get:function(){return r.colorToString(this.i.ri)},set:function(e){this.i.ri=r.stringToColor(e),this._a("heatMinimumColor",r.colorToString(this.i.ri))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"heatMaximumColor",{get:function(){return r.colorToString(this.i.rh)},set:function(e){this.i.rh=r.stringToColor(e),this._a("heatMaximumColor",r.colorToString(this.i.rh))},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"pointExtent",{get:function(){return this.i.qr},set:function(e){this.i.qr=+e,this._a("pointExtent",this.i.qr)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"progressiveStatus",{get:function(){return this.i.qs},set:function(e){this.i.qs=+e,this._a("progressiveStatus",this.i.qs)},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"progressiveLoadStatusChanged",{get:function(){return this._progressiveLoadStatusChanged},set:function(e){var t=this;null!==this._progressiveLoadStatusChanged_wrapped&&(this.i.progressiveLoadStatusChanged=r.delegateRemove(this.i.progressiveLoadStatusChanged,this._progressiveLoadStatusChanged_wrapped),this._progressiveLoadStatusChanged_wrapped=null,this._progressiveLoadStatusChanged=null),this._progressiveLoadStatusChanged=e,this._progressiveLoadStatusChanged_wrapped=function(e,r){var n=new i.IgcProgressiveLoadStatusEventArgs;n._provideImplementation(r),t.beforeProgressiveLoadStatusChanged&&t.beforeProgressiveLoadStatusChanged(t,n),t._progressiveLoadStatusChanged&&t._progressiveLoadStatusChanged(t,n)},this.i.progressiveLoadStatusChanged=r.delegateCombine(this.i.progressiveLoadStatusChanged,this._progressiveLoadStatusChanged_wrapped)},enumerable:!0,configurable:!0}),n._observedAttributesIgcGeographicHighDensityScatterSeriesComponent=null,n.htmlTagName="igc-geographic-high-density-scatter-series",n._isElementRegistered=!1,n}(L),Ie=function(){function e(){}return e.register=function(){i.IgcHighDensityScatterSeriesModule.register(),Me.register(),r.TypeRegistrar.registerCons("IgcGeographicHighDensityScatterSeriesComponent",Me),r.TypeRegistrar.register("GeographicHighDensityScatterSeries",Pe.$type)},e}(),Te=function(e){function n(t){var i=e.call(this,t)||this;return i.cm=null,i.cm=t,i}return t.__extends(n,e),n.prototype.as=function(){e.prototype.as.call(this),this.q||(this.cm.g1=i.Defaults.m)},n.prototype.b2=function(){e.prototype.b2.call(this),null!=this.cm.qa&&(this.cm.q2.r5=this.cm.q5,this.cm.q2.sf=this.cm.q9)},n.prototype.cn=function(){null!=this.cm.q2&&(this.cm.q2.r5=this.cm.q5)},n.prototype.co=function(){null!=this.cm.q2&&(this.cm.q2.sf=this.cm.q9)},n.$t=r.markType(n,"GeographicContourLineSeriesView",b.$),n}(b),$e=function(e){function n(){var t=e.call(this)||this;return t.triangulationStatusChanged=null,t.ab=n.$,t}return t.__extends(n,e),n.prototype.get_d1=function(){return!0},n.prototype.qf=function(){e.prototype.qf.call(this)},n.prototype.p9=function(){this.q2=new i.ScatterContourSeries;var e=this.q2;e.triangulationStatusChanged=r.delegateCombine(e.triangulationStatusChanged,r.runOn(this,this.rc));var t=this.q2;return t.propertyUpdated=r.delegateCombine(t.propertyUpdated,r.runOn(this,this.rd)),this.q2},n.prototype.rc=function(e,t){null!=this.triangulationStatusChanged&&this.triangulationStatusChanged(this,t)},n.prototype.rd=function(e,t){var n=r.typeCast(i.ScatterContourSeries.$,this.qa);null!=n&&"ActualFillScale"==t.propertyName&&(this.q4=n.r4)},n.prototype.mz=function(){e.prototype.mz.call(this)},n.prototype.bx=function(){return new Te(this)},n.prototype.l2=function(t){e.prototype.l2.call(this,t),this.q6=t},n.prototype.l7=function(t,i,r,o){switch(e.prototype.l7.call(this,t,i,r,o),i){case n.$$p[1]:this.q6.cn();break;case n.$$p[2]:this.q6.co();break;case n.$$p[3]:this.q2.r2=this.q1;break;case"DashArray":this.q2.pg=this.pg;break;case"DashCap":this.q2.ph=this.ph;break;case"MiterLimit":this.q2.gt=this.gt}},n.$t=r.markType(n,"GeographicContourLineSeries",v.$),n.$$p=r.markDep(r.DependencyProperty,r.PropertyMetadata,n,"raisePropertyChanged",["ActualFillScale:q4:re",[i.ValueBrushScale.$,null],"FillScale:q5:rf",[i.ValueBrushScale.$,null],"ValueMemberPath:q9:rg",[2,"value"],"ValueResolver:q1:rh",[i.ContourValueResolver.$,null]]),n}(v),Oe=function(e){function n(){var t=e.call(this)||this;return t._triangulationStatusChanged=null,t._triangulationStatusChanged_wrapped=null,t}return t.__extends(n,e),n.prototype.createImplementation=function(){return new $e},Object.defineProperty(n.prototype,"i",{get:function(){return this._implementation},enumerable:!0,configurable:!0}),n.prototype.connectedCallback=function(){e.prototype.connectedCallback&&e.prototype.connectedCallback.call(this),this.i.connectedCallback&&this.i.connectedCallback(),this._attached||(this._attached=!0,this._flushQueuedAttributes())},n.prototype.disconnectedCallback=function(){e.prototype.disconnectedCallback&&e.prototype.disconnectedCallback.call(this),this.i.disconnectedCallback&&this.i.disconnectedCallback(),this._attached&&(this._attached=!1)},Object.defineProperty(n,"observedAttributes",{get:function(){if(null==n._observedAttributesIgcGeographicContourLineSeriesComponent){for(var e=r.getAllPropertyNames(n),t=0;t<e.length;t++)e[t]=r.toSpinal(e[t]);n._observedAttributesIgcGeographicContourLineSeriesComponent=e}return n._observedAttributesIgcGeographicContourLineSeriesComponent},enumerable:!0,configurable:!0}),n.register=function(){n._isElementRegistered||(n._isElementRegistered=!0,r.RegisterElementHelper.registerElement(n.htmlTagName,n))},Object.defineProperty(n.prototype,"isLineContour",{get:function(){return this.i.d1},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"valueMemberPath",{get:function(){return this.i.q9},set:function(e){this.i.q9=e},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"fillScale",{get:function(){var e=this.i.q5;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.q5=null==e?null:e.i},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"actualFillScale",{get:function(){var e=this.i.q4;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.q4=null==e?null:e.i},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"valueResolver",{get:function(){var e=this.i.q1;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.q1=null==e?null:e.i},enumerable:!0,configurable:!0}),n.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)},n.prototype._styling=function(t,i,r){e.prototype._styling.call(this,t,i,r),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(n.prototype,"triangulationStatusChanged",{get:function(){return this._triangulationStatusChanged},set:function(e){var t=this;null!==this._triangulationStatusChanged_wrapped&&(this.i.triangulationStatusChanged=r.delegateRemove(this.i.triangulationStatusChanged,this._triangulationStatusChanged_wrapped),this._triangulationStatusChanged_wrapped=null,this._triangulationStatusChanged=null),this._triangulationStatusChanged=e,this._triangulationStatusChanged_wrapped=function(e,i){var n=new r.IgcTriangulationStatusEventArgs;n._provideImplementation(i),t.beforeTriangulationStatusChanged&&t.beforeTriangulationStatusChanged(t,n),t._triangulationStatusChanged&&t._triangulationStatusChanged(t,n)},this.i.triangulationStatusChanged=r.delegateCombine(this.i.triangulationStatusChanged,this._triangulationStatusChanged_wrapped)},enumerable:!0,configurable:!0}),n._observedAttributesIgcGeographicContourLineSeriesComponent=null,n.htmlTagName="igc-geographic-contour-line-series",n._isElementRegistered=!1,n}(ke),Re=function(){function e(){}return e.register=function(){i.IgcScatterContourSeriesModule.register(),Oe.register(),r.TypeRegistrar.registerCons("IgcGeographicContourLineSeriesComponent",Oe),r.TypeRegistrar.register("GeographicContourLineSeries",$e.$type)},e}(),je=function(){function e(){}return e.register=function(){Q.register(),te.register(),ne.register(),r.IgcHeatTileGeneratorModule.register(),ue.register(),i.IgcSizeScaleModule.register(),i.IgcValueBrushScaleModule.register(),i.IgcCustomPaletteColorScaleModule.register(),be.register(),ve.register(),qe.register(),Ie.register(),Re.register(),z.register(),r.IgcShapeDataSourceModule.register()},e}(),xe=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:!0,configurable:!0}),Object.defineProperty(i.prototype,"expires",{get:function(){return this._expires},set:function(e){this._expires=e},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"ssl",{get:function(){return this._ssl},set:function(e){this._ssl=e},enumerable:!0,configurable:!0}),i.$t=r.markType(i,"TokenResponseModel"),i}(r.Base),Ae=function(e){function i(){var t=null!==e&&e.apply(this,arguments)||this;return t._name=null,t._tileInfo=null,t}return t.__extends(i,e),Object.defineProperty(i.prototype,"name",{get:function(){return this._name},set:function(e){this._name=e},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"tileInfo",{get:function(){return this._tileInfo},set:function(e){this._tileInfo=e},enumerable:!0,configurable:!0}),i.$t=r.markType(i,"MapServerResponseModel"),i}(r.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:!0,configurable:!0}),i.$t=r.markType(i,"TileInfoResponseModel"),i}(r.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:!0,configurable:!0}),Object.defineProperty(i.prototype,"resolution",{get:function(){return this._resolution},set:function(e){this._resolution=e},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"scale",{get:function(){return this._scale},set:function(e){this._scale=e},enumerable:!0,configurable:!0}),i.$t=r.markType(i,"LevelOfDetailResponseModel"),i}(r.Base),De=function(e){function i(t){var i=e.call(this,t)||this;return i.ce=null,i.ce=t,i}return t.__extends(i,e),i.$t=r.markType(i,"GeographicProportionalSymbolSeriesBaseView",g.$),i}(g),Ee=function(e){function i(t){var i=e.call(this,t)||this;return i.ce=null,i.ce=t,i}return t.__extends(i,e),i.$t=r.markType(i,"GeographicShapeSeriesBaseBaseView",g.$),i}(g),Ne=function(e){function i(t){var i=e.call(this,t)||this;return i.ce=null,i.ce=t,i}return t.__extends(i,e),i.$t=r.markType(i,"GeographicSymbolSeriesBaseView",g.$),i}(g),Ve=function(e){function i(t){var i=e.call(this,t)||this;return i.ce=null,i.ce=t,i}return t.__extends(i,e),i.$t=r.markType(i,"GeographicXYTriangulatingSeriesBaseView",g.$),i}(g),Ue=function(e){function i(){var t=e.call(this)||this;return t.b=null,t.a=null,t.a=new r.List$1(r.String_$type,0),t}return t.__extends(i,e),i.$t=r.markType(i,"ImageryMetadata"),i}(r.Base),ze=function(e){function i(){var t=e.call(this)||this;return t.a=null,t.a=new r.List$1(Ue.$,0),t}return t.__extends(i,e),i.$t=r.markType(i,"BingResourceSet"),i}(r.Base),Le=function(e){function i(){var t=e.call(this)||this;return t.a=null,t.a=new r.List$1(ze.$,0),t}return t.__extends(i,e),i.$t=r.markType(i,"BingResponse"),i}(r.Base),Fe=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(i,e),i.$t=r.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=r.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:!0,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=r.getAllPropertyNames(i),t=0;t<e.length;t++)e[t]=r.toSpinal(e[t]);i._observedAttributesIgcGeographicMarkerSeriesBaseComponent=e}return i._observedAttributesIgcGeographicMarkerSeriesBaseComponent},enumerable:!0,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:!0,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=r.getAllPropertyNames(i),t=0;t<e.length;t++)e[t]=r.toSpinal(e[t]);i._observedAttributesIgcGeographicProportionalSymbolSeriesBaseComponent=e}return i._observedAttributesIgcGeographicProportionalSymbolSeriesBaseComponent},enumerable:!0,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=r.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:!0,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=r.getAllPropertyNames(i),t=0;t<e.length;t++)e[t]=r.toSpinal(e[t]);i._observedAttributesIgcGeographicShapeSeriesBaseBaseComponent=e}return i._observedAttributesIgcGeographicShapeSeriesBaseBaseComponent},enumerable:!0,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=r.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:!0,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=r.getAllPropertyNames(i),t=0;t<e.length;t++)e[t]=r.toSpinal(e[t]);i._observedAttributesIgcGeographicSymbolSeriesBaseComponent=e}return i._observedAttributesIgcGeographicSymbolSeriesBaseComponent},enumerable:!0,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=r.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:!0,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=r.getAllPropertyNames(i),t=0;t<e.length;t++)e[t]=r.toSpinal(e[t]);i._observedAttributesIgcGeographicXYTriangulatingSeriesBaseComponent=e}return i._observedAttributesIgcGeographicXYTriangulatingSeriesBaseComponent},enumerable:!0,configurable:!0}),i._observedAttributesIgcGeographicXYTriangulatingSeriesBaseComponent=null,i}(L);e.ArcGISOnlineMapImagery=N,e.BingMapsImageryStyle=P,e.BingMapsImageryStyle_$type=M,e.BingMapsMapImagery=R,e.BingMapsMapImageryView=O,e.BingResourceSet=ze,e.BingResponse=Le,e.CustomMapImagery=D,e.GeographicContourLineSeries=$e,e.GeographicContourLineSeriesView=Te,e.GeographicHighDensityScatterSeries=Pe,e.GeographicHighDensityScatterSeriesView=we,e.GeographicMapImagery=y,e.GeographicMapImageryView=d,e.GeographicMapSeriesHost=p,e.GeographicMarkerSeries=ge,e.GeographicMarkerSeriesBase=Fe,e.GeographicPolylineSeries=J,e.GeographicPolylineSeriesView=K,e.GeographicProportionalSymbolSeries=ye,e.GeographicProportionalSymbolSeriesBase=He,e.GeographicProportionalSymbolSeriesBaseView=De,e.GeographicProportionalSymbolSeriesView=fe,e.GeographicScatterAreaSeries=k,e.GeographicScatterAreaSeriesView=m,e.GeographicShapeSeries=Y,e.GeographicShapeSeriesBase=H,e.GeographicShapeSeriesBaseBase=Ye,e.GeographicShapeSeriesBaseBaseView=Ee,e.GeographicShapeSeriesBaseView=W,e.GeographicShapeSeriesView=X,e.GeographicSymbolSeries=Se,e.GeographicSymbolSeriesBase=Qe,e.GeographicSymbolSeriesBaseView=Ne,e.GeographicSymbolSeriesView=me,e.GeographicTileSeries=ce,e.GeographicXYTriangulatingSeries=v,e.GeographicXYTriangulatingSeriesBase=Je,e.GeographicXYTriangulatingSeriesBaseView=Ve,e.GeographicXYTriangulatingSeriesView=b,e.HostSeriesView=g,e.IgcArcGISOnlineMapImagery=V,e.IgcArcGISOnlineMapImageryModule=U,e.IgcBingMapsMapImagery=j,e.IgcBingMapsMapImageryModule=x,e.IgcCustomMapImagery=B,e.IgcCustomMapImageryModule=E,e.IgcGeographicContourLineSeriesComponent=Oe,e.IgcGeographicContourLineSeriesModule=Re,e.IgcGeographicHighDensityScatterSeriesComponent=Me,e.IgcGeographicHighDensityScatterSeriesModule=Ie,e.IgcGeographicMapComponent=q,e.IgcGeographicMapCoreModule=z,e.IgcGeographicMapImagery=T,e.IgcGeographicMapModule=je,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=Ce,e.IgcGeographicScatterAreaSeriesModule=qe,e.IgcGeographicShapeSeriesBaseBaseComponent=Ze,e.IgcGeographicShapeSeriesBaseComponent=F,e.IgcGeographicShapeSeriesComponent=Z,e.IgcGeographicShapeSeriesModule=Q,e.IgcGeographicSymbolSeriesBaseComponent=Ke,e.IgcGeographicSymbolSeriesComponent=_e,e.IgcGeographicSymbolSeriesModule=ve,e.IgcGeographicTileSeriesComponent=he,e.IgcGeographicTileSeriesModule=ue,e.IgcGeographicXYTriangulatingSeriesBaseComponent=et,e.IgcGeographicXYTriangulatingSeriesComponent=ke,e.IgcImageTilesReadyEventArgs=C,e.IgcImagesChangedEventArgs=I,e.IgcOpenStreetMapImagery=A,e.IgcOpenStreetMapImageryModule=G,e.IgcSubDomainsCollection=w,e.IgcTileGeneratorMapImagery=re,e.IgcTileGeneratorMapImageryModule=ne,e.IgcTileSeriesComponent=se,e.IgcTileSeriesModule=le,e.ImageTilesReadyEventArgs=h,e.ImageryMetadata=Ue,e.ImagesChangedEventArgs=u,e.LevelOfDetailResponseModel=Be,e.MapBackgroundTilingMode=a,e.MapBackgroundTilingMode_$type=s,e.MapResizeBehavior=n,e.MapResizeBehavior_$type=o,e.MapServerResponseModel=Ae,e.OpenStreetMapImagery=_,e.SphericalMercatorHorizontalScaler=c,e.SphericalMercatorVerticalScaler=l,e.SubDomainsCollection=$,e.TileGeneratorMapImagery=ie,e.TileInfoResponseModel=Ge,e.TileSeries=oe,e.TileSeriesView=ae,e.TokenResponseModel=xe,e.XamGeographicMap=f,e.XamGeographicMapView=S,Object.defineProperty(e,"__esModule",{value:!0})}));