igniteui-angular-maps 13.1.1 → 13.2.0-beta.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (78) hide show
  1. package/bundles/igniteui-angular-maps.umd.js +1515 -1496
  2. package/bundles/igniteui-angular-maps.umd.min.js +1 -1
  3. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +37 -37
  4. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +86 -80
  5. package/esm2015/lib/GeographicMapSeriesHost_combined.js +183 -183
  6. package/esm2015/lib/GeographicMarkerSeries.js +33 -26
  7. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +18 -18
  8. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +92 -92
  9. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +63 -63
  10. package/esm2015/lib/GeographicShapeSeriesView_combined.js +61 -54
  11. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +59 -59
  12. package/esm2015/lib/GeographicTileSeries.js +28 -28
  13. package/esm2015/lib/SphericalMercatorHorizontalScaler.js +2 -2
  14. package/esm2015/lib/SphericalMercatorVerticalScaler.js +2 -2
  15. package/esm2015/lib/TileSeries_combined.js +92 -92
  16. package/esm2015/lib/XamGeographicMap_combined.js +473 -473
  17. package/esm2015/lib/igx-geographic-contour-line-series-component.js +24 -24
  18. package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
  19. package/esm2015/lib/igx-geographic-map-component.js +50 -50
  20. package/esm2015/lib/igx-geographic-map-series-host-component.js +21 -21
  21. package/esm2015/lib/igx-geographic-marker-series-component.js +22 -22
  22. package/esm2015/lib/igx-geographic-polyline-series-component.js +11 -11
  23. package/esm2015/lib/igx-geographic-proportional-symbol-series-component.js +43 -43
  24. package/esm2015/lib/igx-geographic-scatter-area-series-component.js +18 -18
  25. package/esm2015/lib/igx-geographic-shape-series-base-component.js +20 -20
  26. package/esm2015/lib/igx-geographic-shape-series-component.js +33 -33
  27. package/esm2015/lib/igx-geographic-symbol-series-component.js +15 -15
  28. package/esm2015/lib/igx-geographic-tile-series-component.js +5 -5
  29. package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  30. package/esm2015/lib/igx-tile-series-component.js +4 -4
  31. package/esm5/lib/GeographicContourLineSeriesView_combined.js +37 -37
  32. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +86 -80
  33. package/esm5/lib/GeographicMapSeriesHost_combined.js +181 -181
  34. package/esm5/lib/GeographicMarkerSeries.js +33 -26
  35. package/esm5/lib/GeographicPolylineSeriesView_combined.js +18 -18
  36. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +92 -92
  37. package/esm5/lib/GeographicShapeSeriesBase_combined.js +62 -62
  38. package/esm5/lib/GeographicShapeSeriesView_combined.js +61 -54
  39. package/esm5/lib/GeographicSymbolSeriesView_combined.js +59 -59
  40. package/esm5/lib/GeographicTileSeries.js +27 -27
  41. package/esm5/lib/SphericalMercatorHorizontalScaler.js +2 -2
  42. package/esm5/lib/SphericalMercatorVerticalScaler.js +2 -2
  43. package/esm5/lib/TileSeries_combined.js +90 -90
  44. package/esm5/lib/XamGeographicMap_combined.js +466 -466
  45. package/esm5/lib/igx-geographic-contour-line-series-component.js +24 -24
  46. package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
  47. package/esm5/lib/igx-geographic-map-component.js +50 -50
  48. package/esm5/lib/igx-geographic-map-series-host-component.js +21 -21
  49. package/esm5/lib/igx-geographic-marker-series-component.js +22 -22
  50. package/esm5/lib/igx-geographic-polyline-series-component.js +11 -11
  51. package/esm5/lib/igx-geographic-proportional-symbol-series-component.js +43 -43
  52. package/esm5/lib/igx-geographic-scatter-area-series-component.js +18 -18
  53. package/esm5/lib/igx-geographic-shape-series-base-component.js +20 -20
  54. package/esm5/lib/igx-geographic-shape-series-component.js +33 -33
  55. package/esm5/lib/igx-geographic-symbol-series-component.js +15 -15
  56. package/esm5/lib/igx-geographic-tile-series-component.js +5 -5
  57. package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  58. package/esm5/lib/igx-tile-series-component.js +4 -4
  59. package/fesm2015/igniteui-angular-maps.js +1528 -1509
  60. package/fesm5/igniteui-angular-maps.js +1515 -1496
  61. package/lib/GeographicContourLineSeriesView_combined.d.ts +15 -15
  62. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +26 -25
  63. package/lib/GeographicMapSeriesHost_combined.d.ts +46 -46
  64. package/lib/GeographicMarkerSeries.d.ts +18 -17
  65. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  66. package/lib/GeographicPolylineSeriesView_combined.d.ts +9 -9
  67. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  68. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +28 -28
  69. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  70. package/lib/GeographicShapeSeriesBase_combined.d.ts +25 -25
  71. package/lib/GeographicShapeSeriesView_combined.d.ts +28 -27
  72. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  73. package/lib/GeographicSymbolSeriesView_combined.d.ts +21 -21
  74. package/lib/GeographicTileSeries.d.ts +10 -10
  75. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  76. package/lib/TileSeries_combined.d.ts +22 -22
  77. package/lib/XamGeographicMap_combined.d.ts +115 -115
  78. package/package.json +3 -3
@@ -4,4 +4,4 @@
4
4
  https://www.infragistics.com/legal/license/igultimate-eula
5
5
  GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
6
6
  */
7
- !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("tslib"),require("@angular/core"),require("igniteui-angular-charts"),require("igniteui-angular-core"),require("@angular/common")):"function"==typeof define&&define.amd?define(["exports","tslib","@angular/core","igniteui-angular-charts","igniteui-angular-core","@angular/common"],t):t((e=e||self)["igniteui-angular-maps"]={},e.tslib,e.i0,e.igniteuiAngularCharts,e.igniteuiAngularCore,e.common)}(this,(function(e,t,r,i,n,o){"use strict";var a=function(e){return e[e.Auto=0]="Auto",e[e.MaintainTopLeftPosition=1]="MaintainTopLeftPosition",e[e.MaintainCenterPosition=2]="MaintainCenterPosition",e}({}),s=n.markEnum("MapResizeBehavior","Auto,0|MaintainTopLeftPosition,1|MaintainCenterPosition,2"),p=function(e){return e[e.Auto=0]="Auto",e[e.NonWrapped=1]="NonWrapped",e[e.Wrapped=2]="Wrapped",e}({}),l=n.markEnum("MapBackgroundTilingMode","Auto,0|NonWrapped,1|Wrapped,2"),u=function(e){function r(){var t=e.call(this)||this;return t.au=null,t.ai=0,t.aj=0,t.au=new n.Rect(0,0,0,1,1),t}return t.__extends(r,e),r.prototype.q=function(e,t){if(t.c.isEmpty)return this.getMercatorUnscaledValue(e,t.e,t.d,t.a);var r=e*t.e.height+t.e.top*t.d.height;return this.getMercatorUnscaledValue(r,this.au,t.c,t.a)},r.prototype.p=function(e,t){if(t.c.isEmpty)return this.getMercatorScaledValue1(e,t.e,t.d,t.a);var r=this.getMercatorScaledValue1(e,this.au,t.c,t.a);return r=(r-t.e.top*t.d.height)/t.e.height},r.prototype.af=function(e){return Array.isArray(e)?e:null},r.prototype.v=function(e,t,i,n){var o,a,s,p,l,u=n.e,c=n.d,h=n.c,g=(n.a,!h.isEmpty),m=(this.m,this.o,h.top),y=h.height,f=u.top,d=u.height,b=c.top,S=c.height,v=this.au.top,M=this.au.height,I=this.af(e),C=.017453292519943295,x=!1;null!=I&&(x=!0);for(var _=t;_<i;_++)o=x?I[_]:e.item(_),g?(o<r.ah&&(o=r.ah),o>r.ag&&(o=r.ag),a=o*C,s=Math.sin(a),p=.5*Math.log((1+s)/(1-s)),l=(((l=m+(l=(this.ai-p)*y/this.aj))-v*y)/M-f*S)/d,x?I[_]=l:e.item(_,l)):(o<r.ah&&(o=r.ah),o>r.ag&&(o=r.ag),a=o*C,s=Math.sin(a),p=.5*Math.log((1+s)/(1-s)),l=((l=b+(l=(this.ai-p)*S/this.aj))-f*S)/d,x?I[_]=l:e.item(_,l))},r.prototype.t=function(e,t,r,i,n){return{p3:this.ak(e.ll),p4:this.ak(e.lk)}},r.prototype.w=function(t,i,n){switch(e.prototype.w.call(this,t,i,n),t){case"ActualMinimumValue":case"ActualMaximumValue":this.ai=r.am(this.n),this.aj=r.am(this.n)-r.am(this.o)}},Object.defineProperty(r,"as",{get:function(){return r.ag},enumerable:!1,configurable:!0}),Object.defineProperty(r,"at",{get:function(){return r.ah},enumerable:!1,configurable:!0}),r.prototype.getMercatorUnscaledValue=function(e,t,i,n){var o=(e-i.top)*t.width+t.top*i.height;return o=r.am(this.n)-o/(i.height/this.aj),r.aq(o)},r.prototype.getMercatorScaledValue1=function(e,t,r,i){return(r.top+this.getMercatorScaledValue3(e,r.height)-t.top*r.height)/t.width},r.prototype.getMercatorScaledValue2=function(e,t,r,i,n){return(this.getMercatorScaledValue3(e,i.height)-t.top*r.height)/t.width},r.prototype.getMercatorScaledValue3=function(e,t){e=e>r.ah?e<r.ag?e:r.ag:r.ah;var i=r.am(e);return(this.ai-i)*t/this.aj},r.am=function(e){var t=.017453292519943295*e,r=Math.sin(t);return.5*Math.log((1+r)/(1-r))},r.aq=function(e){return e=Math.exp(2*e),Math.asin((e-1)/(e+1))/.017453292519943295},r.prototype.ak=function(e){return e<r.ah?r.ah:e>r.ag?r.ag:e},r.$t=n.markType(r,"SphericalMercatorVerticalScaler",i.VerticalLinearScaler.$),r.ag=85.05112878,r.ah=-85.05112878,r}(i.VerticalLinearScaler),c=function(e){function r(){var t=e.call(this)||this;return t.aj=null,t.aj=new n.Rect(0,0,0,1,1),t}return t.__extends(r,e),r.prototype.q=function(e,t){if(t.c.isEmpty)return this.getMercatorUnscaledValue(e,t.e,t.d,t.a);var r=e*t.e.width+t.e.left*t.d.width;return this.getMercatorUnscaledValue(r,this.aj,t.c,t.a)},r.prototype.p=function(e,t){return t.c.isEmpty?this.getMercatorScaledValue1(e,t.e,t.d,t.a):(this.getMercatorScaledValue1(e,this.aj,t.c,t.a)-t.e.left*t.d.width)/t.e.width},r.prototype.af=function(e){return Array.isArray(e)?e:null},r.prototype.v=function(e,t,r,i){var n,o=i.e,a=i.d,s=i.c,p=i.a,l=!s.isEmpty,u=this.m,c=this.o,h=s.left,g=s.width,m=o.left,y=o.width,f=a.left,d=a.width,b=this.aj.left,S=this.aj.width,v=this.af(e),M=!1;null!=v&&(M=!0);for(var I=t;I<r;I++)if(n=M?v[I]:e.item(I),l){var C=(n-c)/u;p&&(C=1-C);var x=((C=h+g*(C-b)/S)-m*d)/y;M?v[I]=x:e.item(I,x)}else{var _=(n-c)/u;p&&(_=1-_),_=f+d*(_-m)/y,M?v[I]=_:e.item(I,_)}},r.prototype.t=function(e,t,r,i,n){return{p3:e.ll,p4:e.lk}},r.prototype.getMercatorUnscaledValue=function(e,t,r,i){var n=t.left+t.width*(e-r.left)/r.width;return i&&(n=1-n),this.o+n*this.m},r.prototype.getMercatorScaledValue1=function(e,t,r,i){var n=(e-this.o)/this.m;return i&&(n=1-n),r.left+r.width*(n-t.left)/t.width},r.prototype.getMercatorScaledValue2=function(e,t,r,i,n){var o=(e-this.o)/this.m;return n&&(o=1-o),r.left+r.width*(o-t.left)/t.width},r.$t=n.markType(r,"SphericalMercatorHorizontalScaler",i.HorizontalLinearScaler.$),r}(i.HorizontalLinearScaler),h=function(e){function r(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(r,e),r.$t=n.markType(r,"ImageTilesReadyEventArgs",n.EventArgs.$),r}(n.EventArgs),g=function(e){function r(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(r,e),r.$t=n.markType(r,"ImagesChangedEventArgs",n.EventArgs.$),r}(n.EventArgs),m=function(e){function r(){var t=e.call(this)||this;return t.pr=null,t.pt=t.ps(),t}return t.__extends(r,e),r.prototype.k9=function(){e.prototype.k9.call(this),null!=this.pt&&this.pt.k9()},r.prototype.get_dr=function(){return!0},r.prototype.hn=function(e,t){var r=this.jf(t);return"LatitudeMemberPath"==r&&(r="YMemberPath"),"LongitudeMemberPath"==r&&(r="XMemberPath"),this.pt.hn(e,t)},r.prototype.cy=function(e,t,r,i){return this.pt.cy(e,t,r,i)},r.prototype.ag=function(){return this.pt.ag()},r.prototype.be=function(){return this.pt},Object.defineProperty(r.prototype,"pt",{get:function(){return this.pr},set:function(e){this.pt!=e&&(this.pr=e,this.py())},enumerable:!1,configurable:!0}),r.prototype.get_hasMarkers=function(){return this.pt.hasMarkers},r.prototype.py=function(){if(null!=this.pr){var e=this.pr;e.externalObject=n.TypeRegistrar.createFromInternal(e,n.PlatformConstants.Prefix,n.PlatformConstants.Postfix),e.externalObject._implementation=e}this.kt(this.pt),this.pu.b2()},r.prototype.av=function(e,t,r){return this.ax(this.pt,e,t,r)},r.prototype.aw=function(e,t,r){return this.ay(this.pt,e,t,r)},r.prototype.hk=function(e){return this.hp(this.pt,e)},r.prototype.g9=function(e,t){return this.pt.g9(e,t)},r.prototype.g7=function(e,t){return this.pt.g7(e,t)},r.prototype.ga=function(e,t,r){return this.pt.ga(e,t,r)},r.prototype.pb=function(e,t,r){return this.pt.pb(e,t,r)},r.prototype.pk=function(e){return this.pt.pk(e)},r.prototype.ak=function(e){return this.pt.ak(e)},r.prototype.pl=function(e){return this.pt.pl(e)},r.prototype.al=function(e){return this.pt.al(e)},r.prototype.pm=function(e){return this.pt.pm(e)},r.prototype.pn=function(e){return this.pt.pn(e)},r.prototype.f6=function(e,t,r){return this.pt.f6(e,t,r)},r.prototype.o7=function(e,t,r){return this.pt.o7(e,t,r)},r.prototype.f8=function(e,t,r){return this.ga(e,t,r)},r.prototype.o9=function(e,t,r){return this.pt.o9(e,t,r)},r.prototype.pc=function(e,t,r){return this.pt.pc(e,t,r)},r.prototype.gb=function(e,t,r){return this.pt.gb(e,t,r)},r.prototype.o8=function(e,t,r){return this.pt.o8(e,t,r)},r.prototype.f7=function(e,t,r){return this.pt.f7(e,t,r)},r.prototype.pa=function(e,t,r){return this.pt.pa(e,t,r)},r.prototype.f9=function(e,t,r){return this.pt.f9(e,t,r)},r.prototype.g4=function(e){return this.pt.g4(e)},r.prototype.f3=function(){return this.pt.f3()},r.prototype.fz=function(e){return this.pt.fz(e)},r.prototype.hl=function(e){return this.pt.hl(e)},r.prototype.bv=function(){return new y(this)},r.prototype.lo=function(t){e.prototype.lo.call(this,t),this.pu=n.typeCast(y.$,t)},Object.defineProperty(r.prototype,"pv",{get:function(){return this.c(r.p0)},set:function(e){this.h(r.p0,e)},enumerable:!1,configurable:!0}),r.prototype.lt=function(t,r,o,a){switch(e.prototype.lt.call(this,t,r,o,a),r){case"SeriesViewer":this.pt.cb=this.cb,null!=o&&o.nr(this.pt),null!=a&&this.cb.kp(this.pt),this.pt.lw(this.po),this.pt.hc=this.hc,this.kz(this.pt),this.hf=this.pt.hf;var s=n.typeCast(i.SeriesViewer.$,o);if(null!=s&&(s.actualWindowRectChanged=n.delegateRemove(s.actualWindowRectChanged,n.runOn(this,this.pz))),null!=this.cb){var p=this.cb;p.actualWindowRectChanged=n.delegateCombine(p.actualWindowRectChanged,n.runOn(this,this.pz))}this.px();break;case"SyncLink":this.pt.b6=this.b6;break;case"VisibleFromScale":this.px();break;case"Index":this.pt.hc=this.hc;break;case"ItemsSource":this.pu.b3();break;case"Resolution":this.pu.ca();break;case"TransitionDuration":this.pu.cd();break;case"Opacity":this.pu.b7();break;case"Visibility":var l=this.pt,u=this._visibility;l.visibility=u;break;case"MouseOverEnabled":this.pt.eh=this.eh;break;case"ExpectFunctions":this.pt.expectFunctions=this.expectFunctions;break;case"Thickness":this.pu.cc();break;case"Brush":this.pu.b1();break;case"Outline":this.pu.b9();break;case"ActualBrush":this.pu.by();break;case"ActualOutline":this.pu.bz();break;case"MarkerFillOpacity":n.isNaN_(this.gh)||this.pu.b6();break;case"AreaFillOpacity":n.isNaN_(this.fs)||this.pu.b0();break;case"OutlineMode":this.pu.b8();break;case"ShowDefaultTooltip":this.pu.cb();break;case"Title":this.pt.hs=this.hs;break;case"LegendItemBadgeMode":this.pu.b4();break;case"LegendItemBadgeShape":this.pu.b5();break;case"Legend":this.pt.legend=this.legend,this.by.at()}},r.prototype.px=function(){if(null!=this.cb&&null!=this.pt&&!n.isNaN_(this.pv))if(this.cb.r0.width>this.pv){this.pt.visibility=1}else{this.pt.visibility=0}},r.prototype.pz=function(e,t){this.px()},r.prototype.l7=function(t){e.prototype.l7.call(this,t),null!=this.pt&&this.pt.l7(t)},r.prototype.l6=function(e,t,r,i,n){null!=this.pt&&this.pt.l6(e,t,r,i,n)},r.prototype.at=function(e,t){return this.pt.at(e,t)},r.prototype.mg=function(){e.prototype.mg.call(this),this.pt.mg()},r.prototype.get_coercionMethods=function(){return this._coercionMethods},r.prototype.set_coercionMethods=function(e){this._coercionMethods=e,this.pt.coercionMethods=e},r.prototype.ky=function(t){if(e.prototype.ky.call(this,t),null!=this.pt){var r=this.pt.hj();this.kq(t,r)}},r.$t=n.markType(r,"GeographicMapSeriesHost",i.Series.$),r.p0=n.DependencyProperty.i("VisibleFromScale",n.Number_$type,r.$,new n.PropertyMetadata(2,1,(function(e,t){e.raisePropertyChanged("VisibleFromScale",t.oldValue,t.newValue)}))),r}(i.Series),y=function(e){function r(t){var r=e.call(this,t)||this;return r.bx=null,r.bx=t,r}return t.__extends(r,e),r.prototype.ar=function(t,r){e.prototype.ar.call(this,t,r)},r.prototype.b2=function(){this.bx.pq=1,this.bx.pt.pq=0,this.bx.pt.itemsSource=this.bx.itemsSource,this.bx.pt.hc=this.bx.hc,this.bx.pt.os=this.bx.os,this.bx.pt.ox=this.bx.os,this.bx.pt.bt=this.bx.bt,this.bx.pt.gk=this.bx.gk,this.bx.pt.hd=this.bx.hd,this.bx.pt._opacity=this.bx._opacity,this.bx.pt.gp=this.bx.gp,this.bx.pt.fs=this.bx.fs,this.bx.pt.gh=this.bx.gh,this.bx.pt.en=this.bx.en,this.bx.pt.ba=this.bx.ba,this.bx.pt.a8=this.bx.a8},r.prototype.b3=function(){this.bx.pt.itemsSource=this.bx.itemsSource},r.prototype.ca=function(){this.bx.pt.gk=this.bx.gk},r.prototype.cd=function(){this.bx.pt.hd=this.bx.hd},r.prototype.b7=function(){this.bx.pt._opacity=this.bx._opacity},r.prototype.cc=function(){this.bx.pt.gp=this.bx.gp},r.prototype.b1=function(){this.bx.pt.os=this.bx.os},r.prototype.b9=function(){this.bx.pt.ox=this.bx.ox},r.prototype.by=function(){this.bx.pt.os=this.bx.oo},r.prototype.bz=function(){this.bx.pt.ox=this.bx.or},r.prototype.b4=function(){this.bx.pt.a8=this.bx.a8},r.prototype.b5=function(){this.bx.pt.ba=this.bx.ba},r.prototype.b0=function(){this.bx.pt.fs=this.bx.fs},r.prototype.b6=function(){this.bx.pt.gh=this.bx.gh},r.prototype.b8=function(){this.bx.pt.bt=this.bx.bt},r.prototype.cb=function(){this.bx.pt.en=this.bx.en},r.$t=n.markType(r,"HostSeriesView",i.SeriesView.$),r}(i.SeriesView),f=function(e){function r(){var t=e.call(this)||this;t.tc=null,t.s1=!1,t.st=1,t.s8=0,t.uj=null,t.sq=null,t.sm=null,t.so=null,t.ss=null,t.uf={$type:n.Point_$type,x:NaN,y:NaN},t.um=null,t.s7=1,t.imageTilesReady=null,t.s0=null,t.ul=n.Rect.empty,t.s8=u.am(r.uk.bottom)-u.am(r.uk.top),t.ab=r.$,t.backgroundContent=new I;var o,a=((o=new i.NumericXAxis).bh=t,o);a.cd=!0,t.sn=a,t.sn.mr=new c;var s=function(){var e=new i.NumericYAxis;return e.bh=t,e}();return s.cd=!0,t.sp=s,t.sp.mr=new u,t.tu(),t.t1(),t.k8(),t}return t.__extends(r,e),r.prototype.provideContainer=function(t){e.prototype.provideContainer.call(this,t),this.sn.provideRenderer(t),this.sp.provideRenderer(t)},r.prototype.k8=function(){e.prototype.k8.call(this),this.sz.fv(this.fy)},r.prototype.eh=function(){return this.s5},r.prototype.ei=function(){return this.s5},r.prototype.sw=function(){return 0==this.su&&this.s1?2:1},Object.defineProperty(r.prototype,"sv",{get:function(){return this.st},set:function(e){this.st=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"uo",{get:function(){return this.uj},set:function(e){if(n.Rect.l_op_Inequality(this.uj,e)){var t=this.uj;this.uj=e,this.nb("ActualWorldRect",t,e)}},enumerable:!1,configurable:!0}),r.prototype.us=function(){return this.uo},r.prototype.tu=function(){this.u0.isEmpty||(this.uo=this.uy(this.u0,1==this.b5))},r.prototype.uy=function(e,t){var i=e.top,o=e.left,a=e.width,s=e.height,p=u.am(e.bottom),l=u.am(e.top),c=p-l,h=e.width/r.uk.width,g=u.am(r.uk.top);if(c/h>this.s8){var m=c/this.s8;o-=(m-h)/2*r.uk.width,a=m*r.uk.width,t&&(o<r.uk.left?o+=r.uk.left-o:o+a>r.uk.right&&(o-=o+a-r.uk.right))}else if(c/h<this.s8){var y=this.s8*h-c,f=l-y/2,d=p+y/2;t&&(f<g?d+=g-(f+=g-f):d>g+this.s8&&(f-=d-(g+this.s8),d-=d-(g+this.s8))),i=u.aq(f),s=u.aq(d)-i}return new n.Rect(0,o,i,a,s)},Object.defineProperty(r.prototype,"backgroundContent",{get:function(){return this.sq},set:function(e){if(e!=this.backgroundContent){var t=this.backgroundContent;this.sq=e,this.nb("BackgroundContent",t,e)}},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"sn",{get:function(){return this.sm},set:function(e){if(e!=this.sn){var t=this.sn;this.sm=e,this.nb("XAxis",t,e)}},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"sp",{get:function(){return this.so},set:function(e){if(e!=this.sp){var t=this.sp;this.so=e,this.nb("YAxis",t,e)}},enumerable:!1,configurable:!0}),r.prototype.getZoomRectFromGeoRect=function(e){return this.getZoomFromGeographicRect(e)},r.prototype.t4=function(e){this.sg=e},r.prototype.t3=function(e){this.u0=e},r.prototype.getZoomFromGeographicRect=function(e){return this.uq(e,!0,0)},r.prototype.up=function(e,t){return this.uq(e,!1,t)},r.prototype.uq=function(e,t,o){var a=e;t&&(a=this.uy(e,!1));var s=this.sn,p=this.sp,l=new i.ScalerParams(1,r.un,this.sf,s.cf);l.c=this.r4;var u=new i.ScalerParams(1,r.un,this.sf,p.cf);u.c=this.r4;var c=this.sn.ef(a.left,l),h=this.sn.ef(a.right,l),g=this.sp.ef(a.top,u),m=this.sp.ef(a.bottom,u),y=(c-o)/this.sf.width,f=(m-o)/this.sf.height,d=(h-c+2*o)/this.sf.width,b=(g-m+2*o)/this.sf.height,S=new n.Rect(0,y,f,d,b);return S.intersect(r.un),S.isEmpty&&(S=r.un),S},r.prototype.getZoomFromGeographicPoints=function(e,t){var i=e.x,o=t.y,a=t.x-e.x,s=e.y-t.y;if(a<0||s<0)return r.un;var p=new n.Rect(0,i,o,a,s);return this.getZoomFromGeographicRect(p)},r.prototype.uu=function(e){var t=this.sn,o=this.sp,a=new i.ScalerParams(1,e,this.sf,t.cf);a.c=this.r4;var s=new i.ScalerParams(1,e,this.sf,o.cf);s.c=this.r4;var p=this.r3,l=t.ei(p.left,a),u=o.ei(p.top,s),c=t.ei(p.right,a),h=o.ei(p.bottom,s),g=c-l,m=u-h,y=new n.Rect(0,l,h,g,m);return 1==this.b5&&(y.intersect(r.uk),y.isEmpty&&(y=r.uk)),y},r.prototype.ug=function(e){var t=this.sn.lo(e.x),r=this.sp.lo(e.y);return{$type:n.Point_$type,x:t,y:r}},r.prototype.uh=function(e){var t=this.sn.e0(e.x),r=this.sp.e0(e.y);return{$type:n.Point_$type,x:t,y:r}},r.prototype.ui=function(e){return this.uh(e)},r.prototype.tr=function(){var e=n.typeCast(d.$,this.backgroundContent);null!=e&&e.clearTileCache()},r.prototype.tx=function(e){},r.prototype.e4=function(){return!0},r.prototype.tz=function(){var e,r;this.sz.ee();try{for(var i=t.__values(n.fromEnum(this.series)),o=i.next();!o.done;o=i.next()){o.value.mg()}}catch(t){e={error:t}}finally{try{o&&!o.done&&(r=i.return)&&r.call(i)}finally{if(e)throw e.error}}},r.prototype.t2=function(){if(2==this.sy){if(!this.sf.isEmpty&&this.sf.width>0&&this.sf.height>0){var e=this.sn.lo(this.sf.left+this.sf.width/2),t=this.sp.lo(this.sf.top+this.sf.height/2);this.uf={$type:n.Point_$type,x:e,y:t}}}else if(!this.sf.isEmpty&&this.sf.width>0&&this.sf.height>0){var r=this.sn.lo(this.sf.left),i=this.sp.lo(this.sf.top);this.uf={$type:n.Point_$type,x:r,y:i}}},r.prototype.ty=function(){(n.isNaN_(this.uf.x)||n.isNaN_(this.uf.y))&&this.t2();var e=this.uf.x,t=this.uf.y;if(!n.isNaN_(e)&&!n.isNaN_(t)){var o=this.r0.left,a=this.r0.top,s=this.r0.width,p=this.r0.height;if(s>this.um.width);else{var l=new i.ScalerParams(1,r.un,this.sf,this.sn.cf);l.c=this.r4;var u=this.sn.ef(e,l);if(2==this.sy)o=u/this.sf.width-s/2;else o=u/this.sf.width;o+s>this.um.right?o=this.um.right-s:o<this.um.left&&(o=this.um.left)}if(p>this.um.height);else{var c=new i.ScalerParams(1,r.un,this.sf,this.sp.cf);c.c=this.r4;var h=this.sp.ef(t,c);if(2==this.sy)a=h/this.sf.height-p/2;else a=h/this.sf.height;a+p>this.um.bottom?a=this.um.bottom-p:a<this.um.top&&(a=this.um.top)}this.oi(new n.Rect(0,o,a,s,p),!1)}},r.prototype.get_ea=function(){return!0},r.prototype.r1=function(){var t=e.prototype.r1.call(this);if(null==this.sn||null==this.sp)return t;this.sb();var r=t.left,i=t.top;1==this.b5&&(this.sg.width>this.um.width?r=.5-this.sg.width/2:r+t.width>this.um.right?r=this.um.right-this.sg.width:r<this.um.left&&(r=this.um.left),this.sg.height>this.um.height?i=.5-this.sg.height/2:i+this.sg.height>this.um.bottom?i=this.um.bottom-this.sg.height:i<this.um.top&&(i=this.um.top));var o=!1;!this.s4&&2==this.b5&&this.s1&&(r>1&&(r=r-Math.floor(r)+1),r<0&&(r=0-(Math.ceil(r)-r)),t.right-this.um.right>0&&(t.right-this.um.right)/t.width>.8?(r=this.um.left-(t.width-(t.right-this.um.right)),o=!0):t.left<this.um.left&&Math.abs(t.left-this.um.left)/t.width>.8&&(r=this.um.right-Math.abs(t.left-this.um.left),o=!0));var a=new n.Rect(0,r,i,t.width,t.height);if(this.s4){var s=this.up(this.u0,1);s=this.ur(s);var p=a.left+a.width/2,l=a.top+a.height/2;if(a.width>s.width){var u=a.height/a.width,c=s.width,h=u*c;a=new n.Rect(0,p-c/2,l-h/2,c,h),o=!0}if(a.height>s.height){var g=a.width/a.height,m=s.height,y=g*m;a=new n.Rect(0,p-y/2,l-m/2,y,m),o=!0}a.left<s.left&&(a=new n.Rect(0,s.left,a.top,a.width,a.height),o=!0),a.top<s.top&&(a=new n.Rect(0,a.left,s.top,a.width,a.height),o=!0),a.right>s.right&&(a=new n.Rect(0,s.right-a.width,a.top,a.width,a.height),o=!0),a.bottom>s.bottom&&(a=new n.Rect(0,a.left,s.bottom-a.height,a.width,a.height),o=!0)}return o&&(this.dx=!0,this.sg=a,this.dx=!1),a},r.prototype.km=function(e,t){var r=!0,i=!0,o=0,a=this.sb(),s=0,p=0;if(e.right-a.right>0&&(s=(e.right-a.right)/e.width),e.left<a.left&&(p=Math.abs(e.left-a.left)/e.width),0==p&&0==s&&(r=!1),p>s&&(i=!1),r)if(i){var l=this.sm.ef(-180,t);o=this.sm.ef(180,t)-l}else{o=this.sm.ef(-180,t)-this.sm.ef(180,t)}return new n.Tuple$2(n.Boolean_$type,n.Number_$type,r,o)},r.prototype.sb=function(){var e=new i.ScalerParams(1,r.un,this.sf,this.sn.cf);e.c=this.r4;var t=new i.ScalerParams(1,r.un,this.sf,this.sp.cf);t.c=this.r4;var o=this.sn.ef(r.uk.left,e),a=this.sn.ef(r.uk.right,e),s=this.sp.ef(r.uk.top,t),p=this.sp.ef(r.uk.bottom,t);return this.um=new n.Rect(0,o/this.sf.width,p/this.sf.height,(a-o)/this.sf.width,(s-p)/this.sf.height),this.um},r.prototype.ur=function(e){var t=this.g0,r=.5*(e.left+e.right),i=.5*(e.top+e.bottom),o=e.width,a=e.height,s=n.MathUtil.b(e.width,t,1),p=n.MathUtil.b(e.height,t,1),l=this.sf,u=l.width/l.height,c=s*l.width,h=p*l.height;c/h!=u&&(h*u>c?s=(c=h*u)/l.width:p=(h=c/u)/l.height);var g=s!=o,m=p!=a,y=g?r-.5*s:e.left,f=m?i-.5*p:e.top,d=g?r+.5*s:e.right,b=m?i+.5*p:e.bottom;return y<0&&(d=(y=0)+s),d>1&&(y=(d=1)-s),f<0&&(b=(f=0)+p),b>1&&(f=(b=1)-p),new n.Rect(0,y,f,d-y,b-f)},r.prototype.r2=function(t){if(e.prototype.r2.call(this,this.sf),t.isEmpty)return n.Rect.empty;var r;if(t.width>t.height){var i=n.intDivide(n.truncate(t.width-t.height),2);r=new n.Rect(0,t.left+i,t.top,t.height,t.height)}else{var o=n.intDivide(n.truncate(t.height-t.width),2);r=new n.Rect(0,t.left,t.top+o,t.width,t.width)}return r},r.prototype.ut=function(e){return this.r2(e)},r.prototype.cl=function(){return new M(this)},r.prototype.tt=function(e){null!=e&&(e.bh=this)},r.prototype.mv=function(t){e.prototype.mv.call(this,t),this.sz=t},r.prototype.m6=function(t,r){e.prototype.m6.call(this,t,r),this.n6(this.sn),this.n6(this.sp),n.Rect.l_op_Inequality(t,r)&&this.ty(),this.s4&&(this.r0=this.r1()),this.t5()},Object.defineProperty(r.prototype,"s9",{get:function(){return this.s7},set:function(e){var t=this.s7;this.s7=e,this.nb("ActualWindowScale",t,this.s7)},enumerable:!1,configurable:!0}),r.prototype.f4=function(){return this.s9},r.prototype.f5=function(){return this.s9},r.prototype.n5=function(){e.prototype.n5.call(this);var t=Math.min(this.r0.width,this.r0.height);this.s9=t},r.prototype.ex=function(){return this.s1},r.prototype.b6=function(){return 0==this.b7&&this.s2?2:this.b7},r.prototype.m7=function(i,o,a,s){var p,l,u,c;switch(e.prototype.m7.call(this,i,o,a,s),o){case"ZoomCoercionMode":this.tu();break;case"WindowRect":this.t2();break;case r.$$p[0]:this.sv=this.sw(),null!=this.ss&&(this.ss.isHorizontalWrappingEnabled=2==this.sv);break;case r.$$p[1]:this.s1=this.s2,this.sv=this.sw(),this.b5=this.b6(),null!=this.ss&&(this.ss.isHorizontalWrappingEnabled=2==this.sv);break;case r.$$p[4]:this.r0=this.r1();break;case"BackgroundContent":if(null!=this.ss){var h=this.ss;h.imageTilesReady=n.delegateRemove(h.imageTilesReady,n.runOn(this,this.tv)),this.ss.deferralHandler=null}if(this.ss=n.typeCast(d.$,this.backgroundContent),null!=this.ss){var g=this.ss;g.imageTilesReady=n.delegateCombine(g.imageTilesReady,n.runOn(this,this.tv)),this.ss.deferralHandler=this,this.ss.isHorizontalWrappingEnabled=2==this.sv}this.sz.fu(n.typeCast(d.$,a),n.typeCast(d.$,s)),null!=this.ss&&(this.ss.geographicMap=this,this.sz.fr(this.r0),this.sz.fv(this.fy));break;case"YAxis":case"XAxis":this.t0(a),this.tt(s);break;case r.$$p[6]:this.s3||(this.sg=r.un),this.tu(),this.t1(),this.t2(),this.r0=this.r1(),this.sz.fs();break;case"ActualWindowRect":this.sz.fr(this.r0);break;case"ActualWorldRect":try{for(var m=t.__values(n.fromEnum(this.series)),y=m.next();!y.done;y=m.next()){y.value.l7(!1)}}catch(e){p={error:e}}finally{try{y&&!y.done&&(l=m.return)&&l.call(m)}finally{if(p)throw p.error}}break;case r.$$p[5]:this.s9=this.ta;break;case"ActualWindowScale":this.e3||this.oh(this.f4(),this.f5());break;case"ActualPixelScalingRatio":this.sz.fv(this.fy);break;case r.$$p[7]:this.od();break;case"MarkerAutomaticBehavior":try{for(var f=t.__values(n.fromEnum(this.series)),b=f.next();!b.done;b=f.next()){b.value.k9()}}catch(e){u={error:e}}finally{try{b&&!b.done&&(c=f.return)&&c.call(f)}finally{if(u)throw u.error}}}},r.prototype.tv=function(e,t){null!=this.imageTilesReady&&this.imageTilesReady(this,new h)},r.prototype.t0=function(e){null!=e&&(e.bh=null)},r.prototype.t1=function(){null!=this.sn&&(this.sn.ll=this.uo.left,this.sn.lk=this.uo.right),null!=this.sp&&(this.sp.ll=this.uo.top,this.sp.lk=this.uo.bottom),this.sn.cz(!0),this.sp.cz(!0)},r.prototype.getFontInfo=function(){return this.s0=this.sz.fo,this.s0},r.prototype.q7=function(){return this.sz.fw},r.prototype.getFontBrush=function(){return this.sz.fx},r.prototype.ny=function(t,r){if(null!==n.typeCast(n.ItfConverter.$,r)){var i=r,o=t;o.itemsSource=i.triangulationSource.points,o.p2=i.triangulationSource.triangles}else e.prototype.ny.call(this,t,r)},r.prototype.register=function(e,t){this.no(e,t)},r.prototype.unRegister=function(e){this.n4(e)},r.prototype.deferredRefresh=function(){this.kw()},r.prototype.deferAction=function(e){null!=this.tc?this.tc.setTimeout(e,0):window.setTimeout(e,0)},r.prototype.ts=function(e){this.oc(e)},r.prototype.td=function(){var e=new i.ChartVisualData,t=this.sn.fs(),r=this.sp.fs();e.axes.add1(t),e.axes.add1(r);for(var o=0;o<this.series.count;o++){var a=this.series._inner[o].hj();e.series.add1(a)}return e.name=this.name,e.contentArea=n.RectData.b(this.sf),e.centralArea=n.RectData.b(this.sf),e.plotArea=n.RectData.b(this.sf),e},r.prototype.r7=function(e,t,r){return e},r.prototype.tw=function(){},Object.defineProperty(r.prototype,"uz",{get:function(){return this.ul},set:function(e){this.ul=e},enumerable:!1,configurable:!0}),r.prototype.t6=function(e){this.uz=e,this.t5()},r.prototype.t5=function(){if(this.s6&&!this.uz.isEmpty){var e=this.getZoomFromGeographicRect(this.uz);this.uz=n.Rect.empty,this.oi(e,!1)}},Object.defineProperty(r.prototype,"s6",{get:function(){return!this.sf.isEmpty&&!this.r4.isEmpty},enumerable:!1,configurable:!0}),r.$t=n.markType(r,"XamGeographicMap",i.SeriesViewer.$,[n.IMapRenderDeferralHandler_$type]),r.sx=0,r.uk=new n.Rect(2,{$type:n.Point_$type,x:-180,y:-85.05112878},{$type:n.Point_$type,x:180,y:85.05112878}),r.un=new n.Rect(0,0,0,1,1),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"nb",["BackgroundTilingMode:su:t7",[l,n.enumGetBox(l,0)],"IsHorizontalWrappingEnabled:s2:t8",[0,!1],"ResizeBehavior:sy:t9",[s,n.enumGetBox(s,r.sx)],"SuppressZoomResetOnWorldRectChange:s3:ua",[0,!1],"UseWorldRectForZoomBounds:s4:ub",[0,!1],"WindowScale:ta:uc",[1,NaN],"WorldRect:u0:ud",[n.Rect.$,r.uk],"Zoomable:s5:ue",[0,!0]]),r}(i.SeriesViewer),d=function(e){function r(t){var i=e.call(this)||this;return i.ak=null,i.imageTilesReady=null,i.an=null,i.ap=null,i.propertyChanged=null,i.imagesChanged=null,i.cancellingImage=null,i.downloadingImage=null,i.ab=r.$,i.ap=t,i.aj=i.ai(),i.bb(i.aj),i}return t.__extends(r,e),r.prototype.bb=function(e){},r.prototype.ai=function(){return new b(this)},Object.defineProperty(r.prototype,"deferralHandler",{get:function(){return this.ak},set:function(e){this.ak=e,null!=this.ao&&(this.ao.al=e)},enumerable:!1,configurable:!0}),r.prototype.a5=function(e,t){null!=this.imageTilesReady&&this.imageTilesReady(this,new h)},r.prototype.a9=function(){var e=this.ao;e.imageTilesReady=n.delegateCombine(e.imageTilesReady,n.runOn(this,this.a5)),this.ao.al=this.deferralHandler;var t=this.ao;t.imagesChanged=n.delegateCombine(t.imagesChanged,n.runOn(this,this.a4));var r=this.ao;r.downloadingImage=n.delegateCombine(r.downloadingImage,n.runOn(this,this.a3));var i=this.ao;i.cancellingImage=n.delegateCombine(i.cancellingImage,n.runOn(this,this.a2)),this.ao.bf=this.referer,this.ao.bj=this.userAgent,this.ao.av=this.isHorizontalWrappingEnabled},r.prototype.a3=function(e,t){null!=this.downloadingImage&&this.downloadingImage(this,t)},r.prototype.a2=function(e,t){null!=this.cancellingImage&&this.cancellingImage(this,t)},r.prototype.bg=function(){null!=this.ao&&this.aj.e()},r.prototype.ba=function(e,t,i){switch(e){case r.$$p[3]:this.bg();break;case"GeographicMap":this.aj.e();break;case r.$$p[1]:null!=this.ao&&(this.ao.bf=this.referer);break;case r.$$p[2]:null!=this.ao&&(this.ao.bj=this.userAgent);break;case r.$$p[0]:null!=this.ao&&(this.ao.av=this.isHorizontalWrappingEnabled)}null!=this.propertyChanged&&this.propertyChanged(this,new n.PropertyChangedEventArgs(e))},Object.defineProperty(r.prototype,"geographicMap",{get:function(){return this.c(r.geographicMapProperty)},set:function(e){this.h(r.geographicMapProperty,e)},enumerable:!1,configurable:!0}),r.a8=function(e,t){e.a7(t.oldValue,t.newValue)},r.prototype.a7=function(e,t){this.ba("GeographicMap",e,t)},r.prototype.clearTileCache=function(){null!=this.ao&&this.ao.bs(0,0,0,0)},Object.defineProperty(r.prototype,"ao",{get:function(){return this.an},set:function(e){this.an=e,null!=this.propertyChanged&&this.propertyChanged(this,new n.PropertyChangedEventArgs("MultiScaleImage"))},enumerable:!1,configurable:!0}),r.prototype.bn=function(e){if(null==this.geographicMap||e.width<1||e.height<1)return e;var t=new n.Rect(0,0,0,e.width,e.height),r=this.geographicMap.ut(t),o=f.uk,a=this.geographicMap.uo,s=Math.min(this.windowRect.height,this.windowRect.width),p=a.width/o.width;this.ao.a5=t.width/r.width*s*p;var l=this.geographicMap.sn,u=this.geographicMap.sp,c=new i.ScalerParams(1,this.windowRect,t,l.cf);c.c=r;var h=new i.ScalerParams(1,this.windowRect,t,u.cf);h.c=r;var g=l.ef(o.left,c),m=u.ef(o.bottom,h),y=-g/t.width*this.ao.a5,d=-m/t.height*this.ao.a5*(t.height/t.width);return this.ao.cm={$type:n.Point_$type,x:y,y:d},e},r.prototype.bd=function(e){this.aj.f(e)},r.prototype.bf=function(e){this.aj.h(e)},r.prototype.be=function(e){this.aj.g(e)},r.prototype.a4=function(e,t){null!=this.imagesChanged&&this.imagesChanged(this,new g)},r.prototype.a6=function(){this.aj.e()},r.prototype.bc=function(e){this.aj.i(e)},r.prototype.v=function(){e.prototype.v.call(this),this.ap.o=this._opacity},r.$t=n.markType(r,"GeographicMapImagery",n.Control.$,[n.INotifyPropertyChanged_$type]),r.geographicMapProperty=n.DependencyProperty.i("GeographicMap",f.$,r.$,new n.PropertyMetadata(2,null,r.a8)),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"ba",["IsHorizontalWrappingEnabled",[0,!1],"Referer",[2,null],"UserAgent",[2,null],"WindowRect",[n.Rect.$,n.Rect.empty]]),r}(n.Control),b=function(e){function r(t){var r=e.call(this)||this;return r.a=null,r.j=null,r.d=null,r.b=1,r.j=n.Rect.empty,r.a=t,r.a.ao=new n.XamMultiScaleImage,r.a.ao.ao=r.a.ap,r.a.a9(),r}return t.__extends(r,e),r.prototype.e=function(){this.j.isEmpty||this.a.bn(new n.Size(1,this.j.width,this.j.height))},r.prototype.f=function(e){this.a.ao.b1(e)},r.prototype.g=function(e){this.d=e,this.a.ao.b2(e)},r.prototype.h=function(e){this.j=e,this.a.ao.b3(e),this.a.a6()},Object.defineProperty(r.prototype,"c",{get:function(){return this.b},enumerable:!1,configurable:!0}),r.prototype.i=function(e){this.b=e,this.a.ao.bz(e)},r.$t=n.markType(r,"GeographicMapImageryView"),r}(n.Base),S=function(e){function r(t){var r=e.call(this,t)||this;return r.ce=null,r.ce=t,r}return t.__extends(r,e),r.prototype.b2=function(){e.prototype.b2.call(this);var t=this.ce.pt;t.qp=this.ce.p5,t.qt=this.ce.p3,t.trianglesSource=this.ce.p2,t.qh=this.ce.p8,t.qj=this.ce.qa,t.ql=this.ce.qc},r.prototype.ch=function(){var e=this.ce.pt;if(null==this.ce.cb)return e.pr=null,void(e.ps=null);e.pr=this.ce.cb.sn,e.ps=this.ce.cb.sp},r.prototype.cg=function(){this.ce.pt.qp=this.ce.p5},r.prototype.cf=function(){this.ce.pt.qt=this.ce.p3},r.prototype.ci=function(){this.ce.pt.trianglesSource=this.ce.p2},r.prototype.cj=function(){this.ce.pt.qh=this.ce.p8},r.prototype.ck=function(){this.ce.pt.qj=this.ce.qa},r.prototype.cl=function(){this.ce.pt.ql=this.ce.qc},r.$t=n.markType(r,"GeographicXYTriangulatingSeriesView",y.$),r}(y),v=function(e){function r(t){var r=e.call(this,t)||this;return r.cm=null,r.cm=t,r}return t.__extends(r,e),r.prototype.as=function(){e.prototype.as.call(this),this.q},r.prototype.b2=function(){e.prototype.b2.call(this),null!=this.cm.qn&&(this.cm.qn.rk=this.cm.qr,this.cm.qn.rc=this.cm.qm)},r.prototype.cn=function(){null!=this.cm.qn&&(this.cm.qn.rk=this.cm.qr)},r.prototype.co=function(){null!=this.cm.qn&&(this.cm.qn.rc=this.cm.qm)},r.$t=n.markType(r,"GeographicScatterAreaSeriesView",S.$),r}(S),M=function(e){function r(t){var r=e.call(this,t)||this;return r.fn=null,r.fz=null,r.fx=null,r.fw=null,r.fo=null,r.fp=NaN,r.fz=n.Rect.empty,r.fn=t,r.fn.q2=2,r.fn.g0=5e-6,r}return t.__extends(r,e),r.prototype.m=function(e){return 2},r.prototype.bk=function(e){this.j.bv(e),this.fn.ts(e),this.el()},r.prototype.get_ap=function(){return!0},r.prototype.d4=function(){var e,t,r,i,o,a=this.j.a7(e,t,r,i,o);e=a.p0,t=a.p1,r=a.p2,i=a.p3,o=a.p4,this.fx=r,this.fo=i,this.fw=o;var s=this.j.e();if(this.fn.ag=s.a,this.fn.aj=s.f,this.fn.ah=null!=s.b?s.b:new n.BrushCollection,this.fn.ai=null!=s.c?s.c:new n.BrushCollection,0==this.fn.ah.count)for(var p=0;p<s.a.count;p++)this.fn.ah.add(s.a.item(p));if(0==s.c.count)for(var l=0;l<s.f.count;l++)this.fn.ai.add(s.f.item(l))},r.prototype.du=function(t){if(e.prototype.du.call(this,t),null!=this.fn.backgroundContent){var r=this.fn.backgroundContent;r.be(this.j.ae),r.bd(t)}},r.prototype.dv=function(t){(e.prototype.dv.call(this,t),this.fz=t,null!=this.fn.backgroundContent)&&this.fn.backgroundContent.bf(this.fz)},r.prototype.fy=function(){return new n.Rect(0,0,0,this.fz.width,this.fz.height)},r.prototype.fs=function(){null!=this.fn.backgroundContent&&this.fn.backgroundContent.a6()},r.prototype.fr=function(e){null!=this.fn.ss&&(this.fn.ss.windowRect=e)},r.prototype.fu=function(e,t){if(null!=this.fn.ss&&(this.fn.ss.windowRect=this.fn.r0),null!=e){var r=e.ao;null!=r&&this.fn.al.e.remove(r.ag),e.bd(null),e.be(null)}if(null!=t){var i=t.ao;null!=i&&this.fn.al.e.add(i.ag),this.fz.isEmpty||this.dv(this.fz),null!=this.w&&this.du(this.w)}null==t&&this.ft(this.w)},r.prototype.ft=function(e){var t=this.fn.fy;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()},r.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)},r.prototype.fv=function(e){this.fp=e,null!=this.fn.backgroundContent&&this.fn.backgroundContent.bc(e)},Object.defineProperty(r.prototype,"fq",{get:function(){return this.fp},set:function(e){this.fp=e},enumerable:!1,configurable:!0}),r.$t=n.markType(r,"XamGeographicMapView",i.SeriesViewerView.$),r}(i.SeriesViewerView),I=function(e){function r(){return e.call(this,new n.OpenStreetMapTileSource)||this}return t.__extends(r,e),Object.defineProperty(r.prototype,"tilePath",{get:function(){return this.c(r.tilePathProperty)},set:function(e){this.h(r.tilePathProperty,e)},enumerable:!1,configurable:!0}),r.br=function(e,t){e.bq("TilePath",t.oldValue,t.newValue)},r.prototype.bq=function(t,r,i){switch(t){case"TilePath":this.ap.setTilePathUrl(null==i?null:i),this.aj.e()}e.prototype.ba.call(this,t,r,i)},r.$t=n.markType(r,"OpenStreetMapImagery",d.$),r.tilePathProperty=n.DependencyProperty.i("TilePath",n.String_$type,r.$,new n.PropertyMetadata(2,null,r.br)),r}(d),C=function(e){function r(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(r,e),r.prototype.bv=function(){return new S(this)},r.prototype.lo=function(t){e.prototype.lo.call(this,t),this.p1=t},r.prototype.lt=function(t,i,n,o){switch(e.prototype.lt.call(this,t,i,n,o),i){case"SeriesViewer":this.p1.ch();break;case r.$$p[1]:this.p1.cg();break;case r.$$p[0]:this.p1.cf();break;case r.$$p[2]:this.p1.ci();break;case r.$$p[3]:this.p1.cj();break;case r.$$p[4]:this.p1.ck();break;case r.$$p[5]:this.p1.cl()}},r.$t=n.markType(r,"GeographicXYTriangulatingSeries",m.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["LatitudeMemberPath:p3:qe",[2,"pointY"],"LongitudeMemberPath:p5:qf",[2,"pointX"],"TrianglesSource:p2:qg",[n.IEnumerable_$type,null],"TriangleVertexMemberPath1:p8:qh",[2,"v1"],"TriangleVertexMemberPath2:qa:qi",[2,"v2"],"TriangleVertexMemberPath3:qc:qj",[2,"v3"]]),r}(m),x=function(e){function r(){var t=e.call(this)||this;return t.qk=null,t.triangulationStatusChanged=null,t.ab=r.$,t}return t.__extends(r,e),r.prototype.get_c9=function(){return!0},Object.defineProperty(r.prototype,"qm",{get:function(){return this.qk},set:function(e){if(this.qk!=e){var t=this.qk;if(null!=this.qk){var r=this.qk;r.propertyChanged=n.delegateRemove(r.propertyChanged,n.runOn(this,this.qu))}if(this.qk=e,null!=this.qk){var i=this.qk;i.propertyChanged=n.delegateCombine(i.propertyChanged,n.runOn(this,this.qu))}this.raisePropertyChanged("ColorScale",t,this.qk),null!=this.qn&&(this.qn.rc=e)}},enumerable:!1,configurable:!0}),r.prototype.qu=function(e,t){this.qp.co(),this.qw(),this.l7(!1)},r.prototype.qw=function(){null!=this.qn&&(this.ql=this.qn.rb)},r.prototype.mk=function(){e.prototype.mk.call(this),this.qw()},r.prototype.ps=function(){this.qn=new i.ScatterAreaSeries;var e=this.qn;return e.triangulationStatusChanged=n.delegateCombine(e.triangulationStatusChanged,n.runOn(this,this.qv)),this.qn},r.prototype.qv=function(e,t){null!=this.triangulationStatusChanged&&this.triangulationStatusChanged(this,t)},r.prototype.bv=function(){return new v(this)},r.prototype.lo=function(t){e.prototype.lo.call(this,t),this.qp=t},r.prototype.lt=function(t,i,n,o){switch(e.prototype.lt.call(this,t,i,n,o),i){case r.$$p[1]:this.qp.cn();break;case"ColorScale":this.qp.co(),this.qw()}},r.prototype.get_ez=function(){return!0},r.prototype.set_ez=function(t){e.prototype.set_ez.call(this,t)},r.$t=n.markType(r,"GeographicScatterAreaSeries",C.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["ActualColorScale:ql:qx",[i.ColorScale.$,null],"ColorMemberPath:qr:qy",[2,"value"]]),r}(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:!1,configurable:!0}),e.prototype.onImplementationCreated=function(){},e.prototype._provideImplementation=function(e){this._implementation=e,this._implementation.externalObject=this,this.onImplementationCreated()},e}(),k=function(e){function o(t,r,o,a,s){var p,l=e.call(this)||this;l._renderer=t,l._elRef=r,l._ngZone=o,l._componentFactoryResolver=a,l._injector=s,l.actualSeries=[],l._series=null,l._dataSource=null,l._seriesAdapter=null,l._defaultTooltips=null,l._imageTilesReady=null,l._styling&&n.NamePatcher.ensureStylablePatched(Object.getPrototypeOf(l)),l._zoneRunner=function(e){return l._ngZone.run(e)},l._container=t.createElement("div"),t.appendChild(r.element.nativeElement,l._container),t.setStyle(l._container,"display","block"),t.setStyle(l._container,"width","100%"),t.setStyle(l._container,"height","100%"),p=l._container,null!=l._container.nativeElement&&(p=l._container.nativeElement);var u=new n.AngularRenderer(p,l._renderer,window.document,l._ngZone,!0,i.DataChartStylingDefaults);l._wrapper=u;var c=l.i;return l._chart=c,c.provideContainer(u),u.addSizeWatcher((function(){l._chart.notifyContainerResized()})),l}return t.__extends(o,e),Object.defineProperty(o.prototype,"height",{get:function(){return this._height},set:function(e){this._height=e,this._renderer.setStyle(this._elRef.element.nativeElement,"height",e),this._chart.notifyContainerResized()},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"width",{get:function(){return this._width},set:function(e){this._width=e,this._renderer.setStyle(this._elRef.element.nativeElement,"width",e),this._chart.notifyContainerResized()},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"legend",{get:function(){if(null!=this.i.legend)return this.i.legend.externalObject},set:function(e){null!=e&&null!=e&&(this.i.legend=e.i)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"series",{get:function(){var e=this;if(null===this._series){var t=new i.IgxSeriesCollection;t._innerColl.addListener((function(t,r){switch(r.action){case n.NotifyCollectionChangedAction.Add:e._seriesAdapter.addManualItem(r.newItems.item(0));break;case n.NotifyCollectionChangedAction.Remove:e._seriesAdapter.removeManualItemAt(r.oldStartingIndex);break;case n.NotifyCollectionChangedAction.Replace:e._seriesAdapter.removeManualItemAt(r.oldStartingIndex),e._seriesAdapter.insertManualItem(r.newStartingIndex,r.newItems.item(0));break;case n.NotifyCollectionChangedAction.Reset:e._seriesAdapter.clearManualItems()}})),this._series=t}return this._series},enumerable:!1,configurable:!0}),o.prototype.ngOnDestroy=function(){this._chart.destroy(),this._wrapper.destroy()},o.prototype.createImplementation=function(){return new f},Object.defineProperty(o.prototype,"dataSource",{get:function(){return this._dataSource},set:function(e){this._dataSource=e,this.bindData()},enumerable:!1,configurable:!0}),o.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)},o.prototype.ngAfterContentInit=function(){var e=this;if(n.TypeRegistrar.isRegistered("IgxDataChartDefaultTooltipsComponent")){var t=n.TypeRegistrar.get("IgxDataChartDefaultTooltipsComponent"),r=this._componentFactoryResolver.resolveComponentFactory(t),i=this._dynamicContent.createComponent(r);this._defaultTooltips=i,i.instance.onContentReady.subscribe((function(){e._onDefaultTooltipsReady(i)}))}this._seriesAdapter=new n.CollectionAdapter(this.contentSeries,this.i.series,this.actualSeries,(function(e){return e.i}),(function(t){t.owner=e,t._provideRenderer(e._dataSource),t.provideData(e._dataSource),e._ensureDefaultTooltip(t),e._ensureTooltipCreated(t)}),(function(e){e._provideRenderer(null),e.provideData(null)})),this.i.notifyContainerResized()},o.prototype._ensureTooltipCreated=function(e){var t=this;e._ensureTooltipCreated((function(){return t.createTooltip()}),(function(e){var r=new n.AngularWrapper(e,t._renderer,t._ngZone);return r.updateToolTip=e.updateToolTip,r.hideToolTip=e.hideToolTip,r}))},o.prototype._ensureDefaultTooltip=function(e){null!=this._defaultTooltips&&this._defaultTooltips.instance.ensureDefaultTooltip(e)},o.prototype._onDefaultTooltipsReady=function(e){if(this.actualSeries&&this.actualSeries.length>0)for(var t=this.actualSeries,r=0;r<t.length;r++)t[r].showDefaultTooltip&&this._ensureDefaultTooltip(t[r])},o.prototype.createTooltip=function(){if(!n.TypeRegistrar.isRegistered("IgxTooltipContainerComponent"))return null;var e=n.TypeRegistrar.get("IgxTooltipContainerComponent"),t=this._componentFactoryResolver.resolveComponentFactory(e),r=this._dynamicContent.createComponent(t),i=r.location.nativeElement,o=this;return i.updateToolTip=function(e,t){if(e.externalObject)e=e.externalObject;else{var a=new n.IgxDataContext;a._implementation=e,e=a}return t?e.isSubContent=!0:i.parentElement!=o._container&&(null!=i.parentElement&&i.parentElement.removeChild(i),o._container.appendChild(i)),r.instance.context=e,i.style.display="block",!0},i.hideToolTip=function(){i.style.display="none"},i.style.display="none",r},Object.defineProperty(o.prototype,"backgroundContent",{get:function(){return null!=this.i.backgroundContent?this.i.backgroundContent.externalObject:null},set:function(e){this.i.backgroundContent=null!=e&&null!=e?e.i:null},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"zoomable",{get:function(){return this.i.s5},set:function(e){this.i.s5=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"resizeBehavior",{get:function(){return this.i.sy},set:function(e){this.i.sy=n.ensureEnum(s,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isHorizontalWrappingEnabled",{get:function(){return this.i.s2},set:function(e){this.i.s2=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"backgroundTilingMode",{get:function(){return this.i.su},set:function(e){this.i.su=n.ensureEnum(l,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"useWorldRectForZoomBounds",{get:function(){return this.i.s4},set:function(e){this.i.s4=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"suppressZoomResetOnWorldRectChange",{get:function(){return this.i.s3},set:function(e){this.i.s3=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"worldRect",{get:function(){return n.fromRect(this.i.u0)},set:function(e){this.i.u0=n.toRect(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"actualWorldRect",{get:function(){return n.fromRect(this.i.uo)},set:function(e){this.i.uo=n.toRect(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"xAxis",{get:function(){if(null==this.i.sn)return null;if(!this.i.sn.externalObject){var e=i.IgxNumericXAxisComponent._createFromInternal(this.i.sn);e&&(e._implementation=this.i.sn),this.i.sn.externalObject=e}return this.i.sn.externalObject},set:function(e){null!=e&&this._stylingContainer&&e._styling&&e._styling(this._stylingContainer,this,this),this.i.sn=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"yAxis",{get:function(){if(null==this.i.sp)return null;if(!this.i.sp.externalObject){var e=i.IgxNumericYAxisComponent._createFromInternal(this.i.sp);e&&(e._implementation=this.i.sp),this.i.sp.externalObject=e}return this.i.sp.externalObject},set:function(e){null!=e&&this._stylingContainer&&e._styling&&e._styling(this._stylingContainer,this,this),this.i.sp=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isMap",{get:function(){return this.i.ea},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"windowScale",{get:function(){return this.i.ta},set:function(e){this.i.ta=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"actualWindowScale",{get:function(){return this.i.s9},set:function(e){this.i.s9=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"zoomIsReady",{get:function(){return this.i.s6},enumerable:!1,configurable:!0}),o.prototype.findByName=function(t){var r=e.prototype.findByName.call(this,t);return r||(this.backgroundContent&&this.backgroundContent.name&&this.backgroundContent.name==t?this.backgroundContent:null)},o.prototype._styling=function(t,r,i){e.prototype._styling.call(this,t,r,i),this._inStyling=!0,this.xAxis&&this.xAxis._styling&&this.xAxis._styling(t,r,this),this.yAxis&&this.yAxis._styling&&this.yAxis._styling(t,r,this),this._inStyling=!1},o.prototype.getCurrentActualWorldRect=function(){var e=this.i.us();return n.fromRect(e)},o.prototype.getZoomRectFromGeoRect=function(e){var t=this.i.getZoomRectFromGeoRect(n.toRect(e));return n.fromRect(t)},o.prototype.updateZoomWindow=function(e){this.i.t4(n.toRect(e))},o.prototype.updateWorldRect=function(e){this.i.t3(n.toRect(e))},o.prototype.getZoomFromGeographicRect=function(e){var t=this.i.getZoomFromGeographicRect(n.toRect(e));return n.fromRect(t)},o.prototype.convertGeographicToZoom=function(e,t){var r=this.i.up(n.toRect(e),t);return n.fromRect(r)},o.prototype.getZoomFromGeographicPoints=function(e,t){var r=this.i.getZoomFromGeographicPoints(n.toPoint(e),n.toPoint(t));return n.fromRect(r)},o.prototype.getGeographicFromZoom=function(e){var t=this.i.uu(n.toRect(e));return n.fromRect(t)},o.prototype.getGeographicPoint=function(e){var t=this.i.ug(n.toPoint(e));return n.fromPoint(t)},o.prototype.getPixelPoint=function(e){var t=this.i.uh(n.toPoint(e));return n.fromPoint(t)},o.prototype.getWindowPoint=function(e){var t=this.i.ui(n.toPoint(e));return n.fromPoint(t)},o.prototype.clearTileCache=function(){this.i.tr()},o.prototype.styleUpdated=function(){this.i.tz()},o.prototype.getActualWindowScaleHorizontal=function(){return this.i.f4()},o.prototype.getActualWindowScaleVertical=function(){return this.i.f5()},o.prototype.deferredRefresh=function(){this.i.deferredRefresh()},o.prototype.exportVisualData=function(){return this.i.td()},o.prototype.zoomToGeographic=function(e){this.i.t6(n.toRect(e))},Object.defineProperty(o.prototype,"imageTilesReady",{get:function(){var e=this;return null==this._imageTilesReady&&(this._imageTilesReady=new r.EventEmitter,this.i.imageTilesReady=n.delegateCombine(this.i.imageTilesReady,(function(t,r){var i=new _;i._provideImplementation(r),e.beforeImageTilesReady&&e.beforeImageTilesReady(e,i),e._imageTilesReady.emit({sender:e,args:i})}))),this._imageTilesReady},enumerable:!1,configurable:!0}),o.ɵfac=r.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:o,deps:[{token:r.Renderer2},{token:r.ViewContainerRef},{token:r.NgZone},{token:r.ComponentFactoryResolver},{token:r.Injector}],target:r.ɵɵFactoryTarget.Component}),o.ɵcmp=r.ɵɵngDeclareComponent({minVersion:"12.0.0",version:"12.2.14",type:o,selector:"igx-geographic-map",inputs:{height:"height",width:"width",legend:"legend",dataSource:"dataSource",zoomable:"zoomable",resizeBehavior:"resizeBehavior",isHorizontalWrappingEnabled:"isHorizontalWrappingEnabled",backgroundTilingMode:"backgroundTilingMode",useWorldRectForZoomBounds:"useWorldRectForZoomBounds",suppressZoomResetOnWorldRectChange:"suppressZoomResetOnWorldRectChange",worldRect:"worldRect",actualWorldRect:"actualWorldRect",xAxis:"xAxis",yAxis:"yAxis",windowScale:"windowScale",actualWindowScale:"actualWindowScale"},outputs:{imageTilesReady:"imageTilesReady"},host:{classAttribute:"igx-geographic-map ig-geographic-map"},providers:[{provide:i.IgxSeriesViewerComponent,useExisting:r.forwardRef((function(){return o}))}],queries:[{propertyName:"contentSeries",predicate:i.IgxSeriesComponent}],viewQueries:[{propertyName:"_dynamicContent",first:!0,predicate:["dynamicContent"],descendants:!0,read:r.ViewContainerRef,static:!0}],usesInheritance:!0,ngImport:r,template:"<ng-container #dynamicContent></ng-container>",isInline:!0,styles:["\n\t\t:host {\n\t\t\tdisplay: block;\n\t\t}\n\t"],changeDetection:r.ChangeDetectionStrategy.OnPush}),o}(i.IgxSeriesViewerComponent);r.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:k,decorators:[{type:r.Component,args:[{selector:"igx-geographic-map",template:"<ng-container #dynamicContent></ng-container>",changeDetection:r.ChangeDetectionStrategy.OnPush,providers:[{provide:i.IgxSeriesViewerComponent,useExisting:r.forwardRef((function(){return k}))}],host:{class:"igx-geographic-map ig-geographic-map"},styles:["\n\t\t:host {\n\t\t\tdisplay: block;\n\t\t}\n\t"]}]}],ctorParameters:function(){return[{type:r.Renderer2},{type:r.ViewContainerRef},{type:r.NgZone},{type:r.ComponentFactoryResolver},{type:r.Injector}]},propDecorators:{contentSeries:[{type:r.ContentChildren,args:[i.IgxSeriesComponent]}],_dynamicContent:[{type:r.ViewChild,args:["dynamicContent",{read:r.ViewContainerRef,static:!0}]}],height:[{type:r.Input}],width:[{type:r.Input}],legend:[{type:r.Input}],dataSource:[{type:r.Input}],zoomable:[{type:r.Input}],resizeBehavior:[{type:r.Input}],isHorizontalWrappingEnabled:[{type:r.Input}],backgroundTilingMode:[{type:r.Input}],useWorldRectForZoomBounds:[{type:r.Input}],suppressZoomResetOnWorldRectChange:[{type:r.Input}],worldRect:[{type:r.Input}],actualWorldRect:[{type:r.Input}],xAxis:[{type:r.Input}],yAxis:[{type:r.Input}],windowScale:[{type:r.Input}],actualWindowScale:[{type:r.Input}],imageTilesReady:[{type:r.Output}]}});var P=function(){function e(){}return e.ɵfac=r.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,deps:[],target:r.ɵɵFactoryTarget.NgModule}),e.ɵmod=r.ɵɵngDeclareNgModule({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,imports:[o.CommonModule]}),e.ɵinj=r.ɵɵngDeclareInjector({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,imports:[[o.CommonModule]]}),e}();r.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:P,decorators:[{type:r.NgModule,args:[{declarations:[],imports:[o.CommonModule],exports:[],entryComponents:[]}]}]});var q=function(e){function r(t){var r=e.call(this)||this;if(t)for(var i=0;i<t.length;i++)r.add(t[i]);return r}return t.__extends(r,e),r.prototype._createInnerColl=function(){var e=new n.SyncableObservableCollection$2(n.String_$type,n.String_$type,0);return e.compare=function(e,t){var r=e;return r.equals?r.equals(t):r===t},e.createTo=function(e){return e},e.createFrom=function(e){return e},e},r}(n.IgCollection),w=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}({}),D=n.markEnum("BingMapsImageryStyle","Aerial,0|AerialWithLabels,1|Road,2|CanvasDark,3|CanvasLight,4|CanvasGray,5"),T=function(){function e(){this._implementation=this.createImplementation(),this._implementation.externalObject=this,this.onImplementationCreated()}return e.prototype.createImplementation=function(){return new g},Object.defineProperty(e.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),e.prototype.onImplementationCreated=function(){},e.prototype._provideImplementation=function(e){this._implementation=e,this._implementation.externalObject=this,this.onImplementationCreated()},e}(),O=function(){function e(){this._imageTilesReady=null,this._imagesChanged=null,this._cancellingImage=null,this._downloadingImage=null,this._zoneRunner=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:!1,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:!1,configurable:!0}),Object.defineProperty(e.prototype,"windowRect",{get:function(){return n.fromRect(this.i.windowRect)},set:function(e){this.i.windowRect=n.toRect(e)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"geographicMap",{get:function(){return null==this.i.geographicMap?null:this.i.geographicMap.externalObject},set:function(e){this.i.geographicMap=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"referer",{get:function(){return this.i.referer},set:function(e){this.i.referer=e},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"isHorizontalWrappingEnabled",{get:function(){return this.i.isHorizontalWrappingEnabled},set:function(e){this.i.isHorizontalWrappingEnabled=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"userAgent",{get:function(){return this.i.userAgent},set:function(e){this.i.userAgent=e},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"opacity",{get:function(){return this.i.opacity},set:function(e){this.i.opacity=+e},enumerable:!1,configurable:!0}),e.prototype.findByName=function(e){return this.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(){var e=this;return null==this._imageTilesReady&&(this._imageTilesReady=new r.EventEmitter,this.i.imageTilesReady=n.delegateCombine(this.i.imageTilesReady,(function(t,r){e._runInZone((function(){var t=new _;t._provideImplementation(r),e.beforeImageTilesReady&&e.beforeImageTilesReady(e,t),e._imageTilesReady.emit({sender:e,args:t})}))}))),this._imageTilesReady},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"imagesChanged",{get:function(){var e=this;return null==this._imagesChanged&&(this._imagesChanged=new r.EventEmitter,this.i.imagesChanged=n.delegateCombine(this.i.imagesChanged,(function(t,r){var i=new T;i._provideImplementation(r),e.beforeImagesChanged&&e.beforeImagesChanged(e,i),e._imagesChanged.emit({sender:e,args:i})}))),this._imagesChanged},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"cancellingImage",{get:function(){var e=this;return null==this._cancellingImage&&(this._cancellingImage=new r.EventEmitter,this.i.cancellingImage=n.delegateCombine(this.i.cancellingImage,(function(t,r){var i=new n.IgxCancellingMultiScaleImageEventArgs;i._provideImplementation(r),e.beforeCancellingImage&&e.beforeCancellingImage(e,i),e._cancellingImage.emit({sender:e,args:i})}))),this._cancellingImage},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"downloadingImage",{get:function(){var e=this;return null==this._downloadingImage&&(this._downloadingImage=new r.EventEmitter,this.i.downloadingImage=n.delegateCombine(this.i.downloadingImage,(function(t,r){var i=new n.IgxDownloadingMultiScaleImageEventArgs;i._provideImplementation(r),e.beforeDownloadingImage&&e.beforeDownloadingImage(e,i),e._downloadingImage.emit({sender:e,args:i})}))),this._downloadingImage},enumerable:!1,configurable:!0}),e.prototype._runInZone=function(e){null!=this._zoneRunner?this._zoneRunner(e):e()},e}(),$=function(e){function r(t){for(var r=[],i=1;i<arguments.length;i++)r[i-1]=arguments[i];var o=this;switch(t=null==t?0:t){case 0:o=e.call(this,n.String_$type,0)||this;break;case 1:var a=r[0];o=e.call(this,n.String_$type,1,a)||this}return o}return t.__extends(r,e),r.$t=n.markType(r,"SubDomainsCollection",n.ObservableCollection$1.$.specialize(n.String_$type)),r}(n.ObservableCollection$1),j=function(e){function r(t){var r=e.call(this,t)||this;return r.k=t,r}return t.__extends(r,e),r.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},r.prototype.o=function(){this.k.ap.tilePath=this.k.actualTilePath},r.prototype.l=function(){this.k.ap.cultureName=this.k.cultureName},r.prototype.n=function(){this.k.ap.subDomains=this.k.actualSubDomains},r.$t=n.markType(r,"BingMapsMapImageryView",b.$),r}(b),R=function(e){function r(){var t=e.call(this,new n.BingMapsTileSource(0))||this;return t._pendingBingRequest_=null,t._isInitialized=!1,t.bz=null,t.bq=null,t.b0=null,t.by=null,t.getResponseCompleted=t.getResponseCompleted.bind(t),t.bp.m(),t.actualBingImageryRestUri=r.cc,t}return t.__extends(r,e),r.prototype.ai=function(){return new j(this)},r.prototype.bb=function(t){e.prototype.bb.call(this,t),this.bp=t},Object.defineProperty(r.prototype,"isInitialized",{get:function(){return this._isInitialized},set:function(e){this._isInitialized=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualTilePath",{get:function(){return this.bz},set:function(e){var t=this.bz;this.bz=e,this.cm("ActualTilePath",t,this.bz)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualSubDomains",{get:function(){return this.bq},set:function(e){var t=this.bq;this.bq=e,this.cm("ActualSubDomains",t,this.bq)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"bingImageryRestUri",{get:function(){return this.b0},set:function(e){var t=this.b0;this.b0=e,this.cm("BingImageryRestUri",t,this.b0)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualBingImageryRestUri",{get:function(){return this.by},set:function(e){var t=this.by;this.by=e,this.ba("ActualBingImageryRestUri",t,this.by)},enumerable:!1,configurable:!0}),r.prototype.requestMapSettings=function(){this.co(!0)},r.prototype.co=function(e){this.cl(e)},r.prototype.bw=function(){return null==this.tilePath&&null==this.subDomains},r.prototype.cq=function(){this.isInitialized=!1,this.bv()?this.isDeferredLoad||this.co(!1):this.cp("",null)},r.prototype.bv=function(){return!(n.stringIsNullOrEmpty(this.apiKey)||this.apiKey.length<20)},r.prototype.cj=function(){},r.prototype.cp=function(e,t){e!=this.actualTilePath&&(this.actualTilePath=e);var r=null==t?null:new $(1,t);this.actualSubDomains!=r&&(this.actualSubDomains=r),this.bp.m()},r.prototype.cl=function(e){if(e||!this.isDeferredLoad){if(!this.bv())return this.isInitialized=!1,void this.cp("",null);this.isInitialized=!0;var t=null;if(null!=this.bingImageryRestUri?n.Uri.isWellFormedUriString(this.bingImageryRestUri,1)&&(t=this.bingImageryRestUri):n.Uri.isWellFormedUriString(this.actualBingImageryRestUri,1)&&(t=this.actualBingImageryRestUri),null!=t){var r=this.imageryStyle,i=(t+=n.enumGetBox(D,r))+"?"+("key="+this.apiKey+"&include=ImageryProviders");this._pendingBingRequest_=n.HttpRequestUtil.submit(i,this.getResponseCompleted,null)}else this.cp("",null)}},r.prototype.getResponseCompleted=function(e,t){if(t==this._pendingBingRequest_){this._pendingBingRequest_=null;var r=e,i=JSON.parse(r).resourceSets;if(null!=i){var o=i.length>0?i[0].resources:null;if(null!=o&&0!=o.length){for(var a=o[0].imageUrl,s=new n.List$1(n.String_$type,0),p=0;p<o[0].imageUrlSubdomains.length;p++)s.add(o[0].imageUrlSubdomains[p]);this.cp(a,s)}}}},r.prototype.ci=function(e,t){this.aj.e(),this.cq(),this.cm(r.$$p[4],this.actualSubDomains,this.actualSubDomains)},r.prototype.cm=function(t,i,o){switch(t){case r.$$p[0]:case r.$$p[3]:this.cq();break;case r.$$p[5]:this.cj(),this.actualTilePath=o,this.bp.o(),this.aj.e();break;case r.$$p[1]:this.bp.l(),this.aj.e();break;case r.$$p[2]:this.cq();break;case r.$$p[4]:this.cj();var a=o;if(null!=this.actualSubDomains){var s=this.actualSubDomains;s.collectionChanged=n.delegateRemove(s.collectionChanged,n.runOn(this,this.ci))}this.actualSubDomains=a,null!=this.actualSubDomains&&(a.collectionChanged=n.delegateCombine(a.collectionChanged,n.runOn(this,this.ci))),this.bp.n(),this.aj.e();break;case"ActualTilePath":var p=o;n.stringIsNullOrEmpty(p)&&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,i,o)},r.$t=n.markType(r,"BingMapsMapImagery",d.$),r.cc="http://dev.virtualearth.net/REST/v1/Imagery/Metadata/",r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"cm",["ApiKey",[2,n.stringEmpty()],"CultureName",[2,"en-US"],"ImageryStyle",[D,n.enumGetBox(D,1)],"IsDeferredLoad",[0,!1],"SubDomains",[$.$,null],"TilePath",[2,null]]),r}(d),V=function(e){function r(){var t=e.call(this)||this;return t._subDomains=null,t._actualSubDomains=null,t}return t.__extends(r,e),r.prototype.createImplementation=function(){return new R},Object.defineProperty(r.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"isInitialized",{get:function(){return this.i.isInitialized},set:function(e){this.i.isInitialized=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"isDeferredLoad",{get:function(){return this.i.isDeferredLoad},set:function(e){this.i.isDeferredLoad=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"tilePath",{get:function(){return this.i.tilePath},set:function(e){this.i.tilePath=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualTilePath",{get:function(){return this.i.actualTilePath},set:function(e){this.i.actualTilePath=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"subDomains",{get:function(){if(null===this._subDomains){var e=new q,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 q;this._subDomains=t._fromOuter(e);var r=new n.SyncableObservableCollection$1(n.String_$type),i=this.i.subDomains;i||(i=new $(0)),r._inner=i,r.clear(),this._subDomains._setSyncTarget(r),this.i.subDomains=i},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualSubDomains",{get:function(){if(null===this._actualSubDomains){var e=new q,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 q;this._actualSubDomains=t._fromOuter(e);var r=new n.SyncableObservableCollection$1(n.String_$type),i=this.i.actualSubDomains;i||(i=new $(0)),r._inner=i,r.clear(),this._actualSubDomains._setSyncTarget(r),this.i.actualSubDomains=i},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"bingImageryRestUri",{get:function(){return this.i.bingImageryRestUri},set:function(e){this.i.bingImageryRestUri=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualBingImageryRestUri",{get:function(){return this.i.actualBingImageryRestUri},set:function(e){this.i.actualBingImageryRestUri=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"cultureName",{get:function(){return this.i.cultureName},set:function(e){this.i.cultureName=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"apiKey",{get:function(){return this.i.apiKey},set:function(e){this.i.apiKey=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"imageryStyle",{get:function(){return this.i.imageryStyle},set:function(e){this.i.imageryStyle=n.ensureEnum(D,e)},enumerable:!1,configurable:!0}),r.prototype.requestMapSettings=function(){this.i.requestMapSettings()},r}(O),A=function(){function e(){n.TypeRegistrar.registerCons("IgxBingMapsMapImagery",V),n.TypeRegistrar.register("BingMapsMapImagery",R.$type)}return e.ɵfac=r.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,deps:[],target:r.ɵɵFactoryTarget.NgModule}),e.ɵmod=r.ɵɵngDeclareNgModule({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,imports:[o.CommonModule,P],exports:[P]}),e.ɵinj=r.ɵɵngDeclareInjector({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,imports:[[o.CommonModule,P],P]}),e}();r.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:A,decorators:[{type:r.NgModule,args:[{declarations:[],imports:[o.CommonModule,P],exports:[P],entryComponents:[]}]}],ctorParameters:function(){return[]}});var B=function(){function e(){}return e.ɵfac=r.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,deps:[],target:r.ɵɵFactoryTarget.NgModule}),e.ɵmod=r.ɵɵngDeclareNgModule({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,imports:[o.CommonModule]}),e.ɵinj=r.ɵɵngDeclareInjector({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,imports:[[o.CommonModule]]}),e}();r.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:B,decorators:[{type:r.NgModule,args:[{declarations:[],imports:[o.CommonModule],exports:[],entryComponents:[]}]}]});var G=function(e){function r(){return e.call(this)||this}return t.__extends(r,e),r.prototype.createImplementation=function(){return new I},Object.defineProperty(r.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"tilePath",{get:function(){return this.i.tilePath},set:function(e){this.i.tilePath=e},enumerable:!1,configurable:!0}),r}(O),F=function(){function e(){n.TypeRegistrar.registerCons("IgxOpenStreetMapImagery",G),n.TypeRegistrar.register("OpenStreetMapImagery",I.$type)}return e.ɵfac=r.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,deps:[],target:r.ɵɵFactoryTarget.NgModule}),e.ɵmod=r.ɵɵngDeclareNgModule({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,imports:[o.CommonModule,B],exports:[B]}),e.ɵinj=r.ɵɵngDeclareInjector({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,imports:[[o.CommonModule,B],B]}),e}();r.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:F,decorators:[{type:r.NgModule,args:[{declarations:[],imports:[o.CommonModule,B],exports:[B],entryComponents:[]}]}],ctorParameters:function(){return[]}});var E=function(){function e(){}return e.ɵfac=r.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,deps:[],target:r.ɵɵFactoryTarget.NgModule}),e.ɵmod=r.ɵɵngDeclareNgModule({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,imports:[o.CommonModule]}),e.ɵinj=r.ɵɵngDeclareInjector({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,imports:[[o.CommonModule]]}),e}();r.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:E,decorators:[{type:r.NgModule,args:[{declarations:[],imports:[o.CommonModule],exports:[],entryComponents:[]}]}]});var N=function(e){function i(){var t=e.call(this)||this;return t._getTileImageUri=null,t}return t.__extends(i,e),Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"getTileImageUri",{get:function(){var e=this;return null==this._getTileImageUri&&(this._getTileImageUri=new r.EventEmitter,this.i.getTileImageUri=n.delegateCombine(this.i.getTileImageUri,(function(t,r){var i=new n.IgxGetTileImageUriArgs;i._provideImplementation(r),e.beforeGetTileImageUri&&e.beforeGetTileImageUri(e,i),e._getTileImageUri.emit({sender:e,args:i})}))),this._getTileImageUri},enumerable:!1,configurable:!0}),i}(O),z=function(e){function r(t){var r=e.call(this,t)||this;return r.getTileImageUri=null,t.getTileImageUri=n.delegateCombine(t.getTileImageUri,n.runOn(r,r.bq)),r}return t.__extends(r,e),r.prototype.bq=function(e,t){this.bp(t)},r.prototype.bp=function(e){null!=this.getTileImageUri&&this.getTileImageUri(this,e)},r.$t=n.markType(r,"CustomMapImagery",d.$),r}(d),U=function(){function e(){n.TypeRegistrar.registerCons("IgxCustomMapImagery",N),n.TypeRegistrar.register("CustomMapImagery",z.$type)}return e.ɵfac=r.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,deps:[],target:r.ɵɵFactoryTarget.NgModule}),e.ɵmod=r.ɵɵngDeclareNgModule({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,imports:[o.CommonModule,E],exports:[E]}),e.ɵinj=r.ɵɵngDeclareInjector({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,imports:[[o.CommonModule,E],E]}),e}();r.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:U,decorators:[{type:r.NgModule,args:[{declarations:[],imports:[o.CommonModule,E],exports:[E],entryComponents:[]}]}],ctorParameters:function(){return[]}});var L=function(){function e(){}return e.ɵfac=r.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,deps:[],target:r.ɵɵFactoryTarget.NgModule}),e.ɵmod=r.ɵɵngDeclareNgModule({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,imports:[o.CommonModule]}),e.ɵinj=r.ɵɵngDeclareInjector({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,imports:[[o.CommonModule]]}),e}();r.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:L,decorators:[{type:r.NgModule,args:[{declarations:[],imports:[o.CommonModule],exports:[],entryComponents:[]}]}]});var H=function(e){function r(){var t=e.call(this,new n.ArcGISOnlineTileSource)||this;return t.bp=0,t.bu=null,t.bt=null,t._pendingTokenRequest_=null,t._pendingMapServerRequest_=null,t.bt="localhost",t.bu="https://www.arcgis.com/sharing/",t.bp=60,t.userToken=null,t.getResponseCompleted_MapServerResponse=t.getResponseCompleted_MapServerResponse.bind(t),t.getResponseCompleted_TokenResponse=t.getResponseCompleted_TokenResponse.bind(t),t}return t.__extends(r,e),Object.defineProperty(r.prototype,"mapServerUri",{get:function(){return this.c(r.mapServerUriProperty)},set:function(e){this.h(r.mapServerUriProperty,e)},enumerable:!1,configurable:!0}),r.cd=function(e,t){e.cf("MapServerUri",t.oldValue,t.newValue)},Object.defineProperty(r.prototype,"userName",{get:function(){return this.c(r.userNameProperty)},set:function(e){this.h(r.userNameProperty,e)},enumerable:!1,configurable:!0}),r.cg=function(e,t){e.cf("UserName",t.oldValue,t.newValue)},Object.defineProperty(r.prototype,"password",{get:function(){return this.c(r.passwordProperty)},set:function(e){this.h(r.passwordProperty,e)},enumerable:!1,configurable:!0}),r.ce=function(e,t){e.cf("Password",t.oldValue,t.newValue)},Object.defineProperty(r.prototype,"userToken",{get:function(){return this.c(r.userTokenProperty)},set:function(e){this.h(r.userTokenProperty,e)},enumerable:!1,configurable:!0}),r.ch=function(e,t){e.cf("UserToken",t.oldValue,t.newValue)},Object.defineProperty(r.prototype,"isMapPublic",{get:function(){return this.c(r.isMapPublicProperty)},set:function(e){this.h(r.isMapPublicProperty,e)},enumerable:!1,configurable:!0}),r.cc=function(e,t){e.cf("IsMapPublic",t.oldValue,t.newValue)},Object.defineProperty(r.prototype,"defaultTokenTimeout",{get:function(){return this.bp},set:function(e){this.bp=e,this.b8(!0)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"tokenGenerationEndPoint",{get:function(){return this.bu},set:function(e){this.bu=e,this.b8(!0)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"refererUri",{get:function(){return this.bt},set:function(e){this.bt=e,this.b8(!0)},enumerable:!1,configurable:!0}),r.prototype.acquireNewToken=function(){this.b8(!0)},r.prototype.b9=function(e){e()},r.prototype.b8=function(e){if(n.stringIsNullOrEmpty(this.userToken)&&0==e)this.ci();else{var t=this.tokenGenerationEndPoint;if(n.stringIsNullOrEmpty(t))this.userToken="";else if("/"!=t.substr(t.length-1,1)&&(t+="/"),n.stringIsNullOrEmpty(this.refererUri))this.userToken="";else{var i=this.defaultTokenTimeout;if(i<1&&(i=1),t+=n.stringFormat1(r.bv,this.userName,this.password,this.refererUri,i),n.Uri.isWellFormedUriString(t,1)){var o=t;this._pendingTokenRequest_=n.HttpRequestUtil.submit(o,this.getResponseCompleted_TokenResponse,null)}else this.userToken=""}}},r.prototype.ci=function(){if(!n.stringIsNullOrEmpty(this.mapServerUri)){var e=this.mapServerUri;if("/"==e.substr(e.length-1,1)&&n.stringRemove(e,e.length-1,1),this.isMapPublic)e=n.stringFormat("{0}?f=json",e);else{if(n.stringIsNullOrEmpty(this.userToken))return;e=n.stringFormat("{0}?f=json&token={1}",e,this.userToken)}if(n.Uri.isWellFormedUriString(e,1)){var t=e;this._pendingMapServerRequest_=n.HttpRequestUtil.submit(t,this.getResponseCompleted_MapServerResponse,null)}}},r.prototype.getResponseCompleted_TokenResponse=function(e,t){if(t==this._pendingTokenRequest_){this._pendingTokenRequest_=null;var r=e,i=JSON.parse(r);if(null!=i){var n="";null!=i.token&&(n=i.token),this.userToken=n}}},r.prototype.getResponseCompleted_MapServerResponse=function(e,t){if(t==this._pendingMapServerRequest_){this._pendingMapServerRequest_=null;var r=e,i=JSON.parse(r);null!=i&&null!=i.tileInfo&&(this.ap.levelOfDetail=i.tileInfo.lods.length)}},r.prototype.cf=function(t,r,i){var o=this,a=n.typeCast(n.ArcGISOnlineTileSource.$,this.ap);switch(t){case"MapServerUri":null!=a&&(a.mapServerUri=n.typeCast(n.String_$type,i)),this.ci();break;case"UserName":case"Password":if(n.stringIsNullOrEmpty(this.userName)||n.stringIsNullOrEmpty(this.password))return;this.b8(!0);break;case"UserToken":this.b9((function(){return a.userToken=o.userToken})),this.ci();break;case"IsMapPublic":a.isMapPublic=this.isMapPublic}e.prototype.ba.call(this,t,r,i)},r.$t=n.markType(r,"ArcGISOnlineMapImagery",d.$),r.bv="generateToken?username={0}&password={1}&client=referer&referer={2}&expiration={3}&f=pjson",r.mapServerUriProperty=n.DependencyProperty.i("MapServerUri",n.String_$type,r.$,new n.PropertyMetadata(2,null,r.cd)),r.userNameProperty=n.DependencyProperty.i("UserName",n.String_$type,r.$,new n.PropertyMetadata(2,null,r.cg)),r.passwordProperty=n.DependencyProperty.i("Password",n.String_$type,r.$,new n.PropertyMetadata(2,null,r.ce)),r.userTokenProperty=n.DependencyProperty.i("UserToken",n.String_$type,r.$,new n.PropertyMetadata(2,null,r.ch)),r.isMapPublicProperty=n.DependencyProperty.i("IsMapPublic",n.Boolean_$type,r.$,new n.PropertyMetadata(2,!0,r.cc)),r}(d),W=function(e){function r(){return e.call(this)||this}return t.__extends(r,e),r.prototype.createImplementation=function(){return new H},Object.defineProperty(r.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"mapServerUri",{get:function(){return this.i.mapServerUri},set:function(e){this.i.mapServerUri=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"userName",{get:function(){return this.i.userName},set:function(e){this.i.userName=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"password",{get:function(){return this.i.password},set:function(e){this.i.password=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"userToken",{get:function(){return this.i.userToken},set:function(e){this.i.userToken=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"isMapPublic",{get:function(){return this.i.isMapPublic},set:function(e){this.i.isMapPublic=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"defaultTokenTimeout",{get:function(){return this.i.defaultTokenTimeout},set:function(e){this.i.defaultTokenTimeout=+e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"tokenGenerationEndPoint",{get:function(){return this.i.tokenGenerationEndPoint},set:function(e){this.i.tokenGenerationEndPoint=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"refererUri",{get:function(){return this.i.refererUri},set:function(e){this.i.refererUri=e},enumerable:!1,configurable:!0}),r.prototype.acquireNewToken=function(){this.i.acquireNewToken()},r}(O),Z=function(){function e(){n.TypeRegistrar.registerCons("IgxArcGISOnlineMapImagery",W),n.TypeRegistrar.register("ArcGISOnlineMapImagery",H.$type)}return e.ɵfac=r.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,deps:[],target:r.ɵɵFactoryTarget.NgModule}),e.ɵmod=r.ɵɵngDeclareNgModule({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,imports:[o.CommonModule,L],exports:[L]}),e.ɵinj=r.ɵɵngDeclareInjector({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,imports:[[o.CommonModule,L],L]}),e}();r.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:Z,decorators:[{type:r.NgModule,args:[{declarations:[],imports:[o.CommonModule,L],exports:[L],entryComponents:[]}]}],ctorParameters:function(){return[]}});var X=function(){function e(){}return e.ɵfac=r.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,deps:[],target:r.ɵɵFactoryTarget.NgModule}),e.ɵmod=r.ɵɵngDeclareNgModule({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,declarations:[k],imports:[o.CommonModule,P,B,E,L],exports:[P,B,E,L,k]}),e.ɵinj=r.ɵɵngDeclareInjector({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,imports:[[o.CommonModule,P,B,E,L],P,B,E,L]}),e}();r.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:X,decorators:[{type:r.NgModule,args:[{declarations:[k],exports:[P,B,E,L,k],imports:[o.CommonModule,P,B,E,L],entryComponents:[]}]}],ctorParameters:function(){return[]}});var Y=function(){function e(){n.TypeRegistrar.registerCons("IgxGeographicMapComponent",k)}return e.ɵfac=r.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,deps:[],target:r.ɵɵFactoryTarget.NgModule}),e.ɵmod=r.ɵɵngDeclareNgModule({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,imports:[o.CommonModule,A,F,U,Z,X],exports:[A,F,U,Z,X]}),e.ɵinj=r.ɵɵngDeclareInjector({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,imports:[[o.CommonModule,A,F,U,Z,X],A,F,U,Z,X]}),e}();r.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:Y,decorators:[{type:r.NgModule,args:[{declarations:[],exports:[A,F,U,Z,X],imports:[o.CommonModule,A,F,U,Z,X],entryComponents:[k]}]}],ctorParameters:function(){return[]}});var K=function(e){function i(){return e.call(this)||this}return t.__extends(i,e),Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"isGeographic",{get:function(){return this.i.dr},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"hasMarkers",{get:function(){return this.i.hasMarkers},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"visibleFromScale",{get:function(){return this.i.pv},set:function(e){this.i.pv=+e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"coercionMethods",{get:function(){return this.i.coercionMethods},set:function(e){this.i.coercionMethods=e},enumerable:!1,configurable:!0}),i.prototype.notifyIndexedPropertiesChanged=function(){this.i.k9()},i.prototype.getItemValue=function(e,t){return this.i.hn(e,t)},i.prototype.getItem=function(e){return this.i.hk(n.toPoint(e))},i.prototype.getPreviousOrExactIndex=function(e,t){return this.i.g9(n.toPoint(e),t)},i.prototype.getNextOrExactIndex=function(e,t){return this.i.g7(n.toPoint(e),t)},i.prototype.getSeriesValue=function(e,t,r){return this.i.ga(n.toPoint(e),t,r)},i.prototype.getSeriesValuePosition=function(e,t,r){var i=this.i.pb(n.toPoint(e),t,r);return n.fromPoint(i)},i.prototype.getSeriesValueBoundingBox=function(e){var t=this.i.pk(n.toPoint(e));return n.fromRect(t)},i.prototype.getSeriesValueMarkerBoundingBox=function(e){var t=this.i.pm(n.toPoint(e));return n.fromRect(t)},i.prototype.getSeriesHighValue=function(e,t,r){return this.i.f6(n.toPoint(e),t,r)},i.prototype.getSeriesHighValuePosition=function(e,t,r){var i=this.i.o7(n.toPoint(e),t,r);return n.fromPoint(i)},i.prototype.getSeriesLowValue=function(e,t,r){return this.i.f8(n.toPoint(e),t,r)},i.prototype.getSeriesLowValuePosition=function(e,t,r){var i=this.i.o9(n.toPoint(e),t,r);return n.fromPoint(i)},i.prototype.getSeriesValuePositionFromSeriesPixel=function(e,t,r){var i=this.i.pc(n.toPoint(e),t,r);return n.fromPoint(i)},i.prototype.getSeriesValueFromSeriesPixel=function(e,t,r){return this.i.gb(n.toPoint(e),t,r)},i.prototype.getItemSpan=function(){return this.i.f3()},i.prototype.renderSeries=function(e){this.i.l7(e)},i.prototype.styleUpdated=function(){this.i.mg()},i.ɵfac=r.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:i,deps:[],target:r.ɵɵFactoryTarget.Component}),i.ɵcmp=r.ɵɵngDeclareComponent({minVersion:"12.0.0",version:"12.2.14",type:i,selector:"ng-component",inputs:{visibleFromScale:"visibleFromScale",coercionMethods:"coercionMethods"},usesInheritance:!0,ngImport:r,template:"",isInline:!0}),i}(i.IgxSeriesComponent);r.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:K,decorators:[{type:r.Component,args:[{template:""}]}],ctorParameters:function(){return[]},propDecorators:{visibleFromScale:[{type:r.Input}],coercionMethods:[{type:r.Input}]}});var J=function(e){function o(){var t=e.call(this)||this;return t._currData=null,t._sub=null,t._assigningShapeStyle=null,t._assigningShapeMarkerStyle=null,t}return t.__extends(o,e),Object.defineProperty(o.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapeDataSource",{get:function(){return this._shapeDataSource},set:function(e){this._shapeDataSource=e,this.updateShapeDataSource()},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"databaseSource",{get:function(){return this._databaseSource},set:function(e){this._databaseSource=e,this.updateShapeDataSource()},enumerable:!1,configurable:!0}),o.prototype.onUpdateDataSource=function(e){var t=this;return e&&e.getPointData?(this._currData=e,null!=this._sub&&this._sub(),e.count>0?e.getPointData():(this._sub=e.importCompleted.subscribe((function(r,i){t._currData==e&&(null!=t._sub&&(t._sub(),t._sub),t.i.itemsSource=e.getPointData())})),null)):e},o.prototype.updateShapeDataSource=function(){null==this._cachedShapeDataSource&&(this._cachedShapeDataSource=new n.IgxShapeDataSource,this.onShapeDataSourceImportCompleted=this.onShapeDataSourceImportCompleted.bind(this),this._cachedShapeDataSource.importCompleted.subscribe(this.onShapeDataSourceImportCompleted)),this._cachedShapeDataSource.shapefileSource=this._shapeDataSource,this._cachedShapeDataSource.databaseSource=this._databaseSource,this._shapeDataSource&&this._databaseSource&&this._cachedShapeDataSource.dataBind()},o.prototype.onShapeDataSourceImportCompleted=function(e){this.dataSource=this._cachedShapeDataSource.getPointData()},Object.defineProperty(o.prototype,"shapeMemberPath",{get:function(){return this.i.qm},set:function(e){this.i.qm=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isCustomShapeStyleAllowed",{get:function(){return this.i.qb},set:function(e){this.i.qb=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isCustomShapeMarkerStyleAllowed",{get:function(){return this.i.qa},set:function(e){this.i.qa=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"itemSearchMode",{get:function(){return this.i.p3},set:function(e){this.i.p3=n.ensureEnum(i.ShapeItemSearchMode_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"itemSearchThreshold",{get:function(){return this.i.qe},set:function(e){this.i.qe=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"itemSearchPointsThreshold",{get:function(){return this.i.qd},set:function(e){this.i.qd=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapefileDataSource",{get:function(){if(null==this.i.p6)return null;if(!this.i.p6.externalObject){var e=new n.IgxShapeDataSource;e._implementation=this.i.p6,this.i.p6.externalObject=e}return this.i.p6.externalObject},set:function(e){this.i.p6=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapeFilterResolution",{get:function(){return this.i.qc},set:function(e){this.i.qc=+e},enumerable:!1,configurable:!0}),o.prototype.findByName=function(t){var r=e.prototype.findByName.call(this,t);return r||(this.shapefileDataSource&&this.shapefileDataSource.name&&this.shapefileDataSource.name==t?this.shapefileDataSource:null)},Object.defineProperty(o.prototype,"assigningShapeStyle",{get:function(){var e=this;return null==this._assigningShapeStyle&&(this._assigningShapeStyle=new r.EventEmitter,this.i.assigningShapeStyle=n.delegateCombine(this.i.assigningShapeStyle,(function(t,r){var n=new i.IgxAssigningShapeStyleEventArgs;n._provideImplementation(r),e.beforeAssigningShapeStyle&&e.beforeAssigningShapeStyle(e,n),e._assigningShapeStyle.emit({sender:e,args:n})}))),this._assigningShapeStyle},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"assigningShapeMarkerStyle",{get:function(){var e=this;return null==this._assigningShapeMarkerStyle&&(this._assigningShapeMarkerStyle=new r.EventEmitter,this.i.assigningShapeMarkerStyle=n.delegateCombine(this.i.assigningShapeMarkerStyle,(function(t,r){var n=new i.IgxAssigningShapeMarkerStyleEventArgs;n._provideImplementation(r),e.beforeAssigningShapeMarkerStyle&&e.beforeAssigningShapeMarkerStyle(e,n),e._assigningShapeMarkerStyle.emit({sender:e,args:n})}))),this._assigningShapeMarkerStyle},enumerable:!1,configurable:!0}),o.ɵfac=r.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:o,deps:[],target:r.ɵɵFactoryTarget.Component}),o.ɵcmp=r.ɵɵngDeclareComponent({minVersion:"12.0.0",version:"12.2.14",type:o,selector:"ng-component",inputs:{shapeDataSource:"shapeDataSource",databaseSource:"databaseSource",shapeMemberPath:"shapeMemberPath",isCustomShapeStyleAllowed:"isCustomShapeStyleAllowed",isCustomShapeMarkerStyleAllowed:"isCustomShapeMarkerStyleAllowed",itemSearchMode:"itemSearchMode",itemSearchThreshold:"itemSearchThreshold",itemSearchPointsThreshold:"itemSearchPointsThreshold",shapefileDataSource:"shapefileDataSource",shapeFilterResolution:"shapeFilterResolution"},outputs:{assigningShapeStyle:"assigningShapeStyle",assigningShapeMarkerStyle:"assigningShapeMarkerStyle"},usesInheritance:!0,ngImport:r,template:"",isInline:!0}),o}(K);r.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:J,decorators:[{type:r.Component,args:[{template:""}]}],ctorParameters:function(){return[]},propDecorators:{shapeDataSource:[{type:r.Input}],databaseSource:[{type:r.Input}],shapeMemberPath:[{type:r.Input}],isCustomShapeStyleAllowed:[{type:r.Input}],isCustomShapeMarkerStyleAllowed:[{type:r.Input}],itemSearchMode:[{type:r.Input}],itemSearchThreshold:[{type:r.Input}],itemSearchPointsThreshold:[{type:r.Input}],shapefileDataSource:[{type:r.Input}],shapeFilterResolution:[{type:r.Input}],assigningShapeStyle:[{type:r.Output}],assigningShapeMarkerStyle:[{type:r.Output}]}});var Q=function(e){function r(){var t=null!==e&&e.apply(this,arguments)||this;return t.p9=!1,t.p8=!1,t.assigningShapeStyle=null,t.assigningShapeMarkerStyle=null,t.p5=null,t.p7=!1,t}return t.__extends(r,e),r.prototype.bv=function(){return new ee(this)},r.prototype.lo=function(t){e.prototype.lo.call(this,t),this.p4=t},r.prototype.get_dt=function(){return!0},r.prototype.get_cz=function(){return!0},r.prototype.lt=function(t,i,o,a){switch(e.prototype.lt.call(this,t,i,o,a),i){case"SeriesViewer":this.p4.cf();break;case"ShapeMemberPath":this.p4.ch();break;case r.$$p[5]:this.p4.cg();break;case r.$$p[1]:if(this.pt.qs=this.qb,this.p9=this.qb,this.qb){var s=this.pt;s.assigningShapeStyle=n.delegateCombine(s.assigningShapeStyle,n.runOn(this,this.qp))}else{var p=this.pt;p.assigningShapeStyle=n.delegateRemove(p.assigningShapeStyle,n.runOn(this,this.qp))}break;case r.$$p[0]:if(this.pt.qr=this.qa,this.p8=this.qa,this.qb){var l=this.pt;l.assigningShapeMarkerStyle=n.delegateCombine(l.assigningShapeMarkerStyle,n.runOn(this,this.qo))}else{var u=this.pt;u.assigningShapeMarkerStyle=n.delegateRemove(u.assigningShapeMarkerStyle,n.runOn(this,this.qo))}break;case r.$$p[2]:this.pt.qe=this.p3;break;case r.$$p[3]:this.pt.q9=this.qd;break;case r.$$p[4]:this.pt.ra=this.qe;break;case"ShapefileDataSource":if(null!=o){var c=o;this.p7&&(c.importCompleted=n.delegateRemove(c.importCompleted,n.runOn(this,this.qq)))}if(null!=a){var h=a;if(h.count>0){this.qr();break}this.p7=!0,h.importCompleted=n.delegateCombine(h.importCompleted,n.runOn(this,this.qq))}}},r.prototype.qp=function(e,t){null!=this.assigningShapeStyle&&this.assigningShapeStyle(this,t)},r.prototype.qo=function(e,t){null!=this.assigningShapeMarkerStyle&&this.assigningShapeMarkerStyle(this,t)},r.prototype.qq=function(e,t){this.qr()},r.prototype.qr=function(){var e=this.p6.externalObject;this.itemsSource=e.getPointData()},Object.defineProperty(r.prototype,"p6",{get:function(){return this.p5},set:function(e){var t=this.p5;this.p5=e,t!=this.p5&&this.raisePropertyChanged("ShapefileDataSource",t,this.p5)},enumerable:!1,configurable:!0}),r.prototype.get_ez=function(){return!0},r.prototype.set_ez=function(t){e.prototype.set_ez.call(this,t)},r.$t=n.markType(r,"GeographicShapeSeriesBase",m.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["IsCustomShapeMarkerStyleAllowed:qa:qs",[0,!1],"IsCustomShapeStyleAllowed:qb:qt",[0,!1],"ItemSearchMode:p3:qu",[i.ShapeItemSearchMode_$type,n.enumGetBox(i.ShapeItemSearchMode_$type,0)],"ItemSearchPointsThreshold:qd:qv",[1,1e4],"ItemSearchThreshold:qe:qw",[1,1e4],"ShapeFilterResolution:qc:qx",[1,2],"ShapeMemberPath:qm:qy",[2,"points"]]),r}(m),ee=function(e){function r(t){var r=e.call(this,t)||this;return r.ce=null,r.ce=t,r}return t.__extends(r,e),r.prototype.b2=function(){e.prototype.b2.call(this),this.ce.pt.rk=this.ce.qm},r.prototype.cf=function(){var e=this.ce.pt;if(null==this.ce.cb)return e.p8=null,void(e.qa=null);e.p8=this.ce.cb.sn,e.qa=this.ce.cb.sp},r.prototype.ch=function(){this.ce.pt.rk=this.ce.qm},r.prototype.cg=function(){this.ce.pt.q6=this.ce.qc},r.$t=n.markType(r,"GeographicShapeSeriesBaseView",y.$),r}(y),te=function(e){function r(t){var r=e.call(this,t)||this;return r.ci=null,r.ci=t,r.q||(r.ci.qm="points"),r}return t.__extends(r,e),r.prototype.as=function(){e.prototype.as.call(this),this.q||(this.ci.r6=i.Defaults.aj,this.ci.gp=i.Defaults.p,this.ci.q5=i.Defaults.o,this.ci.q2=i.Defaults.d,this.ci.q0=i.Defaults.a)},r.prototype.b2=function(){e.prototype.b2.call(this),this.ci.pt.t0=this.ci.r8,this.ci.pt.st=this.ci.q3,this.ci.pt.tf=this.ci.ro,this.ci.pt.sw=this.ci.q5,this.ci.pt.sf=this.ci.qz},r.prototype.cn=function(){this.ci.pt.tf=this.ci.ro},r.prototype.cp=function(){this.ci.pt.sw=this.ci.q5},r.prototype.ck=function(){this.ci.pt.sf=this.ci.qz},r.prototype.co=function(){this.ci.pt.so=this.ci.q2},r.prototype.cj=function(){this.ci.pt.tw=this.ci.r5},r.prototype.cl=function(){this.ci.pt.tx=this.ci.r6},r.prototype.cm=function(){this.ci.pt.tz=this.ci.r7},r.prototype.cq=function(){this.ci.pt.st=this.ci.q3},r.prototype.cr=function(){this.ci.pt.t0=this.ci.r8},r.$t=n.markType(r,"GeographicShapeSeriesView",ee.$),r}(ee),re=function(e){function r(){var t=e.call(this)||this;return t.styleShape=null,t.ab=r.$,t}return t.__extends(r,e),r.prototype.get_d3=function(){return!0},r.prototype.bv=function(){return new te(this)},r.prototype.lo=function(t){e.prototype.lo.call(this,t),this.q4=t},r.prototype.ps=function(){var e=new i.ScatterPolygonSeries;return e.styleShape=n.delegateCombine(e.styleShape,n.runOn(this,this.rl)),e.propertyUpdated=n.delegateCombine(e.propertyUpdated,n.runOn(this,this.rm)),e},r.prototype.rl=function(e,t){null!=this.styleShape&&this.styleShape(this,t)},r.prototype.rm=function(e,t){n.typeCast(i.ScatterPolygonSeries.$,this.pt)},r.prototype.fv=function(){return this.q5},r.prototype.ov=function(){return this.r3},r.prototype.ow=function(){return this.r4},r.prototype.m2=function(){return this.rn},r.prototype.lt=function(t,i,n,o){switch(e.prototype.lt.call(this,t,i,n,o),i){case r.$$p[6]:this.pt.sm=this.q1;break;case r.$$p[5]:this.pt.si=this.q0;break;case r.$$p[9]:this.q4.cn();break;case r.$$p[10]:this.q4.cp();break;case r.$$p[4]:this.q4.ck();break;case r.$$p[11]:this.q4.co();break;case r.$$p[3]:this.q4.cj();break;case r.$$p[7]:this.q4.cl();break;case r.$$p[8]:this.q4.cm();break;case r.$$p[13]:this.q4.cq();break;case r.$$p[12]:this.q4.cr()}},r.prototype.gl=function(){return.7},r.$t=n.markType(r,"GeographicShapeSeries",Q.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["ActualMarkerBrush:r3:rp",[n.Brush.$],"ActualMarkerOutline:r4:rq",[n.Brush.$],"ActualMarkerTemplate:rn:rr",[n.DataTemplate.$,null],"MarkerBrush:r5:rs",[n.Brush.$],"MarkerCollisionAvoidance:qz:rt",[i.CollisionAvoidanceType_$type,n.enumGetBox(i.CollisionAvoidanceType_$type,0)],"MarkerFillMode:q0:ru",[i.MarkerFillMode_$type,n.enumGetBox(i.MarkerFillMode_$type,0)],"MarkerOutlineMode:q1:rv",[i.MarkerOutlineMode_$type,n.enumGetBox(i.MarkerOutlineMode_$type,0)],"MarkerOutline:r6:rw",[n.Brush.$],"MarkerStyle:r7:rx",[n.Style.$],"MarkerTemplate:ro:ry",[n.DataTemplate.$,null],"MarkerThickness:q5:rz",[1,n.DeviceUtils.g(2)],"MarkerType:q2:r0",[i.MarkerType_$type,n.enumGetBox(i.MarkerType_$type,2)],"ShapeStyle:r8:r1",[n.Style.$,null],"ShapeStyleSelector:q3:r2",[i.StyleSelector.$,null]]),r}(Q),ie=function(e){function o(){var t=e.call(this)||this;return t._styleShape=null,t}return t.__extends(o,e),o.prototype.createImplementation=function(){return new re},Object.defineProperty(o.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isPolygon",{get:function(){return this.i.d3},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapeFill",{get:function(){return this.i.r8?this.i.r8.fill:null},set:function(e){this.ensureShapeStyle(),this.i.r8.fill=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapeStroke",{get:function(){return this.i.r8?this.i.r8.stroke:null},set:function(e){this.ensureShapeStyle(),this.i.r8.stroke=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapeStrokeThickness",{get:function(){return this.i.r8?this.i.r8.strokeThickness:NaN},set:function(e){this.ensureShapeStyle(),this.i.r8.strokeThickness=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapeOpacity",{get:function(){return this.i.r8?this.i.r8.opacity:NaN},set:function(e){this.ensureShapeStyle(),this.i.r8.opacity=+e},enumerable:!1,configurable:!0}),o.prototype.ensureShapeStyle=function(){this.i.r8||(this.i.r8=new n.Style)},Object.defineProperty(o.prototype,"markerType",{get:function(){return this.i.q2},set:function(e){this.i.q2=n.ensureEnum(i.MarkerType_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerOutlineMode",{get:function(){return this.i.q1},set:function(e){this.i.q1=n.ensureEnum(i.MarkerOutlineMode_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerFillMode",{get:function(){return this.i.q0},set:function(e){this.i.q0=n.ensureEnum(i.MarkerFillMode_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerTemplate",{get:function(){return this.i.ro},set:function(e){this.i.ro=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerBrush",{get:function(){return n.brushToString(this.i.r5)},set:function(e){this.i.r5=n.stringToBrush(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerOutline",{get:function(){return n.brushToString(this.i.r6)},set:function(e){this.i.r6=n.stringToBrush(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerThickness",{get:function(){return this.i.q5},set:function(e){this.i.q5=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerCollisionAvoidance",{get:function(){return this.i.qz},set:function(e){this.i.qz=n.ensureEnum(i.CollisionAvoidanceType_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"actualMarkerTemplate",{get:function(){return this.i.rn},set:function(e){this.i.rn=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"actualMarkerBrush",{get:function(){return n.brushToString(this.i.r3)},set:function(e){this.i.r3=n.stringToBrush(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"actualMarkerOutline",{get:function(){return n.brushToString(this.i.r4)},set:function(e){this.i.r4=n.stringToBrush(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"styleShape",{get:function(){var e=this;return null==this._styleShape&&(this._styleShape=new r.EventEmitter,this.i.styleShape=n.delegateCombine(this.i.styleShape,(function(t,r){e._runInZone((function(){var t=new i.IgxStyleShapeEventArgs;t._provideImplementation(r),e.beforeStyleShape&&e.beforeStyleShape(e,t),e._styleShape.emit({sender:e,args:t})}))}))),this._styleShape},enumerable:!1,configurable:!0}),o.ɵfac=r.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:o,deps:[],target:r.ɵɵFactoryTarget.Component}),o.ɵcmp=r.ɵɵngDeclareComponent({minVersion:"12.0.0",version:"12.2.14",type:o,selector:"igx-geographic-shape-series",inputs:{shapeFill:"shapeFill",shapeStroke:"shapeStroke",shapeStrokeThickness:"shapeStrokeThickness",shapeOpacity:"shapeOpacity",markerType:"markerType",markerOutlineMode:"markerOutlineMode",markerFillMode:"markerFillMode",markerTemplate:"markerTemplate",markerBrush:"markerBrush",markerOutline:"markerOutline",markerThickness:"markerThickness",markerCollisionAvoidance:"markerCollisionAvoidance",actualMarkerTemplate:"actualMarkerTemplate",actualMarkerBrush:"actualMarkerBrush",actualMarkerOutline:"actualMarkerOutline"},outputs:{styleShape:"styleShape"},providers:[{provide:J,useExisting:r.forwardRef((function(){return o}))},{provide:K,useExisting:r.forwardRef((function(){return o}))},{provide:i.IgxSeriesComponent,useExisting:r.forwardRef((function(){return o}))}],usesInheritance:!0,ngImport:r,template:"",isInline:!0,changeDetection:r.ChangeDetectionStrategy.OnPush}),o}(J);r.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:ie,decorators:[{type:r.Component,args:[{selector:"igx-geographic-shape-series",template:"",providers:[{provide:J,useExisting:r.forwardRef((function(){return ie}))},{provide:K,useExisting:r.forwardRef((function(){return ie}))},{provide:i.IgxSeriesComponent,useExisting:r.forwardRef((function(){return ie}))}],changeDetection:r.ChangeDetectionStrategy.OnPush}]}],ctorParameters:function(){return[]},propDecorators:{shapeFill:[{type:r.Input}],shapeStroke:[{type:r.Input}],shapeStrokeThickness:[{type:r.Input}],shapeOpacity:[{type:r.Input}],markerType:[{type:r.Input}],markerOutlineMode:[{type:r.Input}],markerFillMode:[{type:r.Input}],markerTemplate:[{type:r.Input}],markerBrush:[{type:r.Input}],markerOutline:[{type:r.Input}],markerThickness:[{type:r.Input}],markerCollisionAvoidance:[{type:r.Input}],actualMarkerTemplate:[{type:r.Input}],actualMarkerBrush:[{type:r.Input}],actualMarkerOutline:[{type:r.Input}],styleShape:[{type:r.Output}]}});var ne=function(){function e(){}return e.ɵfac=r.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,deps:[],target:r.ɵɵFactoryTarget.NgModule}),e.ɵmod=r.ɵɵngDeclareNgModule({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,declarations:[ie],imports:[o.CommonModule,i.IgxScatterPolygonSeriesDynamicModule],exports:[ie,i.IgxScatterPolygonSeriesDynamicModule]}),e.ɵinj=r.ɵɵngDeclareInjector({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,imports:[[o.CommonModule,i.IgxScatterPolygonSeriesDynamicModule],i.IgxScatterPolygonSeriesDynamicModule]}),e}();r.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:ne,decorators:[{type:r.NgModule,args:[{declarations:[ie],imports:[o.CommonModule,i.IgxScatterPolygonSeriesDynamicModule],exports:[ie,i.IgxScatterPolygonSeriesDynamicModule],entryComponents:[]}]}]});var oe=function(){function e(){n.TypeRegistrar.registerCons("IgxGeographicShapeSeriesComponent",ie),n.TypeRegistrar.register("GeographicShapeSeries",re.$type)}return e.ɵfac=r.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,deps:[],target:r.ɵɵFactoryTarget.NgModule}),e.ɵmod=r.ɵɵngDeclareNgModule({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,imports:[o.CommonModule,ne],exports:[ne]}),e.ɵinj=r.ɵɵngDeclareInjector({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,imports:[[o.CommonModule,ne],ne]}),e}();r.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:oe,decorators:[{type:r.NgModule,args:[{declarations:[],imports:[o.CommonModule,ne],exports:[ne],entryComponents:[ie]}]}],ctorParameters:function(){return[]}});var ae=function(e){function r(t){var r=e.call(this,t)||this;return r.ci=null,r.ci=t,r}return t.__extends(r,e),r.prototype.as=function(){e.prototype.as.call(this),this.q||(this.ci.gp=i.Defaults.n)},r.prototype.b2=function(){e.prototype.b2.call(this),this.ci.pt.sf=this.ci.qz,this.ci.pt.sk=this.ci.q7},r.prototype.cj=function(){this.ci.pt.sf=this.ci.qz},r.prototype.ck=function(){this.ci.pt.sk=this.ci.q7},r.$t=n.markType(r,"GeographicPolylineSeriesView",ee.$),r}(ee),se=function(e){function r(){var t=e.call(this)||this;return t.styleShape=null,t.ab=r.$,t}return t.__extends(r,e),r.prototype.get_d4=function(){return!0},r.prototype.bv=function(){return new ae(this)},r.prototype.lo=function(t){e.prototype.lo.call(this,t),this.q0=t},r.prototype.ps=function(){var e=new i.ScatterPolylineSeries;return e.styleShape=n.delegateCombine(e.styleShape,n.runOn(this,this.q4)),e},r.prototype.q4=function(e,t){null!=this.styleShape&&this.styleShape(this,t)},r.prototype.lt=function(t,i,n,o){switch(e.prototype.lt.call(this,t,i,n,o),i){case r.$$p[1]:this.q0.cj();break;case r.$$p[0]:this.q0.ck()}},r.$t=n.markType(r,"GeographicPolylineSeries",Q.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["ShapeStyle:q7:q5",[n.Style.$,null],"ShapeStyleSelector:qz:q6",[i.StyleSelector.$,null]]),r}(Q),pe=function(e){function o(){var t=e.call(this)||this;return t._styleShape=null,t}return t.__extends(o,e),o.prototype.createImplementation=function(){return new se},Object.defineProperty(o.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isPolyline",{get:function(){return this.i.d4},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapeFill",{get:function(){return this.i.q7?this.i.q7.fill:null},set:function(e){this.ensureShapeStyle(),this.i.q7.fill=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapeStroke",{get:function(){return this.i.q7?this.i.q7.stroke:null},set:function(e){this.ensureShapeStyle(),this.i.q7.stroke=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapeStrokeThickness",{get:function(){return this.i.q7?this.i.q7.strokeThickness:NaN},set:function(e){this.ensureShapeStyle(),this.i.q7.strokeThickness=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapeOpacity",{get:function(){return this.i.q7?this.i.q7.opacity:NaN},set:function(e){this.ensureShapeStyle(),this.i.q7.opacity=+e},enumerable:!1,configurable:!0}),o.prototype.ensureShapeStyle=function(){this.i.q7||(this.i.q7=new n.Style)},Object.defineProperty(o.prototype,"styleShape",{get:function(){var e=this;return null==this._styleShape&&(this._styleShape=new r.EventEmitter,this.i.styleShape=n.delegateCombine(this.i.styleShape,(function(t,r){e._runInZone((function(){var t=new i.IgxStyleShapeEventArgs;t._provideImplementation(r),e.beforeStyleShape&&e.beforeStyleShape(e,t),e._styleShape.emit({sender:e,args:t})}))}))),this._styleShape},enumerable:!1,configurable:!0}),o.ɵfac=r.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:o,deps:[],target:r.ɵɵFactoryTarget.Component}),o.ɵcmp=r.ɵɵngDeclareComponent({minVersion:"12.0.0",version:"12.2.14",type:o,selector:"igx-geographic-polyline-series",inputs:{shapeFill:"shapeFill",shapeStroke:"shapeStroke",shapeStrokeThickness:"shapeStrokeThickness",shapeOpacity:"shapeOpacity"},outputs:{styleShape:"styleShape"},providers:[{provide:J,useExisting:r.forwardRef((function(){return o}))},{provide:K,useExisting:r.forwardRef((function(){return o}))},{provide:i.IgxSeriesComponent,useExisting:r.forwardRef((function(){return o}))}],usesInheritance:!0,ngImport:r,template:"",isInline:!0,changeDetection:r.ChangeDetectionStrategy.OnPush}),o}(J);r.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:pe,decorators:[{type:r.Component,args:[{selector:"igx-geographic-polyline-series",template:"",providers:[{provide:J,useExisting:r.forwardRef((function(){return pe}))},{provide:K,useExisting:r.forwardRef((function(){return pe}))},{provide:i.IgxSeriesComponent,useExisting:r.forwardRef((function(){return pe}))}],changeDetection:r.ChangeDetectionStrategy.OnPush}]}],ctorParameters:function(){return[]},propDecorators:{shapeFill:[{type:r.Input}],shapeStroke:[{type:r.Input}],shapeStrokeThickness:[{type:r.Input}],shapeOpacity:[{type:r.Input}],styleShape:[{type:r.Output}]}});var le=function(){function e(){}return e.ɵfac=r.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,deps:[],target:r.ɵɵFactoryTarget.NgModule}),e.ɵmod=r.ɵɵngDeclareNgModule({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,declarations:[pe],imports:[o.CommonModule,i.IgxScatterPolylineSeriesDynamicModule],exports:[pe,i.IgxScatterPolylineSeriesDynamicModule]}),e.ɵinj=r.ɵɵngDeclareInjector({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,imports:[[o.CommonModule,i.IgxScatterPolylineSeriesDynamicModule],i.IgxScatterPolylineSeriesDynamicModule]}),e}();r.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:le,decorators:[{type:r.NgModule,args:[{declarations:[pe],imports:[o.CommonModule,i.IgxScatterPolylineSeriesDynamicModule],exports:[pe,i.IgxScatterPolylineSeriesDynamicModule],entryComponents:[]}]}]});var ue=function(){function e(){n.TypeRegistrar.registerCons("IgxGeographicPolylineSeriesComponent",pe),n.TypeRegistrar.register("GeographicPolylineSeries",se.$type)}return e.ɵfac=r.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,deps:[],target:r.ɵɵFactoryTarget.NgModule}),e.ɵmod=r.ɵɵngDeclareNgModule({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,imports:[o.CommonModule,le],exports:[le]}),e.ɵinj=r.ɵɵngDeclareInjector({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,imports:[[o.CommonModule,le],le]}),e}();r.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:ue,decorators:[{type:r.NgModule,args:[{declarations:[],imports:[o.CommonModule,le],exports:[le],entryComponents:[pe]}]}],ctorParameters:function(){return[]}});var ce=function(){function e(){}return e.ɵfac=r.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,deps:[],target:r.ɵɵFactoryTarget.NgModule}),e.ɵmod=r.ɵɵngDeclareNgModule({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,imports:[o.CommonModule]}),e.ɵinj=r.ɵɵngDeclareInjector({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,imports:[[o.CommonModule]]}),e}();r.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:ce,decorators:[{type:r.NgModule,args:[{declarations:[],imports:[o.CommonModule],exports:[],entryComponents:[]}]}]});var he=function(e){function r(){var t=e.call(this,new n.TileGeneratorTileSource)||this;return t.downloadingImage=n.delegateCombine(t.downloadingImage,n.runOn(t,t.br)),t.cancellingImage=n.delegateCombine(t.cancellingImage,n.runOn(t,t.bq)),t}return t.__extends(r,e),r.prototype.bq=function(e,t){var r=t.uri.toString().split("/"),i=parseInt(n.stringReplace(r[3],"/","")),o=parseInt(n.stringReplace(r[4],"/","")),a=parseInt(n.stringReplace(n.stringReplace(r[5],"/",""),".png",""));null!=this.tileGenerator&&this.tileGenerator.cancelTile(i,o,a)},r.prototype.br=function(e,t){var r=this,i=t.uri.toString().split("/"),o=parseInt(n.stringReplace(i[3],"/","")),a=parseInt(n.stringReplace(i[4],"/","")),s=parseInt(n.stringReplace(n.stringReplace(i[5],"/",""),".png",""));t.uri=null;var p=t.image;null!=this.tileGenerator&&this.tileGenerator.getTile(o,a,s,(function(e,t){return r.deferralHandler.deferAction((function(){return p.src=t.url}))}),(function(e,t){}),(function(e,t){}),p)},r.$t=n.markType(r,"TileGeneratorMapImagery",d.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"ba",["TileGenerator",[n.ITileGenerator_$type,null]]),r}(d),ge=function(e){function r(){return e.call(this)||this}return t.__extends(r,e),r.prototype.createImplementation=function(){return new he},Object.defineProperty(r.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"tileGenerator",{get:function(){return this.i.tileGenerator},set:function(e){this.i.tileGenerator=e},enumerable:!1,configurable:!0}),r}(O),me=function(){function e(){n.TypeRegistrar.registerCons("IgxTileGeneratorMapImagery",ge),n.TypeRegistrar.register("TileGeneratorMapImagery",he.$type)}return e.ɵfac=r.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,deps:[],target:r.ɵɵFactoryTarget.NgModule}),e.ɵmod=r.ɵɵngDeclareNgModule({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,imports:[o.CommonModule,ce],exports:[ce]}),e.ɵinj=r.ɵɵngDeclareInjector({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,imports:[[o.CommonModule,ce],ce]}),e}();r.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:me,decorators:[{type:r.NgModule,args:[{declarations:[],imports:[o.CommonModule,ce],exports:[ce],entryComponents:[]}]}],ctorParameters:function(){return[]}});var ye=function(e){function r(){var t=e.call(this)||this;return t.sg=null,t.sf=null,t.imageTilesReady=null,t.sj=null,t.sk=!1,t.ab=r.$,t}return t.__extends(r,e),r.prototype.get_ee=function(){return!0},r.prototype.bv=function(){return new fe(this)},r.prototype.lo=function(t){e.prototype.lo.call(this,t),this.se=t},r.prototype.get_qu=function(){return!1},Object.defineProperty(r.prototype,"si",{get:function(){return this.sg},set:function(e){if(e!=this.si){var t=this.si;this.sg=e,this.raisePropertyChanged("TileImagery",t,e)}},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"sh",{get:function(){return this.sf},set:function(e){var t=this.sf;this.sf=e,this.raisePropertyChanged("ActualTileImagery",t,this.sf)},enumerable:!1,configurable:!0}),r.prototype.lt=function(t,r,i,o){var a,s;switch(e.prototype.lt.call(this,t,r,i,o),r){case"TileImagery":s=o,null!=(a=i)&&(a.propertyChanged=n.delegateRemove(a.propertyChanged,n.runOn(this,this.sn))),null!=s&&(s.propertyChanged=n.delegateCombine(s.propertyChanged,n.runOn(this,this.sn))),this.se.de(a,s),this.l7(!1),this.le();break;case"ActualTileImagery":s=o,null!=(a=i)&&(a.imageTilesReady=n.delegateRemove(a.imageTilesReady,n.runOn(this,this.so)),a.deferralHandler=null),null!=s&&(s.imageTilesReady=n.delegateCombine(s.imageTilesReady,n.runOn(this,this.so)),s.deferralHandler=this),this.se.dd(a,s),null!=s&&null!==n.typeCast(f.$,this.cb)&&(s.geographicMap=this.cb,this.sq(this.by),this.se.da(this.cb.r0)),this.le();break;case"ActualWindowRect":this.se.da(o);break;case"WorldRect":this.se.dh(o);break;case"SeriesViewer":var p=o;null!=i&&null!=this.sh&&this.sh.be(null),null!=p&&null!=this.sh&&this.sh.be(this.by.w);break;case"ActualBrush":case"ActualOutline":case"ActualThickness":this.lg()}},r.prototype.sn=function(e,t){"MultiScaleImage"==t.propertyName&&this.sq(this.by)},r.prototype.so=function(e,t){null!=this.imageTilesReady&&this.imageTilesReady(this,new n.EventArgs),this.sk||this.se.df()},r.prototype.register=function(e,t){this.sj=t},r.prototype.unRegister=function(e){this.sj=null},r.prototype.deferredRefresh=function(){this.l7(!1)},r.prototype.deferAction=function(e){null!=this.gz?this.gz.setTimeout(e,0):window.setTimeout(e,0)},r.prototype.mt=function(t,r){this.se.dg(),e.prototype.mt.call(this,t,r)},r.prototype.l8=function(t){e.prototype.l8.call(this,t),this.sp(t,this.by)},r.prototype.sp=function(e,t){var r,i,n=t,o=t.getViewInfo(r,i);r=o.p0,i=o.p1,this.sq(t),null!=this.sj&&(this.sk=!0,this.sj(e),this.sk=!1),n.df()},r.prototype.l6=function(t,r,i,n,o){e.prototype.l6.call(this,t,r,i,n,o);var a=this.e8.item(n);a.a1(i),this.cu(a)||this.ry(a)},r.prototype.sq=function(e){var t,r,i=e.getViewInfo(t,r);t=i.p0,r=i.p1,null!=this.si&&null!=this.si.ao&&(this.si!=this.sh&&(this.sh=this.si),null==this.sh||t.isEmpty||(this.sh.width!=t.width&&(this.sh.width=t.width),this.sh.height!=t.height&&(this.sh.height=t.height)))},r.prototype.ko=function(t,r){e.prototype.ko.call(this,t,r),r.db()},r.$t=n.markType(r,"TileSeries",i.ShapeSeriesBase.$,[n.IMapRenderDeferralHandler_$type]),r}(i.ShapeSeriesBase),fe=function(e){function r(t){var r=e.call(this,t)||this;return r.c7=null,r.di=new n.GeometryGroup,r.c9=null,r.c8=null,r.c7=t,r}return t.__extends(r,e),r.prototype.as=function(){e.prototype.as.call(this),this.q||(this.c7.ox=i.Defaults.ao,this.c7.os=i.Defaults.an)},r.prototype.ch=function(e,t){t.c.count>0&&this.di.d.add(t)},r.prototype.c2=function(e,t){return this.c3(e,t,!0)},r.prototype.c1=function(e,t){return null},r.prototype.cl=function(e,t){},r.prototype.cj=function(e,t,r){},r.prototype.cr=function(){e.prototype.cr.call(this),this.di.d.clear()},r.prototype.cq=function(){e.prototype.cq.call(this),this.aq()},r.prototype.da=function(e){null!=this.c7.si&&(this.c7.si.windowRect=e)},r.prototype.dd=function(e,t){if(null==this.c9){this.c9=this.e.gz.createElement("canvas");var r=this.e.gz.get2DCanvasContext(this.c9);this.c8=new n.RenderingContext(new n.CanvasViewRenderer,r),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=n.delegateRemove(e.imagesChanged,n.runOn(this,this.dc))),null!=t&&(null!=this.w&&t.be(this.w),t.bd(this.c8),t.bf(this.bu),t.imagesChanged=n.delegateCombine(t.imagesChanged,n.runOn(this,this.dc)))},r.prototype.dc=function(e,t){this.aq()},r.prototype.de=function(e,t){},r.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.si&&this.c7.si.bf(this.bu)},r.prototype.a6=function(t,r){if(e.prototype.a6.call(this,t,r),!r&&null!=this.c9){var i=!1;if(this.di.d.count>0)i=!0,this.k.z(),this.k.q(this.di),this.k.g().clip();var o=n.truncate(Math.round(this.bu.left)),a=n.truncate(Math.round(this.bu.top)),s=n.truncate(Math.round(this.bu.width)),p=n.truncate(Math.round(this.bu.height));this.k.n(this.c9.getNativeElement(),1,o,a,s,p,o,a,s,p),i&&this.k.y()}},r.prototype.df=function(){this.aq()},r.prototype.db=function(){},r.prototype.dh=function(e){null!=this.c7.si&&this.c7.si.a6()},r.$t=n.markType(r,"TileSeriesView",i.ShapeSeriesViewBase.$),r}(i.ShapeSeriesViewBase),de=function(e){function n(){return e.call(this)||this}return t.__extends(n,e),n.prototype.createImplementation=function(){return new ye},Object.defineProperty(n.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"isTile",{get:function(){return this.i.ee},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"tileImagery",{get:function(){return null==this.i.si?null:this.i.si.externalObject},set:function(e){this.i.si=null==e?null:e.i},enumerable:!1,configurable:!0}),n.prototype.findByName=function(t){var r=e.prototype.findByName.call(this,t);return r||(this.tileImagery&&this.tileImagery.name&&this.tileImagery.name==t?this.tileImagery:null)},n.prototype.deferredRefresh=function(){this.i.deferredRefresh()},n.ɵfac=r.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:n,deps:[],target:r.ɵɵFactoryTarget.Component}),n.ɵcmp=r.ɵɵngDeclareComponent({minVersion:"12.0.0",version:"12.2.14",type:n,selector:"igx-tile-series",inputs:{tileImagery:"tileImagery"},providers:[{provide:i.IgxShapeSeriesBaseComponent,useExisting:r.forwardRef((function(){return n}))},{provide:i.IgxSeriesComponent,useExisting:r.forwardRef((function(){return n}))}],usesInheritance:!0,ngImport:r,template:"",isInline:!0,changeDetection:r.ChangeDetectionStrategy.OnPush}),n}(i.IgxShapeSeriesBaseComponent);r.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:de,decorators:[{type:r.Component,args:[{selector:"igx-tile-series",template:"",providers:[{provide:i.IgxShapeSeriesBaseComponent,useExisting:r.forwardRef((function(){return de}))},{provide:i.IgxSeriesComponent,useExisting:r.forwardRef((function(){return de}))}],changeDetection:r.ChangeDetectionStrategy.OnPush}]}],ctorParameters:function(){return[]},propDecorators:{tileImagery:[{type:r.Input}]}});var be=function(){function e(){}return e.ɵfac=r.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,deps:[],target:r.ɵɵFactoryTarget.NgModule}),e.ɵmod=r.ɵɵngDeclareNgModule({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,declarations:[de],imports:[o.CommonModule],exports:[de]}),e.ɵinj=r.ɵɵngDeclareInjector({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,imports:[[o.CommonModule]]}),e}();r.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:be,decorators:[{type:r.NgModule,args:[{declarations:[de],imports:[o.CommonModule],exports:[de],entryComponents:[]}]}]});var Se=function(){function e(){n.TypeRegistrar.registerCons("IgxTileSeriesComponent",de),n.TypeRegistrar.register("TileSeries",ye.$type)}return e.ɵfac=r.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,deps:[],target:r.ɵɵFactoryTarget.NgModule}),e.ɵmod=r.ɵɵngDeclareNgModule({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,imports:[o.CommonModule,be],exports:[be]}),e.ɵinj=r.ɵɵngDeclareInjector({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,imports:[[o.CommonModule,be],be]}),e}();r.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:Se,decorators:[{type:r.NgModule,args:[{declarations:[],imports:[o.CommonModule,be],exports:[be],entryComponents:[de]}]}],ctorParameters:function(){return[]}});var ve=function(e){function r(){var t=e.call(this)||this;return t.q0=null,t.qz=null,t.imageTilesReady=null,t.ab=r.$,t}return t.__extends(r,e),r.prototype.get_ee=function(){return!0},Object.defineProperty(r.prototype,"q1",{get:function(){return this.q0},set:function(e){if(e!=this.q1){var t=this.q1;this.q0=e,this.raisePropertyChanged("TileImagery",t,e)}},enumerable:!1,configurable:!0}),r.prototype.q5=function(){null!=this.q1&&this.q1.clearTileCache()},r.prototype.lt=function(t,r,i,n){switch(e.prototype.lt.call(this,t,r,i,n),r){case"TileImagery":null!=this.pt&&(this.pt.si=this.q1)}},r.prototype.py=function(){if(e.prototype.py.call(this),this.pt.si=this.q1,null!=this.qz){var t=this.qz;t.imageTilesReady=n.delegateRemove(t.imageTilesReady,n.runOn(this,this.q4))}if(this.qz=this.pt,null!=this.qz){var r=this.qz;r.imageTilesReady=n.delegateCombine(r.imageTilesReady,n.runOn(this,this.q4))}},r.prototype.ps=function(){return new ye},r.prototype.q4=function(e,t){null!=this.imageTilesReady&&this.imageTilesReady(this,new h)},r.$t=n.markType(r,"GeographicTileSeries",Q.$),r}(Q),Me=function(e){function o(){var t=e.call(this)||this;return t._imageTilesReady=null,t}return t.__extends(o,e),o.prototype.createImplementation=function(){return new ve},Object.defineProperty(o.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isTile",{get:function(){return this.i.ee},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"tileImagery",{get:function(){return null==this.i.q1?null:this.i.q1.externalObject},set:function(e){this.i.q1=null==e?null:e.i},enumerable:!1,configurable:!0}),o.prototype.findByName=function(t){var r=e.prototype.findByName.call(this,t);return r||(this.tileImagery&&this.tileImagery.name&&this.tileImagery.name==t?this.tileImagery:null)},o.prototype.clearTileCache=function(){this.i.q5()},Object.defineProperty(o.prototype,"imageTilesReady",{get:function(){var e=this;return null==this._imageTilesReady&&(this._imageTilesReady=new r.EventEmitter,this.i.imageTilesReady=n.delegateCombine(this.i.imageTilesReady,(function(t,r){e._runInZone((function(){var t=new _;t._provideImplementation(r),e.beforeImageTilesReady&&e.beforeImageTilesReady(e,t),e._imageTilesReady.emit({sender:e,args:t})}))}))),this._imageTilesReady},enumerable:!1,configurable:!0}),o.ɵfac=r.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:o,deps:[],target:r.ɵɵFactoryTarget.Component}),o.ɵcmp=r.ɵɵngDeclareComponent({minVersion:"12.0.0",version:"12.2.14",type:o,selector:"igx-geographic-tile-series",inputs:{tileImagery:"tileImagery"},outputs:{imageTilesReady:"imageTilesReady"},providers:[{provide:J,useExisting:r.forwardRef((function(){return o}))},{provide:K,useExisting:r.forwardRef((function(){return o}))},{provide:i.IgxSeriesComponent,useExisting:r.forwardRef((function(){return o}))}],usesInheritance:!0,ngImport:r,template:"",isInline:!0,changeDetection:r.ChangeDetectionStrategy.OnPush}),o}(J);r.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:Me,decorators:[{type:r.Component,args:[{selector:"igx-geographic-tile-series",template:"",providers:[{provide:J,useExisting:r.forwardRef((function(){return Me}))},{provide:K,useExisting:r.forwardRef((function(){return Me}))},{provide:i.IgxSeriesComponent,useExisting:r.forwardRef((function(){return Me}))}],changeDetection:r.ChangeDetectionStrategy.OnPush}]}],ctorParameters:function(){return[]},propDecorators:{tileImagery:[{type:r.Input}],imageTilesReady:[{type:r.Output}]}});var Ie=function(){function e(){}return e.ɵfac=r.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,deps:[],target:r.ɵɵFactoryTarget.NgModule}),e.ɵmod=r.ɵɵngDeclareNgModule({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,declarations:[Me],imports:[o.CommonModule,Se],exports:[Me,Se]}),e.ɵinj=r.ɵɵngDeclareInjector({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,imports:[[o.CommonModule,Se],Se]}),e}();r.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:Ie,decorators:[{type:r.NgModule,args:[{declarations:[Me],imports:[o.CommonModule,Se],exports:[Me,Se],entryComponents:[]}]}]});var Ce=function(){function e(){n.TypeRegistrar.registerCons("IgxGeographicTileSeriesComponent",Me),n.TypeRegistrar.register("GeographicTileSeries",ve.$type)}return e.ɵfac=r.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,deps:[],target:r.ɵɵFactoryTarget.NgModule}),e.ɵmod=r.ɵɵngDeclareNgModule({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,imports:[o.CommonModule,Ie],exports:[Ie]}),e.ɵinj=r.ɵɵngDeclareInjector({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,imports:[[o.CommonModule,Ie],Ie]}),e}();r.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:Ce,decorators:[{type:r.NgModule,args:[{declarations:[],imports:[o.CommonModule,Ie],exports:[Ie],entryComponents:[Me]}]}],ctorParameters:function(){return[]}});var xe=function(e){function o(){return e.call(this)||this}return t.__extends(o,e),Object.defineProperty(o.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerType",{get:function(){return this.i.p3},set:function(e){this.i.p3=n.ensureEnum(i.MarkerType_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerThickness",{get:function(){return this.i.p4},set:function(e){this.i.p4=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerOutlineMode",{get:function(){return this.i.p2},set:function(e){this.i.p2=n.ensureEnum(i.MarkerOutlineMode_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerFillMode",{get:function(){return this.i.p1},set:function(e){this.i.p1=n.ensureEnum(i.MarkerFillMode_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerTemplate",{get:function(){return this.i.qj},set:function(e){this.i.qj=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerBrush",{get:function(){return n.brushToString(this.i.qx)},set:function(e){this.i.qx=n.stringToBrush(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerOutline",{get:function(){return n.brushToString(this.i.qy)},set:function(e){this.i.qy=n.stringToBrush(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"maximumMarkers",{get:function(){return this.i.p5},set:function(e){this.i.p5=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"actualMarkerTemplate",{get:function(){return this.i.qi},set:function(e){this.i.qi=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"actualMarkerBrush",{get:function(){return n.brushToString(this.i.qv)},set:function(e){this.i.qv=n.stringToBrush(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"actualMarkerOutline",{get:function(){return n.brushToString(this.i.qw)},set:function(e){this.i.qw=n.stringToBrush(e)},enumerable:!1,configurable:!0}),o.ɵfac=r.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:o,deps:[],target:r.ɵɵFactoryTarget.Component}),o.ɵcmp=r.ɵɵngDeclareComponent({minVersion:"12.0.0",version:"12.2.14",type:o,selector:"ng-component",inputs:{markerType:"markerType",markerThickness:"markerThickness",markerOutlineMode:"markerOutlineMode",markerFillMode:"markerFillMode",markerTemplate:"markerTemplate",markerBrush:"markerBrush",markerOutline:"markerOutline",maximumMarkers:"maximumMarkers",actualMarkerTemplate:"actualMarkerTemplate",actualMarkerBrush:"actualMarkerBrush",actualMarkerOutline:"actualMarkerOutline"},usesInheritance:!0,ngImport:r,template:"",isInline:!0}),o}(K);r.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:xe,decorators:[{type:r.Component,args:[{template:""}]}],ctorParameters:function(){return[]},propDecorators:{markerType:[{type:r.Input}],markerThickness:[{type:r.Input}],markerOutlineMode:[{type:r.Input}],markerFillMode:[{type:r.Input}],markerTemplate:[{type:r.Input}],markerBrush:[{type:r.Input}],markerOutline:[{type:r.Input}],maximumMarkers:[{type:r.Input}],actualMarkerTemplate:[{type:r.Input}],actualMarkerBrush:[{type:r.Input}],actualMarkerOutline:[{type:r.Input}]}});var _e=function(e){function r(){var t=e.call(this)||this,r=t.pt;return r.propertyUpdated=n.delegateCombine(r.propertyUpdated,n.runOn(t,t.qh)),t}return t.__extends(r,e),r.prototype.m2=function(){return this.qi},r.prototype.ov=function(){return this.qv},r.prototype.ow=function(){return this.qw},r.prototype.fv=function(){return this.p4},r.prototype.qh=function(e,t){var r=n.typeCast(i.MarkerSeries.$,this.pt);null!=r&&("ActualMarkerTemplate"==t.propertyName?this.qi=r.qk:"ActualMarkerOutline"==t.propertyName?this.qw=r.q1:"ActualMarkerBrush"==t.propertyName&&(this.qv=r.q0))},r.prototype.lt=function(t,i,n,o){switch(e.prototype.lt.call(this,t,i,n,o),i){case r.$$p[3]:this.pt.q2=this.qx;break;case r.$$p[6]:this.pt.q3=this.qy;break;case r.$$p[5]:this.pt.px=this.p2;break;case r.$$p[4]:this.pt.pt=this.p1;break;case r.$$p[9]:this.pt.p0=this.p3;break;case r.$$p[7]:this.pt.qm=this.qj;break;case r.$$p[8]:this.pt.p5=this.p4;break;case r.$$p[10]:this.pt.sl=this.p5}},r.$t=n.markType(r,"GeographicMarkerSeries",m.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["ActualMarkerBrush:qv:qk",[n.Brush.$],"ActualMarkerOutline:qw:ql",[n.Brush.$],"ActualMarkerTemplate:qi:qm",[n.DataTemplate.$,null],"MarkerBrush:qx:qn",[n.Brush.$],"MarkerFillMode:p1:qo",[i.MarkerFillMode_$type,n.enumGetBox(i.MarkerFillMode_$type,0)],"MarkerOutlineMode:p2:qp",[i.MarkerOutlineMode_$type,n.enumGetBox(i.MarkerOutlineMode_$type,0)],"MarkerOutline:qy:qq",[n.Brush.$],"MarkerTemplate:qj:qr",[n.DataTemplate.$,null],"MarkerThickness:p4:qs",[1,n.DeviceUtils.g(2)],"MarkerType:p3:qt",[i.MarkerType_$type,n.enumGetBox(i.MarkerType_$type,i.Defaults.e)],"MaximumMarkers:p5:qu",[1,400]]),r}(m),ke=function(e){function r(t){var r=e.call(this,t)||this;return r.ce=null,r.ce=t,r}return t.__extends(r,e),r.prototype.as=function(){e.prototype.as.call(this),this.q},r.prototype.b2=function(){e.prototype.b2.call(this);var t=this.ce.pt;t.sx=this.ce.rs,t.s1=this.ce.rq,t.p0=this.ce.p3,t.qm=this.ce.qj,t.p5=this.ce.p4,t.ur=this.ce.rc,t.u9=this.ce.rx,t.uh=this.ce.q4,t.u3=this.ce.ro,t.uy=this.ce.rg,t.uf=this.ce.q1,t.up=this.ce.q8,t.uq=this.ce.rb,t.uw=this.ce.re,t.uv=this.ce.rd},r.prototype.cn=function(){this.ce.pt.sx=this.ce.rs},r.prototype.cm=function(){this.ce.pt.s1=this.ce.rq},r.prototype.cs=function(){this.ce.pt.p0=this.ce.p3},r.prototype.cq=function(){this.ce.pt.qm=this.ce.qj},r.prototype.cr=function(){this.ce.pt.p5=this.ce.p4},r.prototype.ct=function(){this.ce.pt.sl=this.ce.p5},r.prototype.cv=function(){this.ce.pt.xAxis=this.ce.cb.sn},r.prototype.cw=function(){this.ce.pt.yAxis=this.ce.cb.sp},r.prototype.cu=function(){var e=this.ce.pt;if(null==this.ce.cb)return e.xAxis=null,void(e.yAxis=null);e.xAxis=this.ce.cb.sn,e.yAxis=this.ce.cb.sp},r.prototype.co=function(){this.ce.pt.q2=this.ce.qx},r.prototype.cp=function(){this.ce.pt.q3=this.ce.qy},r.prototype.cx=function(){this.ce.pt.u9=this.ce.rx},r.prototype.cy=function(){this.ce.pt.uh=this.ce.q4,this.ce.pt.ur=this.ce.rc},r.prototype.ci=function(){this.ce.pt.u3=this.ce.ro},r.prototype.cg=function(){this.ce.pt.uf=this.ce.q1,this.ce.pt.up=this.ce.q8,this.ce.pt.uq=this.ce.rb,this.ce.pt.uw=this.ce.re,this.ce.pt.uv=this.ce.rd},r.prototype.cf=function(){this.ce.pt.uy=this.ce.rg},r.prototype.cz=function(){this.ce.pt.ur=this.ce.rc},r.prototype.ch=function(){this.ce.pt.up=this.ce.q8},r.prototype.cl=function(){this.ce.pt.uq=this.ce.rb},r.prototype.ck=function(){this.ce.pt.uw=this.ce.re},r.prototype.cj=function(){this.ce.pt.uv=this.ce.rd},r.$t=n.markType(r,"GeographicProportionalSymbolSeriesView",y.$),r}(y),Pe=function(e){function r(){var t=e.call(this)||this;return t.q2=null,t.q7=!1,t.q6=!1,t.assigningScatterStyle=null,t.assigningScatterMarkerStyle=null,t.ab=r.$,t}return t.__extends(r,e),r.prototype.get_c1=function(){return!0},r.prototype.bv=function(){return new ke(this)},r.prototype.lo=function(t){e.prototype.lo.call(this,t),this.q5=t},r.prototype.gl=function(){return.7},r.prototype.ps=function(){return new i.BubbleSeries},r.prototype.get_dt=function(){return!0},r.prototype.lt=function(t,i,o,a){switch(e.prototype.lt.call(this,t,i,o,a),i){case"SeriesViewer":this.q5.cu();break;case r.$$p[9]:this.q5.cn();break;case r.$$p[8]:this.q5.cm();break;case"XAxis":this.q5.cv();break;case"YAxis":this.q5.cw();break;case r.$$p[13]:this.q5.cx();break;case r.$$p[14]:this.q5.cy();break;case r.$$p[15]:this.q5.cz();break;case r.$$p[7]:this.q5.ci();break;case r.$$p[0]:this.q5.cf();break;case r.$$p[1]:this.q5.cg();break;case r.$$p[2]:this.q5.ch();break;case r.$$p[12]:this.q5.cl();break;case r.$$p[11]:this.q5.ck();break;case r.$$p[10]:this.q5.cj();break;case r.$$p[4]:if(this.pt.r7=this.ra,this.q7=this.ra,this.ra){var s=this.pt;s.assigningScatterStyle=n.delegateCombine(s.assigningScatterStyle,n.runOn(this,this.r2))}else{var p=this.pt;p.assigningScatterStyle=n.delegateRemove(p.assigningScatterStyle,n.runOn(this,this.r2))}break;case r.$$p[3]:if(this.pt.r6=this.q9,this.q6=this.q9,this.ra){var l=this.pt;l.assigningScatterMarkerStyle=n.delegateCombine(l.assigningScatterMarkerStyle,n.runOn(this,this.r1))}else{var u=this.pt;u.assigningScatterMarkerStyle=n.delegateRemove(u.assigningScatterMarkerStyle,n.runOn(this,this.r1))}break;case r.$$p[5]:this.pt.rw=this.q3;break;case r.$$p[6]:this.pt.sk=this.rf}},r.prototype.r2=function(e,t){null!=this.assigningScatterStyle&&this.assigningScatterStyle(this,t)},r.prototype.r1=function(e,t){null!=this.assigningScatterMarkerStyle&&this.assigningScatterMarkerStyle(this,t)},r.$t=n.markType(r,"GeographicProportionalSymbolSeries",_e.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["FillMemberPath:rg:r3",[2],"FillScale:q1:r4",[i.BrushScale.$],"FillScaleUseGlobalValues:q8:r5",[0,!1],"IsCustomScatterMarkerStyleAllowed:q9:r6",[0,!1],"IsCustomScatterStyleAllowed:ra:r7",[0,!1],"ItemSearchMode:q3:r8",[i.ScatterItemSearchMode_$type,n.enumGetBox(i.ScatterItemSearchMode_$type,0)],"ItemSearchThreshold:rf:r9",[1,1e4],"LabelMemberPath:ro:sa",[2],"LatitudeMemberPath:rq:sb",[2,null],"LongitudeMemberPath:rs:sc",[2,null],"MarkerBrushBrightness:rd:sd",[1,NaN],"MarkerOutlineBrightness:re:se",[1,NaN],"MarkerOutlineUsesFillScale:rb:sf",[0,!1],"RadiusMemberPath:rx:sg",[2,null],"RadiusScale:q4:sh",[i.SizeScale.$],"RadiusScaleUseGlobalValues:rc:si",[0,!1]]),r}(_e),qe=function(e){function o(){var t=e.call(this)||this;return t._assigningScatterStyle=null,t._assigningScatterMarkerStyle=null,t}return t.__extends(o,e),o.prototype.createImplementation=function(){return new Pe},Object.defineProperty(o.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"hasOnlyMarkers",{get:function(){return this.i.c1},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"latitudeMemberPath",{get:function(){return this.i.rq},set:function(e){this.i.rq=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"longitudeMemberPath",{get:function(){return this.i.rs},set:function(e){this.i.rs=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"radiusMemberPath",{get:function(){return this.i.rx},set:function(e){this.i.rx=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"radiusScale",{get:function(){if(null==this.i.q4)return null;if(!this.i.q4.externalObject){var e=i.IgxSizeScaleComponent._createFromInternal(this.i.q4);e&&(e._implementation=this.i.q4),this.i.q4.externalObject=e}return this.i.q4.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:!1,configurable:!0}),Object.defineProperty(o.prototype,"labelMemberPath",{get:function(){return this.i.ro},set:function(e){this.i.ro=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"fillMemberPath",{get:function(){return this.i.rg},set:function(e){this.i.rg=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"fillScale",{get:function(){if(null==this.i.q1)return null;if(!this.i.q1.externalObject){var e=i.IgxBrushScaleComponent._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:!1,configurable:!0}),Object.defineProperty(o.prototype,"fillScaleUseGlobalValues",{get:function(){return this.i.q8},set:function(e){this.i.q8=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerOutlineUsesFillScale",{get:function(){return this.i.rb},set:function(e){this.i.rb=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerOutlineBrightness",{get:function(){return this.i.re},set:function(e){this.i.re=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerBrushBrightness",{get:function(){return this.i.rd},set:function(e){this.i.rd=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"radiusScaleUseGlobalValues",{get:function(){return this.i.rc},set:function(e){this.i.rc=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isCustomScatterStyleAllowed",{get:function(){return this.i.ra},set:function(e){this.i.ra=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isCustomScatterMarkerStyleAllowed",{get:function(){return this.i.q9},set:function(e){this.i.q9=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"itemSearchMode",{get:function(){return this.i.q3},set:function(e){this.i.q3=n.ensureEnum(i.ScatterItemSearchMode_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"itemSearchThreshold",{get:function(){return this.i.rf},set:function(e){this.i.rf=+e},enumerable:!1,configurable:!0}),o.prototype.findByName=function(t){var r=e.prototype.findByName.call(this,t);return r||(this.radiusScale&&this.radiusScale.name&&this.radiusScale.name==t?this.radiusScale:this.fillScale&&this.fillScale.name&&this.fillScale.name==t?this.fillScale:null)},o.prototype._styling=function(t,r,i){e.prototype._styling.call(this,t,r,i),this._inStyling=!0,this.radiusScale&&this.radiusScale._styling&&this.radiusScale._styling(t,r,this),this.fillScale&&this.fillScale._styling&&this.fillScale._styling(t,r,this),this._inStyling=!1},Object.defineProperty(o.prototype,"assigningScatterStyle",{get:function(){var e=this;return null==this._assigningScatterStyle&&(this._assigningScatterStyle=new r.EventEmitter,this.i.assigningScatterStyle=n.delegateCombine(this.i.assigningScatterStyle,(function(t,r){var n=new i.IgxAssigningScatterStyleEventArgs;n._provideImplementation(r),e.beforeAssigningScatterStyle&&e.beforeAssigningScatterStyle(e,n),e._assigningScatterStyle.emit({sender:e,args:n})}))),this._assigningScatterStyle},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"assigningScatterMarkerStyle",{get:function(){var e=this;return null==this._assigningScatterMarkerStyle&&(this._assigningScatterMarkerStyle=new r.EventEmitter,this.i.assigningScatterMarkerStyle=n.delegateCombine(this.i.assigningScatterMarkerStyle,(function(t,r){var n=new i.IgxAssigningScatterMarkerStyleEventArgs;n._provideImplementation(r),e.beforeAssigningScatterMarkerStyle&&e.beforeAssigningScatterMarkerStyle(e,n),e._assigningScatterMarkerStyle.emit({sender:e,args:n})}))),this._assigningScatterMarkerStyle},enumerable:!1,configurable:!0}),o.ɵfac=r.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:o,deps:[],target:r.ɵɵFactoryTarget.Component}),o.ɵcmp=r.ɵɵngDeclareComponent({minVersion:"12.0.0",version:"12.2.14",type:o,selector:"igx-geographic-proportional-symbol-series",inputs:{latitudeMemberPath:"latitudeMemberPath",longitudeMemberPath:"longitudeMemberPath",radiusMemberPath:"radiusMemberPath",radiusScale:"radiusScale",labelMemberPath:"labelMemberPath",fillMemberPath:"fillMemberPath",fillScale:"fillScale",fillScaleUseGlobalValues:"fillScaleUseGlobalValues",markerOutlineUsesFillScale:"markerOutlineUsesFillScale",markerOutlineBrightness:"markerOutlineBrightness",markerBrushBrightness:"markerBrushBrightness",radiusScaleUseGlobalValues:"radiusScaleUseGlobalValues",isCustomScatterStyleAllowed:"isCustomScatterStyleAllowed",isCustomScatterMarkerStyleAllowed:"isCustomScatterMarkerStyleAllowed",itemSearchMode:"itemSearchMode",itemSearchThreshold:"itemSearchThreshold"},outputs:{assigningScatterStyle:"assigningScatterStyle",assigningScatterMarkerStyle:"assigningScatterMarkerStyle"},providers:[{provide:xe,useExisting:r.forwardRef((function(){return o}))},{provide:K,useExisting:r.forwardRef((function(){return o}))},{provide:i.IgxSeriesComponent,useExisting:r.forwardRef((function(){return o}))}],usesInheritance:!0,ngImport:r,template:"",isInline:!0,changeDetection:r.ChangeDetectionStrategy.OnPush}),o}(xe);r.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:qe,decorators:[{type:r.Component,args:[{selector:"igx-geographic-proportional-symbol-series",template:"",providers:[{provide:xe,useExisting:r.forwardRef((function(){return qe}))},{provide:K,useExisting:r.forwardRef((function(){return qe}))},{provide:i.IgxSeriesComponent,useExisting:r.forwardRef((function(){return qe}))}],changeDetection:r.ChangeDetectionStrategy.OnPush}]}],ctorParameters:function(){return[]},propDecorators:{latitudeMemberPath:[{type:r.Input}],longitudeMemberPath:[{type:r.Input}],radiusMemberPath:[{type:r.Input}],radiusScale:[{type:r.Input}],labelMemberPath:[{type:r.Input}],fillMemberPath:[{type:r.Input}],fillScale:[{type:r.Input}],fillScaleUseGlobalValues:[{type:r.Input}],markerOutlineUsesFillScale:[{type:r.Input}],markerOutlineBrightness:[{type:r.Input}],markerBrushBrightness:[{type:r.Input}],radiusScaleUseGlobalValues:[{type:r.Input}],isCustomScatterStyleAllowed:[{type:r.Input}],isCustomScatterMarkerStyleAllowed:[{type:r.Input}],itemSearchMode:[{type:r.Input}],itemSearchThreshold:[{type:r.Input}],assigningScatterStyle:[{type:r.Output}],assigningScatterMarkerStyle:[{type:r.Output}]}});var we=function(){function e(){}return e.ɵfac=r.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,deps:[],target:r.ɵɵFactoryTarget.NgModule}),e.ɵmod=r.ɵɵngDeclareNgModule({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,declarations:[qe],imports:[o.CommonModule,i.IgxBubbleSeriesDynamicModule],exports:[qe,i.IgxBubbleSeriesDynamicModule]}),e.ɵinj=r.ɵɵngDeclareInjector({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,imports:[[o.CommonModule,i.IgxBubbleSeriesDynamicModule],i.IgxBubbleSeriesDynamicModule]}),e}();r.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:we,decorators:[{type:r.NgModule,args:[{declarations:[qe],imports:[o.CommonModule,i.IgxBubbleSeriesDynamicModule],exports:[qe,i.IgxBubbleSeriesDynamicModule],entryComponents:[]}]}]});var De=function(){function e(){n.TypeRegistrar.registerCons("IgxGeographicProportionalSymbolSeriesComponent",qe),n.TypeRegistrar.register("GeographicProportionalSymbolSeries",Pe.$type)}return e.ɵfac=r.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,deps:[],target:r.ɵɵFactoryTarget.NgModule}),e.ɵmod=r.ɵɵngDeclareNgModule({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,imports:[o.CommonModule,we],exports:[we]}),e.ɵinj=r.ɵɵngDeclareInjector({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,imports:[[o.CommonModule,we],we]}),e}();r.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:De,decorators:[{type:r.NgModule,args:[{declarations:[],imports:[o.CommonModule,we],exports:[we],entryComponents:[qe]}]}],ctorParameters:function(){return[]}});var Te=function(e){function r(t){var r=e.call(this,t)||this;return r.ce=null,r.ce=t,r}return t.__extends(r,e),r.prototype.as=function(){e.prototype.as.call(this),this.q},r.prototype.b2=function(){var t=this.ce.pt;e.prototype.b2.call(this),t.sx=this.ce.rh,t.s1=this.ce.rf,t.p0=this.ce.p3,t.qm=this.ce.qj,t.p5=this.ce.p4},r.prototype.cg=function(){this.ce.pt.sx=this.ce.rh},r.prototype.cf=function(){this.ce.pt.s1=this.ce.rf},r.prototype.cm=function(){this.ce.pt.p0=this.ce.p3},r.prototype.ck=function(){this.ce.pt.qm=this.ce.qj},r.prototype.cl=function(){this.ce.pt.p5=this.ce.p4},r.prototype.cn=function(){this.ce.pt.sl=this.ce.p5},r.prototype.cp=function(){this.ce.pt.xAxis=this.ce.cb.sn},r.prototype.cq=function(){this.ce.pt.yAxis=this.ce.cb.sp},r.prototype.co=function(){var e=this.ce.pt;if(null==this.ce.cb)return e.xAxis=null,void(e.yAxis=null);e.xAxis=this.ce.cb.sn,e.yAxis=this.ce.cb.sp},r.prototype.ci=function(){this.ce.pt.rc=this.ce.q1},r.prototype.ch=function(){this.ce.pt.q2=this.ce.qx},r.prototype.cj=function(){this.ce.pt.q3=this.ce.qy},r.$t=n.markType(r,"GeographicSymbolSeriesView",y.$),r}(y),Oe=function(e){function r(){var t=e.call(this)||this;return t.q3=null,t.q6=!1,t.q5=!1,t.assigningScatterStyle=null,t.assigningScatterMarkerStyle=null,t.ab=r.$,t}return t.__extends(r,e),r.prototype.get_c1=function(){return!0},r.prototype.bv=function(){return new Te(this)},r.prototype.lo=function(t){e.prototype.lo.call(this,t),this.q4=t},r.prototype.gl=function(){return.7},r.prototype.ps=function(){return new i.ScatterSeries},r.prototype.get_dt=function(){return!0},r.prototype.lt=function(t,i,o,a){switch(e.prototype.lt.call(this,t,i,o,a),i){case"SeriesViewer":this.q4.co();break;case r.$$p[5]:this.q4.cg();break;case r.$$p[4]:this.q4.cf();break;case r.$$p[6]:this.q4.ci();break;case"XAxis":this.q4.cp();break;case"YAxis":this.q4.cq();break;case r.$$p[1]:if(this.pt.r7=this.q8,this.q6=this.q8,this.q8){var s=this.pt;s.assigningScatterStyle=n.delegateCombine(s.assigningScatterStyle,n.runOn(this,this.rm))}else{var p=this.pt;p.assigningScatterStyle=n.delegateRemove(p.assigningScatterStyle,n.runOn(this,this.rm))}break;case r.$$p[0]:if(this.pt.r6=this.q7,this.q5=this.q7,this.q8){var l=this.pt;l.assigningScatterMarkerStyle=n.delegateCombine(l.assigningScatterMarkerStyle,n.runOn(this,this.rl))}else{var u=this.pt;u.assigningScatterMarkerStyle=n.delegateRemove(u.assigningScatterMarkerStyle,n.runOn(this,this.rl))}break;case r.$$p[2]:this.pt.rw=this.q2;break;case r.$$p[3]:this.pt.sk=this.ra}},r.prototype.rm=function(e,t){null!=this.assigningScatterStyle&&this.assigningScatterStyle(this,t)},r.prototype.rl=function(e,t){null!=this.assigningScatterMarkerStyle&&this.assigningScatterMarkerStyle(this,t)},r.$t=n.markType(r,"GeographicSymbolSeries",_e.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["IsCustomScatterMarkerStyleAllowed:q7:rn",[0,!1],"IsCustomScatterStyleAllowed:q8:ro",[0,!1],"ItemSearchMode:q2:rp",[i.ScatterItemSearchMode_$type,n.enumGetBox(i.ScatterItemSearchMode_$type,0)],"ItemSearchThreshold:ra:rq",[1,1e4],"LatitudeMemberPath:rf:rr",[2,null],"LongitudeMemberPath:rh:rs",[2,null],"MarkerCollisionAvoidance:q1:rt",[i.CollisionAvoidanceType_$type,n.enumGetBox(i.CollisionAvoidanceType_$type,0)],"UseLightweightMarkers:q9:ru",[0,!1]]),r}(_e),$e=function(e){function o(){var t=e.call(this)||this;return t._assigningScatterStyle=null,t._assigningScatterMarkerStyle=null,t}return t.__extends(o,e),o.prototype.createImplementation=function(){return new Oe},Object.defineProperty(o.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"hasOnlyMarkers",{get:function(){return this.i.c1},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"latitudeMemberPath",{get:function(){return this.i.rf},set:function(e){this.i.rf=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"longitudeMemberPath",{get:function(){return this.i.rh},set:function(e){this.i.rh=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerCollisionAvoidance",{get:function(){return this.i.q1},set:function(e){this.i.q1=n.ensureEnum(i.CollisionAvoidanceType_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isCustomScatterStyleAllowed",{get:function(){return this.i.q8},set:function(e){this.i.q8=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isCustomScatterMarkerStyleAllowed",{get:function(){return this.i.q7},set:function(e){this.i.q7=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"itemSearchMode",{get:function(){return this.i.q2},set:function(e){this.i.q2=n.ensureEnum(i.ScatterItemSearchMode_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"itemSearchThreshold",{get:function(){return this.i.ra},set:function(e){this.i.ra=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"assigningScatterStyle",{get:function(){var e=this;return null==this._assigningScatterStyle&&(this._assigningScatterStyle=new r.EventEmitter,this.i.assigningScatterStyle=n.delegateCombine(this.i.assigningScatterStyle,(function(t,r){var n=new i.IgxAssigningScatterStyleEventArgs;n._provideImplementation(r),e.beforeAssigningScatterStyle&&e.beforeAssigningScatterStyle(e,n),e._assigningScatterStyle.emit({sender:e,args:n})}))),this._assigningScatterStyle},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"assigningScatterMarkerStyle",{get:function(){var e=this;return null==this._assigningScatterMarkerStyle&&(this._assigningScatterMarkerStyle=new r.EventEmitter,this.i.assigningScatterMarkerStyle=n.delegateCombine(this.i.assigningScatterMarkerStyle,(function(t,r){var n=new i.IgxAssigningScatterMarkerStyleEventArgs;n._provideImplementation(r),e.beforeAssigningScatterMarkerStyle&&e.beforeAssigningScatterMarkerStyle(e,n),e._assigningScatterMarkerStyle.emit({sender:e,args:n})}))),this._assigningScatterMarkerStyle},enumerable:!1,configurable:!0}),o.ɵfac=r.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:o,deps:[],target:r.ɵɵFactoryTarget.Component}),o.ɵcmp=r.ɵɵngDeclareComponent({minVersion:"12.0.0",version:"12.2.14",type:o,selector:"igx-geographic-symbol-series",inputs:{latitudeMemberPath:"latitudeMemberPath",longitudeMemberPath:"longitudeMemberPath",markerCollisionAvoidance:"markerCollisionAvoidance",isCustomScatterStyleAllowed:"isCustomScatterStyleAllowed",isCustomScatterMarkerStyleAllowed:"isCustomScatterMarkerStyleAllowed",itemSearchMode:"itemSearchMode",itemSearchThreshold:"itemSearchThreshold"},outputs:{assigningScatterStyle:"assigningScatterStyle",assigningScatterMarkerStyle:"assigningScatterMarkerStyle"},providers:[{provide:xe,useExisting:r.forwardRef((function(){return o}))},{provide:K,useExisting:r.forwardRef((function(){return o}))},{provide:i.IgxSeriesComponent,useExisting:r.forwardRef((function(){return o}))}],usesInheritance:!0,ngImport:r,template:"",isInline:!0,changeDetection:r.ChangeDetectionStrategy.OnPush}),o}(xe);r.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:$e,decorators:[{type:r.Component,args:[{selector:"igx-geographic-symbol-series",template:"",providers:[{provide:xe,useExisting:r.forwardRef((function(){return $e}))},{provide:K,useExisting:r.forwardRef((function(){return $e}))},{provide:i.IgxSeriesComponent,useExisting:r.forwardRef((function(){return $e}))}],changeDetection:r.ChangeDetectionStrategy.OnPush}]}],ctorParameters:function(){return[]},propDecorators:{latitudeMemberPath:[{type:r.Input}],longitudeMemberPath:[{type:r.Input}],markerCollisionAvoidance:[{type:r.Input}],isCustomScatterStyleAllowed:[{type:r.Input}],isCustomScatterMarkerStyleAllowed:[{type:r.Input}],itemSearchMode:[{type:r.Input}],itemSearchThreshold:[{type:r.Input}],assigningScatterStyle:[{type:r.Output}],assigningScatterMarkerStyle:[{type:r.Output}]}});var je=function(){function e(){}return e.ɵfac=r.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,deps:[],target:r.ɵɵFactoryTarget.NgModule}),e.ɵmod=r.ɵɵngDeclareNgModule({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,declarations:[$e],imports:[o.CommonModule,i.IgxScatterSeriesDynamicModule],exports:[$e,i.IgxScatterSeriesDynamicModule]}),e.ɵinj=r.ɵɵngDeclareInjector({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,imports:[[o.CommonModule,i.IgxScatterSeriesDynamicModule],i.IgxScatterSeriesDynamicModule]}),e}();r.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:je,decorators:[{type:r.NgModule,args:[{declarations:[$e],imports:[o.CommonModule,i.IgxScatterSeriesDynamicModule],exports:[$e,i.IgxScatterSeriesDynamicModule],entryComponents:[]}]}]});var Re=function(){function e(){n.TypeRegistrar.registerCons("IgxGeographicSymbolSeriesComponent",$e),n.TypeRegistrar.register("GeographicSymbolSeries",Oe.$type)}return e.ɵfac=r.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,deps:[],target:r.ɵɵFactoryTarget.NgModule}),e.ɵmod=r.ɵɵngDeclareNgModule({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,imports:[o.CommonModule,je],exports:[je]}),e.ɵinj=r.ɵɵngDeclareInjector({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,imports:[[o.CommonModule,je],je]}),e}();r.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:Re,decorators:[{type:r.NgModule,args:[{declarations:[],imports:[o.CommonModule,je],exports:[je],entryComponents:[$e]}]}],ctorParameters:function(){return[]}});var Ve=function(e){function i(){return e.call(this)||this}return t.__extends(i,e),Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"triangulationDataSource",{get:function(){return this._triangulationDataSource},set:function(e){this._triangulationDataSource=e,this.updateTriangulationDataSource()},enumerable:!1,configurable:!0}),i.prototype.updateTriangulationDataSource=function(){null==this._cachedTriangulationDataSource&&(this._cachedTriangulationDataSource=new n.IgxTriangulationDataSource,this.onTriangulationDataSourceImportCompleted=this.onTriangulationDataSourceImportCompleted.bind(this),this._cachedTriangulationDataSource.importCompleted.subscribe(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.p5},set:function(e){this.i.p5=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"latitudeMemberPath",{get:function(){return this.i.p3},set:function(e){this.i.p3=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"trianglesSource",{get:function(){return this.i.p2},set:function(e){this.i.p2=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"triangleVertexMemberPath1",{get:function(){return this.i.p8},set:function(e){this.i.p8=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"triangleVertexMemberPath2",{get:function(){return this.i.qa},set:function(e){this.i.qa=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"triangleVertexMemberPath3",{get:function(){return this.i.qc},set:function(e){this.i.qc=e},enumerable:!1,configurable:!0}),i.ɵfac=r.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:i,deps:[],target:r.ɵɵFactoryTarget.Component}),i.ɵcmp=r.ɵɵngDeclareComponent({minVersion:"12.0.0",version:"12.2.14",type:i,selector:"ng-component",inputs:{triangulationDataSource:"triangulationDataSource",longitudeMemberPath:"longitudeMemberPath",latitudeMemberPath:"latitudeMemberPath",trianglesSource:"trianglesSource",triangleVertexMemberPath1:"triangleVertexMemberPath1",triangleVertexMemberPath2:"triangleVertexMemberPath2",triangleVertexMemberPath3:"triangleVertexMemberPath3"},usesInheritance:!0,ngImport:r,template:"",isInline:!0}),i}(K);r.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:Ve,decorators:[{type:r.Component,args:[{template:""}]}],ctorParameters:function(){return[]},propDecorators:{triangulationDataSource:[{type:r.Input}],longitudeMemberPath:[{type:r.Input}],latitudeMemberPath:[{type:r.Input}],trianglesSource:[{type:r.Input}],triangleVertexMemberPath1:[{type:r.Input}],triangleVertexMemberPath2:[{type:r.Input}],triangleVertexMemberPath3:[{type:r.Input}]}});var Ae=function(e){function o(){var t=e.call(this)||this;return t._triangulationStatusChanged=null,t}return t.__extends(o,e),o.prototype.createImplementation=function(){return new x},Object.defineProperty(o.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isArea",{get:function(){return this.i.c9},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"colorMemberPath",{get:function(){return this.i.qr},set:function(e){this.i.qr=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"colorScale",{get:function(){if(null==this.i.qm)return null;if(!this.i.qm.externalObject){var e=i.IgxColorScaleComponent._createFromInternal(this.i.qm);e&&(e._implementation=this.i.qm),this.i.qm.externalObject=e}return this.i.qm.externalObject},set:function(e){null!=e&&this._stylingContainer&&e._styling&&e._styling(this._stylingContainer,this,this),this.i.qm=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"actualColorScale",{get:function(){if(null==this.i.ql)return null;if(!this.i.ql.externalObject){var e=i.IgxColorScaleComponent._createFromInternal(this.i.ql);e&&(e._implementation=this.i.ql),this.i.ql.externalObject=e}return this.i.ql.externalObject},set:function(e){null!=e&&this._stylingContainer&&e._styling&&e._styling(this._stylingContainer,this,this),this.i.ql=null==e?null:e.i},enumerable:!1,configurable:!0}),o.prototype.findByName=function(t){var r=e.prototype.findByName.call(this,t);return r||(this.colorScale&&this.colorScale.name&&this.colorScale.name==t?this.colorScale:this.actualColorScale&&this.actualColorScale.name&&this.actualColorScale.name==t?this.actualColorScale:null)},o.prototype._styling=function(t,r,i){e.prototype._styling.call(this,t,r,i),this._inStyling=!0,this.colorScale&&this.colorScale._styling&&this.colorScale._styling(t,r,this),this.actualColorScale&&this.actualColorScale._styling&&this.actualColorScale._styling(t,r,this),this._inStyling=!1},o.prototype.updateActualColorScale=function(){this.i.qw()},Object.defineProperty(o.prototype,"triangulationStatusChanged",{get:function(){var e=this;return null==this._triangulationStatusChanged&&(this._triangulationStatusChanged=new r.EventEmitter,this.i.triangulationStatusChanged=n.delegateCombine(this.i.triangulationStatusChanged,(function(t,r){e._runInZone((function(){var t=new n.IgxTriangulationStatusEventArgs;t._provideImplementation(r),e.beforeTriangulationStatusChanged&&e.beforeTriangulationStatusChanged(e,t),e._triangulationStatusChanged.emit({sender:e,args:t})}))}))),this._triangulationStatusChanged},enumerable:!1,configurable:!0}),o.ɵfac=r.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:o,deps:[],target:r.ɵɵFactoryTarget.Component}),o.ɵcmp=r.ɵɵngDeclareComponent({minVersion:"12.0.0",version:"12.2.14",type:o,selector:"igx-geographic-scatter-area-series",inputs:{colorMemberPath:"colorMemberPath",colorScale:"colorScale",actualColorScale:"actualColorScale"},outputs:{triangulationStatusChanged:"triangulationStatusChanged"},providers:[{provide:Ve,useExisting:r.forwardRef((function(){return o}))},{provide:K,useExisting:r.forwardRef((function(){return o}))},{provide:i.IgxSeriesComponent,useExisting:r.forwardRef((function(){return o}))}],usesInheritance:!0,ngImport:r,template:"",isInline:!0,changeDetection:r.ChangeDetectionStrategy.OnPush}),o}(Ve);r.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:Ae,decorators:[{type:r.Component,args:[{selector:"igx-geographic-scatter-area-series",template:"",providers:[{provide:Ve,useExisting:r.forwardRef((function(){return Ae}))},{provide:K,useExisting:r.forwardRef((function(){return Ae}))},{provide:i.IgxSeriesComponent,useExisting:r.forwardRef((function(){return Ae}))}],changeDetection:r.ChangeDetectionStrategy.OnPush}]}],ctorParameters:function(){return[]},propDecorators:{colorMemberPath:[{type:r.Input}],colorScale:[{type:r.Input}],actualColorScale:[{type:r.Input}],triangulationStatusChanged:[{type:r.Output}]}});var Be=function(){function e(){}return e.ɵfac=r.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,deps:[],target:r.ɵɵFactoryTarget.NgModule}),e.ɵmod=r.ɵɵngDeclareNgModule({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,declarations:[Ae],imports:[o.CommonModule,i.IgxScatterAreaSeriesDynamicModule],exports:[Ae,i.IgxScatterAreaSeriesDynamicModule]}),e.ɵinj=r.ɵɵngDeclareInjector({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,imports:[[o.CommonModule,i.IgxScatterAreaSeriesDynamicModule],i.IgxScatterAreaSeriesDynamicModule]}),e}();r.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:Be,decorators:[{type:r.NgModule,args:[{declarations:[Ae],imports:[o.CommonModule,i.IgxScatterAreaSeriesDynamicModule],exports:[Ae,i.IgxScatterAreaSeriesDynamicModule],entryComponents:[]}]}]});var Ge=function(){function e(){n.TypeRegistrar.registerCons("IgxGeographicScatterAreaSeriesComponent",Ae),n.TypeRegistrar.register("GeographicScatterAreaSeries",x.$type)}return e.ɵfac=r.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,deps:[],target:r.ɵɵFactoryTarget.NgModule}),e.ɵmod=r.ɵɵngDeclareNgModule({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,imports:[o.CommonModule,Be],exports:[Be]}),e.ɵinj=r.ɵɵngDeclareInjector({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,imports:[[o.CommonModule,Be],Be]}),e}();r.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:Ge,decorators:[{type:r.NgModule,args:[{declarations:[],imports:[o.CommonModule,Be],exports:[Be],entryComponents:[Ae]}]}],ctorParameters:function(){return[]}});var Fe=function(e){function r(t){var r=e.call(this,t)||this;return r.ce=null,r.ce=t,r}return t.__extends(r,e),r.prototype.b2=function(){e.prototype.b2.call(this);var t=n.typeCast(i.HighDensityScatterSeries.$,this.ce.pt);t.rx=this.ce.qi,t.r1=this.ce.qg,t.qe=this.ce.p5,t.qd=this.ce.p4,t.eh=this.ce.p3,t.q9=this.ce.p7,t.q8=this.ce.p6,t.sv=this.ce.q1,t.su=this.ce.q0,t.rl=this.ce.qa},r.prototype.ck=function(){this.ce.pt.rx=this.ce.qi},r.prototype.cj=function(){this.ce.pt.r1=this.ce.qg},r.prototype.cp=function(){this.ce.pt.qe=this.ce.p5},r.prototype.cn=function(){this.ce.pt.qd=this.ce.p4},r.prototype.cl=function(){this.ce.pt.eh=this.ce.p3},r.prototype.ci=function(){this.ce.pt.q9=this.ce.p7},r.prototype.cg=function(){this.ce.pt.q8=this.ce.p6},r.prototype.co=function(){var e=n.typeCast(i.HighDensityScatterSeries.$,this.ce.pt);if(null==this.ce.cb)return e.py=null,void(e.p0=null);e.py=this.ce.cb.sn,e.p0=this.ce.cb.sp},r.prototype.cq=function(){this.ce.pt.py=this.ce.cb.sn},r.prototype.cr=function(){this.ce.pt.p0=this.ce.cb.sp},r.prototype.ch=function(){this.ce.pt.sv=this.ce.q1},r.prototype.cf=function(){this.ce.pt.su=this.ce.q0},r.prototype.cm=function(){this.ce.pt.rl=this.ce.qa},r.prototype.as=function(){e.prototype.as.call(this),this.q||(this.ce.gk=i.Defaults.q,this.ce.q1=i.Defaults.aq,this.ce.q0=i.Defaults.ap,this.ce.os=i.Defaults.al,this.ce.ox=i.Defaults.ak)},r.$t=n.markType(r,"GeographicHighDensityScatterSeriesView",y.$),r}(y),Ee=function(e){function r(){var t=e.call(this)||this;return t.p1=null,t.progressiveLoadStatusChanged=null,t.p9=0,t.ab=r.$,t}return t.__extends(r,e),r.prototype.get_d1=function(){return!0},r.prototype.bv=function(){return new Fe(this)},r.prototype.lo=function(t){e.prototype.lo.call(this,t),this.p2=t},r.prototype.ps=function(){return this.p1=new i.HighDensityScatterSeries,this.p1},Object.defineProperty(r.prototype,"qb",{get:function(){return this.p9},set:function(e){var t=this.p9;this.p9=e,this.raisePropertyChanged("ProgressiveStatus",t,this.p9)},enumerable:!1,configurable:!0}),r.prototype.py=function(){e.prototype.py.call(this);var t=this.pt;t.progressiveLoadStatusChanged=n.delegateCombine(t.progressiveLoadStatusChanged,n.runOn(this,this.qp));var r=this.pt;r.propertyUpdated=n.delegateCombine(r.propertyUpdated,n.runOn(this,this.qo))},r.prototype.qp=function(e,t){this.qb=t.currentStatus,null!=this.progressiveLoadStatusChanged&&this.progressiveLoadStatusChanged(this,t)},r.prototype.qo=function(e,t){this.p1},r.prototype.lt=function(t,i,n,o){switch(e.prototype.lt.call(this,t,i,n,o),i){case"SeriesViewer":this.p2.co();break;case r.$$p[5]:this.p2.ck();break;case r.$$p[4]:this.p2.cj();break;case r.$$p[9]:this.p2.cp();break;case r.$$p[8]:this.p2.cn();break;case r.$$p[6]:this.p2.cl();break;case"XAxis":this.p2.cq();break;case"YAxis":this.p2.cr();break;case r.$$p[3]:this.p2.ci();break;case r.$$p[1]:this.p2.cg();break;case r.$$p[2]:this.p2.ch();break;case r.$$p[0]:this.p2.cf();break;case r.$$p[7]:this.p2.cm()}},r.prototype.get_ez=function(){return!0},r.prototype.set_ez=function(t){e.prototype.set_ez.call(this,t)},r.$t=n.markType(r,"GeographicHighDensityScatterSeries",m.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["HeatMaximumColor:q0:qq",[n.Color.$,i.Defaults.ap],"HeatMaximum:p6:qr",[1,50],"HeatMinimumColor:q1:qs",[n.Color.$,i.Defaults.aq],"HeatMinimum:p7:qt",[1,0],"LatitudeMemberPath:qg:qu",[2,null],"LongitudeMemberPath:qi:qv",[2,null],"MouseOverEnabled:p3:qw",[0,!1],"PointExtent:qa:qx",[1,1],"ProgressiveLoad:p4:qy",[0,!0],"UseBruteForce:p5:qz",[0,!1]]),r}(m),Ne=function(e){function o(){var t=e.call(this)||this;return t._progressiveLoadStatusChanged=null,t}return t.__extends(o,e),o.prototype.createImplementation=function(){return new Ee},Object.defineProperty(o.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isPixel",{get:function(){return this.i.d1},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"latitudeMemberPath",{get:function(){return this.i.qg},set:function(e){this.i.qg=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"longitudeMemberPath",{get:function(){return this.i.qi},set:function(e){this.i.qi=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"useBruteForce",{get:function(){return this.i.p5},set:function(e){this.i.p5=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"progressiveLoad",{get:function(){return this.i.p4},set:function(e){this.i.p4=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"mouseOverEnabled",{get:function(){return this.i.p3},set:function(e){this.i.p3=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"heatMinimum",{get:function(){return this.i.p7},set:function(e){this.i.p7=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"heatMaximum",{get:function(){return this.i.p6},set:function(e){this.i.p6=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"heatMinimumColor",{get:function(){return n.colorToString(this.i.q1)},set:function(e){this.i.q1=n.stringToColor(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"heatMaximumColor",{get:function(){return n.colorToString(this.i.q0)},set:function(e){this.i.q0=n.stringToColor(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"pointExtent",{get:function(){return this.i.qa},set:function(e){this.i.qa=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"progressiveStatus",{get:function(){return this.i.qb},set:function(e){this.i.qb=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"progressiveLoadStatusChanged",{get:function(){var e=this;return null==this._progressiveLoadStatusChanged&&(this._progressiveLoadStatusChanged=new r.EventEmitter,this.i.progressiveLoadStatusChanged=n.delegateCombine(this.i.progressiveLoadStatusChanged,(function(t,r){e._runInZone((function(){var t=new i.IgxProgressiveLoadStatusEventArgs;t._provideImplementation(r),e.beforeProgressiveLoadStatusChanged&&e.beforeProgressiveLoadStatusChanged(e,t),e._progressiveLoadStatusChanged.emit({sender:e,args:t})}))}))),this._progressiveLoadStatusChanged},enumerable:!1,configurable:!0}),o.ɵfac=r.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:o,deps:[],target:r.ɵɵFactoryTarget.Component}),o.ɵcmp=r.ɵɵngDeclareComponent({minVersion:"12.0.0",version:"12.2.14",type:o,selector:"igx-geographic-high-density-scatter-series",inputs:{latitudeMemberPath:"latitudeMemberPath",longitudeMemberPath:"longitudeMemberPath",useBruteForce:"useBruteForce",progressiveLoad:"progressiveLoad",mouseOverEnabled:"mouseOverEnabled",heatMinimum:"heatMinimum",heatMaximum:"heatMaximum",heatMinimumColor:"heatMinimumColor",heatMaximumColor:"heatMaximumColor",pointExtent:"pointExtent",progressiveStatus:"progressiveStatus"},outputs:{progressiveLoadStatusChanged:"progressiveLoadStatusChanged"},providers:[{provide:K,useExisting:r.forwardRef((function(){return o}))},{provide:i.IgxSeriesComponent,useExisting:r.forwardRef((function(){return o}))}],usesInheritance:!0,ngImport:r,template:"",isInline:!0,changeDetection:r.ChangeDetectionStrategy.OnPush}),o}(K);r.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:Ne,decorators:[{type:r.Component,args:[{selector:"igx-geographic-high-density-scatter-series",template:"",providers:[{provide:K,useExisting:r.forwardRef((function(){return Ne}))},{provide:i.IgxSeriesComponent,useExisting:r.forwardRef((function(){return Ne}))}],changeDetection:r.ChangeDetectionStrategy.OnPush}]}],ctorParameters:function(){return[]},propDecorators:{latitudeMemberPath:[{type:r.Input}],longitudeMemberPath:[{type:r.Input}],useBruteForce:[{type:r.Input}],progressiveLoad:[{type:r.Input}],mouseOverEnabled:[{type:r.Input}],heatMinimum:[{type:r.Input}],heatMaximum:[{type:r.Input}],heatMinimumColor:[{type:r.Input}],heatMaximumColor:[{type:r.Input}],pointExtent:[{type:r.Input}],progressiveStatus:[{type:r.Input}],progressiveLoadStatusChanged:[{type:r.Output}]}});var ze=function(){function e(){}return e.ɵfac=r.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,deps:[],target:r.ɵɵFactoryTarget.NgModule}),e.ɵmod=r.ɵɵngDeclareNgModule({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,declarations:[Ne],imports:[o.CommonModule,i.IgxHighDensityScatterSeriesDynamicModule],exports:[Ne,i.IgxHighDensityScatterSeriesDynamicModule]}),e.ɵinj=r.ɵɵngDeclareInjector({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,imports:[[o.CommonModule,i.IgxHighDensityScatterSeriesDynamicModule],i.IgxHighDensityScatterSeriesDynamicModule]}),e}();r.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:ze,decorators:[{type:r.NgModule,args:[{declarations:[Ne],imports:[o.CommonModule,i.IgxHighDensityScatterSeriesDynamicModule],exports:[Ne,i.IgxHighDensityScatterSeriesDynamicModule],entryComponents:[]}]}]});var Ue=function(){function e(){n.TypeRegistrar.registerCons("IgxGeographicHighDensityScatterSeriesComponent",Ne),n.TypeRegistrar.register("GeographicHighDensityScatterSeries",Ee.$type)}return e.ɵfac=r.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,deps:[],target:r.ɵɵFactoryTarget.NgModule}),e.ɵmod=r.ɵɵngDeclareNgModule({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,imports:[o.CommonModule,ze],exports:[ze]}),e.ɵinj=r.ɵɵngDeclareInjector({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,imports:[[o.CommonModule,ze],ze]}),e}();r.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:Ue,decorators:[{type:r.NgModule,args:[{declarations:[],imports:[o.CommonModule,ze],exports:[ze],entryComponents:[Ne]}]}],ctorParameters:function(){return[]}});var Le=function(e){function r(t){var r=e.call(this,t)||this;return r.cm=null,r.cm=t,r}return t.__extends(r,e),r.prototype.as=function(){e.prototype.as.call(this),this.q||(this.cm.gp=i.Defaults.m)},r.prototype.b2=function(){e.prototype.b2.call(this),null!=this.cm.pt&&(this.cm.ql.rc=this.cm.qo,this.cm.ql.ri=this.cm.qs)},r.prototype.cn=function(){null!=this.cm.ql&&(this.cm.ql.rc=this.cm.qo)},r.prototype.co=function(){null!=this.cm.ql&&(this.cm.ql.ri=this.cm.qs)},r.$t=n.markType(r,"GeographicContourLineSeriesView",S.$),r}(S),He=function(e){function r(){var t=e.call(this)||this;return t.triangulationStatusChanged=null,t.ab=r.$,t}return t.__extends(r,e),r.prototype.get_dw=function(){return!0},r.prototype.py=function(){e.prototype.py.call(this)},r.prototype.ps=function(){this.ql=new i.ScatterContourSeries;var e=this.ql;e.triangulationStatusChanged=n.delegateCombine(e.triangulationStatusChanged,n.runOn(this,this.qv));var t=this.ql;return t.propertyUpdated=n.delegateCombine(t.propertyUpdated,n.runOn(this,this.qw)),this.ql},r.prototype.qv=function(e,t){null!=this.triangulationStatusChanged&&this.triangulationStatusChanged(this,t)},r.prototype.qw=function(e,t){var r=n.typeCast(i.ScatterContourSeries.$,this.pt);null!=r&&"ActualFillScale"==t.propertyName&&(this.qn=r.rb)},r.prototype.mk=function(){e.prototype.mk.call(this)},r.prototype.bv=function(){return new Le(this)},r.prototype.lo=function(t){e.prototype.lo.call(this,t),this.qp=t},r.prototype.lt=function(t,i,n,o){switch(e.prototype.lt.call(this,t,i,n,o),i){case r.$$p[1]:this.qp.cn();break;case r.$$p[2]:this.qp.co();break;case r.$$p[3]:this.ql.q9=this.qk;break;case"DashArray":this.ql.o1=this.o1;break;case"DashCap":this.ql.o2=this.o2;break;case"MiterLimit":this.ql.gi=this.gi}},r.$t=n.markType(r,"GeographicContourLineSeries",C.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["ActualFillScale:qn:qx",[i.ValueBrushScale.$,null],"FillScale:qo:qy",[i.ValueBrushScale.$,null],"ValueMemberPath:qs:qz",[2,"value"],"ValueResolver:qk:q0",[i.ContourValueResolver.$,null]]),r}(C),We=function(e){function o(){var t=e.call(this)||this;return t._triangulationStatusChanged=null,t}return t.__extends(o,e),o.prototype.createImplementation=function(){return new He},Object.defineProperty(o.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isLineContour",{get:function(){return this.i.dw},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"valueMemberPath",{get:function(){return this.i.qs},set:function(e){this.i.qs=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"fillScale",{get:function(){if(null==this.i.qo)return null;if(!this.i.qo.externalObject){var e=i.IgxValueBrushScaleComponent._createFromInternal(this.i.qo);e&&(e._implementation=this.i.qo),this.i.qo.externalObject=e}return this.i.qo.externalObject},set:function(e){null!=e&&this._stylingContainer&&e._styling&&e._styling(this._stylingContainer,this,this),this.i.qo=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"actualFillScale",{get:function(){if(null==this.i.qn)return null;if(!this.i.qn.externalObject){var e=i.IgxValueBrushScaleComponent._createFromInternal(this.i.qn);e&&(e._implementation=this.i.qn),this.i.qn.externalObject=e}return this.i.qn.externalObject},set:function(e){null!=e&&this._stylingContainer&&e._styling&&e._styling(this._stylingContainer,this,this),this.i.qn=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"valueResolver",{get:function(){if(null==this.i.qk)return null;if(!this.i.qk.externalObject){var e=i.IgxContourValueResolverComponent._createFromInternal(this.i.qk);e&&(e._implementation=this.i.qk),this.i.qk.externalObject=e}return this.i.qk.externalObject},set:function(e){null!=e&&this._stylingContainer&&e._styling&&e._styling(this._stylingContainer,this,this),this.i.qk=null==e?null:e.i},enumerable:!1,configurable:!0}),o.prototype.findByName=function(t){var r=e.prototype.findByName.call(this,t);return r||(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)},o.prototype._styling=function(t,r,i){e.prototype._styling.call(this,t,r,i),this._inStyling=!0,this.fillScale&&this.fillScale._styling&&this.fillScale._styling(t,r,this),this.actualFillScale&&this.actualFillScale._styling&&this.actualFillScale._styling(t,r,this),this.valueResolver&&this.valueResolver._styling&&this.valueResolver._styling(t,r,this),this._inStyling=!1},Object.defineProperty(o.prototype,"triangulationStatusChanged",{get:function(){var e=this;return null==this._triangulationStatusChanged&&(this._triangulationStatusChanged=new r.EventEmitter,this.i.triangulationStatusChanged=n.delegateCombine(this.i.triangulationStatusChanged,(function(t,r){e._runInZone((function(){var t=new n.IgxTriangulationStatusEventArgs;t._provideImplementation(r),e.beforeTriangulationStatusChanged&&e.beforeTriangulationStatusChanged(e,t),e._triangulationStatusChanged.emit({sender:e,args:t})}))}))),this._triangulationStatusChanged},enumerable:!1,configurable:!0}),o.ɵfac=r.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:o,deps:[],target:r.ɵɵFactoryTarget.Component}),o.ɵcmp=r.ɵɵngDeclareComponent({minVersion:"12.0.0",version:"12.2.14",type:o,selector:"igx-geographic-contour-line-series",inputs:{valueMemberPath:"valueMemberPath",fillScale:"fillScale",actualFillScale:"actualFillScale",valueResolver:"valueResolver"},outputs:{triangulationStatusChanged:"triangulationStatusChanged"},providers:[{provide:Ve,useExisting:r.forwardRef((function(){return o}))},{provide:K,useExisting:r.forwardRef((function(){return o}))},{provide:i.IgxSeriesComponent,useExisting:r.forwardRef((function(){return o}))}],usesInheritance:!0,ngImport:r,template:"",isInline:!0,changeDetection:r.ChangeDetectionStrategy.OnPush}),o}(Ve);r.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:We,decorators:[{type:r.Component,args:[{selector:"igx-geographic-contour-line-series",template:"",providers:[{provide:Ve,useExisting:r.forwardRef((function(){return We}))},{provide:K,useExisting:r.forwardRef((function(){return We}))},{provide:i.IgxSeriesComponent,useExisting:r.forwardRef((function(){return We}))}],changeDetection:r.ChangeDetectionStrategy.OnPush}]}],ctorParameters:function(){return[]},propDecorators:{valueMemberPath:[{type:r.Input}],fillScale:[{type:r.Input}],actualFillScale:[{type:r.Input}],valueResolver:[{type:r.Input}],triangulationStatusChanged:[{type:r.Output}]}});var Ze=function(){function e(){}return e.ɵfac=r.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,deps:[],target:r.ɵɵFactoryTarget.NgModule}),e.ɵmod=r.ɵɵngDeclareNgModule({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,declarations:[We],imports:[o.CommonModule,i.IgxScatterContourSeriesDynamicModule],exports:[We,i.IgxScatterContourSeriesDynamicModule]}),e.ɵinj=r.ɵɵngDeclareInjector({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,imports:[[o.CommonModule,i.IgxScatterContourSeriesDynamicModule],i.IgxScatterContourSeriesDynamicModule]}),e}();r.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:Ze,decorators:[{type:r.NgModule,args:[{declarations:[We],imports:[o.CommonModule,i.IgxScatterContourSeriesDynamicModule],exports:[We,i.IgxScatterContourSeriesDynamicModule],entryComponents:[]}]}]});var Xe=function(){function e(){n.TypeRegistrar.registerCons("IgxGeographicContourLineSeriesComponent",We),n.TypeRegistrar.register("GeographicContourLineSeries",He.$type)}return e.ɵfac=r.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,deps:[],target:r.ɵɵFactoryTarget.NgModule}),e.ɵmod=r.ɵɵngDeclareNgModule({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,imports:[o.CommonModule,Ze],exports:[Ze]}),e.ɵinj=r.ɵɵngDeclareInjector({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,imports:[[o.CommonModule,Ze],Ze]}),e}();r.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:Xe,decorators:[{type:r.NgModule,args:[{declarations:[],imports:[o.CommonModule,Ze],exports:[Ze],entryComponents:[We]}]}],ctorParameters:function(){return[]}});var Ye=function(){function e(){}return e.ɵfac=r.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,deps:[],target:r.ɵɵFactoryTarget.NgModule}),e.ɵmod=r.ɵɵngDeclareNgModule({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,imports:[o.CommonModule,ne,le,ce,n.IgxHeatTileGeneratorModule,Ie,i.IgxSizeScaleModule,i.IgxValueBrushScaleModule,i.IgxCustomPaletteColorScaleModule,we,je,Be,ze,Ze,X,n.IgxShapeDataSourceModule],exports:[ne,le,ce,n.IgxHeatTileGeneratorModule,Ie,i.IgxSizeScaleModule,i.IgxValueBrushScaleModule,i.IgxCustomPaletteColorScaleModule,we,je,Be,ze,Ze,X,n.IgxShapeDataSourceModule]}),e.ɵinj=r.ɵɵngDeclareInjector({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,imports:[[o.CommonModule,ne,le,ce,n.IgxHeatTileGeneratorModule,Ie,i.IgxSizeScaleModule,i.IgxValueBrushScaleModule,i.IgxCustomPaletteColorScaleModule,we,je,Be,ze,Ze,X,n.IgxShapeDataSourceModule],ne,le,ce,n.IgxHeatTileGeneratorModule,Ie,i.IgxSizeScaleModule,i.IgxValueBrushScaleModule,i.IgxCustomPaletteColorScaleModule,we,je,Be,ze,Ze,X,n.IgxShapeDataSourceModule]}),e}();r.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:Ye,decorators:[{type:r.NgModule,args:[{declarations:[],exports:[ne,le,ce,n.IgxHeatTileGeneratorModule,Ie,i.IgxSizeScaleModule,i.IgxValueBrushScaleModule,i.IgxCustomPaletteColorScaleModule,we,je,Be,ze,Ze,X,n.IgxShapeDataSourceModule],imports:[o.CommonModule,ne,le,ce,n.IgxHeatTileGeneratorModule,Ie,i.IgxSizeScaleModule,i.IgxValueBrushScaleModule,i.IgxCustomPaletteColorScaleModule,we,je,Be,ze,Ze,X,n.IgxShapeDataSourceModule],entryComponents:[]}]}]});var Ke=function(){function e(){}return e.ɵfac=r.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,deps:[],target:r.ɵɵFactoryTarget.NgModule}),e.ɵmod=r.ɵɵngDeclareNgModule({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,imports:[o.CommonModule,oe,ue,me,n.IgxHeatTileGeneratorDynamicModule,Ce,i.IgxSizeScaleDynamicModule,i.IgxValueBrushScaleDynamicModule,i.IgxCustomPaletteColorScaleDynamicModule,De,Re,Ge,Ue,Xe,Y,n.IgxShapeDataSourceDynamicModule,Ye],exports:[oe,ue,me,n.IgxHeatTileGeneratorDynamicModule,Ce,i.IgxSizeScaleDynamicModule,i.IgxValueBrushScaleDynamicModule,i.IgxCustomPaletteColorScaleDynamicModule,De,Re,Ge,Ue,Xe,Y,n.IgxShapeDataSourceDynamicModule,Ye]}),e.ɵinj=r.ɵɵngDeclareInjector({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,imports:[[o.CommonModule,oe,ue,me,n.IgxHeatTileGeneratorDynamicModule,Ce,i.IgxSizeScaleDynamicModule,i.IgxValueBrushScaleDynamicModule,i.IgxCustomPaletteColorScaleDynamicModule,De,Re,Ge,Ue,Xe,Y,n.IgxShapeDataSourceDynamicModule,Ye],oe,ue,me,n.IgxHeatTileGeneratorDynamicModule,Ce,i.IgxSizeScaleDynamicModule,i.IgxValueBrushScaleDynamicModule,i.IgxCustomPaletteColorScaleDynamicModule,De,Re,Ge,Ue,Xe,Y,n.IgxShapeDataSourceDynamicModule,Ye]}),e}();r.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:Ke,decorators:[{type:r.NgModule,args:[{declarations:[],exports:[oe,ue,me,n.IgxHeatTileGeneratorDynamicModule,Ce,i.IgxSizeScaleDynamicModule,i.IgxValueBrushScaleDynamicModule,i.IgxCustomPaletteColorScaleDynamicModule,De,Re,Ge,Ue,Xe,Y,n.IgxShapeDataSourceDynamicModule,Ye],imports:[o.CommonModule,oe,ue,me,n.IgxHeatTileGeneratorDynamicModule,Ce,i.IgxSizeScaleDynamicModule,i.IgxValueBrushScaleDynamicModule,i.IgxCustomPaletteColorScaleDynamicModule,De,Re,Ge,Ue,Xe,Y,n.IgxShapeDataSourceDynamicModule,Ye],entryComponents:[]}]}]});var Je=function(e){function r(){var t=null!==e&&e.apply(this,arguments)||this;return t._token=null,t._expires=0,t._ssl=!1,t}return t.__extends(r,e),Object.defineProperty(r.prototype,"token",{get:function(){return this._token},set:function(e){this._token=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"expires",{get:function(){return this._expires},set:function(e){this._expires=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"ssl",{get:function(){return this._ssl},set:function(e){this._ssl=e},enumerable:!1,configurable:!0}),r.$t=n.markType(r,"TokenResponseModel"),r}(n.Base),Qe=function(e){function r(){var t=null!==e&&e.apply(this,arguments)||this;return t._name=null,t._tileInfo=null,t}return t.__extends(r,e),Object.defineProperty(r.prototype,"name",{get:function(){return this._name},set:function(e){this._name=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"tileInfo",{get:function(){return this._tileInfo},set:function(e){this._tileInfo=e},enumerable:!1,configurable:!0}),r.$t=n.markType(r,"MapServerResponseModel"),r}(n.Base),et=function(e){function r(){var t=null!==e&&e.apply(this,arguments)||this;return t._lods=null,t}return t.__extends(r,e),Object.defineProperty(r.prototype,"lods",{get:function(){return this._lods},set:function(e){this._lods=e},enumerable:!1,configurable:!0}),r.$t=n.markType(r,"TileInfoResponseModel"),r}(n.Base),tt=function(e){function r(){var t=null!==e&&e.apply(this,arguments)||this;return t._level=0,t._resolution=0,t._scale=0,t}return t.__extends(r,e),Object.defineProperty(r.prototype,"level",{get:function(){return this._level},set:function(e){this._level=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"resolution",{get:function(){return this._resolution},set:function(e){this._resolution=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"scale",{get:function(){return this._scale},set:function(e){this._scale=e},enumerable:!1,configurable:!0}),r.$t=n.markType(r,"LevelOfDetailResponseModel"),r}(n.Base),rt=function(e){function r(t){var r=e.call(this,t)||this;return r.ce=null,r.ce=t,r}return t.__extends(r,e),r.$t=n.markType(r,"GeographicProportionalSymbolSeriesBaseView",y.$),r}(y),it=function(e){function r(t){var r=e.call(this,t)||this;return r.ce=null,r.ce=t,r}return t.__extends(r,e),r.$t=n.markType(r,"GeographicShapeSeriesBaseBaseView",y.$),r}(y),nt=function(e){function r(t){var r=e.call(this,t)||this;return r.ce=null,r.ce=t,r}return t.__extends(r,e),r.$t=n.markType(r,"GeographicSymbolSeriesBaseView",y.$),r}(y),ot=function(e){function r(t){var r=e.call(this,t)||this;return r.ce=null,r.ce=t,r}return t.__extends(r,e),r.$t=n.markType(r,"GeographicXYTriangulatingSeriesBaseView",y.$),r}(y),at=function(e){function r(){var t=e.call(this)||this;return t.b=null,t.a=null,t.a=new n.List$1(n.String_$type,0),t}return t.__extends(r,e),r.$t=n.markType(r,"ImageryMetadata"),r}(n.Base),st=function(e){function r(){var t=e.call(this)||this;return t.a=null,t.a=new n.List$1(at.$,0),t}return t.__extends(r,e),r.$t=n.markType(r,"BingResourceSet"),r}(n.Base),pt=function(e){function r(){var t=e.call(this)||this;return t.a=null,t.a=new n.List$1(st.$,0),t}return t.__extends(r,e),r.$t=n.markType(r,"BingResponse"),r}(n.Base),lt=function(e){function r(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(r,e),r.$t=n.markType(r,"GeographicMarkerSeriesBase",_e.$),r}(_e),ut=function(e){function r(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(r,e),r.$t=n.markType(r,"GeographicProportionalSymbolSeriesBase",lt.$),r}(lt),ct=function(e){function i(){return e.call(this)||this}return t.__extends(i,e),Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),i.ɵfac=r.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:i,deps:[],target:r.ɵɵFactoryTarget.Component}),i.ɵcmp=r.ɵɵngDeclareComponent({minVersion:"12.0.0",version:"12.2.14",type:i,selector:"ng-component",usesInheritance:!0,ngImport:r,template:"",isInline:!0}),i}(xe);r.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:ct,decorators:[{type:r.Component,args:[{template:""}]}],ctorParameters:function(){return[]}});var ht=function(e){function i(){return e.call(this)||this}return t.__extends(i,e),Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),i.ɵfac=r.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:i,deps:[],target:r.ɵɵFactoryTarget.Component}),i.ɵcmp=r.ɵɵngDeclareComponent({minVersion:"12.0.0",version:"12.2.14",type:i,selector:"ng-component",usesInheritance:!0,ngImport:r,template:"",isInline:!0}),i}(ct);r.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:ht,decorators:[{type:r.Component,args:[{template:""}]}],ctorParameters:function(){return[]}});var gt=function(e){function r(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(r,e),r.$t=n.markType(r,"GeographicShapeSeriesBaseBase",m.$),r}(m),mt=function(e){function i(){return e.call(this)||this}return t.__extends(i,e),Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),i.ɵfac=r.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:i,deps:[],target:r.ɵɵFactoryTarget.Component}),i.ɵcmp=r.ɵɵngDeclareComponent({minVersion:"12.0.0",version:"12.2.14",type:i,selector:"ng-component",usesInheritance:!0,ngImport:r,template:"",isInline:!0}),i}(K);r.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:mt,decorators:[{type:r.Component,args:[{template:""}]}],ctorParameters:function(){return[]}});var yt=function(e){function r(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(r,e),r.$t=n.markType(r,"GeographicSymbolSeriesBase",lt.$),r}(lt),ft=function(e){function i(){return e.call(this)||this}return t.__extends(i,e),Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),i.ɵfac=r.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:i,deps:[],target:r.ɵɵFactoryTarget.Component}),i.ɵcmp=r.ɵɵngDeclareComponent({minVersion:"12.0.0",version:"12.2.14",type:i,selector:"ng-component",usesInheritance:!0,ngImport:r,template:"",isInline:!0}),i}(ct);r.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:ft,decorators:[{type:r.Component,args:[{template:""}]}],ctorParameters:function(){return[]}});var dt=function(e){function r(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(r,e),r.$t=n.markType(r,"GeographicXYTriangulatingSeriesBase",m.$),r}(m),bt=function(e){function i(){return e.call(this)||this}return t.__extends(i,e),Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),i.ɵfac=r.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:i,deps:[],target:r.ɵɵFactoryTarget.Component}),i.ɵcmp=r.ɵɵngDeclareComponent({minVersion:"12.0.0",version:"12.2.14",type:i,selector:"ng-component",usesInheritance:!0,ngImport:r,template:"",isInline:!0}),i}(K);r.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:bt,decorators:[{type:r.Component,args:[{template:""}]}],ctorParameters:function(){return[]}}),e.ArcGISOnlineMapImagery=H,e.BingMapsImageryStyle=w,e.BingMapsImageryStyle_$type=D,e.BingMapsMapImagery=R,e.BingMapsMapImageryView=j,e.BingResourceSet=st,e.BingResponse=pt,e.CustomMapImagery=z,e.GeographicContourLineSeries=He,e.GeographicContourLineSeriesView=Le,e.GeographicHighDensityScatterSeries=Ee,e.GeographicHighDensityScatterSeriesView=Fe,e.GeographicMapImagery=d,e.GeographicMapImageryView=b,e.GeographicMapSeriesHost=m,e.GeographicMarkerSeries=_e,e.GeographicMarkerSeriesBase=lt,e.GeographicPolylineSeries=se,e.GeographicPolylineSeriesView=ae,e.GeographicProportionalSymbolSeries=Pe,e.GeographicProportionalSymbolSeriesBase=ut,e.GeographicProportionalSymbolSeriesBaseView=rt,e.GeographicProportionalSymbolSeriesView=ke,e.GeographicScatterAreaSeries=x,e.GeographicScatterAreaSeriesView=v,e.GeographicShapeSeries=re,e.GeographicShapeSeriesBase=Q,e.GeographicShapeSeriesBaseBase=gt,e.GeographicShapeSeriesBaseBaseView=it,e.GeographicShapeSeriesBaseView=ee,e.GeographicShapeSeriesView=te,e.GeographicSymbolSeries=Oe,e.GeographicSymbolSeriesBase=yt,e.GeographicSymbolSeriesBaseView=nt,e.GeographicSymbolSeriesView=Te,e.GeographicTileSeries=ve,e.GeographicXYTriangulatingSeries=C,e.GeographicXYTriangulatingSeriesBase=dt,e.GeographicXYTriangulatingSeriesBaseView=ot,e.GeographicXYTriangulatingSeriesView=S,e.HostSeriesView=y,e.IgxArcGISOnlineMapImagery=W,e.IgxArcGISOnlineMapImageryDynamicModule=Z,e.IgxArcGISOnlineMapImageryModule=L,e.IgxBingMapsMapImagery=V,e.IgxBingMapsMapImageryDynamicModule=A,e.IgxBingMapsMapImageryModule=P,e.IgxCustomMapImagery=N,e.IgxCustomMapImageryDynamicModule=U,e.IgxCustomMapImageryModule=E,e.IgxGeographicContourLineSeriesComponent=We,e.IgxGeographicContourLineSeriesDynamicModule=Xe,e.IgxGeographicContourLineSeriesModule=Ze,e.IgxGeographicHighDensityScatterSeriesComponent=Ne,e.IgxGeographicHighDensityScatterSeriesDynamicModule=Ue,e.IgxGeographicHighDensityScatterSeriesModule=ze,e.IgxGeographicMapComponent=k,e.IgxGeographicMapCoreDynamicModule=Y,e.IgxGeographicMapCoreModule=X,e.IgxGeographicMapDynamicModule=Ke,e.IgxGeographicMapImagery=O,e.IgxGeographicMapModule=Ye,e.IgxGeographicMapSeriesHostComponent=K,e.IgxGeographicMarkerSeriesBaseComponent=ct,e.IgxGeographicMarkerSeriesComponent=xe,e.IgxGeographicPolylineSeriesComponent=pe,e.IgxGeographicPolylineSeriesDynamicModule=ue,e.IgxGeographicPolylineSeriesModule=le,e.IgxGeographicProportionalSymbolSeriesBaseComponent=ht,e.IgxGeographicProportionalSymbolSeriesComponent=qe,e.IgxGeographicProportionalSymbolSeriesDynamicModule=De,e.IgxGeographicProportionalSymbolSeriesModule=we,e.IgxGeographicScatterAreaSeriesComponent=Ae,e.IgxGeographicScatterAreaSeriesDynamicModule=Ge,e.IgxGeographicScatterAreaSeriesModule=Be,e.IgxGeographicShapeSeriesBaseBaseComponent=mt,e.IgxGeographicShapeSeriesBaseComponent=J,e.IgxGeographicShapeSeriesComponent=ie,e.IgxGeographicShapeSeriesDynamicModule=oe,e.IgxGeographicShapeSeriesModule=ne,e.IgxGeographicSymbolSeriesBaseComponent=ft,e.IgxGeographicSymbolSeriesComponent=$e,e.IgxGeographicSymbolSeriesDynamicModule=Re,e.IgxGeographicSymbolSeriesModule=je,e.IgxGeographicTileSeriesComponent=Me,e.IgxGeographicTileSeriesDynamicModule=Ce,e.IgxGeographicTileSeriesModule=Ie,e.IgxGeographicXYTriangulatingSeriesBaseComponent=bt,e.IgxGeographicXYTriangulatingSeriesComponent=Ve,e.IgxImageTilesReadyEventArgs=_,e.IgxImagesChangedEventArgs=T,e.IgxOpenStreetMapImagery=G,e.IgxOpenStreetMapImageryDynamicModule=F,e.IgxOpenStreetMapImageryModule=B,e.IgxSubDomainsCollection=q,e.IgxTileGeneratorMapImagery=ge,e.IgxTileGeneratorMapImageryDynamicModule=me,e.IgxTileGeneratorMapImageryModule=ce,e.IgxTileSeriesComponent=de,e.IgxTileSeriesDynamicModule=Se,e.IgxTileSeriesModule=be,e.ImageTilesReadyEventArgs=h,e.ImageryMetadata=at,e.ImagesChangedEventArgs=g,e.LevelOfDetailResponseModel=tt,e.MapBackgroundTilingMode=p,e.MapBackgroundTilingMode_$type=l,e.MapResizeBehavior=a,e.MapResizeBehavior_$type=s,e.MapServerResponseModel=Qe,e.OpenStreetMapImagery=I,e.SphericalMercatorHorizontalScaler=c,e.SphericalMercatorVerticalScaler=u,e.SubDomainsCollection=$,e.TileGeneratorMapImagery=he,e.TileInfoResponseModel=et,e.TileSeries=ye,e.TileSeriesView=fe,e.TokenResponseModel=Je,e.XamGeographicMap=f,e.XamGeographicMapView=M,Object.defineProperty(e,"__esModule",{value:!0})}));
7
+ !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("tslib"),require("@angular/core"),require("igniteui-angular-charts"),require("igniteui-angular-core"),require("@angular/common")):"function"==typeof define&&define.amd?define(["exports","tslib","@angular/core","igniteui-angular-charts","igniteui-angular-core","@angular/common"],t):t((e=e||self)["igniteui-angular-maps"]={},e.tslib,e.i0,e.igniteuiAngularCharts,e.igniteuiAngularCore,e.common)}(this,(function(e,t,r,i,n,o){"use strict";var a=function(e){return e[e.Auto=0]="Auto",e[e.MaintainTopLeftPosition=1]="MaintainTopLeftPosition",e[e.MaintainCenterPosition=2]="MaintainCenterPosition",e}({}),s=n.markEnum("MapResizeBehavior","Auto,0|MaintainTopLeftPosition,1|MaintainCenterPosition,2"),p=function(e){return e[e.Auto=0]="Auto",e[e.NonWrapped=1]="NonWrapped",e[e.Wrapped=2]="Wrapped",e}({}),u=n.markEnum("MapBackgroundTilingMode","Auto,0|NonWrapped,1|Wrapped,2"),l=function(e){function r(){var t=e.call(this)||this;return t.au=null,t.ai=0,t.aj=0,t.au=new n.Rect(0,0,0,1,1),t}return t.__extends(r,e),r.prototype.q=function(e,t){if(t.c.isEmpty)return this.getMercatorUnscaledValue(e,t.e,t.d,t.a);var r=e*t.e.height+t.e.top*t.d.height;return this.getMercatorUnscaledValue(r,this.au,t.c,t.a)},r.prototype.p=function(e,t){if(t.c.isEmpty)return this.getMercatorScaledValue1(e,t.e,t.d,t.a);var r=this.getMercatorScaledValue1(e,this.au,t.c,t.a);return r=(r-t.e.top*t.d.height)/t.e.height},r.prototype.af=function(e){return Array.isArray(e)?e:null},r.prototype.v=function(e,t,i,n){var o,a,s,p,u,l=n.e,c=n.d,h=n.c,g=(n.a,!h.isEmpty),m=(this.m,this.o,h.top),y=h.height,f=l.top,d=l.height,b=c.top,S=c.height,v=this.au.top,M=this.au.height,I=this.af(e),C=.017453292519943295,x=!1;null!=I&&(x=!0);for(var _=t;_<i;_++)o=x?I[_]:e.item(_),g?(o<r.ah&&(o=r.ah),o>r.ag&&(o=r.ag),a=o*C,s=Math.sin(a),p=.5*Math.log((1+s)/(1-s)),u=(((u=m+(u=(this.ai-p)*y/this.aj))-v*y)/M-f*S)/d,x?I[_]=u:e.item(_,u)):(o<r.ah&&(o=r.ah),o>r.ag&&(o=r.ag),a=o*C,s=Math.sin(a),p=.5*Math.log((1+s)/(1-s)),u=((u=b+(u=(this.ai-p)*S/this.aj))-f*S)/d,x?I[_]=u:e.item(_,u))},r.prototype.t=function(e,t,r,i,n){return{p3:this.ak(e.l3),p4:this.ak(e.l2)}},r.prototype.w=function(t,i,n){switch(e.prototype.w.call(this,t,i,n),t){case"ActualMinimumValue":case"ActualMaximumValue":this.ai=r.am(this.n),this.aj=r.am(this.n)-r.am(this.o)}},Object.defineProperty(r,"as",{get:function(){return r.ag},enumerable:!1,configurable:!0}),Object.defineProperty(r,"at",{get:function(){return r.ah},enumerable:!1,configurable:!0}),r.prototype.getMercatorUnscaledValue=function(e,t,i,n){var o=(e-i.top)*t.width+t.top*i.height;return o=r.am(this.n)-o/(i.height/this.aj),r.aq(o)},r.prototype.getMercatorScaledValue1=function(e,t,r,i){return(r.top+this.getMercatorScaledValue3(e,r.height)-t.top*r.height)/t.width},r.prototype.getMercatorScaledValue2=function(e,t,r,i,n){return(this.getMercatorScaledValue3(e,i.height)-t.top*r.height)/t.width},r.prototype.getMercatorScaledValue3=function(e,t){e=e>r.ah?e<r.ag?e:r.ag:r.ah;var i=r.am(e);return(this.ai-i)*t/this.aj},r.am=function(e){var t=.017453292519943295*e,r=Math.sin(t);return.5*Math.log((1+r)/(1-r))},r.aq=function(e){return e=Math.exp(2*e),Math.asin((e-1)/(e+1))/.017453292519943295},r.prototype.ak=function(e){return e<r.ah?r.ah:e>r.ag?r.ag:e},r.$t=n.markType(r,"SphericalMercatorVerticalScaler",i.VerticalLinearScaler.$),r.ag=85.05112878,r.ah=-85.05112878,r}(i.VerticalLinearScaler),c=function(e){function r(){var t=e.call(this)||this;return t.aj=null,t.aj=new n.Rect(0,0,0,1,1),t}return t.__extends(r,e),r.prototype.q=function(e,t){if(t.c.isEmpty)return this.getMercatorUnscaledValue(e,t.e,t.d,t.a);var r=e*t.e.width+t.e.left*t.d.width;return this.getMercatorUnscaledValue(r,this.aj,t.c,t.a)},r.prototype.p=function(e,t){return t.c.isEmpty?this.getMercatorScaledValue1(e,t.e,t.d,t.a):(this.getMercatorScaledValue1(e,this.aj,t.c,t.a)-t.e.left*t.d.width)/t.e.width},r.prototype.af=function(e){return Array.isArray(e)?e:null},r.prototype.v=function(e,t,r,i){var n,o=i.e,a=i.d,s=i.c,p=i.a,u=!s.isEmpty,l=this.m,c=this.o,h=s.left,g=s.width,m=o.left,y=o.width,f=a.left,d=a.width,b=this.aj.left,S=this.aj.width,v=this.af(e),M=!1;null!=v&&(M=!0);for(var I=t;I<r;I++)if(n=M?v[I]:e.item(I),u){var C=(n-c)/l;p&&(C=1-C);var x=((C=h+g*(C-b)/S)-m*d)/y;M?v[I]=x:e.item(I,x)}else{var _=(n-c)/l;p&&(_=1-_),_=f+d*(_-m)/y,M?v[I]=_:e.item(I,_)}},r.prototype.t=function(e,t,r,i,n){return{p3:e.l3,p4:e.l2}},r.prototype.getMercatorUnscaledValue=function(e,t,r,i){var n=t.left+t.width*(e-r.left)/r.width;return i&&(n=1-n),this.o+n*this.m},r.prototype.getMercatorScaledValue1=function(e,t,r,i){var n=(e-this.o)/this.m;return i&&(n=1-n),r.left+r.width*(n-t.left)/t.width},r.prototype.getMercatorScaledValue2=function(e,t,r,i,n){var o=(e-this.o)/this.m;return n&&(o=1-o),r.left+r.width*(o-t.left)/t.width},r.$t=n.markType(r,"SphericalMercatorHorizontalScaler",i.HorizontalLinearScaler.$),r}(i.HorizontalLinearScaler),h=function(e){function r(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(r,e),r.$t=n.markType(r,"ImageTilesReadyEventArgs",n.EventArgs.$),r}(n.EventArgs),g=function(e){function r(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(r,e),r.$t=n.markType(r,"ImagesChangedEventArgs",n.EventArgs.$),r}(n.EventArgs),m=function(e){function r(){var t=e.call(this)||this;return t.p3=null,t.p5=t.p4(),t}return t.__extends(r,e),r.prototype.lj=function(){e.prototype.lj.call(this),null!=this.p5&&this.p5.lj()},r.prototype.get_dv=function(){return!0},r.prototype.hw=function(e,t){var r=this.jq(t);return"LatitudeMemberPath"==r&&(r="YMemberPath"),"LongitudeMemberPath"==r&&(r="XMemberPath"),this.p5.hw(e,t)},r.prototype.c1=function(e,t,r,i){return this.p5.c1(e,t,r,i)},r.prototype.ag=function(){return this.p5.ag()},r.prototype.be=function(){return this.p5},Object.defineProperty(r.prototype,"p5",{get:function(){return this.p3},set:function(e){this.p5!=e&&(this.p3=e,this.qa())},enumerable:!1,configurable:!0}),r.prototype.get_hasMarkers=function(){return this.p5.hasMarkers},r.prototype.qa=function(){if(null!=this.p3){var e=this.p3;e.externalObject=n.TypeRegistrar.createFromInternal(e,n.PlatformConstants.Prefix,n.PlatformConstants.Postfix),e.externalObject._implementation=e}this.k2(this.p5),this.p6.b2()},r.prototype.aw=function(e,t,r){return this.ay(this.p5,e,t,r)},r.prototype.ax=function(e,t,r){return this.az(this.p5,e,t,r)},r.prototype.ht=function(e){return this.hy(this.p5,e)},r.prototype.hj=function(e,t){return this.p5.hj(e,t)},r.prototype.hh=function(e,t){return this.p5.hh(e,t)},r.prototype.gj=function(e,t,r){return this.p5.gj(e,t,r)},r.prototype.pl=function(e,t,r){return this.p5.pl(e,t,r)},r.prototype.pu=function(e){return this.p5.pu(e)},r.prototype.ak=function(e){return this.p5.ak(e)},r.prototype.pv=function(e){return this.p5.pv(e)},r.prototype.al=function(e){return this.p5.al(e)},r.prototype.pw=function(e){return this.p5.pw(e)},r.prototype.px=function(e){return this.p5.px(e)},r.prototype.gf=function(e,t,r){return this.p5.gf(e,t,r)},r.prototype.ph=function(e,t,r){return this.p5.ph(e,t,r)},r.prototype.gh=function(e,t,r){return this.gj(e,t,r)},r.prototype.pj=function(e,t,r){return this.p5.pj(e,t,r)},r.prototype.pm=function(e,t,r){return this.p5.pm(e,t,r)},r.prototype.gk=function(e,t,r){return this.p5.gk(e,t,r)},r.prototype.pi=function(e,t,r){return this.p5.pi(e,t,r)},r.prototype.gg=function(e,t,r){return this.p5.gg(e,t,r)},r.prototype.pk=function(e,t,r){return this.p5.pk(e,t,r)},r.prototype.gi=function(e,t,r){return this.p5.gi(e,t,r)},r.prototype.he=function(e){return this.p5.he(e)},r.prototype.ga=function(){return this.p5.ga()},r.prototype.f6=function(e){return this.p5.f6(e)},r.prototype.hu=function(e){return this.p5.hu(e)},r.prototype.bx=function(){return new y(this)},r.prototype.ly=function(t){e.prototype.ly.call(this,t),this.p6=n.typeCast(y.$,t)},Object.defineProperty(r.prototype,"p7",{get:function(){return this.c(r.qc)},set:function(e){this.h(r.qc,e)},enumerable:!1,configurable:!0}),r.prototype.l3=function(t,r,o,a){switch(e.prototype.l3.call(this,t,r,o,a),r){case"SeriesViewer":this.p5.cd=this.cd,null!=o&&o.n2(this.p5),null!=a&&this.cd.kx(this.p5),this.p5.l6(this.py),this.p5.index=this.index,this.k8(this.p5),this.ho=this.p5.ho;var s=n.typeCast(i.SeriesViewer.$,o);if(null!=s&&(s.actualWindowRectChanged=n.delegateRemove(s.actualWindowRectChanged,n.runOn(this,this.qb))),null!=this.cd){var p=this.cd;p.actualWindowRectChanged=n.delegateCombine(p.actualWindowRectChanged,n.runOn(this,this.qb))}this.p9();break;case"SyncLink":this.p5.b8=this.b8;break;case"VisibleFromScale":this.p9();break;case"Index":this.p5.index=this.index;break;case"ItemsSource":this.p6.b3();break;case"Resolution":this.p6.ca();break;case"TransitionDuration":this.p6.cd();break;case"Opacity":this.p6.b7();break;case"Visibility":var u=this.p5,l=this._visibility;u.visibility=l;break;case"MouseOverEnabled":this.p5.el=this.el;break;case"ExpectFunctions":this.p5.expectFunctions=this.expectFunctions;break;case"Thickness":this.p6.cc();break;case"Brush":this.p6.b1();break;case"Outline":this.p6.b9();break;case"ActualBrush":this.p6.by();break;case"ActualOutline":this.p6.bz();break;case"MarkerFillOpacity":n.isNaN_(this.gq)||this.p6.b6();break;case"AreaFillOpacity":n.isNaN_(this.fz)||this.p6.b0();break;case"OutlineMode":this.p6.b8();break;case"ShowDefaultTooltip":this.p6.cb();break;case"Title":this.p5.title=this.title;break;case"LegendItemBadgeMode":this.p6.b4();break;case"LegendItemBadgeShape":this.p6.b5();break;case"Legend":this.p5.legend=this.legend,this.b0.at()}},r.prototype.p9=function(){if(null!=this.cd&&null!=this.p5&&!n.isNaN_(this.p7))if(this.cd.sf.width>this.p7){this.p5.visibility=1}else{this.p5.visibility=0}},r.prototype.qb=function(e,t){this.p9()},r.prototype.mh=function(t){e.prototype.mh.call(this,t),null!=this.p5&&this.p5.mh(t)},r.prototype.mg=function(e,t,r,i,n){null!=this.p5&&this.p5.mg(e,t,r,i,n)},r.prototype.at=function(e,t){return this.p5.at(e,t)},r.prototype.mr=function(){e.prototype.mr.call(this),this.p5.mr()},r.prototype.get_coercionMethods=function(){return this._coercionMethods},r.prototype.set_coercionMethods=function(e){this._coercionMethods=e,this.p5.coercionMethods=e},r.prototype.k7=function(t){if(e.prototype.k7.call(this,t),null!=this.p5){var r=this.p5.hs();this.kz(t,r)}},r.$t=n.markType(r,"GeographicMapSeriesHost",i.Series.$),r.qc=n.DependencyProperty.i("VisibleFromScale",n.Number_$type,r.$,new n.PropertyMetadata(2,1,(function(e,t){e.raisePropertyChanged("VisibleFromScale",t.oldValue,t.newValue)}))),r}(i.Series),y=function(e){function r(t){var r=e.call(this,t)||this;return r.bx=null,r.bx=t,r}return t.__extends(r,e),r.prototype.ar=function(t,r){e.prototype.ar.call(this,t,r)},r.prototype.b2=function(){this.bx.p2=1,this.bx.p5.p2=0,this.bx.p5.itemsSource=this.bx.itemsSource,this.bx.p5.index=this.bx.index,this.bx.p5.o2=this.bx.o2,this.bx.p5.o7=this.bx.o2,this.bx.p5.bt=this.bx.bt,this.bx.p5.gt=this.bx.gt,this.bx.p5.hm=this.bx.hm,this.bx.p5._opacity=this.bx._opacity,this.bx.p5.gz=this.bx.gz,this.bx.p5.fz=this.bx.fz,this.bx.p5.gq=this.bx.gq,this.bx.p5.er=this.bx.er,this.bx.p5.legendItemBadgeShape=this.bx.legendItemBadgeShape,this.bx.p5.a9=this.bx.a9},r.prototype.b3=function(){this.bx.p5.itemsSource=this.bx.itemsSource},r.prototype.ca=function(){this.bx.p5.gt=this.bx.gt},r.prototype.cd=function(){this.bx.p5.hm=this.bx.hm},r.prototype.b7=function(){this.bx.p5._opacity=this.bx._opacity},r.prototype.cc=function(){this.bx.p5.gz=this.bx.gz},r.prototype.b1=function(){this.bx.p5.o2=this.bx.o2},r.prototype.b9=function(){this.bx.p5.o7=this.bx.o7},r.prototype.by=function(){this.bx.p5.o2=this.bx.oy},r.prototype.bz=function(){this.bx.p5.o7=this.bx.o1},r.prototype.b4=function(){this.bx.p5.a9=this.bx.a9},r.prototype.b5=function(){this.bx.p5.legendItemBadgeShape=this.bx.legendItemBadgeShape},r.prototype.b0=function(){this.bx.p5.fz=this.bx.fz},r.prototype.b6=function(){this.bx.p5.gq=this.bx.gq},r.prototype.b8=function(){this.bx.p5.bt=this.bx.bt},r.prototype.cb=function(){this.bx.p5.er=this.bx.er},r.$t=n.markType(r,"HostSeriesView",i.SeriesView.$),r}(i.SeriesView),f=function(e){function r(){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:n.Point_$type,x:NaN,y:NaN},t.u1=null,t.tm=1,t.imageTilesReady=null,t.tf=null,t.u0=n.Rect.empty,t.tn=l.am(r.uz.bottom)-l.am(r.uz.top),t.ab=r.$,t.backgroundContent=new I;var o,a=((o=new i.NumericXAxis).bh=t,o);a.ce=!0,t.s2=a,t.s2.nj=new c;var s=function(){var e=new i.NumericYAxis;return e.bh=t,e}();return s.ce=!0,t.s4=s,t.s4.nj=new l,t.t9(),t.ug(),t.lg(),t}return t.__extends(r,e),r.prototype.provideContainer=function(t){e.prototype.provideContainer.call(this,t),this.s2.provideRenderer(t),this.s4.provideRenderer(t)},r.prototype.lg=function(){e.prototype.lg.call(this),this.te.fv(this.f4)},r.prototype.em=function(){return this.tk},r.prototype.en=function(){return this.tk},r.prototype.tb=function(){return 0==this.s9&&this.tg?2:1},Object.defineProperty(r.prototype,"ta",{get:function(){return this.s8},set:function(e){this.s8=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"u3",{get:function(){return this.uy},set:function(e){if(n.Rect.l_op_Inequality(this.uy,e)){var t=this.uy;this.uy=e,this.nl("ActualWorldRect",t,e)}},enumerable:!1,configurable:!0}),r.prototype.u7=function(){return this.u3},r.prototype.t9=function(){this.vf.isEmpty||(this.u3=this.vd(this.vf,1==this.b9))},r.prototype.vd=function(e,t){var i=e.top,o=e.left,a=e.width,s=e.height,p=l.am(e.bottom),u=l.am(e.top),c=p-u,h=e.width/r.uz.width,g=l.am(r.uz.top);if(c/h>this.tn){var m=c/this.tn;o-=(m-h)/2*r.uz.width,a=m*r.uz.width,t&&(o<r.uz.left?o+=r.uz.left-o:o+a>r.uz.right&&(o-=o+a-r.uz.right))}else if(c/h<this.tn){var y=this.tn*h-c,f=u-y/2,d=p+y/2;t&&(f<g?d+=g-(f+=g-f):d>g+this.tn&&(f-=d-(g+this.tn),d-=d-(g+this.tn))),i=l.aq(f),s=l.aq(d)-i}return new n.Rect(0,o,i,a,s)},Object.defineProperty(r.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:!1,configurable:!0}),Object.defineProperty(r.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:!1,configurable:!0}),Object.defineProperty(r.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:!1,configurable:!0}),r.prototype.getZoomRectFromGeoRect=function(e){return this.getZoomFromGeographicRect(e)},r.prototype.uj=function(e){this.sv=e},r.prototype.ui=function(e){this.vf=e},r.prototype.getZoomFromGeographicRect=function(e){return this.u5(e,!0,0)},r.prototype.u4=function(e,t){return this.u5(e,!1,t)},r.prototype.u5=function(e,t,o){var a=e;t&&(a=this.vd(e,!1));var s=this.s2,p=this.s4,u=new i.ScalerParams(1,r.u2,this.su,s.cg);u.c=this.sj;var l=new i.ScalerParams(1,r.u2,this.su,p.cg);l.c=this.sj;var c=this.s2.ei(a.left,u),h=this.s2.ei(a.right,u),g=this.s4.ei(a.top,l),m=this.s4.ei(a.bottom,l),y=(c-o)/this.su.width,f=(m-o)/this.su.height,d=(h-c+2*o)/this.su.width,b=(g-m+2*o)/this.su.height,S=new n.Rect(0,y,f,d,b);return S.intersect(r.u2),S.isEmpty&&(S=r.u2),S},r.prototype.getZoomFromGeographicPoints=function(e,t){var i=e.x,o=t.y,a=t.x-e.x,s=e.y-t.y;if(a<0||s<0)return r.u2;var p=new n.Rect(0,i,o,a,s);return this.getZoomFromGeographicRect(p)},r.prototype.u9=function(e){var t=this.s2,o=this.s4,a=new i.ScalerParams(1,e,this.su,t.cg);a.c=this.sj;var s=new i.ScalerParams(1,e,this.su,o.cg);s.c=this.sj;var p=this.si,u=t.el(p.left,a),l=o.el(p.top,s),c=t.el(p.right,a),h=o.el(p.bottom,s),g=c-u,m=l-h,y=new n.Rect(0,u,h,g,m);return 1==this.b9&&(y.intersect(r.uz),y.isEmpty&&(y=r.uz)),y},r.prototype.uv=function(e){var t=this.s2.l6(e.x),r=this.s4.l6(e.y);return{$type:n.Point_$type,x:t,y:r}},r.prototype.uw=function(e){var t=this.s2.e3(e.x),r=this.s4.e3(e.y);return{$type:n.Point_$type,x:t,y:r}},r.prototype.ux=function(e){return this.uw(e)},r.prototype.t6=function(){var e=n.typeCast(d.$,this.backgroundContent);null!=e&&e.clearTileCache()},r.prototype.uc=function(e){},r.prototype.fa=function(){return!0},r.prototype.ue=function(){var e,r;this.te.ee();try{for(var i=t.__values(n.fromEnum(this.series)),o=i.next();!o.done;o=i.next()){o.value.mr()}}catch(t){e={error:t}}finally{try{o&&!o.done&&(r=i.return)&&r.call(i)}finally{if(e)throw e.error}}},r.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:n.Point_$type,x:e,y:t}}}else if(!this.su.isEmpty&&this.su.width>0&&this.su.height>0){var r=this.s2.l6(this.su.left),i=this.s4.l6(this.su.top);this.uu={$type:n.Point_$type,x:r,y:i}}},r.prototype.ud=function(){(n.isNaN_(this.uu.x)||n.isNaN_(this.uu.y))&&this.uh();var e=this.uu.x,t=this.uu.y;if(!n.isNaN_(e)&&!n.isNaN_(t)){var o=this.sf.left,a=this.sf.top,s=this.sf.width,p=this.sf.height;if(s>this.u1.width);else{var u=new i.ScalerParams(1,r.u2,this.su,this.s2.cg);u.c=this.sj;var l=this.s2.ei(e,u);if(2==this.td)o=l/this.su.width-s/2;else o=l/this.su.width;o+s>this.u1.right?o=this.u1.right-s:o<this.u1.left&&(o=this.u1.left)}if(p>this.u1.height);else{var c=new i.ScalerParams(1,r.u2,this.su,this.s4.cg);c.c=this.sj;var h=this.s4.ei(t,c);if(2==this.td)a=h/this.su.height-p/2;else a=h/this.su.height;a+p>this.u1.bottom?a=this.u1.bottom-p:a<this.u1.top&&(a=this.u1.top)}this.ot(new n.Rect(0,o,a,s,p),!1)}},r.prototype.get_ef=function(){return!0},r.prototype.sg=function(){var t=e.prototype.sg.call(this);if(null==this.s2||null==this.s4)return t;this.sq();var r=t.left,i=t.top;1==this.b9&&(this.sv.width>this.u1.width?r=.5-this.sv.width/2:r+t.width>this.u1.right?r=this.u1.right-this.sv.width:r<this.u1.left&&(r=this.u1.left),this.sv.height>this.u1.height?i=.5-this.sv.height/2:i+this.sv.height>this.u1.bottom?i=this.u1.bottom-this.sv.height:i<this.u1.top&&(i=this.u1.top));var o=!1;!this.tj&&2==this.b9&&this.tg&&(r>1&&(r=r-Math.floor(r)+1),r<0&&(r=0-(Math.ceil(r)-r)),t.right-this.u1.right>0&&(t.right-this.u1.right)/t.width>.8?(r=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&&(r=this.u1.right-Math.abs(t.left-this.u1.left),o=!0));var a=new n.Rect(0,r,i,t.width,t.height);if(this.tj){var s=this.u4(this.vf,1);s=this.u6(s);var p=a.left+a.width/2,u=a.top+a.height/2;if(a.width>s.width){var l=a.height/a.width,c=s.width,h=l*c;a=new n.Rect(0,p-c/2,u-h/2,c,h),o=!0}if(a.height>s.height){var g=a.width/a.height,m=s.height,y=g*m;a=new n.Rect(0,p-y/2,u-m/2,y,m),o=!0}a.left<s.left&&(a=new n.Rect(0,s.left,a.top,a.width,a.height),o=!0),a.top<s.top&&(a=new n.Rect(0,a.left,s.top,a.width,a.height),o=!0),a.right>s.right&&(a=new n.Rect(0,s.right-a.width,a.top,a.width,a.height),o=!0),a.bottom>s.bottom&&(a=new n.Rect(0,a.left,s.bottom-a.height,a.width,a.height),o=!0)}return o&&(this.d2=!0,this.sv=a,this.d2=!1),a},r.prototype.ku=function(e,t){var r=!0,i=!0,o=0,a=this.sq(),s=0,p=0;if(e.right-a.right>0&&(s=(e.right-a.right)/e.width),e.left<a.left&&(p=Math.abs(e.left-a.left)/e.width),0==p&&0==s&&(r=!1),p>s&&(i=!1),r)if(i){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 n.Tuple$2(n.Boolean_$type,n.Number_$type,r,o)},r.prototype.sq=function(){var e=new i.ScalerParams(1,r.u2,this.su,this.s2.cg);e.c=this.sj;var t=new i.ScalerParams(1,r.u2,this.su,this.s4.cg);t.c=this.sj;var o=this.s2.ei(r.uz.left,e),a=this.s2.ei(r.uz.right,e),s=this.s4.ei(r.uz.top,t),p=this.s4.ei(r.uz.bottom,t);return this.u1=new n.Rect(0,o/this.su.width,p/this.su.height,(a-o)/this.su.width,(s-p)/this.su.height),this.u1},r.prototype.u6=function(e){var t=this.g6,r=.5*(e.left+e.right),i=.5*(e.top+e.bottom),o=e.width,a=e.height,s=n.MathUtil.c(e.width,t,1),p=n.MathUtil.c(e.height,t,1),u=this.su,l=u.width/u.height,c=s*u.width,h=p*u.height;c/h!=l&&(h*l>c?s=(c=h*l)/u.width:p=(h=c/l)/u.height);var g=s!=o,m=p!=a,y=g?r-.5*s:e.left,f=m?i-.5*p:e.top,d=g?r+.5*s:e.right,b=m?i+.5*p:e.bottom;return y<0&&(d=(y=0)+s),d>1&&(y=(d=1)-s),f<0&&(b=(f=0)+p),b>1&&(f=(b=1)-p),new n.Rect(0,y,f,d-y,b-f)},r.prototype.sh=function(t){if(e.prototype.sh.call(this,this.su),t.isEmpty)return n.Rect.empty;var r;if(t.width>t.height){var i=n.intDivide(n.truncate(t.width-t.height),2);r=new n.Rect(0,t.left+i,t.top,t.height,t.height)}else{var o=n.intDivide(n.truncate(t.height-t.width),2);r=new n.Rect(0,t.left,t.top+o,t.width,t.width)}return r},r.prototype.u8=function(e){return this.sh(e)},r.prototype.cp=function(){return new M(this)},r.prototype.t8=function(e){null!=e&&(e.bh=this)},r.prototype.m5=function(t){e.prototype.m5.call(this,t),this.te=t},r.prototype.ng=function(t,r){e.prototype.ng.call(this,t,r),this.oh(this.s2),this.oh(this.s4),n.Rect.l_op_Inequality(t,r)&&this.ud(),this.tj&&(this.sf=this.sg()),this.uk()},Object.defineProperty(r.prototype,"to",{get:function(){return this.tm},set:function(e){var t=this.tm;this.tm=e,this.nl("ActualWindowScale",t,this.tm)},enumerable:!1,configurable:!0}),r.prototype.ga=function(){return this.to},r.prototype.gb=function(){return this.to},r.prototype.og=function(){e.prototype.og.call(this);var t=Math.min(this.sf.width,this.sf.height);this.to=t},r.prototype.e3=function(){return this.tg},r.prototype.ca=function(){return 0==this.cb&&this.th?2:this.cb},r.prototype.nh=function(i,o,a,s){var p,u,l,c;switch(e.prototype.nh.call(this,i,o,a,s),o){case"ZoomCoercionMode":this.t9();break;case"WindowRect":this.uh();break;case r.$$p[0]:this.ta=this.tb(),null!=this.s7&&(this.s7.isHorizontalWrappingEnabled=2==this.ta);break;case r.$$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 r.$$p[4]:this.sf=this.sg();break;case"BackgroundContent":if(null!=this.s7){var h=this.s7;h.imageTilesReady=n.delegateRemove(h.imageTilesReady,n.runOn(this,this.ua)),this.s7.deferralHandler=null}if(this.s7=n.typeCast(d.$,this.backgroundContent),null!=this.s7){var g=this.s7;g.imageTilesReady=n.delegateCombine(g.imageTilesReady,n.runOn(this,this.ua)),this.s7.deferralHandler=this,this.s7.isHorizontalWrappingEnabled=2==this.ta}this.te.fu(n.typeCast(d.$,a),n.typeCast(d.$,s)),null!=this.s7&&(this.s7.geographicMap=this,this.te.fr(this.sf),this.te.fv(this.f4));break;case"YAxis":case"XAxis":this.uf(a),this.t8(s);break;case r.$$p[6]:this.ti||(this.sv=r.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 m=t.__values(n.fromEnum(this.series)),y=m.next();!y.done;y=m.next()){y.value.mh(!1)}}catch(e){p={error:e}}finally{try{y&&!y.done&&(u=m.return)&&u.call(m)}finally{if(p)throw p.error}}break;case r.$$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 r.$$p[7]:this.oo();break;case"MarkerAutomaticBehavior":try{for(var f=t.__values(n.fromEnum(this.series)),b=f.next();!b.done;b=f.next()){b.value.lj()}}catch(e){l={error:e}}finally{try{b&&!b.done&&(c=f.return)&&c.call(f)}finally{if(l)throw l.error}}}},r.prototype.ua=function(e,t){null!=this.imageTilesReady&&this.imageTilesReady(this,new h)},r.prototype.uf=function(e){null!=e&&(e.bh=null)},r.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)},r.prototype.getFontInfo=function(){return this.tf=this.te.fo,this.tf},r.prototype.rk=function(){return this.te.fw},r.prototype.getFontBrush=function(){return this.te.fx},r.prototype.n9=function(t,r){if(null!==n.typeCast(n.ItfConverter.$,r)){var i=r,o=t;o.itemsSource=i.triangulationSource.points,o.qe=i.triangulationSource.triangles}else e.prototype.n9.call(this,t,r)},r.prototype.register=function(e,t){this.nz(e,t)},r.prototype.unRegister=function(e){this.of(e)},r.prototype.deferredRefresh=function(){this.k4()},r.prototype.deferAction=function(e){null!=this.tr?this.tr.setTimeout(e,0):window.setTimeout(e,0)},r.prototype.t7=function(e){this.on(e)},r.prototype.ts=function(){var e=new i.ChartVisualData,t=this.s2.fv(),r=this.s4.fv();e.axes.add1(t),e.axes.add1(r);for(var o=0;o<this.series.count;o++){var a=this.series._inner[o].hs();e.series.add1(a)}return e.name=this.name,e.contentArea=n.RectData.b(this.su),e.centralArea=n.RectData.b(this.su),e.plotArea=n.RectData.b(this.su),e},r.prototype.sm=function(e,t,r){return e},r.prototype.ub=function(){},Object.defineProperty(r.prototype,"ve",{get:function(){return this.u0},set:function(e){this.u0=e},enumerable:!1,configurable:!0}),r.prototype.ul=function(e){this.ve=e,this.uk()},r.prototype.uk=function(){if(this.tl&&!this.ve.isEmpty){var e=this.getZoomFromGeographicRect(this.ve);this.ve=n.Rect.empty,this.ot(e,!1)}},Object.defineProperty(r.prototype,"tl",{get:function(){return!this.su.isEmpty&&!this.sj.isEmpty},enumerable:!1,configurable:!0}),r.$t=n.markType(r,"XamGeographicMap",i.SeriesViewer.$,[n.IMapRenderDeferralHandler_$type]),r.tc=0,r.uz=new n.Rect(2,{$type:n.Point_$type,x:-180,y:-85.05112878},{$type:n.Point_$type,x:180,y:85.05112878}),r.u2=new n.Rect(0,0,0,1,1),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"nl",["BackgroundTilingMode:s9:um",[u,n.enumGetBox(u,0)],"IsHorizontalWrappingEnabled:th:un",[0,!1],"ResizeBehavior:td:uo",[s,n.enumGetBox(s,r.tc)],"SuppressZoomResetOnWorldRectChange:ti:up",[0,!1],"UseWorldRectForZoomBounds:tj:uq",[0,!1],"WindowScale:tp:ur",[1,NaN],"WorldRect:vf:us",[n.Rect.$,r.uz],"Zoomable:tk:ut",[0,!0]]),r}(i.SeriesViewer),d=function(e){function r(t){var i=e.call(this)||this;return i.ak=null,i.imageTilesReady=null,i.an=null,i.ap=null,i.propertyChanged=null,i.imagesChanged=null,i.cancellingImage=null,i.downloadingImage=null,i.ab=r.$,i.ap=t,i.aj=i.ai(),i.bb(i.aj),i}return t.__extends(r,e),r.prototype.bb=function(e){},r.prototype.ai=function(){return new b(this)},Object.defineProperty(r.prototype,"deferralHandler",{get:function(){return this.ak},set:function(e){this.ak=e,null!=this.ao&&(this.ao.al=e)},enumerable:!1,configurable:!0}),r.prototype.a5=function(e,t){null!=this.imageTilesReady&&this.imageTilesReady(this,new h)},r.prototype.a9=function(){var e=this.ao;e.imageTilesReady=n.delegateCombine(e.imageTilesReady,n.runOn(this,this.a5)),this.ao.al=this.deferralHandler;var t=this.ao;t.imagesChanged=n.delegateCombine(t.imagesChanged,n.runOn(this,this.a4));var r=this.ao;r.downloadingImage=n.delegateCombine(r.downloadingImage,n.runOn(this,this.a3));var i=this.ao;i.cancellingImage=n.delegateCombine(i.cancellingImage,n.runOn(this,this.a2)),this.ao.bf=this.referer,this.ao.bj=this.userAgent,this.ao.av=this.isHorizontalWrappingEnabled},r.prototype.a3=function(e,t){null!=this.downloadingImage&&this.downloadingImage(this,t)},r.prototype.a2=function(e,t){null!=this.cancellingImage&&this.cancellingImage(this,t)},r.prototype.bg=function(){null!=this.ao&&this.aj.e()},r.prototype.ba=function(e,t,i){switch(e){case r.$$p[3]:this.bg();break;case"GeographicMap":this.aj.e();break;case r.$$p[1]:null!=this.ao&&(this.ao.bf=this.referer);break;case r.$$p[2]:null!=this.ao&&(this.ao.bj=this.userAgent);break;case r.$$p[0]:null!=this.ao&&(this.ao.av=this.isHorizontalWrappingEnabled)}null!=this.propertyChanged&&this.propertyChanged(this,new n.PropertyChangedEventArgs(e))},Object.defineProperty(r.prototype,"geographicMap",{get:function(){return this.c(r.geographicMapProperty)},set:function(e){this.h(r.geographicMapProperty,e)},enumerable:!1,configurable:!0}),r.a8=function(e,t){e.a7(t.oldValue,t.newValue)},r.prototype.a7=function(e,t){this.ba("GeographicMap",e,t)},r.prototype.clearTileCache=function(){null!=this.ao&&this.ao.bs(0,0,0,0)},Object.defineProperty(r.prototype,"ao",{get:function(){return this.an},set:function(e){this.an=e,null!=this.propertyChanged&&this.propertyChanged(this,new n.PropertyChangedEventArgs("MultiScaleImage"))},enumerable:!1,configurable:!0}),r.prototype.bn=function(e){if(null==this.geographicMap||e.width<1||e.height<1)return e;var t=new n.Rect(0,0,0,e.width,e.height),r=this.geographicMap.u8(t),o=f.uz,a=this.geographicMap.u3,s=Math.min(this.windowRect.height,this.windowRect.width),p=a.width/o.width;this.ao.a5=t.width/r.width*s*p;var u=this.geographicMap.s2,l=this.geographicMap.s4,c=new i.ScalerParams(1,this.windowRect,t,u.cg);c.c=r;var h=new i.ScalerParams(1,this.windowRect,t,l.cg);h.c=r;var g=u.ei(o.left,c),m=l.ei(o.bottom,h),y=-g/t.width*this.ao.a5,d=-m/t.height*this.ao.a5*(t.height/t.width);return this.ao.cm={$type:n.Point_$type,x:y,y:d},e},r.prototype.bd=function(e){this.aj.f(e)},r.prototype.bf=function(e){this.aj.h(e)},r.prototype.be=function(e){this.aj.g(e)},r.prototype.a4=function(e,t){null!=this.imagesChanged&&this.imagesChanged(this,new g)},r.prototype.a6=function(){this.aj.e()},r.prototype.bc=function(e){this.aj.i(e)},r.prototype.v=function(){e.prototype.v.call(this),this.ap.o=this._opacity},r.$t=n.markType(r,"GeographicMapImagery",n.Control.$,[n.INotifyPropertyChanged_$type]),r.geographicMapProperty=n.DependencyProperty.i("GeographicMap",f.$,r.$,new n.PropertyMetadata(2,null,r.a8)),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"ba",["IsHorizontalWrappingEnabled",[0,!1],"Referer",[2,null],"UserAgent",[2,null],"WindowRect",[n.Rect.$,n.Rect.empty]]),r}(n.Control),b=function(e){function r(t){var r=e.call(this)||this;return r.a=null,r.j=null,r.d=null,r.b=1,r.j=n.Rect.empty,r.a=t,r.a.ao=new n.XamMultiScaleImage,r.a.ao.ao=r.a.ap,r.a.a9(),r}return t.__extends(r,e),r.prototype.e=function(){this.j.isEmpty||this.a.bn(new n.Size(1,this.j.width,this.j.height))},r.prototype.f=function(e){this.a.ao.b1(e)},r.prototype.g=function(e){this.d=e,this.a.ao.b2(e)},r.prototype.h=function(e){this.j=e,this.a.ao.b3(e),this.a.a6()},Object.defineProperty(r.prototype,"c",{get:function(){return this.b},enumerable:!1,configurable:!0}),r.prototype.i=function(e){this.b=e,this.a.ao.bz(e)},r.$t=n.markType(r,"GeographicMapImageryView"),r}(n.Base),S=function(e){function r(t){var r=e.call(this,t)||this;return r.ce=null,r.ce=t,r}return t.__extends(r,e),r.prototype.b2=function(){e.prototype.b2.call(this);var t=this.ce.p5;t.q5=this.ce.qh,t.rd=this.ce.qf,t.trianglesSource=this.ce.qe,t.qt=this.ce.qk,t.qv=this.ce.qm,t.qx=this.ce.qo},r.prototype.ch=function(){var e=this.ce.p5;if(null==this.ce.cd)return e.p3=null,void(e.p4=null);e.p3=this.ce.cd.s2,e.p4=this.ce.cd.s4},r.prototype.cg=function(){this.ce.p5.q5=this.ce.qh},r.prototype.cf=function(){this.ce.p5.rd=this.ce.qf},r.prototype.ci=function(){this.ce.p5.trianglesSource=this.ce.qe},r.prototype.cj=function(){this.ce.p5.qt=this.ce.qk},r.prototype.ck=function(){this.ce.p5.qv=this.ce.qm},r.prototype.cl=function(){this.ce.p5.qx=this.ce.qo},r.$t=n.markType(r,"GeographicXYTriangulatingSeriesView",y.$),r}(y),v=function(e){function r(t){var r=e.call(this,t)||this;return r.cm=null,r.cm=t,r}return t.__extends(r,e),r.prototype.as=function(){e.prototype.as.call(this),this.q},r.prototype.b2=function(){e.prototype.b2.call(this),null!=this.cm.qz&&(this.cm.qz.sc=this.cm.q3,this.cm.qz.r0=this.cm.qy)},r.prototype.cn=function(){null!=this.cm.qz&&(this.cm.qz.sc=this.cm.q3)},r.prototype.co=function(){null!=this.cm.qz&&(this.cm.qz.r0=this.cm.qy)},r.$t=n.markType(r,"GeographicScatterAreaSeriesView",S.$),r}(S),M=function(e){function r(t){var r=e.call(this,t)||this;return r.fn=null,r.fz=null,r.fx=null,r.fw=null,r.fo=null,r.fp=NaN,r.fz=n.Rect.empty,r.fn=t,r.fn.rf=2,r.fn.g6=5e-6,r}return t.__extends(r,e),r.prototype.m=function(e){return 2},r.prototype.bk=function(e){this.j.bv(e),this.fn.t7(e),this.el()},r.prototype.get_ap=function(){return!0},r.prototype.d4=function(){var e,t,r,i,o,a=this.j.a7(e,t,r,i,o);e=a.p0,t=a.p1,r=a.p2,i=a.p3,o=a.p4,this.fx=r,this.fo=i,this.fw=o;var s=this.j.e();if(this.fn.ag=s.a,this.fn.aj=s.f,this.fn.ah=null!=s.b?s.b:new n.BrushCollection,this.fn.ai=null!=s.c?s.c:new n.BrushCollection,0==this.fn.ah.count)for(var p=0;p<s.a.count;p++)this.fn.ah.add(s.a.item(p));if(0==s.c.count)for(var u=0;u<s.f.count;u++)this.fn.ai.add(s.f.item(u))},r.prototype.du=function(t){if(e.prototype.du.call(this,t),null!=this.fn.backgroundContent){var r=this.fn.backgroundContent;r.be(this.j.ae),r.bd(t)}},r.prototype.dv=function(t){(e.prototype.dv.call(this,t),this.fz=t,null!=this.fn.backgroundContent)&&this.fn.backgroundContent.bf(this.fz)},r.prototype.fy=function(){return new n.Rect(0,0,0,this.fz.width,this.fz.height)},r.prototype.fs=function(){null!=this.fn.backgroundContent&&this.fn.backgroundContent.a6()},r.prototype.fr=function(e){null!=this.fn.s7&&(this.fn.s7.windowRect=e)},r.prototype.fu=function(e,t){if(null!=this.fn.s7&&(this.fn.s7.windowRect=this.fn.sf),null!=e){var r=e.ao;null!=r&&this.fn.al.e.remove(r.ag),e.bd(null),e.be(null)}if(null!=t){var i=t.ao;null!=i&&this.fn.al.e.add(i.ag),this.fz.isEmpty||this.dv(this.fz),null!=this.w&&this.du(this.w)}null==t&&this.ft(this.w)},r.prototype.ft=function(e){var t=this.fn.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()},r.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)},r.prototype.fv=function(e){this.fp=e,null!=this.fn.backgroundContent&&this.fn.backgroundContent.bc(e)},Object.defineProperty(r.prototype,"fq",{get:function(){return this.fp},set:function(e){this.fp=e},enumerable:!1,configurable:!0}),r.$t=n.markType(r,"XamGeographicMapView",i.SeriesViewerView.$),r}(i.SeriesViewerView),I=function(e){function r(){return e.call(this,new n.OpenStreetMapTileSource)||this}return t.__extends(r,e),Object.defineProperty(r.prototype,"tilePath",{get:function(){return this.c(r.tilePathProperty)},set:function(e){this.h(r.tilePathProperty,e)},enumerable:!1,configurable:!0}),r.br=function(e,t){e.bq("TilePath",t.oldValue,t.newValue)},r.prototype.bq=function(t,r,i){switch(t){case"TilePath":this.ap.setTilePathUrl(null==i?null:i),this.aj.e()}e.prototype.ba.call(this,t,r,i)},r.$t=n.markType(r,"OpenStreetMapImagery",d.$),r.tilePathProperty=n.DependencyProperty.i("TilePath",n.String_$type,r.$,new n.PropertyMetadata(2,null,r.br)),r}(d),C=function(e){function r(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(r,e),r.prototype.bx=function(){return new S(this)},r.prototype.ly=function(t){e.prototype.ly.call(this,t),this.qd=t},r.prototype.l3=function(t,i,n,o){switch(e.prototype.l3.call(this,t,i,n,o),i){case"SeriesViewer":this.qd.ch();break;case r.$$p[1]:this.qd.cg();break;case r.$$p[0]:this.qd.cf();break;case r.$$p[2]:this.qd.ci();break;case r.$$p[3]:this.qd.cj();break;case r.$$p[4]:this.qd.ck();break;case r.$$p[5]:this.qd.cl()}},r.$t=n.markType(r,"GeographicXYTriangulatingSeries",m.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["LatitudeMemberPath:qf:qq",[2,"pointY"],"LongitudeMemberPath:qh:qr",[2,"pointX"],"TrianglesSource:qe:qs",[n.IEnumerable_$type,null],"TriangleVertexMemberPath1:qk:qt",[2,"v1"],"TriangleVertexMemberPath2:qm:qu",[2,"v2"],"TriangleVertexMemberPath3:qo:qv",[2,"v3"]]),r}(m),x=function(e){function r(){var t=e.call(this)||this;return t.qw=null,t.triangulationStatusChanged=null,t.ab=r.$,t}return t.__extends(r,e),r.prototype.get_dd=function(){return!0},Object.defineProperty(r.prototype,"qy",{get:function(){return this.qw},set:function(e){if(this.qw!=e){var t=this.qw;if(null!=this.qw){var r=this.qw;r.propertyChanged=n.delegateRemove(r.propertyChanged,n.runOn(this,this.q6))}if(this.qw=e,null!=this.qw){var i=this.qw;i.propertyChanged=n.delegateCombine(i.propertyChanged,n.runOn(this,this.q6))}this.raisePropertyChanged("ColorScale",t,this.qw),null!=this.qz&&(this.qz.r0=e)}},enumerable:!1,configurable:!0}),r.prototype.q6=function(e,t){this.q1.co(),this.q8(),this.mh(!1)},r.prototype.q8=function(){null!=this.qz&&(this.qx=this.qz.rz)},r.prototype.mv=function(){e.prototype.mv.call(this),this.q8()},r.prototype.p4=function(){this.qz=new i.ScatterAreaSeries;var e=this.qz;return e.triangulationStatusChanged=n.delegateCombine(e.triangulationStatusChanged,n.runOn(this,this.q7)),this.qz},r.prototype.q7=function(e,t){null!=this.triangulationStatusChanged&&this.triangulationStatusChanged(this,t)},r.prototype.bx=function(){return new v(this)},r.prototype.ly=function(t){e.prototype.ly.call(this,t),this.q1=t},r.prototype.l3=function(t,i,n,o){switch(e.prototype.l3.call(this,t,i,n,o),i){case r.$$p[1]:this.q1.cn();break;case"ColorScale":this.q1.co(),this.q8()}},r.prototype.get_e3=function(){return!0},r.prototype.set_e3=function(t){e.prototype.set_e3.call(this,t)},r.$t=n.markType(r,"GeographicScatterAreaSeries",C.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["ActualColorScale:qx:q9",[i.ColorScale.$,null],"ColorMemberPath:q3:ra",[2,"value"]]),r}(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:!1,configurable:!0}),e.prototype.onImplementationCreated=function(){},e.prototype._provideImplementation=function(e){this._implementation=e,this._implementation.externalObject=this,this.onImplementationCreated()},e}(),k=function(e){function o(t,r,o,a,s){var p,u=e.call(this)||this;u._renderer=t,u._elRef=r,u._ngZone=o,u._componentFactoryResolver=a,u._injector=s,u.actualSeries=[],u._series=null,u._dataSource=null,u._seriesAdapter=null,u._defaultTooltips=null,u._imageTilesReady=null,u._styling&&n.NamePatcher.ensureStylablePatched(Object.getPrototypeOf(u)),u._zoneRunner=function(e){return u._ngZone.run(e)},u._container=t.createElement("div"),t.appendChild(r.element.nativeElement,u._container),t.setStyle(u._container,"display","block"),t.setStyle(u._container,"width","100%"),t.setStyle(u._container,"height","100%"),p=u._container,null!=u._container.nativeElement&&(p=u._container.nativeElement);var l=new n.AngularRenderer(p,u._renderer,window.document,u._ngZone,!0,i.DataChartStylingDefaults);u._wrapper=l;var c=u.i;return u._chart=c,c.provideContainer(l),l.addSizeWatcher((function(){u._chart.notifyContainerResized()})),u}return t.__extends(o,e),Object.defineProperty(o.prototype,"height",{get:function(){return this._height},set:function(e){this._height=e,this._renderer.setStyle(this._elRef.element.nativeElement,"height",e),this._chart.notifyContainerResized()},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"width",{get:function(){return this._width},set:function(e){this._width=e,this._renderer.setStyle(this._elRef.element.nativeElement,"width",e),this._chart.notifyContainerResized()},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"legend",{get:function(){if(null!=this.i.legend)return this.i.legend.externalObject},set:function(e){null!=e&&null!=e&&(this.i.legend=e.i)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"series",{get:function(){var e=this;if(null===this._series){var t=new i.IgxSeriesCollection;t._innerColl.addListener((function(t,r){switch(r.action){case n.NotifyCollectionChangedAction.Add:e._seriesAdapter.addManualItem(r.newItems.item(0));break;case n.NotifyCollectionChangedAction.Remove:e._seriesAdapter.removeManualItemAt(r.oldStartingIndex);break;case n.NotifyCollectionChangedAction.Replace:e._seriesAdapter.removeManualItemAt(r.oldStartingIndex),e._seriesAdapter.insertManualItem(r.newStartingIndex,r.newItems.item(0));break;case n.NotifyCollectionChangedAction.Reset:e._seriesAdapter.clearManualItems()}})),this._series=t}return this._series},enumerable:!1,configurable:!0}),o.prototype.ngOnDestroy=function(){this._chart.destroy(),this._wrapper.destroy()},o.prototype.createImplementation=function(){return new f},Object.defineProperty(o.prototype,"dataSource",{get:function(){return this._dataSource},set:function(e){this._dataSource=e,this.bindData()},enumerable:!1,configurable:!0}),o.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)},o.prototype.ngAfterContentInit=function(){var e=this;if(n.TypeRegistrar.isRegistered("IgxDataChartDefaultTooltipsComponent")){var t=n.TypeRegistrar.get("IgxDataChartDefaultTooltipsComponent"),r=this._componentFactoryResolver.resolveComponentFactory(t),i=this._dynamicContent.createComponent(r);this._defaultTooltips=i,i.instance.onContentReady.subscribe((function(){e._onDefaultTooltipsReady(i)}))}this._seriesAdapter=new n.CollectionAdapter(this.contentSeries,this.i.series,this.actualSeries,(function(e){return e.i}),(function(t){t.owner=e,t._provideRenderer(e._dataSource),t.provideData(e._dataSource),e._ensureDefaultTooltip(t),e._ensureTooltipCreated(t)}),(function(e){e._provideRenderer(null),e.provideData(null)})),this.i.notifyContainerResized()},o.prototype._ensureTooltipCreated=function(e){var t=this;e._ensureTooltipCreated((function(){return t.createTooltip()}),(function(e){var r=new n.AngularWrapper(e,t._renderer,t._ngZone);return r.updateToolTip=e.updateToolTip,r.hideToolTip=e.hideToolTip,r}))},o.prototype._ensureDefaultTooltip=function(e){null!=this._defaultTooltips&&this._defaultTooltips.instance.ensureDefaultTooltip(e)},o.prototype._onDefaultTooltipsReady=function(e){if(this.actualSeries&&this.actualSeries.length>0)for(var t=this.actualSeries,r=0;r<t.length;r++)t[r].showDefaultTooltip&&this._ensureDefaultTooltip(t[r])},o.prototype.createTooltip=function(){if(!n.TypeRegistrar.isRegistered("IgxTooltipContainerComponent"))return null;var e=n.TypeRegistrar.get("IgxTooltipContainerComponent"),t=this._componentFactoryResolver.resolveComponentFactory(e),r=this._dynamicContent.createComponent(t),i=r.location.nativeElement,o=this;return i.updateToolTip=function(e,t){if(e.externalObject)e=e.externalObject;else{var a=new n.IgxDataContext;a._implementation=e,e=a}return t?e.isSubContent=!0:i.parentElement!=o._container&&(null!=i.parentElement&&i.parentElement.removeChild(i),o._container.appendChild(i)),r.instance.context=e,i.style.display="block",!0},i.hideToolTip=function(){i.style.display="none"},i.style.display="none",r},Object.defineProperty(o.prototype,"backgroundContent",{get:function(){return null!=this.i.backgroundContent?this.i.backgroundContent.externalObject:null},set:function(e){this.i.backgroundContent=null!=e&&null!=e?e.i:null},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"zoomable",{get:function(){return this.i.tk},set:function(e){this.i.tk=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"resizeBehavior",{get:function(){return this.i.td},set:function(e){this.i.td=n.ensureEnum(s,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isHorizontalWrappingEnabled",{get:function(){return this.i.th},set:function(e){this.i.th=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"backgroundTilingMode",{get:function(){return this.i.s9},set:function(e){this.i.s9=n.ensureEnum(u,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"useWorldRectForZoomBounds",{get:function(){return this.i.tj},set:function(e){this.i.tj=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"suppressZoomResetOnWorldRectChange",{get:function(){return this.i.ti},set:function(e){this.i.ti=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"worldRect",{get:function(){return n.fromRect(this.i.vf)},set:function(e){this.i.vf=n.toRect(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"actualWorldRect",{get:function(){return n.fromRect(this.i.u3)},set:function(e){this.i.u3=n.toRect(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"xAxis",{get:function(){if(null==this.i.s2)return null;if(!this.i.s2.externalObject){var e=i.IgxNumericXAxisComponent._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:!1,configurable:!0}),Object.defineProperty(o.prototype,"yAxis",{get:function(){if(null==this.i.s4)return null;if(!this.i.s4.externalObject){var e=i.IgxNumericYAxisComponent._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:!1,configurable:!0}),Object.defineProperty(o.prototype,"isMap",{get:function(){return this.i.ef},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"windowScale",{get:function(){return this.i.tp},set:function(e){this.i.tp=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"actualWindowScale",{get:function(){return this.i.to},set:function(e){this.i.to=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"zoomIsReady",{get:function(){return this.i.tl},enumerable:!1,configurable:!0}),o.prototype.findByName=function(t){var r=e.prototype.findByName.call(this,t);return r||(this.backgroundContent&&this.backgroundContent.name&&this.backgroundContent.name==t?this.backgroundContent:null)},o.prototype._styling=function(t,r,i){e.prototype._styling.call(this,t,r,i),this._inStyling=!0,this.xAxis&&this.xAxis._styling&&this.xAxis._styling(t,r,this),this.yAxis&&this.yAxis._styling&&this.yAxis._styling(t,r,this),this._inStyling=!1},o.prototype.getCurrentActualWorldRect=function(){var e=this.i.u7();return n.fromRect(e)},o.prototype.getZoomRectFromGeoRect=function(e){var t=this.i.getZoomRectFromGeoRect(n.toRect(e));return n.fromRect(t)},o.prototype.updateZoomWindow=function(e){this.i.uj(n.toRect(e))},o.prototype.updateWorldRect=function(e){this.i.ui(n.toRect(e))},o.prototype.getZoomFromGeographicRect=function(e){var t=this.i.getZoomFromGeographicRect(n.toRect(e));return n.fromRect(t)},o.prototype.convertGeographicToZoom=function(e,t){var r=this.i.u4(n.toRect(e),t);return n.fromRect(r)},o.prototype.getZoomFromGeographicPoints=function(e,t){var r=this.i.getZoomFromGeographicPoints(n.toPoint(e),n.toPoint(t));return n.fromRect(r)},o.prototype.getGeographicFromZoom=function(e){var t=this.i.u9(n.toRect(e));return n.fromRect(t)},o.prototype.getGeographicPoint=function(e){var t=this.i.uv(n.toPoint(e));return n.fromPoint(t)},o.prototype.getPixelPoint=function(e){var t=this.i.uw(n.toPoint(e));return n.fromPoint(t)},o.prototype.getWindowPoint=function(e){var t=this.i.ux(n.toPoint(e));return n.fromPoint(t)},o.prototype.clearTileCache=function(){this.i.t6()},o.prototype.styleUpdated=function(){this.i.ue()},o.prototype.getActualWindowScaleHorizontal=function(){return this.i.ga()},o.prototype.getActualWindowScaleVertical=function(){return this.i.gb()},o.prototype.deferredRefresh=function(){this.i.deferredRefresh()},o.prototype.exportVisualData=function(){return this.i.ts()},o.prototype.zoomToGeographic=function(e){this.i.ul(n.toRect(e))},Object.defineProperty(o.prototype,"imageTilesReady",{get:function(){var e=this;return null==this._imageTilesReady&&(this._imageTilesReady=new r.EventEmitter,this.i.imageTilesReady=n.delegateCombine(this.i.imageTilesReady,(function(t,r){var i=new _;i._provideImplementation(r),e.beforeImageTilesReady&&e.beforeImageTilesReady(e,i),e._imageTilesReady.emit({sender:e,args:i})}))),this._imageTilesReady},enumerable:!1,configurable:!0}),o.ɵfac=r.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:o,deps:[{token:r.Renderer2},{token:r.ViewContainerRef},{token:r.NgZone},{token:r.ComponentFactoryResolver},{token:r.Injector}],target:r.ɵɵFactoryTarget.Component}),o.ɵcmp=r.ɵɵngDeclareComponent({minVersion:"12.0.0",version:"12.2.14",type:o,selector:"igx-geographic-map",inputs:{height:"height",width:"width",legend:"legend",dataSource:"dataSource",zoomable:"zoomable",resizeBehavior:"resizeBehavior",isHorizontalWrappingEnabled:"isHorizontalWrappingEnabled",backgroundTilingMode:"backgroundTilingMode",useWorldRectForZoomBounds:"useWorldRectForZoomBounds",suppressZoomResetOnWorldRectChange:"suppressZoomResetOnWorldRectChange",worldRect:"worldRect",actualWorldRect:"actualWorldRect",xAxis:"xAxis",yAxis:"yAxis",windowScale:"windowScale",actualWindowScale:"actualWindowScale"},outputs:{imageTilesReady:"imageTilesReady"},host:{classAttribute:"igx-geographic-map ig-geographic-map"},providers:[{provide:i.IgxSeriesViewerComponent,useExisting:r.forwardRef((function(){return o}))}],queries:[{propertyName:"contentSeries",predicate:i.IgxSeriesComponent}],viewQueries:[{propertyName:"_dynamicContent",first:!0,predicate:["dynamicContent"],descendants:!0,read:r.ViewContainerRef,static:!0}],usesInheritance:!0,ngImport:r,template:"<ng-container #dynamicContent></ng-container>",isInline:!0,styles:["\n\t\t:host {\n\t\t\tdisplay: block;\n\t\t}\n\t"],changeDetection:r.ChangeDetectionStrategy.OnPush}),o}(i.IgxSeriesViewerComponent);r.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:k,decorators:[{type:r.Component,args:[{selector:"igx-geographic-map",template:"<ng-container #dynamicContent></ng-container>",changeDetection:r.ChangeDetectionStrategy.OnPush,providers:[{provide:i.IgxSeriesViewerComponent,useExisting:r.forwardRef((function(){return k}))}],host:{class:"igx-geographic-map ig-geographic-map"},styles:["\n\t\t:host {\n\t\t\tdisplay: block;\n\t\t}\n\t"]}]}],ctorParameters:function(){return[{type:r.Renderer2},{type:r.ViewContainerRef},{type:r.NgZone},{type:r.ComponentFactoryResolver},{type:r.Injector}]},propDecorators:{contentSeries:[{type:r.ContentChildren,args:[i.IgxSeriesComponent]}],_dynamicContent:[{type:r.ViewChild,args:["dynamicContent",{read:r.ViewContainerRef,static:!0}]}],height:[{type:r.Input}],width:[{type:r.Input}],legend:[{type:r.Input}],dataSource:[{type:r.Input}],zoomable:[{type:r.Input}],resizeBehavior:[{type:r.Input}],isHorizontalWrappingEnabled:[{type:r.Input}],backgroundTilingMode:[{type:r.Input}],useWorldRectForZoomBounds:[{type:r.Input}],suppressZoomResetOnWorldRectChange:[{type:r.Input}],worldRect:[{type:r.Input}],actualWorldRect:[{type:r.Input}],xAxis:[{type:r.Input}],yAxis:[{type:r.Input}],windowScale:[{type:r.Input}],actualWindowScale:[{type:r.Input}],imageTilesReady:[{type:r.Output}]}});var P=function(){function e(){}return e.ɵfac=r.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,deps:[],target:r.ɵɵFactoryTarget.NgModule}),e.ɵmod=r.ɵɵngDeclareNgModule({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,imports:[o.CommonModule]}),e.ɵinj=r.ɵɵngDeclareInjector({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,imports:[[o.CommonModule]]}),e}();r.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:P,decorators:[{type:r.NgModule,args:[{declarations:[],imports:[o.CommonModule],exports:[],entryComponents:[]}]}]});var w=function(e){function r(t){var r=e.call(this)||this;if(t)for(var i=0;i<t.length;i++)r.add(t[i]);return r}return t.__extends(r,e),r.prototype._createInnerColl=function(){var e=new n.SyncableObservableCollection$2(n.String_$type,n.String_$type,0);return e.compare=function(e,t){var r=e;return r.equals?r.equals(t):r===t},e.createTo=function(e){return e},e.createFrom=function(e){return e},e},r}(n.IgCollection),D=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}({}),q=n.markEnum("BingMapsImageryStyle","Aerial,0|AerialWithLabels,1|Road,2|CanvasDark,3|CanvasLight,4|CanvasGray,5"),T=function(){function e(){this._implementation=this.createImplementation(),this._implementation.externalObject=this,this.onImplementationCreated()}return e.prototype.createImplementation=function(){return new g},Object.defineProperty(e.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),e.prototype.onImplementationCreated=function(){},e.prototype._provideImplementation=function(e){this._implementation=e,this._implementation.externalObject=this,this.onImplementationCreated()},e}(),j=function(){function e(){this._imageTilesReady=null,this._imagesChanged=null,this._cancellingImage=null,this._downloadingImage=null,this._zoneRunner=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:!1,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:!1,configurable:!0}),Object.defineProperty(e.prototype,"windowRect",{get:function(){return n.fromRect(this.i.windowRect)},set:function(e){this.i.windowRect=n.toRect(e)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"geographicMap",{get:function(){return null==this.i.geographicMap?null:this.i.geographicMap.externalObject},set:function(e){this.i.geographicMap=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"referer",{get:function(){return this.i.referer},set:function(e){this.i.referer=e},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"isHorizontalWrappingEnabled",{get:function(){return this.i.isHorizontalWrappingEnabled},set:function(e){this.i.isHorizontalWrappingEnabled=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"userAgent",{get:function(){return this.i.userAgent},set:function(e){this.i.userAgent=e},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"opacity",{get:function(){return this.i.opacity},set:function(e){this.i.opacity=+e},enumerable:!1,configurable:!0}),e.prototype.findByName=function(e){return this.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(){var e=this;return null==this._imageTilesReady&&(this._imageTilesReady=new r.EventEmitter,this.i.imageTilesReady=n.delegateCombine(this.i.imageTilesReady,(function(t,r){e._runInZone((function(){var t=new _;t._provideImplementation(r),e.beforeImageTilesReady&&e.beforeImageTilesReady(e,t),e._imageTilesReady.emit({sender:e,args:t})}))}))),this._imageTilesReady},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"imagesChanged",{get:function(){var e=this;return null==this._imagesChanged&&(this._imagesChanged=new r.EventEmitter,this.i.imagesChanged=n.delegateCombine(this.i.imagesChanged,(function(t,r){var i=new T;i._provideImplementation(r),e.beforeImagesChanged&&e.beforeImagesChanged(e,i),e._imagesChanged.emit({sender:e,args:i})}))),this._imagesChanged},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"cancellingImage",{get:function(){var e=this;return null==this._cancellingImage&&(this._cancellingImage=new r.EventEmitter,this.i.cancellingImage=n.delegateCombine(this.i.cancellingImage,(function(t,r){var i=new n.IgxCancellingMultiScaleImageEventArgs;i._provideImplementation(r),e.beforeCancellingImage&&e.beforeCancellingImage(e,i),e._cancellingImage.emit({sender:e,args:i})}))),this._cancellingImage},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"downloadingImage",{get:function(){var e=this;return null==this._downloadingImage&&(this._downloadingImage=new r.EventEmitter,this.i.downloadingImage=n.delegateCombine(this.i.downloadingImage,(function(t,r){var i=new n.IgxDownloadingMultiScaleImageEventArgs;i._provideImplementation(r),e.beforeDownloadingImage&&e.beforeDownloadingImage(e,i),e._downloadingImage.emit({sender:e,args:i})}))),this._downloadingImage},enumerable:!1,configurable:!0}),e.prototype._runInZone=function(e){null!=this._zoneRunner?this._zoneRunner(e):e()},e}(),O=function(e){function r(t){for(var r=[],i=1;i<arguments.length;i++)r[i-1]=arguments[i];var o=this;switch(t=null==t?0:t){case 0:o=e.call(this,n.String_$type,0)||this;break;case 1:var a=r[0];o=e.call(this,n.String_$type,1,a)||this}return o}return t.__extends(r,e),r.$t=n.markType(r,"SubDomainsCollection",n.ObservableCollection$1.$.specialize(n.String_$type)),r}(n.ObservableCollection$1),$=function(e){function r(t){var r=e.call(this,t)||this;return r.k=t,r}return t.__extends(r,e),r.prototype.m=function(){null==this.k.subDomains&&(this.k.subDomains=new O(0)),this.k.ap.tilePath=this.k.actualTilePath,this.k.ap.subDomains=this.k.actualSubDomains,this.k.ap.cultureName=this.k.cultureName},r.prototype.o=function(){this.k.ap.tilePath=this.k.actualTilePath},r.prototype.l=function(){this.k.ap.cultureName=this.k.cultureName},r.prototype.n=function(){this.k.ap.subDomains=this.k.actualSubDomains},r.$t=n.markType(r,"BingMapsMapImageryView",b.$),r}(b),R=function(e){function r(){var t=e.call(this,new n.BingMapsTileSource(0))||this;return t._pendingBingRequest_=null,t._isInitialized=!1,t.bz=null,t.bq=null,t.b0=null,t.by=null,t.getResponseCompleted=t.getResponseCompleted.bind(t),t.bp.m(),t.actualBingImageryRestUri=r.cc,t}return t.__extends(r,e),r.prototype.ai=function(){return new $(this)},r.prototype.bb=function(t){e.prototype.bb.call(this,t),this.bp=t},Object.defineProperty(r.prototype,"isInitialized",{get:function(){return this._isInitialized},set:function(e){this._isInitialized=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualTilePath",{get:function(){return this.bz},set:function(e){var t=this.bz;this.bz=e,this.cm("ActualTilePath",t,this.bz)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualSubDomains",{get:function(){return this.bq},set:function(e){var t=this.bq;this.bq=e,this.cm("ActualSubDomains",t,this.bq)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"bingImageryRestUri",{get:function(){return this.b0},set:function(e){var t=this.b0;this.b0=e,this.cm("BingImageryRestUri",t,this.b0)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualBingImageryRestUri",{get:function(){return this.by},set:function(e){var t=this.by;this.by=e,this.ba("ActualBingImageryRestUri",t,this.by)},enumerable:!1,configurable:!0}),r.prototype.requestMapSettings=function(){this.co(!0)},r.prototype.co=function(e){this.cl(e)},r.prototype.bw=function(){return null==this.tilePath&&null==this.subDomains},r.prototype.cq=function(){this.isInitialized=!1,this.bv()?this.isDeferredLoad||this.co(!1):this.cp("",null)},r.prototype.bv=function(){return!(n.stringIsNullOrEmpty(this.apiKey)||this.apiKey.length<20)},r.prototype.cj=function(){},r.prototype.cp=function(e,t){e!=this.actualTilePath&&(this.actualTilePath=e);var r=null==t?null:new O(1,t);this.actualSubDomains!=r&&(this.actualSubDomains=r),this.bp.m()},r.prototype.cl=function(e){if(e||!this.isDeferredLoad){if(!this.bv())return this.isInitialized=!1,void this.cp("",null);this.isInitialized=!0;var t=null;if(null!=this.bingImageryRestUri?n.Uri.isWellFormedUriString(this.bingImageryRestUri,1)&&(t=this.bingImageryRestUri):n.Uri.isWellFormedUriString(this.actualBingImageryRestUri,1)&&(t=this.actualBingImageryRestUri),null!=t){var r=this.imageryStyle,i=(t+=n.enumGetBox(q,r))+"?"+("key="+this.apiKey+"&include=ImageryProviders");this._pendingBingRequest_=n.HttpRequestUtil.submit(i,this.getResponseCompleted,null)}else this.cp("",null)}},r.prototype.getResponseCompleted=function(e,t){if(t==this._pendingBingRequest_){this._pendingBingRequest_=null;var r=e,i=JSON.parse(r).resourceSets;if(null!=i){var o=i.length>0?i[0].resources:null;if(null!=o&&0!=o.length){for(var a=o[0].imageUrl,s=new n.List$1(n.String_$type,0),p=0;p<o[0].imageUrlSubdomains.length;p++)s.add(o[0].imageUrlSubdomains[p]);this.cp(a,s)}}}},r.prototype.ci=function(e,t){this.aj.e(),this.cq(),this.cm(r.$$p[4],this.actualSubDomains,this.actualSubDomains)},r.prototype.cm=function(t,i,o){switch(t){case r.$$p[0]:case r.$$p[3]:this.cq();break;case r.$$p[5]:this.cj(),this.actualTilePath=o,this.bp.o(),this.aj.e();break;case r.$$p[1]:this.bp.l(),this.aj.e();break;case r.$$p[2]:this.cq();break;case r.$$p[4]:this.cj();var a=o;if(null!=this.actualSubDomains){var s=this.actualSubDomains;s.collectionChanged=n.delegateRemove(s.collectionChanged,n.runOn(this,this.ci))}this.actualSubDomains=a,null!=this.actualSubDomains&&(a.collectionChanged=n.delegateCombine(a.collectionChanged,n.runOn(this,this.ci))),this.bp.n(),this.aj.e();break;case"ActualTilePath":var p=o;n.stringIsNullOrEmpty(p)&&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,i,o)},r.$t=n.markType(r,"BingMapsMapImagery",d.$),r.cc="http://dev.virtualearth.net/REST/v1/Imagery/Metadata/",r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"cm",["ApiKey",[2,n.stringEmpty()],"CultureName",[2,"en-US"],"ImageryStyle",[q,n.enumGetBox(q,1)],"IsDeferredLoad",[0,!1],"SubDomains",[O.$,null],"TilePath",[2,null]]),r}(d),V=function(e){function r(){var t=e.call(this)||this;return t._subDomains=null,t._actualSubDomains=null,t}return t.__extends(r,e),r.prototype.createImplementation=function(){return new R},Object.defineProperty(r.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"isInitialized",{get:function(){return this.i.isInitialized},set:function(e){this.i.isInitialized=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"isDeferredLoad",{get:function(){return this.i.isDeferredLoad},set:function(e){this.i.isDeferredLoad=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"tilePath",{get:function(){return this.i.tilePath},set:function(e){this.i.tilePath=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualTilePath",{get:function(){return this.i.actualTilePath},set:function(e){this.i.actualTilePath=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"subDomains",{get:function(){if(null===this._subDomains){var e=new w,t=this.i.subDomains;t||(t=new O(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 r=new n.SyncableObservableCollection$1(n.String_$type),i=this.i.subDomains;i||(i=new O(0)),r._inner=i,r.clear(),this._subDomains._setSyncTarget(r),this.i.subDomains=i},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualSubDomains",{get:function(){if(null===this._actualSubDomains){var e=new w,t=this.i.actualSubDomains;t||(t=new O(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 r=new n.SyncableObservableCollection$1(n.String_$type),i=this.i.actualSubDomains;i||(i=new O(0)),r._inner=i,r.clear(),this._actualSubDomains._setSyncTarget(r),this.i.actualSubDomains=i},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"bingImageryRestUri",{get:function(){return this.i.bingImageryRestUri},set:function(e){this.i.bingImageryRestUri=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"actualBingImageryRestUri",{get:function(){return this.i.actualBingImageryRestUri},set:function(e){this.i.actualBingImageryRestUri=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"cultureName",{get:function(){return this.i.cultureName},set:function(e){this.i.cultureName=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"apiKey",{get:function(){return this.i.apiKey},set:function(e){this.i.apiKey=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"imageryStyle",{get:function(){return this.i.imageryStyle},set:function(e){this.i.imageryStyle=n.ensureEnum(q,e)},enumerable:!1,configurable:!0}),r.prototype.requestMapSettings=function(){this.i.requestMapSettings()},r}(j),B=function(){function e(){n.TypeRegistrar.registerCons("IgxBingMapsMapImagery",V),n.TypeRegistrar.register("BingMapsMapImagery",R.$type)}return e.ɵfac=r.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,deps:[],target:r.ɵɵFactoryTarget.NgModule}),e.ɵmod=r.ɵɵngDeclareNgModule({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,imports:[o.CommonModule,P],exports:[P]}),e.ɵinj=r.ɵɵngDeclareInjector({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,imports:[[o.CommonModule,P],P]}),e}();r.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:B,decorators:[{type:r.NgModule,args:[{declarations:[],imports:[o.CommonModule,P],exports:[P],entryComponents:[]}]}],ctorParameters:function(){return[]}});var A=function(){function e(){}return e.ɵfac=r.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,deps:[],target:r.ɵɵFactoryTarget.NgModule}),e.ɵmod=r.ɵɵngDeclareNgModule({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,imports:[o.CommonModule]}),e.ɵinj=r.ɵɵngDeclareInjector({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,imports:[[o.CommonModule]]}),e}();r.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:A,decorators:[{type:r.NgModule,args:[{declarations:[],imports:[o.CommonModule],exports:[],entryComponents:[]}]}]});var G=function(e){function r(){return e.call(this)||this}return t.__extends(r,e),r.prototype.createImplementation=function(){return new I},Object.defineProperty(r.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"tilePath",{get:function(){return this.i.tilePath},set:function(e){this.i.tilePath=e},enumerable:!1,configurable:!0}),r}(j),F=function(){function e(){n.TypeRegistrar.registerCons("IgxOpenStreetMapImagery",G),n.TypeRegistrar.register("OpenStreetMapImagery",I.$type)}return e.ɵfac=r.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,deps:[],target:r.ɵɵFactoryTarget.NgModule}),e.ɵmod=r.ɵɵngDeclareNgModule({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,imports:[o.CommonModule,A],exports:[A]}),e.ɵinj=r.ɵɵngDeclareInjector({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,imports:[[o.CommonModule,A],A]}),e}();r.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:F,decorators:[{type:r.NgModule,args:[{declarations:[],imports:[o.CommonModule,A],exports:[A],entryComponents:[]}]}],ctorParameters:function(){return[]}});var E=function(){function e(){}return e.ɵfac=r.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,deps:[],target:r.ɵɵFactoryTarget.NgModule}),e.ɵmod=r.ɵɵngDeclareNgModule({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,imports:[o.CommonModule]}),e.ɵinj=r.ɵɵngDeclareInjector({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,imports:[[o.CommonModule]]}),e}();r.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:E,decorators:[{type:r.NgModule,args:[{declarations:[],imports:[o.CommonModule],exports:[],entryComponents:[]}]}]});var N=function(e){function i(){var t=e.call(this)||this;return t._getTileImageUri=null,t}return t.__extends(i,e),Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"getTileImageUri",{get:function(){var e=this;return null==this._getTileImageUri&&(this._getTileImageUri=new r.EventEmitter,this.i.getTileImageUri=n.delegateCombine(this.i.getTileImageUri,(function(t,r){var i=new n.IgxGetTileImageUriArgs;i._provideImplementation(r),e.beforeGetTileImageUri&&e.beforeGetTileImageUri(e,i),e._getTileImageUri.emit({sender:e,args:i})}))),this._getTileImageUri},enumerable:!1,configurable:!0}),i}(j),z=function(e){function r(t){var r=e.call(this,t)||this;return r.getTileImageUri=null,t.getTileImageUri=n.delegateCombine(t.getTileImageUri,n.runOn(r,r.bq)),r}return t.__extends(r,e),r.prototype.bq=function(e,t){this.bp(t)},r.prototype.bp=function(e){null!=this.getTileImageUri&&this.getTileImageUri(this,e)},r.$t=n.markType(r,"CustomMapImagery",d.$),r}(d),U=function(){function e(){n.TypeRegistrar.registerCons("IgxCustomMapImagery",N),n.TypeRegistrar.register("CustomMapImagery",z.$type)}return e.ɵfac=r.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,deps:[],target:r.ɵɵFactoryTarget.NgModule}),e.ɵmod=r.ɵɵngDeclareNgModule({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,imports:[o.CommonModule,E],exports:[E]}),e.ɵinj=r.ɵɵngDeclareInjector({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,imports:[[o.CommonModule,E],E]}),e}();r.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:U,decorators:[{type:r.NgModule,args:[{declarations:[],imports:[o.CommonModule,E],exports:[E],entryComponents:[]}]}],ctorParameters:function(){return[]}});var L=function(){function e(){}return e.ɵfac=r.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,deps:[],target:r.ɵɵFactoryTarget.NgModule}),e.ɵmod=r.ɵɵngDeclareNgModule({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,imports:[o.CommonModule]}),e.ɵinj=r.ɵɵngDeclareInjector({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,imports:[[o.CommonModule]]}),e}();r.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:L,decorators:[{type:r.NgModule,args:[{declarations:[],imports:[o.CommonModule],exports:[],entryComponents:[]}]}]});var H=function(e){function r(){var t=e.call(this,new n.ArcGISOnlineTileSource)||this;return t.bp=0,t.bu=null,t.bt=null,t._pendingTokenRequest_=null,t._pendingMapServerRequest_=null,t.bt="localhost",t.bu="https://www.arcgis.com/sharing/",t.bp=60,t.userToken=null,t.getResponseCompleted_MapServerResponse=t.getResponseCompleted_MapServerResponse.bind(t),t.getResponseCompleted_TokenResponse=t.getResponseCompleted_TokenResponse.bind(t),t}return t.__extends(r,e),Object.defineProperty(r.prototype,"mapServerUri",{get:function(){return this.c(r.mapServerUriProperty)},set:function(e){this.h(r.mapServerUriProperty,e)},enumerable:!1,configurable:!0}),r.cd=function(e,t){e.cf("MapServerUri",t.oldValue,t.newValue)},Object.defineProperty(r.prototype,"userName",{get:function(){return this.c(r.userNameProperty)},set:function(e){this.h(r.userNameProperty,e)},enumerable:!1,configurable:!0}),r.cg=function(e,t){e.cf("UserName",t.oldValue,t.newValue)},Object.defineProperty(r.prototype,"password",{get:function(){return this.c(r.passwordProperty)},set:function(e){this.h(r.passwordProperty,e)},enumerable:!1,configurable:!0}),r.ce=function(e,t){e.cf("Password",t.oldValue,t.newValue)},Object.defineProperty(r.prototype,"userToken",{get:function(){return this.c(r.userTokenProperty)},set:function(e){this.h(r.userTokenProperty,e)},enumerable:!1,configurable:!0}),r.ch=function(e,t){e.cf("UserToken",t.oldValue,t.newValue)},Object.defineProperty(r.prototype,"isMapPublic",{get:function(){return this.c(r.isMapPublicProperty)},set:function(e){this.h(r.isMapPublicProperty,e)},enumerable:!1,configurable:!0}),r.cc=function(e,t){e.cf("IsMapPublic",t.oldValue,t.newValue)},Object.defineProperty(r.prototype,"defaultTokenTimeout",{get:function(){return this.bp},set:function(e){this.bp=e,this.b8(!0)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"tokenGenerationEndPoint",{get:function(){return this.bu},set:function(e){this.bu=e,this.b8(!0)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"refererUri",{get:function(){return this.bt},set:function(e){this.bt=e,this.b8(!0)},enumerable:!1,configurable:!0}),r.prototype.acquireNewToken=function(){this.b8(!0)},r.prototype.b9=function(e){e()},r.prototype.b8=function(e){if(n.stringIsNullOrEmpty(this.userToken)&&0==e)this.ci();else{var t=this.tokenGenerationEndPoint;if(n.stringIsNullOrEmpty(t))this.userToken="";else if("/"!=t.substr(t.length-1,1)&&(t+="/"),n.stringIsNullOrEmpty(this.refererUri))this.userToken="";else{var i=this.defaultTokenTimeout;if(i<1&&(i=1),t+=n.stringFormat1(r.bv,this.userName,this.password,this.refererUri,i),n.Uri.isWellFormedUriString(t,1)){var o=t;this._pendingTokenRequest_=n.HttpRequestUtil.submit(o,this.getResponseCompleted_TokenResponse,null)}else this.userToken=""}}},r.prototype.ci=function(){if(!n.stringIsNullOrEmpty(this.mapServerUri)){var e=this.mapServerUri;if("/"==e.substr(e.length-1,1)&&n.stringRemove(e,e.length-1,1),this.isMapPublic)e=n.stringFormat("{0}?f=json",e);else{if(n.stringIsNullOrEmpty(this.userToken))return;e=n.stringFormat("{0}?f=json&token={1}",e,this.userToken)}if(n.Uri.isWellFormedUriString(e,1)){var t=e;this._pendingMapServerRequest_=n.HttpRequestUtil.submit(t,this.getResponseCompleted_MapServerResponse,null)}}},r.prototype.getResponseCompleted_TokenResponse=function(e,t){if(t==this._pendingTokenRequest_){this._pendingTokenRequest_=null;var r=e,i=JSON.parse(r);if(null!=i){var n="";null!=i.token&&(n=i.token),this.userToken=n}}},r.prototype.getResponseCompleted_MapServerResponse=function(e,t){if(t==this._pendingMapServerRequest_){this._pendingMapServerRequest_=null;var r=e,i=JSON.parse(r);null!=i&&null!=i.tileInfo&&(this.ap.levelOfDetail=i.tileInfo.lods.length)}},r.prototype.cf=function(t,r,i){var o=this,a=n.typeCast(n.ArcGISOnlineTileSource.$,this.ap);switch(t){case"MapServerUri":null!=a&&(a.mapServerUri=n.typeCast(n.String_$type,i)),this.ci();break;case"UserName":case"Password":if(n.stringIsNullOrEmpty(this.userName)||n.stringIsNullOrEmpty(this.password))return;this.b8(!0);break;case"UserToken":this.b9((function(){return a.userToken=o.userToken})),this.ci();break;case"IsMapPublic":a.isMapPublic=this.isMapPublic}e.prototype.ba.call(this,t,r,i)},r.$t=n.markType(r,"ArcGISOnlineMapImagery",d.$),r.bv="generateToken?username={0}&password={1}&client=referer&referer={2}&expiration={3}&f=pjson",r.mapServerUriProperty=n.DependencyProperty.i("MapServerUri",n.String_$type,r.$,new n.PropertyMetadata(2,null,r.cd)),r.userNameProperty=n.DependencyProperty.i("UserName",n.String_$type,r.$,new n.PropertyMetadata(2,null,r.cg)),r.passwordProperty=n.DependencyProperty.i("Password",n.String_$type,r.$,new n.PropertyMetadata(2,null,r.ce)),r.userTokenProperty=n.DependencyProperty.i("UserToken",n.String_$type,r.$,new n.PropertyMetadata(2,null,r.ch)),r.isMapPublicProperty=n.DependencyProperty.i("IsMapPublic",n.Boolean_$type,r.$,new n.PropertyMetadata(2,!0,r.cc)),r}(d),W=function(e){function r(){return e.call(this)||this}return t.__extends(r,e),r.prototype.createImplementation=function(){return new H},Object.defineProperty(r.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"mapServerUri",{get:function(){return this.i.mapServerUri},set:function(e){this.i.mapServerUri=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"userName",{get:function(){return this.i.userName},set:function(e){this.i.userName=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"password",{get:function(){return this.i.password},set:function(e){this.i.password=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"userToken",{get:function(){return this.i.userToken},set:function(e){this.i.userToken=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"isMapPublic",{get:function(){return this.i.isMapPublic},set:function(e){this.i.isMapPublic=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"defaultTokenTimeout",{get:function(){return this.i.defaultTokenTimeout},set:function(e){this.i.defaultTokenTimeout=+e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"tokenGenerationEndPoint",{get:function(){return this.i.tokenGenerationEndPoint},set:function(e){this.i.tokenGenerationEndPoint=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"refererUri",{get:function(){return this.i.refererUri},set:function(e){this.i.refererUri=e},enumerable:!1,configurable:!0}),r.prototype.acquireNewToken=function(){this.i.acquireNewToken()},r}(j),Z=function(){function e(){n.TypeRegistrar.registerCons("IgxArcGISOnlineMapImagery",W),n.TypeRegistrar.register("ArcGISOnlineMapImagery",H.$type)}return e.ɵfac=r.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,deps:[],target:r.ɵɵFactoryTarget.NgModule}),e.ɵmod=r.ɵɵngDeclareNgModule({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,imports:[o.CommonModule,L],exports:[L]}),e.ɵinj=r.ɵɵngDeclareInjector({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,imports:[[o.CommonModule,L],L]}),e}();r.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:Z,decorators:[{type:r.NgModule,args:[{declarations:[],imports:[o.CommonModule,L],exports:[L],entryComponents:[]}]}],ctorParameters:function(){return[]}});var X=function(){function e(){}return e.ɵfac=r.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,deps:[],target:r.ɵɵFactoryTarget.NgModule}),e.ɵmod=r.ɵɵngDeclareNgModule({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,declarations:[k],imports:[o.CommonModule,P,A,E,L],exports:[P,A,E,L,k]}),e.ɵinj=r.ɵɵngDeclareInjector({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,imports:[[o.CommonModule,P,A,E,L],P,A,E,L]}),e}();r.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:X,decorators:[{type:r.NgModule,args:[{declarations:[k],exports:[P,A,E,L,k],imports:[o.CommonModule,P,A,E,L],entryComponents:[]}]}],ctorParameters:function(){return[]}});var Y=function(){function e(){n.TypeRegistrar.registerCons("IgxGeographicMapComponent",k)}return e.ɵfac=r.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,deps:[],target:r.ɵɵFactoryTarget.NgModule}),e.ɵmod=r.ɵɵngDeclareNgModule({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,imports:[o.CommonModule,B,F,U,Z,X],exports:[B,F,U,Z,X]}),e.ɵinj=r.ɵɵngDeclareInjector({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,imports:[[o.CommonModule,B,F,U,Z,X],B,F,U,Z,X]}),e}();r.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:Y,decorators:[{type:r.NgModule,args:[{declarations:[],exports:[B,F,U,Z,X],imports:[o.CommonModule,B,F,U,Z,X],entryComponents:[k]}]}],ctorParameters:function(){return[]}});var K=function(e){function i(){return e.call(this)||this}return t.__extends(i,e),Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"isGeographic",{get:function(){return this.i.dv},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"hasMarkers",{get:function(){return this.i.hasMarkers},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"visibleFromScale",{get:function(){return this.i.p7},set:function(e){this.i.p7=+e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"coercionMethods",{get:function(){return this.i.coercionMethods},set:function(e){this.i.coercionMethods=e},enumerable:!1,configurable:!0}),i.prototype.notifyIndexedPropertiesChanged=function(){this.i.lj()},i.prototype.getItemValue=function(e,t){return this.i.hw(e,t)},i.prototype.getItem=function(e){return this.i.ht(n.toPoint(e))},i.prototype.getPreviousOrExactIndex=function(e,t){return this.i.hj(n.toPoint(e),t)},i.prototype.getNextOrExactIndex=function(e,t){return this.i.hh(n.toPoint(e),t)},i.prototype.getSeriesValue=function(e,t,r){return this.i.gj(n.toPoint(e),t,r)},i.prototype.getSeriesValuePosition=function(e,t,r){var i=this.i.pl(n.toPoint(e),t,r);return n.fromPoint(i)},i.prototype.getSeriesValueBoundingBox=function(e){var t=this.i.pu(n.toPoint(e));return n.fromRect(t)},i.prototype.getSeriesValueMarkerBoundingBox=function(e){var t=this.i.pw(n.toPoint(e));return n.fromRect(t)},i.prototype.getSeriesHighValue=function(e,t,r){return this.i.gf(n.toPoint(e),t,r)},i.prototype.getSeriesHighValuePosition=function(e,t,r){var i=this.i.ph(n.toPoint(e),t,r);return n.fromPoint(i)},i.prototype.getSeriesLowValue=function(e,t,r){return this.i.gh(n.toPoint(e),t,r)},i.prototype.getSeriesLowValuePosition=function(e,t,r){var i=this.i.pj(n.toPoint(e),t,r);return n.fromPoint(i)},i.prototype.getSeriesValuePositionFromSeriesPixel=function(e,t,r){var i=this.i.pm(n.toPoint(e),t,r);return n.fromPoint(i)},i.prototype.getSeriesValueFromSeriesPixel=function(e,t,r){return this.i.gk(n.toPoint(e),t,r)},i.prototype.getItemSpan=function(){return this.i.ga()},i.prototype.renderSeries=function(e){this.i.mh(e)},i.prototype.styleUpdated=function(){this.i.mr()},i.ɵfac=r.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:i,deps:[],target:r.ɵɵFactoryTarget.Component}),i.ɵcmp=r.ɵɵngDeclareComponent({minVersion:"12.0.0",version:"12.2.14",type:i,selector:"ng-component",inputs:{visibleFromScale:"visibleFromScale",coercionMethods:"coercionMethods"},usesInheritance:!0,ngImport:r,template:"",isInline:!0}),i}(i.IgxSeriesComponent);r.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:K,decorators:[{type:r.Component,args:[{template:""}]}],ctorParameters:function(){return[]},propDecorators:{visibleFromScale:[{type:r.Input}],coercionMethods:[{type:r.Input}]}});var J=function(e){function o(){var t=e.call(this)||this;return t._currData=null,t._sub=null,t._assigningShapeStyle=null,t._assigningShapeMarkerStyle=null,t}return t.__extends(o,e),Object.defineProperty(o.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapeDataSource",{get:function(){return this._shapeDataSource},set:function(e){this._shapeDataSource=e,this.updateShapeDataSource()},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"databaseSource",{get:function(){return this._databaseSource},set:function(e){this._databaseSource=e,this.updateShapeDataSource()},enumerable:!1,configurable:!0}),o.prototype.onUpdateDataSource=function(e){var t=this;return e&&e.getPointData?(this._currData=e,null!=this._sub&&this._sub(),e.count>0?e.getPointData():(this._sub=e.importCompleted.subscribe((function(r,i){t._currData==e&&(null!=t._sub&&(t._sub(),t._sub),t.i.itemsSource=e.getPointData())})),null)):e},o.prototype.updateShapeDataSource=function(){null==this._cachedShapeDataSource&&(this._cachedShapeDataSource=new n.IgxShapeDataSource,this.onShapeDataSourceImportCompleted=this.onShapeDataSourceImportCompleted.bind(this),this._cachedShapeDataSource.importCompleted.subscribe(this.onShapeDataSourceImportCompleted)),this._cachedShapeDataSource.shapefileSource=this._shapeDataSource,this._cachedShapeDataSource.databaseSource=this._databaseSource,this._shapeDataSource&&this._databaseSource&&this._cachedShapeDataSource.dataBind()},o.prototype.onShapeDataSourceImportCompleted=function(e){this.dataSource=this._cachedShapeDataSource.getPointData()},Object.defineProperty(o.prototype,"shapeMemberPath",{get:function(){return this.i.qy},set:function(e){this.i.qy=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isCustomShapeStyleAllowed",{get:function(){return this.i.qn},set:function(e){this.i.qn=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isCustomShapeMarkerStyleAllowed",{get:function(){return this.i.qm},set:function(e){this.i.qm=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"itemSearchMode",{get:function(){return this.i.qf},set:function(e){this.i.qf=n.ensureEnum(i.ShapeItemSearchMode_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"itemSearchThreshold",{get:function(){return this.i.qq},set:function(e){this.i.qq=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"itemSearchPointsThreshold",{get:function(){return this.i.qp},set:function(e){this.i.qp=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapefileDataSource",{get:function(){if(null==this.i.qi)return null;if(!this.i.qi.externalObject){var e=new n.IgxShapeDataSource;e._implementation=this.i.qi,this.i.qi.externalObject=e}return this.i.qi.externalObject},set:function(e){this.i.qi=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapeFilterResolution",{get:function(){return this.i.qo},set:function(e){this.i.qo=+e},enumerable:!1,configurable:!0}),o.prototype.findByName=function(t){var r=e.prototype.findByName.call(this,t);return r||(this.shapefileDataSource&&this.shapefileDataSource.name&&this.shapefileDataSource.name==t?this.shapefileDataSource:null)},Object.defineProperty(o.prototype,"assigningShapeStyle",{get:function(){var e=this;return null==this._assigningShapeStyle&&(this._assigningShapeStyle=new r.EventEmitter,this.i.assigningShapeStyle=n.delegateCombine(this.i.assigningShapeStyle,(function(t,r){var n=new i.IgxAssigningShapeStyleEventArgs;n._provideImplementation(r),e.beforeAssigningShapeStyle&&e.beforeAssigningShapeStyle(e,n),e._assigningShapeStyle.emit({sender:e,args:n})}))),this._assigningShapeStyle},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"assigningShapeMarkerStyle",{get:function(){var e=this;return null==this._assigningShapeMarkerStyle&&(this._assigningShapeMarkerStyle=new r.EventEmitter,this.i.assigningShapeMarkerStyle=n.delegateCombine(this.i.assigningShapeMarkerStyle,(function(t,r){var n=new i.IgxAssigningShapeMarkerStyleEventArgs;n._provideImplementation(r),e.beforeAssigningShapeMarkerStyle&&e.beforeAssigningShapeMarkerStyle(e,n),e._assigningShapeMarkerStyle.emit({sender:e,args:n})}))),this._assigningShapeMarkerStyle},enumerable:!1,configurable:!0}),o.ɵfac=r.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:o,deps:[],target:r.ɵɵFactoryTarget.Component}),o.ɵcmp=r.ɵɵngDeclareComponent({minVersion:"12.0.0",version:"12.2.14",type:o,selector:"ng-component",inputs:{shapeDataSource:"shapeDataSource",databaseSource:"databaseSource",shapeMemberPath:"shapeMemberPath",isCustomShapeStyleAllowed:"isCustomShapeStyleAllowed",isCustomShapeMarkerStyleAllowed:"isCustomShapeMarkerStyleAllowed",itemSearchMode:"itemSearchMode",itemSearchThreshold:"itemSearchThreshold",itemSearchPointsThreshold:"itemSearchPointsThreshold",shapefileDataSource:"shapefileDataSource",shapeFilterResolution:"shapeFilterResolution"},outputs:{assigningShapeStyle:"assigningShapeStyle",assigningShapeMarkerStyle:"assigningShapeMarkerStyle"},usesInheritance:!0,ngImport:r,template:"",isInline:!0}),o}(K);r.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:J,decorators:[{type:r.Component,args:[{template:""}]}],ctorParameters:function(){return[]},propDecorators:{shapeDataSource:[{type:r.Input}],databaseSource:[{type:r.Input}],shapeMemberPath:[{type:r.Input}],isCustomShapeStyleAllowed:[{type:r.Input}],isCustomShapeMarkerStyleAllowed:[{type:r.Input}],itemSearchMode:[{type:r.Input}],itemSearchThreshold:[{type:r.Input}],itemSearchPointsThreshold:[{type:r.Input}],shapefileDataSource:[{type:r.Input}],shapeFilterResolution:[{type:r.Input}],assigningShapeStyle:[{type:r.Output}],assigningShapeMarkerStyle:[{type:r.Output}]}});var Q=function(e){function r(){var t=null!==e&&e.apply(this,arguments)||this;return t.ql=!1,t.qk=!1,t.assigningShapeStyle=null,t.assigningShapeMarkerStyle=null,t.qh=null,t.qj=!1,t}return t.__extends(r,e),r.prototype.bx=function(){return new ee(this)},r.prototype.ly=function(t){e.prototype.ly.call(this,t),this.qg=t},r.prototype.get_dx=function(){return!0},r.prototype.get_c2=function(){return!0},r.prototype.l3=function(t,i,o,a){switch(e.prototype.l3.call(this,t,i,o,a),i){case"SeriesViewer":this.qg.cf();break;case"ShapeMemberPath":this.qg.ch();break;case r.$$p[5]:this.qg.cg();break;case r.$$p[1]:if(this.p5.q4=this.qn,this.ql=this.qn,this.qn){var s=this.p5;s.assigningShapeStyle=n.delegateCombine(s.assigningShapeStyle,n.runOn(this,this.q1))}else{var p=this.p5;p.assigningShapeStyle=n.delegateRemove(p.assigningShapeStyle,n.runOn(this,this.q1))}break;case r.$$p[0]:if(this.p5.q3=this.qm,this.qk=this.qm,this.qn){var u=this.p5;u.assigningShapeMarkerStyle=n.delegateCombine(u.assigningShapeMarkerStyle,n.runOn(this,this.q0))}else{var l=this.p5;l.assigningShapeMarkerStyle=n.delegateRemove(l.assigningShapeMarkerStyle,n.runOn(this,this.q0))}break;case r.$$p[2]:this.p5.qq=this.qf;break;case r.$$p[3]:this.p5.rl=this.qp;break;case r.$$p[4]:this.p5.rm=this.qq;break;case"ShapefileDataSource":if(null!=o){var c=o;this.qj&&(c.importCompleted=n.delegateRemove(c.importCompleted,n.runOn(this,this.q2)))}if(null!=a){var h=a;if(h.count>0){this.q3();break}this.qj=!0,h.importCompleted=n.delegateCombine(h.importCompleted,n.runOn(this,this.q2))}}},r.prototype.q1=function(e,t){null!=this.assigningShapeStyle&&this.assigningShapeStyle(this,t)},r.prototype.q0=function(e,t){null!=this.assigningShapeMarkerStyle&&this.assigningShapeMarkerStyle(this,t)},r.prototype.q2=function(e,t){this.q3()},r.prototype.q3=function(){var e=this.qi.externalObject;this.itemsSource=e.getPointData()},Object.defineProperty(r.prototype,"qi",{get:function(){return this.qh},set:function(e){var t=this.qh;this.qh=e,t!=this.qh&&this.raisePropertyChanged("ShapefileDataSource",t,this.qh)},enumerable:!1,configurable:!0}),r.prototype.get_e3=function(){return!0},r.prototype.set_e3=function(t){e.prototype.set_e3.call(this,t)},r.$t=n.markType(r,"GeographicShapeSeriesBase",m.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["IsCustomShapeMarkerStyleAllowed:qm:q4",[0,!1],"IsCustomShapeStyleAllowed:qn:q5",[0,!1],"ItemSearchMode:qf:q6",[i.ShapeItemSearchMode_$type,n.enumGetBox(i.ShapeItemSearchMode_$type,0)],"ItemSearchPointsThreshold:qp:q7",[1,1e4],"ItemSearchThreshold:qq:q8",[1,1e4],"ShapeFilterResolution:qo:q9",[1,2],"ShapeMemberPath:qy:ra",[2,"points"]]),r}(m),ee=function(e){function r(t){var r=e.call(this,t)||this;return r.ce=null,r.ce=t,r}return t.__extends(r,e),r.prototype.b2=function(){e.prototype.b2.call(this),this.ce.p5.rw=this.ce.qy},r.prototype.cf=function(){var e=this.ce.p5;if(null==this.ce.cd)return e.qk=null,void(e.qm=null);e.qk=this.ce.cd.s2,e.qm=this.ce.cd.s4},r.prototype.ch=function(){this.ce.p5.rw=this.ce.qy},r.prototype.cg=function(){this.ce.p5.ri=this.ce.qo},r.$t=n.markType(r,"GeographicShapeSeriesBaseView",y.$),r}(y),te=function(e){function r(t){var r=e.call(this,t)||this;return r.ci=null,r.ci=t,r.q||(r.ci.qy="points"),r}return t.__extends(r,e),r.prototype.as=function(){e.prototype.as.call(this),this.q||(this.ci.si=i.Defaults.aj,this.ci.gz=i.Defaults.p,this.ci.rh=i.Defaults.o,this.ci.re=i.Defaults.d,this.ci.rc=i.Defaults.a)},r.prototype.b2=function(){e.prototype.b2.call(this),this.ci.p5.uc=this.ci.sk,this.ci.p5.s5=this.ci.rf,this.ci.p5.tr=this.ci.r0,this.ci.p5.s8=this.ci.rh,this.ci.p5.sr=this.ci.rb},r.prototype.cn=function(){this.ci.p5.tr=this.ci.r0},r.prototype.cp=function(){this.ci.p5.s8=this.ci.rh},r.prototype.ck=function(){this.ci.p5.sr=this.ci.rb},r.prototype.co=function(){this.ci.p5.s0=this.ci.re},r.prototype.cj=function(){this.ci.p5.t8=this.ci.sh},r.prototype.cl=function(){this.ci.p5.t9=this.ci.si},r.prototype.cm=function(){this.ci.p5.ub=this.ci.sj},r.prototype.cq=function(){this.ci.p5.s5=this.ci.rf},r.prototype.cr=function(){this.ci.p5.uc=this.ci.sk},r.$t=n.markType(r,"GeographicShapeSeriesView",ee.$),r}(ee),re=function(e){function r(){var t=e.call(this)||this;return t.styleShape=null,t.ab=r.$,t}return t.__extends(r,e),r.prototype.get_d7=function(){return!0},r.prototype.bx=function(){return new te(this)},r.prototype.ly=function(t){e.prototype.ly.call(this,t),this.rg=t},r.prototype.p4=function(){var e=new i.ScatterPolygonSeries;return e.styleShape=n.delegateCombine(e.styleShape,n.runOn(this,this.rx)),e.propertyUpdated=n.delegateCombine(e.propertyUpdated,n.runOn(this,this.ry)),e},r.prototype.rx=function(e,t){null!=this.styleShape&&this.styleShape(this,t)},r.prototype.ry=function(e,t){n.typeCast(i.ScatterPolygonSeries.$,this.p5)},r.prototype.f2=function(){return this.rh},r.prototype.o5=function(){return this.sf},r.prototype.o6=function(){return this.sg},r.prototype.nd=function(){return this.rz},r.prototype.iy=function(){var e=n.typeCast(i.ScatterPolygonSeries.$,this.p5);return null==e?"Unknown":e.iy()},r.prototype.l3=function(t,i,n,o){switch(e.prototype.l3.call(this,t,i,n,o),i){case r.$$p[6]:this.p5.sy=this.rd;break;case r.$$p[5]:this.p5.su=this.rc;break;case r.$$p[9]:this.rg.cn();break;case r.$$p[10]:this.rg.cp();break;case r.$$p[4]:this.rg.ck();break;case r.$$p[11]:this.rg.co();break;case r.$$p[3]:this.rg.cj();break;case r.$$p[7]:this.rg.cl();break;case r.$$p[8]:this.rg.cm();break;case r.$$p[13]:this.rg.cq();break;case r.$$p[12]:this.rg.cr()}},r.prototype.gv=function(){return.7},r.$t=n.markType(r,"GeographicShapeSeries",Q.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["ActualMarkerBrush:sf:r1",[n.Brush.$],"ActualMarkerOutline:sg:r2",[n.Brush.$],"ActualMarkerTemplate:rz:r3",[n.DataTemplate.$,null],"MarkerBrush:sh:r4",[n.Brush.$],"MarkerCollisionAvoidance:rb:r5",[i.CollisionAvoidanceType_$type,n.enumGetBox(i.CollisionAvoidanceType_$type,0)],"MarkerFillMode:rc:r6",[i.MarkerFillMode_$type,n.enumGetBox(i.MarkerFillMode_$type,0)],"MarkerOutlineMode:rd:r7",[i.MarkerOutlineMode_$type,n.enumGetBox(i.MarkerOutlineMode_$type,0)],"MarkerOutline:si:r8",[n.Brush.$],"MarkerStyle:sj:r9",[n.Style.$],"MarkerTemplate:r0:sa",[n.DataTemplate.$,null],"MarkerThickness:rh:sb",[1,n.DeviceUtils.g(2)],"MarkerType:re:sc",[i.MarkerType_$type,n.enumGetBox(i.MarkerType_$type,2)],"ShapeStyle:sk:sd",[n.Style.$,null],"ShapeStyleSelector:rf:se",[i.StyleSelector.$,null]]),r}(Q),ie=function(e){function o(){var t=e.call(this)||this;return t._styleShape=null,t}return t.__extends(o,e),o.prototype.createImplementation=function(){return new re},Object.defineProperty(o.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isPolygon",{get:function(){return this.i.d7},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapeFill",{get:function(){return this.i.sk?this.i.sk.fill:null},set:function(e){this.ensureShapeStyle(),this.i.sk.fill=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapeStroke",{get:function(){return this.i.sk?this.i.sk.stroke:null},set:function(e){this.ensureShapeStyle(),this.i.sk.stroke=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapeStrokeThickness",{get:function(){return this.i.sk?this.i.sk.strokeThickness:NaN},set:function(e){this.ensureShapeStyle(),this.i.sk.strokeThickness=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapeOpacity",{get:function(){return this.i.sk?this.i.sk.opacity:NaN},set:function(e){this.ensureShapeStyle(),this.i.sk.opacity=+e},enumerable:!1,configurable:!0}),o.prototype.ensureShapeStyle=function(){this.i.sk||(this.i.sk=new n.Style)},Object.defineProperty(o.prototype,"markerType",{get:function(){return this.i.re},set:function(e){this.i.re=n.ensureEnum(i.MarkerType_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerOutlineMode",{get:function(){return this.i.rd},set:function(e){this.i.rd=n.ensureEnum(i.MarkerOutlineMode_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerFillMode",{get:function(){return this.i.rc},set:function(e){this.i.rc=n.ensureEnum(i.MarkerFillMode_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerTemplate",{get:function(){return this.i.r0},set:function(e){this.i.r0=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerBrush",{get:function(){return n.brushToString(this.i.sh)},set:function(e){this.i.sh=n.stringToBrush(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerOutline",{get:function(){return n.brushToString(this.i.si)},set:function(e){this.i.si=n.stringToBrush(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerThickness",{get:function(){return this.i.rh},set:function(e){this.i.rh=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerCollisionAvoidance",{get:function(){return this.i.rb},set:function(e){this.i.rb=n.ensureEnum(i.CollisionAvoidanceType_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"actualMarkerTemplate",{get:function(){return this.i.rz},set:function(e){this.i.rz=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"actualMarkerBrush",{get:function(){return n.brushToString(this.i.sf)},set:function(e){this.i.sf=n.stringToBrush(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"actualMarkerOutline",{get:function(){return n.brushToString(this.i.sg)},set:function(e){this.i.sg=n.stringToBrush(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"styleShape",{get:function(){var e=this;return null==this._styleShape&&(this._styleShape=new r.EventEmitter,this.i.styleShape=n.delegateCombine(this.i.styleShape,(function(t,r){e._runInZone((function(){var t=new i.IgxStyleShapeEventArgs;t._provideImplementation(r),e.beforeStyleShape&&e.beforeStyleShape(e,t),e._styleShape.emit({sender:e,args:t})}))}))),this._styleShape},enumerable:!1,configurable:!0}),o.ɵfac=r.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:o,deps:[],target:r.ɵɵFactoryTarget.Component}),o.ɵcmp=r.ɵɵngDeclareComponent({minVersion:"12.0.0",version:"12.2.14",type:o,selector:"igx-geographic-shape-series",inputs:{shapeFill:"shapeFill",shapeStroke:"shapeStroke",shapeStrokeThickness:"shapeStrokeThickness",shapeOpacity:"shapeOpacity",markerType:"markerType",markerOutlineMode:"markerOutlineMode",markerFillMode:"markerFillMode",markerTemplate:"markerTemplate",markerBrush:"markerBrush",markerOutline:"markerOutline",markerThickness:"markerThickness",markerCollisionAvoidance:"markerCollisionAvoidance",actualMarkerTemplate:"actualMarkerTemplate",actualMarkerBrush:"actualMarkerBrush",actualMarkerOutline:"actualMarkerOutline"},outputs:{styleShape:"styleShape"},providers:[{provide:J,useExisting:r.forwardRef((function(){return o}))},{provide:K,useExisting:r.forwardRef((function(){return o}))},{provide:i.IgxSeriesComponent,useExisting:r.forwardRef((function(){return o}))}],usesInheritance:!0,ngImport:r,template:"",isInline:!0,changeDetection:r.ChangeDetectionStrategy.OnPush}),o}(J);r.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:ie,decorators:[{type:r.Component,args:[{selector:"igx-geographic-shape-series",template:"",providers:[{provide:J,useExisting:r.forwardRef((function(){return ie}))},{provide:K,useExisting:r.forwardRef((function(){return ie}))},{provide:i.IgxSeriesComponent,useExisting:r.forwardRef((function(){return ie}))}],changeDetection:r.ChangeDetectionStrategy.OnPush}]}],ctorParameters:function(){return[]},propDecorators:{shapeFill:[{type:r.Input}],shapeStroke:[{type:r.Input}],shapeStrokeThickness:[{type:r.Input}],shapeOpacity:[{type:r.Input}],markerType:[{type:r.Input}],markerOutlineMode:[{type:r.Input}],markerFillMode:[{type:r.Input}],markerTemplate:[{type:r.Input}],markerBrush:[{type:r.Input}],markerOutline:[{type:r.Input}],markerThickness:[{type:r.Input}],markerCollisionAvoidance:[{type:r.Input}],actualMarkerTemplate:[{type:r.Input}],actualMarkerBrush:[{type:r.Input}],actualMarkerOutline:[{type:r.Input}],styleShape:[{type:r.Output}]}});var ne=function(){function e(){}return e.ɵfac=r.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,deps:[],target:r.ɵɵFactoryTarget.NgModule}),e.ɵmod=r.ɵɵngDeclareNgModule({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,declarations:[ie],imports:[o.CommonModule,i.IgxScatterPolygonSeriesDynamicModule],exports:[ie,i.IgxScatterPolygonSeriesDynamicModule]}),e.ɵinj=r.ɵɵngDeclareInjector({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,imports:[[o.CommonModule,i.IgxScatterPolygonSeriesDynamicModule],i.IgxScatterPolygonSeriesDynamicModule]}),e}();r.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:ne,decorators:[{type:r.NgModule,args:[{declarations:[ie],imports:[o.CommonModule,i.IgxScatterPolygonSeriesDynamicModule],exports:[ie,i.IgxScatterPolygonSeriesDynamicModule],entryComponents:[]}]}]});var oe=function(){function e(){n.TypeRegistrar.registerCons("IgxGeographicShapeSeriesComponent",ie),n.TypeRegistrar.register("GeographicShapeSeries",re.$type)}return e.ɵfac=r.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,deps:[],target:r.ɵɵFactoryTarget.NgModule}),e.ɵmod=r.ɵɵngDeclareNgModule({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,imports:[o.CommonModule,ne],exports:[ne]}),e.ɵinj=r.ɵɵngDeclareInjector({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,imports:[[o.CommonModule,ne],ne]}),e}();r.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:oe,decorators:[{type:r.NgModule,args:[{declarations:[],imports:[o.CommonModule,ne],exports:[ne],entryComponents:[ie]}]}],ctorParameters:function(){return[]}});var ae=function(e){function r(t){var r=e.call(this,t)||this;return r.ci=null,r.ci=t,r}return t.__extends(r,e),r.prototype.as=function(){e.prototype.as.call(this),this.q||(this.ci.gz=i.Defaults.n)},r.prototype.b2=function(){e.prototype.b2.call(this),this.ci.p5.sr=this.ci.rb,this.ci.p5.sw=this.ci.rj},r.prototype.cj=function(){this.ci.p5.sr=this.ci.rb},r.prototype.ck=function(){this.ci.p5.sw=this.ci.rj},r.$t=n.markType(r,"GeographicPolylineSeriesView",ee.$),r}(ee),se=function(e){function r(){var t=e.call(this)||this;return t.styleShape=null,t.ab=r.$,t}return t.__extends(r,e),r.prototype.get_d8=function(){return!0},r.prototype.bx=function(){return new ae(this)},r.prototype.ly=function(t){e.prototype.ly.call(this,t),this.rc=t},r.prototype.p4=function(){var e=new i.ScatterPolylineSeries;return e.styleShape=n.delegateCombine(e.styleShape,n.runOn(this,this.rg)),e},r.prototype.rg=function(e,t){null!=this.styleShape&&this.styleShape(this,t)},r.prototype.l3=function(t,i,n,o){switch(e.prototype.l3.call(this,t,i,n,o),i){case r.$$p[1]:this.rc.cj();break;case r.$$p[0]:this.rc.ck()}},r.$t=n.markType(r,"GeographicPolylineSeries",Q.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["ShapeStyle:rj:rh",[n.Style.$,null],"ShapeStyleSelector:rb:ri",[i.StyleSelector.$,null]]),r}(Q),pe=function(e){function o(){var t=e.call(this)||this;return t._styleShape=null,t}return t.__extends(o,e),o.prototype.createImplementation=function(){return new se},Object.defineProperty(o.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isPolyline",{get:function(){return this.i.d8},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapeFill",{get:function(){return this.i.rj?this.i.rj.fill:null},set:function(e){this.ensureShapeStyle(),this.i.rj.fill=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapeStroke",{get:function(){return this.i.rj?this.i.rj.stroke:null},set:function(e){this.ensureShapeStyle(),this.i.rj.stroke=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapeStrokeThickness",{get:function(){return this.i.rj?this.i.rj.strokeThickness:NaN},set:function(e){this.ensureShapeStyle(),this.i.rj.strokeThickness=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapeOpacity",{get:function(){return this.i.rj?this.i.rj.opacity:NaN},set:function(e){this.ensureShapeStyle(),this.i.rj.opacity=+e},enumerable:!1,configurable:!0}),o.prototype.ensureShapeStyle=function(){this.i.rj||(this.i.rj=new n.Style)},Object.defineProperty(o.prototype,"styleShape",{get:function(){var e=this;return null==this._styleShape&&(this._styleShape=new r.EventEmitter,this.i.styleShape=n.delegateCombine(this.i.styleShape,(function(t,r){e._runInZone((function(){var t=new i.IgxStyleShapeEventArgs;t._provideImplementation(r),e.beforeStyleShape&&e.beforeStyleShape(e,t),e._styleShape.emit({sender:e,args:t})}))}))),this._styleShape},enumerable:!1,configurable:!0}),o.ɵfac=r.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:o,deps:[],target:r.ɵɵFactoryTarget.Component}),o.ɵcmp=r.ɵɵngDeclareComponent({minVersion:"12.0.0",version:"12.2.14",type:o,selector:"igx-geographic-polyline-series",inputs:{shapeFill:"shapeFill",shapeStroke:"shapeStroke",shapeStrokeThickness:"shapeStrokeThickness",shapeOpacity:"shapeOpacity"},outputs:{styleShape:"styleShape"},providers:[{provide:J,useExisting:r.forwardRef((function(){return o}))},{provide:K,useExisting:r.forwardRef((function(){return o}))},{provide:i.IgxSeriesComponent,useExisting:r.forwardRef((function(){return o}))}],usesInheritance:!0,ngImport:r,template:"",isInline:!0,changeDetection:r.ChangeDetectionStrategy.OnPush}),o}(J);r.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:pe,decorators:[{type:r.Component,args:[{selector:"igx-geographic-polyline-series",template:"",providers:[{provide:J,useExisting:r.forwardRef((function(){return pe}))},{provide:K,useExisting:r.forwardRef((function(){return pe}))},{provide:i.IgxSeriesComponent,useExisting:r.forwardRef((function(){return pe}))}],changeDetection:r.ChangeDetectionStrategy.OnPush}]}],ctorParameters:function(){return[]},propDecorators:{shapeFill:[{type:r.Input}],shapeStroke:[{type:r.Input}],shapeStrokeThickness:[{type:r.Input}],shapeOpacity:[{type:r.Input}],styleShape:[{type:r.Output}]}});var ue=function(){function e(){}return e.ɵfac=r.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,deps:[],target:r.ɵɵFactoryTarget.NgModule}),e.ɵmod=r.ɵɵngDeclareNgModule({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,declarations:[pe],imports:[o.CommonModule,i.IgxScatterPolylineSeriesDynamicModule],exports:[pe,i.IgxScatterPolylineSeriesDynamicModule]}),e.ɵinj=r.ɵɵngDeclareInjector({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,imports:[[o.CommonModule,i.IgxScatterPolylineSeriesDynamicModule],i.IgxScatterPolylineSeriesDynamicModule]}),e}();r.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:ue,decorators:[{type:r.NgModule,args:[{declarations:[pe],imports:[o.CommonModule,i.IgxScatterPolylineSeriesDynamicModule],exports:[pe,i.IgxScatterPolylineSeriesDynamicModule],entryComponents:[]}]}]});var le=function(){function e(){n.TypeRegistrar.registerCons("IgxGeographicPolylineSeriesComponent",pe),n.TypeRegistrar.register("GeographicPolylineSeries",se.$type)}return e.ɵfac=r.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,deps:[],target:r.ɵɵFactoryTarget.NgModule}),e.ɵmod=r.ɵɵngDeclareNgModule({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,imports:[o.CommonModule,ue],exports:[ue]}),e.ɵinj=r.ɵɵngDeclareInjector({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,imports:[[o.CommonModule,ue],ue]}),e}();r.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:le,decorators:[{type:r.NgModule,args:[{declarations:[],imports:[o.CommonModule,ue],exports:[ue],entryComponents:[pe]}]}],ctorParameters:function(){return[]}});var ce=function(){function e(){}return e.ɵfac=r.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,deps:[],target:r.ɵɵFactoryTarget.NgModule}),e.ɵmod=r.ɵɵngDeclareNgModule({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,imports:[o.CommonModule]}),e.ɵinj=r.ɵɵngDeclareInjector({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,imports:[[o.CommonModule]]}),e}();r.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:ce,decorators:[{type:r.NgModule,args:[{declarations:[],imports:[o.CommonModule],exports:[],entryComponents:[]}]}]});var he=function(e){function r(){var t=e.call(this,new n.TileGeneratorTileSource)||this;return t.downloadingImage=n.delegateCombine(t.downloadingImage,n.runOn(t,t.br)),t.cancellingImage=n.delegateCombine(t.cancellingImage,n.runOn(t,t.bq)),t}return t.__extends(r,e),r.prototype.bq=function(e,t){var r=t.uri.toString().split("/"),i=parseInt(n.stringReplace(r[3],"/","")),o=parseInt(n.stringReplace(r[4],"/","")),a=parseInt(n.stringReplace(n.stringReplace(r[5],"/",""),".png",""));null!=this.tileGenerator&&this.tileGenerator.cancelTile(i,o,a)},r.prototype.br=function(e,t){var r=this,i=t.uri.toString().split("/"),o=parseInt(n.stringReplace(i[3],"/","")),a=parseInt(n.stringReplace(i[4],"/","")),s=parseInt(n.stringReplace(n.stringReplace(i[5],"/",""),".png",""));t.uri=null;var p=t.image;null!=this.tileGenerator&&this.tileGenerator.getTile(o,a,s,(function(e,t){return r.deferralHandler.deferAction((function(){return p.src=t.url}))}),(function(e,t){}),(function(e,t){}),p)},r.$t=n.markType(r,"TileGeneratorMapImagery",d.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"ba",["TileGenerator",[n.ITileGenerator_$type,null]]),r}(d),ge=function(e){function r(){return e.call(this)||this}return t.__extends(r,e),r.prototype.createImplementation=function(){return new he},Object.defineProperty(r.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"tileGenerator",{get:function(){return this.i.tileGenerator},set:function(e){this.i.tileGenerator=e},enumerable:!1,configurable:!0}),r}(j),me=function(){function e(){n.TypeRegistrar.registerCons("IgxTileGeneratorMapImagery",ge),n.TypeRegistrar.register("TileGeneratorMapImagery",he.$type)}return e.ɵfac=r.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,deps:[],target:r.ɵɵFactoryTarget.NgModule}),e.ɵmod=r.ɵɵngDeclareNgModule({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,imports:[o.CommonModule,ce],exports:[ce]}),e.ɵinj=r.ɵɵngDeclareInjector({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,imports:[[o.CommonModule,ce],ce]}),e}();r.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:me,decorators:[{type:r.NgModule,args:[{declarations:[],imports:[o.CommonModule,ce],exports:[ce],entryComponents:[]}]}],ctorParameters:function(){return[]}});var ye=function(e){function r(){var t=e.call(this)||this;return t.ss=null,t.sr=null,t.imageTilesReady=null,t.sv=null,t.sw=!1,t.ab=r.$,t}return t.__extends(r,e),r.prototype.get_ei=function(){return!0},r.prototype.bx=function(){return new fe(this)},r.prototype.ly=function(t){e.prototype.ly.call(this,t),this.sq=t},r.prototype.get_q6=function(){return!1},Object.defineProperty(r.prototype,"su",{get:function(){return this.ss},set:function(e){if(e!=this.su){var t=this.su;this.ss=e,this.raisePropertyChanged("TileImagery",t,e)}},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"st",{get:function(){return this.sr},set:function(e){var t=this.sr;this.sr=e,this.raisePropertyChanged("ActualTileImagery",t,this.sr)},enumerable:!1,configurable:!0}),r.prototype.l3=function(t,r,i,o){var a,s;switch(e.prototype.l3.call(this,t,r,i,o),r){case"TileImagery":s=o,null!=(a=i)&&(a.propertyChanged=n.delegateRemove(a.propertyChanged,n.runOn(this,this.sz))),null!=s&&(s.propertyChanged=n.delegateCombine(s.propertyChanged,n.runOn(this,this.sz))),this.sq.de(a,s),this.mh(!1),this.lo();break;case"ActualTileImagery":s=o,null!=(a=i)&&(a.imageTilesReady=n.delegateRemove(a.imageTilesReady,n.runOn(this,this.s0)),a.deferralHandler=null),null!=s&&(s.imageTilesReady=n.delegateCombine(s.imageTilesReady,n.runOn(this,this.s0)),s.deferralHandler=this),this.sq.dd(a,s),null!=s&&null!==n.typeCast(f.$,this.cd)&&(s.geographicMap=this.cd,this.s2(this.b0),this.sq.da(this.cd.sf)),this.lo();break;case"ActualWindowRect":this.sq.da(o);break;case"WorldRect":this.sq.dh(o);break;case"SeriesViewer":var p=o;null!=i&&null!=this.st&&this.st.be(null),null!=p&&null!=this.st&&this.st.be(this.b0.w);break;case"ActualBrush":case"ActualOutline":case"ActualThickness":this.lq()}},r.prototype.sz=function(e,t){"MultiScaleImage"==t.propertyName&&this.s2(this.b0)},r.prototype.s0=function(e,t){null!=this.imageTilesReady&&this.imageTilesReady(this,new n.EventArgs),this.sw||this.sq.df()},r.prototype.register=function(e,t){this.sv=t},r.prototype.unRegister=function(e){this.sv=null},r.prototype.deferredRefresh=function(){this.mh(!1)},r.prototype.deferAction=function(e){null!=this.g9?this.g9.setTimeout(e,0):window.setTimeout(e,0)},r.prototype.m4=function(t,r){this.sq.dg(),e.prototype.m4.call(this,t,r)},r.prototype.mi=function(t){e.prototype.mi.call(this,t),this.s1(t,this.b0)},r.prototype.s1=function(e,t){var r,i,n=t,o=t.getViewInfo(r,i);r=o.p0,i=o.p1,this.s2(t),null!=this.sv&&(this.sw=!0,this.sv(e),this.sw=!1),n.df()},r.prototype.mg=function(t,r,i,n,o){e.prototype.mg.call(this,t,r,i,n,o);var a=this.fc.item(n);a.a1(i),this.cx(a)||this.sa(a)},r.prototype.s2=function(e){var t,r,i=e.getViewInfo(t,r);t=i.p0,r=i.p1,null!=this.su&&null!=this.su.ao&&(this.su!=this.st&&(this.st=this.su),null==this.st||t.isEmpty||(this.st.width!=t.width&&(this.st.width=t.width),this.st.height!=t.height&&(this.st.height=t.height)))},r.prototype.kx=function(t,r){e.prototype.kx.call(this,t,r),r.db()},r.$t=n.markType(r,"TileSeries",i.ShapeSeriesBase.$,[n.IMapRenderDeferralHandler_$type]),r}(i.ShapeSeriesBase),fe=function(e){function r(t){var r=e.call(this,t)||this;return r.c7=null,r.di=new n.GeometryGroup,r.c9=null,r.c8=null,r.c7=t,r}return t.__extends(r,e),r.prototype.as=function(){e.prototype.as.call(this),this.q||(this.c7.o7=i.Defaults.ao,this.c7.o2=i.Defaults.an)},r.prototype.ch=function(e,t){t.c.count>0&&this.di.d.add(t)},r.prototype.c2=function(e,t){return this.c3(e,t,!0)},r.prototype.c1=function(e,t){return null},r.prototype.cl=function(e,t){},r.prototype.cj=function(e,t,r){},r.prototype.cr=function(){e.prototype.cr.call(this),this.di.d.clear()},r.prototype.cq=function(){e.prototype.cq.call(this),this.aq()},r.prototype.da=function(e){null!=this.c7.su&&(this.c7.su.windowRect=e)},r.prototype.dd=function(e,t){if(null==this.c9){this.c9=this.e.g9.createElement("canvas");var r=this.e.g9.get2DCanvasContext(this.c9);this.c8=new n.RenderingContext(new n.CanvasViewRenderer,r),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=n.delegateRemove(e.imagesChanged,n.runOn(this,this.dc))),null!=t&&(null!=this.w&&t.be(this.w),t.bd(this.c8),t.bf(this.bu),t.imagesChanged=n.delegateCombine(t.imagesChanged,n.runOn(this,this.dc)))},r.prototype.dc=function(e,t){this.aq()},r.prototype.de=function(e,t){},r.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.su&&this.c7.su.bf(this.bu)},r.prototype.a6=function(t,r){if(e.prototype.a6.call(this,t,r),!r&&null!=this.c9){var i=!1;if(this.di.d.count>0)i=!0,this.k.z(),this.k.q(this.di),this.k.g().clip();var o=n.truncate(Math.round(this.bu.left)),a=n.truncate(Math.round(this.bu.top)),s=n.truncate(Math.round(this.bu.width)),p=n.truncate(Math.round(this.bu.height));this.k.n(this.c9.getNativeElement(),1,o,a,s,p,o,a,s,p),i&&this.k.y()}},r.prototype.df=function(){this.aq()},r.prototype.db=function(){},r.prototype.dh=function(e){null!=this.c7.su&&this.c7.su.a6()},r.$t=n.markType(r,"TileSeriesView",i.ShapeSeriesViewBase.$),r}(i.ShapeSeriesViewBase),de=function(e){function n(){return e.call(this)||this}return t.__extends(n,e),n.prototype.createImplementation=function(){return new ye},Object.defineProperty(n.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"isTile",{get:function(){return this.i.ei},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"tileImagery",{get:function(){return null==this.i.su?null:this.i.su.externalObject},set:function(e){this.i.su=null==e?null:e.i},enumerable:!1,configurable:!0}),n.prototype.findByName=function(t){var r=e.prototype.findByName.call(this,t);return r||(this.tileImagery&&this.tileImagery.name&&this.tileImagery.name==t?this.tileImagery:null)},n.prototype.deferredRefresh=function(){this.i.deferredRefresh()},n.ɵfac=r.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:n,deps:[],target:r.ɵɵFactoryTarget.Component}),n.ɵcmp=r.ɵɵngDeclareComponent({minVersion:"12.0.0",version:"12.2.14",type:n,selector:"igx-tile-series",inputs:{tileImagery:"tileImagery"},providers:[{provide:i.IgxShapeSeriesBaseComponent,useExisting:r.forwardRef((function(){return n}))},{provide:i.IgxSeriesComponent,useExisting:r.forwardRef((function(){return n}))}],usesInheritance:!0,ngImport:r,template:"",isInline:!0,changeDetection:r.ChangeDetectionStrategy.OnPush}),n}(i.IgxShapeSeriesBaseComponent);r.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:de,decorators:[{type:r.Component,args:[{selector:"igx-tile-series",template:"",providers:[{provide:i.IgxShapeSeriesBaseComponent,useExisting:r.forwardRef((function(){return de}))},{provide:i.IgxSeriesComponent,useExisting:r.forwardRef((function(){return de}))}],changeDetection:r.ChangeDetectionStrategy.OnPush}]}],ctorParameters:function(){return[]},propDecorators:{tileImagery:[{type:r.Input}]}});var be=function(){function e(){}return e.ɵfac=r.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,deps:[],target:r.ɵɵFactoryTarget.NgModule}),e.ɵmod=r.ɵɵngDeclareNgModule({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,declarations:[de],imports:[o.CommonModule],exports:[de]}),e.ɵinj=r.ɵɵngDeclareInjector({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,imports:[[o.CommonModule]]}),e}();r.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:be,decorators:[{type:r.NgModule,args:[{declarations:[de],imports:[o.CommonModule],exports:[de],entryComponents:[]}]}]});var Se=function(){function e(){n.TypeRegistrar.registerCons("IgxTileSeriesComponent",de),n.TypeRegistrar.register("TileSeries",ye.$type)}return e.ɵfac=r.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,deps:[],target:r.ɵɵFactoryTarget.NgModule}),e.ɵmod=r.ɵɵngDeclareNgModule({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,imports:[o.CommonModule,be],exports:[be]}),e.ɵinj=r.ɵɵngDeclareInjector({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,imports:[[o.CommonModule,be],be]}),e}();r.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:Se,decorators:[{type:r.NgModule,args:[{declarations:[],imports:[o.CommonModule,be],exports:[be],entryComponents:[de]}]}],ctorParameters:function(){return[]}});var ve=function(e){function r(){var t=e.call(this)||this;return t.rc=null,t.rb=null,t.imageTilesReady=null,t.ab=r.$,t}return t.__extends(r,e),r.prototype.get_ei=function(){return!0},Object.defineProperty(r.prototype,"rd",{get:function(){return this.rc},set:function(e){if(e!=this.rd){var t=this.rd;this.rc=e,this.raisePropertyChanged("TileImagery",t,e)}},enumerable:!1,configurable:!0}),r.prototype.rh=function(){null!=this.rd&&this.rd.clearTileCache()},r.prototype.l3=function(t,r,i,n){switch(e.prototype.l3.call(this,t,r,i,n),r){case"TileImagery":null!=this.p5&&(this.p5.su=this.rd)}},r.prototype.qa=function(){if(e.prototype.qa.call(this),this.p5.su=this.rd,null!=this.rb){var t=this.rb;t.imageTilesReady=n.delegateRemove(t.imageTilesReady,n.runOn(this,this.rg))}if(this.rb=this.p5,null!=this.rb){var r=this.rb;r.imageTilesReady=n.delegateCombine(r.imageTilesReady,n.runOn(this,this.rg))}},r.prototype.p4=function(){return new ye},r.prototype.rg=function(e,t){null!=this.imageTilesReady&&this.imageTilesReady(this,new h)},r.$t=n.markType(r,"GeographicTileSeries",Q.$),r}(Q),Me=function(e){function o(){var t=e.call(this)||this;return t._imageTilesReady=null,t}return t.__extends(o,e),o.prototype.createImplementation=function(){return new ve},Object.defineProperty(o.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isTile",{get:function(){return this.i.ei},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"tileImagery",{get:function(){return null==this.i.rd?null:this.i.rd.externalObject},set:function(e){this.i.rd=null==e?null:e.i},enumerable:!1,configurable:!0}),o.prototype.findByName=function(t){var r=e.prototype.findByName.call(this,t);return r||(this.tileImagery&&this.tileImagery.name&&this.tileImagery.name==t?this.tileImagery:null)},o.prototype.clearTileCache=function(){this.i.rh()},Object.defineProperty(o.prototype,"imageTilesReady",{get:function(){var e=this;return null==this._imageTilesReady&&(this._imageTilesReady=new r.EventEmitter,this.i.imageTilesReady=n.delegateCombine(this.i.imageTilesReady,(function(t,r){e._runInZone((function(){var t=new _;t._provideImplementation(r),e.beforeImageTilesReady&&e.beforeImageTilesReady(e,t),e._imageTilesReady.emit({sender:e,args:t})}))}))),this._imageTilesReady},enumerable:!1,configurable:!0}),o.ɵfac=r.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:o,deps:[],target:r.ɵɵFactoryTarget.Component}),o.ɵcmp=r.ɵɵngDeclareComponent({minVersion:"12.0.0",version:"12.2.14",type:o,selector:"igx-geographic-tile-series",inputs:{tileImagery:"tileImagery"},outputs:{imageTilesReady:"imageTilesReady"},providers:[{provide:J,useExisting:r.forwardRef((function(){return o}))},{provide:K,useExisting:r.forwardRef((function(){return o}))},{provide:i.IgxSeriesComponent,useExisting:r.forwardRef((function(){return o}))}],usesInheritance:!0,ngImport:r,template:"",isInline:!0,changeDetection:r.ChangeDetectionStrategy.OnPush}),o}(J);r.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:Me,decorators:[{type:r.Component,args:[{selector:"igx-geographic-tile-series",template:"",providers:[{provide:J,useExisting:r.forwardRef((function(){return Me}))},{provide:K,useExisting:r.forwardRef((function(){return Me}))},{provide:i.IgxSeriesComponent,useExisting:r.forwardRef((function(){return Me}))}],changeDetection:r.ChangeDetectionStrategy.OnPush}]}],ctorParameters:function(){return[]},propDecorators:{tileImagery:[{type:r.Input}],imageTilesReady:[{type:r.Output}]}});var Ie=function(){function e(){}return e.ɵfac=r.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,deps:[],target:r.ɵɵFactoryTarget.NgModule}),e.ɵmod=r.ɵɵngDeclareNgModule({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,declarations:[Me],imports:[o.CommonModule,Se],exports:[Me,Se]}),e.ɵinj=r.ɵɵngDeclareInjector({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,imports:[[o.CommonModule,Se],Se]}),e}();r.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:Ie,decorators:[{type:r.NgModule,args:[{declarations:[Me],imports:[o.CommonModule,Se],exports:[Me,Se],entryComponents:[]}]}]});var Ce=function(){function e(){n.TypeRegistrar.registerCons("IgxGeographicTileSeriesComponent",Me),n.TypeRegistrar.register("GeographicTileSeries",ve.$type)}return e.ɵfac=r.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,deps:[],target:r.ɵɵFactoryTarget.NgModule}),e.ɵmod=r.ɵɵngDeclareNgModule({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,imports:[o.CommonModule,Ie],exports:[Ie]}),e.ɵinj=r.ɵɵngDeclareInjector({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,imports:[[o.CommonModule,Ie],Ie]}),e}();r.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:Ce,decorators:[{type:r.NgModule,args:[{declarations:[],imports:[o.CommonModule,Ie],exports:[Ie],entryComponents:[Me]}]}],ctorParameters:function(){return[]}});var xe=function(e){function o(){return e.call(this)||this}return t.__extends(o,e),Object.defineProperty(o.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerType",{get:function(){return this.i.qf},set:function(e){this.i.qf=n.ensureEnum(i.MarkerType_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerThickness",{get:function(){return this.i.qg},set:function(e){this.i.qg=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerOutlineMode",{get:function(){return this.i.qe},set:function(e){this.i.qe=n.ensureEnum(i.MarkerOutlineMode_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerFillMode",{get:function(){return this.i.qd},set:function(e){this.i.qd=n.ensureEnum(i.MarkerFillMode_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerTemplate",{get:function(){return this.i.qv},set:function(e){this.i.qv=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerBrush",{get:function(){return n.brushToString(this.i.q9)},set:function(e){this.i.q9=n.stringToBrush(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerOutline",{get:function(){return n.brushToString(this.i.ra)},set:function(e){this.i.ra=n.stringToBrush(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"maximumMarkers",{get:function(){return this.i.qh},set:function(e){this.i.qh=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"actualMarkerTemplate",{get:function(){return this.i.qu},set:function(e){this.i.qu=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"actualMarkerBrush",{get:function(){return n.brushToString(this.i.q7)},set:function(e){this.i.q7=n.stringToBrush(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"actualMarkerOutline",{get:function(){return n.brushToString(this.i.q8)},set:function(e){this.i.q8=n.stringToBrush(e)},enumerable:!1,configurable:!0}),o.ɵfac=r.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:o,deps:[],target:r.ɵɵFactoryTarget.Component}),o.ɵcmp=r.ɵɵngDeclareComponent({minVersion:"12.0.0",version:"12.2.14",type:o,selector:"ng-component",inputs:{markerType:"markerType",markerThickness:"markerThickness",markerOutlineMode:"markerOutlineMode",markerFillMode:"markerFillMode",markerTemplate:"markerTemplate",markerBrush:"markerBrush",markerOutline:"markerOutline",maximumMarkers:"maximumMarkers",actualMarkerTemplate:"actualMarkerTemplate",actualMarkerBrush:"actualMarkerBrush",actualMarkerOutline:"actualMarkerOutline"},usesInheritance:!0,ngImport:r,template:"",isInline:!0}),o}(K);r.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:xe,decorators:[{type:r.Component,args:[{template:""}]}],ctorParameters:function(){return[]},propDecorators:{markerType:[{type:r.Input}],markerThickness:[{type:r.Input}],markerOutlineMode:[{type:r.Input}],markerFillMode:[{type:r.Input}],markerTemplate:[{type:r.Input}],markerBrush:[{type:r.Input}],markerOutline:[{type:r.Input}],maximumMarkers:[{type:r.Input}],actualMarkerTemplate:[{type:r.Input}],actualMarkerBrush:[{type:r.Input}],actualMarkerOutline:[{type:r.Input}]}});var _e=function(e){function r(){var t=e.call(this)||this,r=t.p5;return r.propertyUpdated=n.delegateCombine(r.propertyUpdated,n.runOn(t,t.qt)),t}return t.__extends(r,e),r.prototype.nd=function(){return this.qu},r.prototype.o5=function(){return this.q7},r.prototype.o6=function(){return this.q8},r.prototype.f2=function(){return this.qg},r.prototype.iy=function(){var e=n.typeCast(i.MarkerSeries.$,this.p5);return null==e?"Unknown":e.iy()},r.prototype.qt=function(e,t){var r=n.typeCast(i.MarkerSeries.$,this.p5);null!=r&&("ActualMarkerTemplate"==t.propertyName?this.qu=r.qw:"ActualMarkerOutline"==t.propertyName?this.q8=r.rd:"ActualMarkerBrush"==t.propertyName&&(this.q7=r.rc))},r.prototype.l3=function(t,i,n,o){switch(e.prototype.l3.call(this,t,i,n,o),i){case r.$$p[3]:this.p5.re=this.q9;break;case r.$$p[6]:this.p5.rf=this.ra;break;case r.$$p[5]:this.p5.p9=this.qe;break;case r.$$p[4]:this.p5.p5=this.qd;break;case r.$$p[9]:this.p5.qc=this.qf;break;case r.$$p[7]:this.p5.qy=this.qv;break;case r.$$p[8]:this.p5.qh=this.qg;break;case r.$$p[10]:this.p5.sx=this.qh}},r.$t=n.markType(r,"GeographicMarkerSeries",m.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["ActualMarkerBrush:q7:qw",[n.Brush.$],"ActualMarkerOutline:q8:qx",[n.Brush.$],"ActualMarkerTemplate:qu:qy",[n.DataTemplate.$,null],"MarkerBrush:q9:qz",[n.Brush.$],"MarkerFillMode:qd:q0",[i.MarkerFillMode_$type,n.enumGetBox(i.MarkerFillMode_$type,0)],"MarkerOutlineMode:qe:q1",[i.MarkerOutlineMode_$type,n.enumGetBox(i.MarkerOutlineMode_$type,0)],"MarkerOutline:ra:q2",[n.Brush.$],"MarkerTemplate:qv:q3",[n.DataTemplate.$,null],"MarkerThickness:qg:q4",[1,n.DeviceUtils.g(2)],"MarkerType:qf:q5",[i.MarkerType_$type,n.enumGetBox(i.MarkerType_$type,i.Defaults.e)],"MaximumMarkers:qh:q6",[1,400]]),r}(m),ke=function(e){function r(t){var r=e.call(this,t)||this;return r.ce=null,r.ce=t,r}return t.__extends(r,e),r.prototype.as=function(){e.prototype.as.call(this),this.q},r.prototype.b2=function(){e.prototype.b2.call(this);var t=this.ce.p5;t.td=this.ce.r4,t.tl=this.ce.r2,t.qc=this.ce.qf,t.qy=this.ce.qv,t.qh=this.ce.qg,t.vg=this.ce.ro,t.v6=this.ce.r9,t.u6=this.ce.rg,t.vw=this.ce.r0,t.vr=this.ce.rs,t.u3=this.ce.rd,t.ve=this.ce.rk,t.vf=this.ce.rn,t.vl=this.ce.rq,t.vk=this.ce.rp},r.prototype.cn=function(){this.ce.p5.td=this.ce.r4},r.prototype.cm=function(){this.ce.p5.tl=this.ce.r2},r.prototype.cs=function(){this.ce.p5.qc=this.ce.qf},r.prototype.cq=function(){this.ce.p5.qy=this.ce.qv},r.prototype.cr=function(){this.ce.p5.qh=this.ce.qg},r.prototype.ct=function(){this.ce.p5.sx=this.ce.qh},r.prototype.cv=function(){this.ce.p5.xAxis=this.ce.cd.s2},r.prototype.cw=function(){this.ce.p5.yAxis=this.ce.cd.s4},r.prototype.cu=function(){var e=this.ce.p5;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},r.prototype.co=function(){this.ce.p5.re=this.ce.q9},r.prototype.cp=function(){this.ce.p5.rf=this.ce.ra},r.prototype.cx=function(){this.ce.p5.v6=this.ce.r9},r.prototype.cy=function(){this.ce.p5.u6=this.ce.rg,this.ce.p5.vg=this.ce.ro},r.prototype.ci=function(){this.ce.p5.vw=this.ce.r0},r.prototype.cg=function(){this.ce.p5.u3=this.ce.rd,this.ce.p5.ve=this.ce.rk,this.ce.p5.vf=this.ce.rn,this.ce.p5.vl=this.ce.rq,this.ce.p5.vk=this.ce.rp},r.prototype.cf=function(){this.ce.p5.vr=this.ce.rs},r.prototype.cz=function(){this.ce.p5.vg=this.ce.ro},r.prototype.ch=function(){this.ce.p5.ve=this.ce.rk},r.prototype.cl=function(){this.ce.p5.vf=this.ce.rn},r.prototype.ck=function(){this.ce.p5.vl=this.ce.rq},r.prototype.cj=function(){this.ce.p5.vk=this.ce.rp},r.$t=n.markType(r,"GeographicProportionalSymbolSeriesView",y.$),r}(y),Pe=function(e){function r(){var t=e.call(this)||this;return t.re=null,t.rj=!1,t.ri=!1,t.assigningScatterStyle=null,t.assigningScatterMarkerStyle=null,t.ab=r.$,t}return t.__extends(r,e),r.prototype.get_c4=function(){return!0},r.prototype.bx=function(){return new ke(this)},r.prototype.ly=function(t){e.prototype.ly.call(this,t),this.rh=t},r.prototype.gv=function(){return.7},r.prototype.p4=function(){return new i.BubbleSeries},r.prototype.get_dx=function(){return!0},r.prototype.l3=function(t,i,o,a){switch(e.prototype.l3.call(this,t,i,o,a),i){case"SeriesViewer":this.rh.cu();break;case r.$$p[9]:this.rh.cn();break;case r.$$p[8]:this.rh.cm();break;case"XAxis":this.rh.cv();break;case"YAxis":this.rh.cw();break;case r.$$p[13]:this.rh.cx();break;case r.$$p[14]:this.rh.cy();break;case r.$$p[15]:this.rh.cz();break;case r.$$p[7]:this.rh.ci();break;case r.$$p[0]:this.rh.cf();break;case r.$$p[1]:this.rh.cg();break;case r.$$p[2]:this.rh.ch();break;case r.$$p[12]:this.rh.cl();break;case r.$$p[11]:this.rh.ck();break;case r.$$p[10]:this.rh.cj();break;case r.$$p[4]:if(this.p5.sj=this.rm,this.rj=this.rm,this.rm){var s=this.p5;s.assigningScatterStyle=n.delegateCombine(s.assigningScatterStyle,n.runOn(this,this.se))}else{var p=this.p5;p.assigningScatterStyle=n.delegateRemove(p.assigningScatterStyle,n.runOn(this,this.se))}break;case r.$$p[3]:if(this.p5.si=this.rl,this.ri=this.rl,this.rm){var u=this.p5;u.assigningScatterMarkerStyle=n.delegateCombine(u.assigningScatterMarkerStyle,n.runOn(this,this.sd))}else{var l=this.p5;l.assigningScatterMarkerStyle=n.delegateRemove(l.assigningScatterMarkerStyle,n.runOn(this,this.sd))}break;case r.$$p[5]:this.p5.r8=this.rf;break;case r.$$p[6]:this.p5.sw=this.rr}},r.prototype.se=function(e,t){null!=this.assigningScatterStyle&&this.assigningScatterStyle(this,t)},r.prototype.sd=function(e,t){null!=this.assigningScatterMarkerStyle&&this.assigningScatterMarkerStyle(this,t)},r.$t=n.markType(r,"GeographicProportionalSymbolSeries",_e.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["FillMemberPath:rs:sf",[2],"FillScale:rd:sg",[i.BrushScale.$],"FillScaleUseGlobalValues:rk:sh",[0,!1],"IsCustomScatterMarkerStyleAllowed:rl:si",[0,!1],"IsCustomScatterStyleAllowed:rm:sj",[0,!1],"ItemSearchMode:rf:sk",[i.ScatterItemSearchMode_$type,n.enumGetBox(i.ScatterItemSearchMode_$type,0)],"ItemSearchThreshold:rr:sl",[1,1e4],"LabelMemberPath:r0:sm",[2],"LatitudeMemberPath:r2:sn",[2,null],"LongitudeMemberPath:r4:so",[2,null],"MarkerBrushBrightness:rp:sp",[1,NaN],"MarkerOutlineBrightness:rq:sq",[1,NaN],"MarkerOutlineUsesFillScale:rn:sr",[0,!1],"RadiusMemberPath:r9:ss",[2,null],"RadiusScale:rg:st",[i.SizeScale.$],"RadiusScaleUseGlobalValues:ro:su",[0,!1]]),r}(_e),we=function(e){function o(){var t=e.call(this)||this;return t._assigningScatterStyle=null,t._assigningScatterMarkerStyle=null,t}return t.__extends(o,e),o.prototype.createImplementation=function(){return new Pe},Object.defineProperty(o.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"hasOnlyMarkers",{get:function(){return this.i.c4},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"latitudeMemberPath",{get:function(){return this.i.r2},set:function(e){this.i.r2=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"longitudeMemberPath",{get:function(){return this.i.r4},set:function(e){this.i.r4=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"radiusMemberPath",{get:function(){return this.i.r9},set:function(e){this.i.r9=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"radiusScale",{get:function(){if(null==this.i.rg)return null;if(!this.i.rg.externalObject){var e=i.IgxSizeScaleComponent._createFromInternal(this.i.rg);e&&(e._implementation=this.i.rg),this.i.rg.externalObject=e}return this.i.rg.externalObject},set:function(e){null!=e&&this._stylingContainer&&e._styling&&e._styling(this._stylingContainer,this,this),this.i.rg=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"labelMemberPath",{get:function(){return this.i.r0},set:function(e){this.i.r0=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"fillMemberPath",{get:function(){return this.i.rs},set:function(e){this.i.rs=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"fillScale",{get:function(){if(null==this.i.rd)return null;if(!this.i.rd.externalObject){var e=i.IgxBrushScaleComponent._createFromInternal(this.i.rd);e&&(e._implementation=this.i.rd),this.i.rd.externalObject=e}return this.i.rd.externalObject},set:function(e){null!=e&&this._stylingContainer&&e._styling&&e._styling(this._stylingContainer,this,this),this.i.rd=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"fillScaleUseGlobalValues",{get:function(){return this.i.rk},set:function(e){this.i.rk=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerOutlineUsesFillScale",{get:function(){return this.i.rn},set:function(e){this.i.rn=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerOutlineBrightness",{get:function(){return this.i.rq},set:function(e){this.i.rq=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerBrushBrightness",{get:function(){return this.i.rp},set:function(e){this.i.rp=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"radiusScaleUseGlobalValues",{get:function(){return this.i.ro},set:function(e){this.i.ro=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isCustomScatterStyleAllowed",{get:function(){return this.i.rm},set:function(e){this.i.rm=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isCustomScatterMarkerStyleAllowed",{get:function(){return this.i.rl},set:function(e){this.i.rl=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"itemSearchMode",{get:function(){return this.i.rf},set:function(e){this.i.rf=n.ensureEnum(i.ScatterItemSearchMode_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"itemSearchThreshold",{get:function(){return this.i.rr},set:function(e){this.i.rr=+e},enumerable:!1,configurable:!0}),o.prototype.findByName=function(t){var r=e.prototype.findByName.call(this,t);return r||(this.radiusScale&&this.radiusScale.name&&this.radiusScale.name==t?this.radiusScale:this.fillScale&&this.fillScale.name&&this.fillScale.name==t?this.fillScale:null)},o.prototype._styling=function(t,r,i){e.prototype._styling.call(this,t,r,i),this._inStyling=!0,this.radiusScale&&this.radiusScale._styling&&this.radiusScale._styling(t,r,this),this.fillScale&&this.fillScale._styling&&this.fillScale._styling(t,r,this),this._inStyling=!1},Object.defineProperty(o.prototype,"assigningScatterStyle",{get:function(){var e=this;return null==this._assigningScatterStyle&&(this._assigningScatterStyle=new r.EventEmitter,this.i.assigningScatterStyle=n.delegateCombine(this.i.assigningScatterStyle,(function(t,r){var n=new i.IgxAssigningScatterStyleEventArgs;n._provideImplementation(r),e.beforeAssigningScatterStyle&&e.beforeAssigningScatterStyle(e,n),e._assigningScatterStyle.emit({sender:e,args:n})}))),this._assigningScatterStyle},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"assigningScatterMarkerStyle",{get:function(){var e=this;return null==this._assigningScatterMarkerStyle&&(this._assigningScatterMarkerStyle=new r.EventEmitter,this.i.assigningScatterMarkerStyle=n.delegateCombine(this.i.assigningScatterMarkerStyle,(function(t,r){var n=new i.IgxAssigningScatterMarkerStyleEventArgs;n._provideImplementation(r),e.beforeAssigningScatterMarkerStyle&&e.beforeAssigningScatterMarkerStyle(e,n),e._assigningScatterMarkerStyle.emit({sender:e,args:n})}))),this._assigningScatterMarkerStyle},enumerable:!1,configurable:!0}),o.ɵfac=r.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:o,deps:[],target:r.ɵɵFactoryTarget.Component}),o.ɵcmp=r.ɵɵngDeclareComponent({minVersion:"12.0.0",version:"12.2.14",type:o,selector:"igx-geographic-proportional-symbol-series",inputs:{latitudeMemberPath:"latitudeMemberPath",longitudeMemberPath:"longitudeMemberPath",radiusMemberPath:"radiusMemberPath",radiusScale:"radiusScale",labelMemberPath:"labelMemberPath",fillMemberPath:"fillMemberPath",fillScale:"fillScale",fillScaleUseGlobalValues:"fillScaleUseGlobalValues",markerOutlineUsesFillScale:"markerOutlineUsesFillScale",markerOutlineBrightness:"markerOutlineBrightness",markerBrushBrightness:"markerBrushBrightness",radiusScaleUseGlobalValues:"radiusScaleUseGlobalValues",isCustomScatterStyleAllowed:"isCustomScatterStyleAllowed",isCustomScatterMarkerStyleAllowed:"isCustomScatterMarkerStyleAllowed",itemSearchMode:"itemSearchMode",itemSearchThreshold:"itemSearchThreshold"},outputs:{assigningScatterStyle:"assigningScatterStyle",assigningScatterMarkerStyle:"assigningScatterMarkerStyle"},providers:[{provide:xe,useExisting:r.forwardRef((function(){return o}))},{provide:K,useExisting:r.forwardRef((function(){return o}))},{provide:i.IgxSeriesComponent,useExisting:r.forwardRef((function(){return o}))}],usesInheritance:!0,ngImport:r,template:"",isInline:!0,changeDetection:r.ChangeDetectionStrategy.OnPush}),o}(xe);r.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:we,decorators:[{type:r.Component,args:[{selector:"igx-geographic-proportional-symbol-series",template:"",providers:[{provide:xe,useExisting:r.forwardRef((function(){return we}))},{provide:K,useExisting:r.forwardRef((function(){return we}))},{provide:i.IgxSeriesComponent,useExisting:r.forwardRef((function(){return we}))}],changeDetection:r.ChangeDetectionStrategy.OnPush}]}],ctorParameters:function(){return[]},propDecorators:{latitudeMemberPath:[{type:r.Input}],longitudeMemberPath:[{type:r.Input}],radiusMemberPath:[{type:r.Input}],radiusScale:[{type:r.Input}],labelMemberPath:[{type:r.Input}],fillMemberPath:[{type:r.Input}],fillScale:[{type:r.Input}],fillScaleUseGlobalValues:[{type:r.Input}],markerOutlineUsesFillScale:[{type:r.Input}],markerOutlineBrightness:[{type:r.Input}],markerBrushBrightness:[{type:r.Input}],radiusScaleUseGlobalValues:[{type:r.Input}],isCustomScatterStyleAllowed:[{type:r.Input}],isCustomScatterMarkerStyleAllowed:[{type:r.Input}],itemSearchMode:[{type:r.Input}],itemSearchThreshold:[{type:r.Input}],assigningScatterStyle:[{type:r.Output}],assigningScatterMarkerStyle:[{type:r.Output}]}});var De=function(){function e(){}return e.ɵfac=r.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,deps:[],target:r.ɵɵFactoryTarget.NgModule}),e.ɵmod=r.ɵɵngDeclareNgModule({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,declarations:[we],imports:[o.CommonModule,i.IgxBubbleSeriesDynamicModule],exports:[we,i.IgxBubbleSeriesDynamicModule]}),e.ɵinj=r.ɵɵngDeclareInjector({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,imports:[[o.CommonModule,i.IgxBubbleSeriesDynamicModule],i.IgxBubbleSeriesDynamicModule]}),e}();r.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:De,decorators:[{type:r.NgModule,args:[{declarations:[we],imports:[o.CommonModule,i.IgxBubbleSeriesDynamicModule],exports:[we,i.IgxBubbleSeriesDynamicModule],entryComponents:[]}]}]});var qe=function(){function e(){n.TypeRegistrar.registerCons("IgxGeographicProportionalSymbolSeriesComponent",we),n.TypeRegistrar.register("GeographicProportionalSymbolSeries",Pe.$type)}return e.ɵfac=r.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,deps:[],target:r.ɵɵFactoryTarget.NgModule}),e.ɵmod=r.ɵɵngDeclareNgModule({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,imports:[o.CommonModule,De],exports:[De]}),e.ɵinj=r.ɵɵngDeclareInjector({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,imports:[[o.CommonModule,De],De]}),e}();r.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:qe,decorators:[{type:r.NgModule,args:[{declarations:[],imports:[o.CommonModule,De],exports:[De],entryComponents:[we]}]}],ctorParameters:function(){return[]}});var Te=function(e){function r(t){var r=e.call(this,t)||this;return r.ce=null,r.ce=t,r}return t.__extends(r,e),r.prototype.as=function(){e.prototype.as.call(this),this.q},r.prototype.b2=function(){var t=this.ce.p5;e.prototype.b2.call(this),t.td=this.ce.rt,t.tl=this.ce.rr,t.qc=this.ce.qf,t.qy=this.ce.qv,t.qh=this.ce.qg},r.prototype.cg=function(){this.ce.p5.td=this.ce.rt},r.prototype.cf=function(){this.ce.p5.tl=this.ce.rr},r.prototype.cm=function(){this.ce.p5.qc=this.ce.qf},r.prototype.ck=function(){this.ce.p5.qy=this.ce.qv},r.prototype.cl=function(){this.ce.p5.qh=this.ce.qg},r.prototype.cn=function(){this.ce.p5.sx=this.ce.qh},r.prototype.cp=function(){this.ce.p5.xAxis=this.ce.cd.s2},r.prototype.cq=function(){this.ce.p5.yAxis=this.ce.cd.s4},r.prototype.co=function(){var e=this.ce.p5;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},r.prototype.ci=function(){this.ce.p5.ro=this.ce.rd},r.prototype.ch=function(){this.ce.p5.re=this.ce.q9},r.prototype.cj=function(){this.ce.p5.rf=this.ce.ra},r.$t=n.markType(r,"GeographicSymbolSeriesView",y.$),r}(y),je=function(e){function r(){var t=e.call(this)||this;return t.rf=null,t.ri=!1,t.rh=!1,t.assigningScatterStyle=null,t.assigningScatterMarkerStyle=null,t.ab=r.$,t}return t.__extends(r,e),r.prototype.get_c4=function(){return!0},r.prototype.bx=function(){return new Te(this)},r.prototype.ly=function(t){e.prototype.ly.call(this,t),this.rg=t},r.prototype.gv=function(){return.7},r.prototype.p4=function(){return new i.ScatterSeries},r.prototype.get_dx=function(){return!0},r.prototype.l3=function(t,i,o,a){switch(e.prototype.l3.call(this,t,i,o,a),i){case"SeriesViewer":this.rg.co();break;case r.$$p[5]:this.rg.cg();break;case r.$$p[4]:this.rg.cf();break;case r.$$p[6]:this.rg.ci();break;case"XAxis":this.rg.cp();break;case"YAxis":this.rg.cq();break;case r.$$p[1]:if(this.p5.sj=this.rk,this.ri=this.rk,this.rk){var s=this.p5;s.assigningScatterStyle=n.delegateCombine(s.assigningScatterStyle,n.runOn(this,this.ry))}else{var p=this.p5;p.assigningScatterStyle=n.delegateRemove(p.assigningScatterStyle,n.runOn(this,this.ry))}break;case r.$$p[0]:if(this.p5.si=this.rj,this.rh=this.rj,this.rk){var u=this.p5;u.assigningScatterMarkerStyle=n.delegateCombine(u.assigningScatterMarkerStyle,n.runOn(this,this.rx))}else{var l=this.p5;l.assigningScatterMarkerStyle=n.delegateRemove(l.assigningScatterMarkerStyle,n.runOn(this,this.rx))}break;case r.$$p[2]:this.p5.r8=this.re;break;case r.$$p[3]:this.p5.sw=this.rm}},r.prototype.ry=function(e,t){null!=this.assigningScatterStyle&&this.assigningScatterStyle(this,t)},r.prototype.rx=function(e,t){null!=this.assigningScatterMarkerStyle&&this.assigningScatterMarkerStyle(this,t)},r.$t=n.markType(r,"GeographicSymbolSeries",_e.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["IsCustomScatterMarkerStyleAllowed:rj:rz",[0,!1],"IsCustomScatterStyleAllowed:rk:r0",[0,!1],"ItemSearchMode:re:r1",[i.ScatterItemSearchMode_$type,n.enumGetBox(i.ScatterItemSearchMode_$type,0)],"ItemSearchThreshold:rm:r2",[1,1e4],"LatitudeMemberPath:rr:r3",[2,null],"LongitudeMemberPath:rt:r4",[2,null],"MarkerCollisionAvoidance:rd:r5",[i.CollisionAvoidanceType_$type,n.enumGetBox(i.CollisionAvoidanceType_$type,0)],"UseLightweightMarkers:rl:r6",[0,!1]]),r}(_e),Oe=function(e){function o(){var t=e.call(this)||this;return t._assigningScatterStyle=null,t._assigningScatterMarkerStyle=null,t}return t.__extends(o,e),o.prototype.createImplementation=function(){return new je},Object.defineProperty(o.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"hasOnlyMarkers",{get:function(){return this.i.c4},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"latitudeMemberPath",{get:function(){return this.i.rr},set:function(e){this.i.rr=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"longitudeMemberPath",{get:function(){return this.i.rt},set:function(e){this.i.rt=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerCollisionAvoidance",{get:function(){return this.i.rd},set:function(e){this.i.rd=n.ensureEnum(i.CollisionAvoidanceType_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isCustomScatterStyleAllowed",{get:function(){return this.i.rk},set:function(e){this.i.rk=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isCustomScatterMarkerStyleAllowed",{get:function(){return this.i.rj},set:function(e){this.i.rj=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"itemSearchMode",{get:function(){return this.i.re},set:function(e){this.i.re=n.ensureEnum(i.ScatterItemSearchMode_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"itemSearchThreshold",{get:function(){return this.i.rm},set:function(e){this.i.rm=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"assigningScatterStyle",{get:function(){var e=this;return null==this._assigningScatterStyle&&(this._assigningScatterStyle=new r.EventEmitter,this.i.assigningScatterStyle=n.delegateCombine(this.i.assigningScatterStyle,(function(t,r){var n=new i.IgxAssigningScatterStyleEventArgs;n._provideImplementation(r),e.beforeAssigningScatterStyle&&e.beforeAssigningScatterStyle(e,n),e._assigningScatterStyle.emit({sender:e,args:n})}))),this._assigningScatterStyle},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"assigningScatterMarkerStyle",{get:function(){var e=this;return null==this._assigningScatterMarkerStyle&&(this._assigningScatterMarkerStyle=new r.EventEmitter,this.i.assigningScatterMarkerStyle=n.delegateCombine(this.i.assigningScatterMarkerStyle,(function(t,r){var n=new i.IgxAssigningScatterMarkerStyleEventArgs;n._provideImplementation(r),e.beforeAssigningScatterMarkerStyle&&e.beforeAssigningScatterMarkerStyle(e,n),e._assigningScatterMarkerStyle.emit({sender:e,args:n})}))),this._assigningScatterMarkerStyle},enumerable:!1,configurable:!0}),o.ɵfac=r.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:o,deps:[],target:r.ɵɵFactoryTarget.Component}),o.ɵcmp=r.ɵɵngDeclareComponent({minVersion:"12.0.0",version:"12.2.14",type:o,selector:"igx-geographic-symbol-series",inputs:{latitudeMemberPath:"latitudeMemberPath",longitudeMemberPath:"longitudeMemberPath",markerCollisionAvoidance:"markerCollisionAvoidance",isCustomScatterStyleAllowed:"isCustomScatterStyleAllowed",isCustomScatterMarkerStyleAllowed:"isCustomScatterMarkerStyleAllowed",itemSearchMode:"itemSearchMode",itemSearchThreshold:"itemSearchThreshold"},outputs:{assigningScatterStyle:"assigningScatterStyle",assigningScatterMarkerStyle:"assigningScatterMarkerStyle"},providers:[{provide:xe,useExisting:r.forwardRef((function(){return o}))},{provide:K,useExisting:r.forwardRef((function(){return o}))},{provide:i.IgxSeriesComponent,useExisting:r.forwardRef((function(){return o}))}],usesInheritance:!0,ngImport:r,template:"",isInline:!0,changeDetection:r.ChangeDetectionStrategy.OnPush}),o}(xe);r.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:Oe,decorators:[{type:r.Component,args:[{selector:"igx-geographic-symbol-series",template:"",providers:[{provide:xe,useExisting:r.forwardRef((function(){return Oe}))},{provide:K,useExisting:r.forwardRef((function(){return Oe}))},{provide:i.IgxSeriesComponent,useExisting:r.forwardRef((function(){return Oe}))}],changeDetection:r.ChangeDetectionStrategy.OnPush}]}],ctorParameters:function(){return[]},propDecorators:{latitudeMemberPath:[{type:r.Input}],longitudeMemberPath:[{type:r.Input}],markerCollisionAvoidance:[{type:r.Input}],isCustomScatterStyleAllowed:[{type:r.Input}],isCustomScatterMarkerStyleAllowed:[{type:r.Input}],itemSearchMode:[{type:r.Input}],itemSearchThreshold:[{type:r.Input}],assigningScatterStyle:[{type:r.Output}],assigningScatterMarkerStyle:[{type:r.Output}]}});var $e=function(){function e(){}return e.ɵfac=r.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,deps:[],target:r.ɵɵFactoryTarget.NgModule}),e.ɵmod=r.ɵɵngDeclareNgModule({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,declarations:[Oe],imports:[o.CommonModule,i.IgxScatterSeriesDynamicModule],exports:[Oe,i.IgxScatterSeriesDynamicModule]}),e.ɵinj=r.ɵɵngDeclareInjector({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,imports:[[o.CommonModule,i.IgxScatterSeriesDynamicModule],i.IgxScatterSeriesDynamicModule]}),e}();r.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:$e,decorators:[{type:r.NgModule,args:[{declarations:[Oe],imports:[o.CommonModule,i.IgxScatterSeriesDynamicModule],exports:[Oe,i.IgxScatterSeriesDynamicModule],entryComponents:[]}]}]});var Re=function(){function e(){n.TypeRegistrar.registerCons("IgxGeographicSymbolSeriesComponent",Oe),n.TypeRegistrar.register("GeographicSymbolSeries",je.$type)}return e.ɵfac=r.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,deps:[],target:r.ɵɵFactoryTarget.NgModule}),e.ɵmod=r.ɵɵngDeclareNgModule({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,imports:[o.CommonModule,$e],exports:[$e]}),e.ɵinj=r.ɵɵngDeclareInjector({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,imports:[[o.CommonModule,$e],$e]}),e}();r.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:Re,decorators:[{type:r.NgModule,args:[{declarations:[],imports:[o.CommonModule,$e],exports:[$e],entryComponents:[Oe]}]}],ctorParameters:function(){return[]}});var Ve=function(e){function i(){return e.call(this)||this}return t.__extends(i,e),Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"triangulationDataSource",{get:function(){return this._triangulationDataSource},set:function(e){this._triangulationDataSource=e,this.updateTriangulationDataSource()},enumerable:!1,configurable:!0}),i.prototype.updateTriangulationDataSource=function(){null==this._cachedTriangulationDataSource&&(this._cachedTriangulationDataSource=new n.IgxTriangulationDataSource,this.onTriangulationDataSourceImportCompleted=this.onTriangulationDataSourceImportCompleted.bind(this),this._cachedTriangulationDataSource.importCompleted.subscribe(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.qh},set:function(e){this.i.qh=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"latitudeMemberPath",{get:function(){return this.i.qf},set:function(e){this.i.qf=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"trianglesSource",{get:function(){return this.i.qe},set:function(e){this.i.qe=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"triangleVertexMemberPath1",{get:function(){return this.i.qk},set:function(e){this.i.qk=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"triangleVertexMemberPath2",{get:function(){return this.i.qm},set:function(e){this.i.qm=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"triangleVertexMemberPath3",{get:function(){return this.i.qo},set:function(e){this.i.qo=e},enumerable:!1,configurable:!0}),i.ɵfac=r.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:i,deps:[],target:r.ɵɵFactoryTarget.Component}),i.ɵcmp=r.ɵɵngDeclareComponent({minVersion:"12.0.0",version:"12.2.14",type:i,selector:"ng-component",inputs:{triangulationDataSource:"triangulationDataSource",longitudeMemberPath:"longitudeMemberPath",latitudeMemberPath:"latitudeMemberPath",trianglesSource:"trianglesSource",triangleVertexMemberPath1:"triangleVertexMemberPath1",triangleVertexMemberPath2:"triangleVertexMemberPath2",triangleVertexMemberPath3:"triangleVertexMemberPath3"},usesInheritance:!0,ngImport:r,template:"",isInline:!0}),i}(K);r.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:Ve,decorators:[{type:r.Component,args:[{template:""}]}],ctorParameters:function(){return[]},propDecorators:{triangulationDataSource:[{type:r.Input}],longitudeMemberPath:[{type:r.Input}],latitudeMemberPath:[{type:r.Input}],trianglesSource:[{type:r.Input}],triangleVertexMemberPath1:[{type:r.Input}],triangleVertexMemberPath2:[{type:r.Input}],triangleVertexMemberPath3:[{type:r.Input}]}});var Be=function(e){function o(){var t=e.call(this)||this;return t._triangulationStatusChanged=null,t}return t.__extends(o,e),o.prototype.createImplementation=function(){return new x},Object.defineProperty(o.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isArea",{get:function(){return this.i.dd},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"colorMemberPath",{get:function(){return this.i.q3},set:function(e){this.i.q3=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"colorScale",{get:function(){if(null==this.i.qy)return null;if(!this.i.qy.externalObject){var e=i.IgxColorScaleComponent._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:!1,configurable:!0}),Object.defineProperty(o.prototype,"actualColorScale",{get:function(){if(null==this.i.qx)return null;if(!this.i.qx.externalObject){var e=i.IgxColorScaleComponent._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:!1,configurable:!0}),o.prototype.findByName=function(t){var r=e.prototype.findByName.call(this,t);return r||(this.colorScale&&this.colorScale.name&&this.colorScale.name==t?this.colorScale:this.actualColorScale&&this.actualColorScale.name&&this.actualColorScale.name==t?this.actualColorScale:null)},o.prototype._styling=function(t,r,i){e.prototype._styling.call(this,t,r,i),this._inStyling=!0,this.colorScale&&this.colorScale._styling&&this.colorScale._styling(t,r,this),this.actualColorScale&&this.actualColorScale._styling&&this.actualColorScale._styling(t,r,this),this._inStyling=!1},o.prototype.updateActualColorScale=function(){this.i.q8()},Object.defineProperty(o.prototype,"triangulationStatusChanged",{get:function(){var e=this;return null==this._triangulationStatusChanged&&(this._triangulationStatusChanged=new r.EventEmitter,this.i.triangulationStatusChanged=n.delegateCombine(this.i.triangulationStatusChanged,(function(t,r){e._runInZone((function(){var t=new n.IgxTriangulationStatusEventArgs;t._provideImplementation(r),e.beforeTriangulationStatusChanged&&e.beforeTriangulationStatusChanged(e,t),e._triangulationStatusChanged.emit({sender:e,args:t})}))}))),this._triangulationStatusChanged},enumerable:!1,configurable:!0}),o.ɵfac=r.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:o,deps:[],target:r.ɵɵFactoryTarget.Component}),o.ɵcmp=r.ɵɵngDeclareComponent({minVersion:"12.0.0",version:"12.2.14",type:o,selector:"igx-geographic-scatter-area-series",inputs:{colorMemberPath:"colorMemberPath",colorScale:"colorScale",actualColorScale:"actualColorScale"},outputs:{triangulationStatusChanged:"triangulationStatusChanged"},providers:[{provide:Ve,useExisting:r.forwardRef((function(){return o}))},{provide:K,useExisting:r.forwardRef((function(){return o}))},{provide:i.IgxSeriesComponent,useExisting:r.forwardRef((function(){return o}))}],usesInheritance:!0,ngImport:r,template:"",isInline:!0,changeDetection:r.ChangeDetectionStrategy.OnPush}),o}(Ve);r.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:Be,decorators:[{type:r.Component,args:[{selector:"igx-geographic-scatter-area-series",template:"",providers:[{provide:Ve,useExisting:r.forwardRef((function(){return Be}))},{provide:K,useExisting:r.forwardRef((function(){return Be}))},{provide:i.IgxSeriesComponent,useExisting:r.forwardRef((function(){return Be}))}],changeDetection:r.ChangeDetectionStrategy.OnPush}]}],ctorParameters:function(){return[]},propDecorators:{colorMemberPath:[{type:r.Input}],colorScale:[{type:r.Input}],actualColorScale:[{type:r.Input}],triangulationStatusChanged:[{type:r.Output}]}});var Ae=function(){function e(){}return e.ɵfac=r.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,deps:[],target:r.ɵɵFactoryTarget.NgModule}),e.ɵmod=r.ɵɵngDeclareNgModule({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,declarations:[Be],imports:[o.CommonModule,i.IgxScatterAreaSeriesDynamicModule],exports:[Be,i.IgxScatterAreaSeriesDynamicModule]}),e.ɵinj=r.ɵɵngDeclareInjector({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,imports:[[o.CommonModule,i.IgxScatterAreaSeriesDynamicModule],i.IgxScatterAreaSeriesDynamicModule]}),e}();r.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:Ae,decorators:[{type:r.NgModule,args:[{declarations:[Be],imports:[o.CommonModule,i.IgxScatterAreaSeriesDynamicModule],exports:[Be,i.IgxScatterAreaSeriesDynamicModule],entryComponents:[]}]}]});var Ge=function(){function e(){n.TypeRegistrar.registerCons("IgxGeographicScatterAreaSeriesComponent",Be),n.TypeRegistrar.register("GeographicScatterAreaSeries",x.$type)}return e.ɵfac=r.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,deps:[],target:r.ɵɵFactoryTarget.NgModule}),e.ɵmod=r.ɵɵngDeclareNgModule({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,imports:[o.CommonModule,Ae],exports:[Ae]}),e.ɵinj=r.ɵɵngDeclareInjector({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,imports:[[o.CommonModule,Ae],Ae]}),e}();r.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:Ge,decorators:[{type:r.NgModule,args:[{declarations:[],imports:[o.CommonModule,Ae],exports:[Ae],entryComponents:[Be]}]}],ctorParameters:function(){return[]}});var Fe=function(e){function r(t){var r=e.call(this,t)||this;return r.ce=null,r.ce=t,r}return t.__extends(r,e),r.prototype.b2=function(){e.prototype.b2.call(this);var t=n.typeCast(i.HighDensityScatterSeries.$,this.ce.p5);t.sd=this.ce.qu,t.sl=this.ce.qs,t.qq=this.ce.qh,t.qp=this.ce.qg,t.el=this.ce.qf,t.rl=this.ce.qj,t.rk=this.ce.qi,t.tj=this.ce.rd,t.ti=this.ce.rc,t.rx=this.ce.qm},r.prototype.ck=function(){this.ce.p5.sd=this.ce.qu},r.prototype.cj=function(){this.ce.p5.sl=this.ce.qs},r.prototype.cp=function(){this.ce.p5.qq=this.ce.qh},r.prototype.cn=function(){this.ce.p5.qp=this.ce.qg},r.prototype.cl=function(){this.ce.p5.el=this.ce.qf},r.prototype.ci=function(){this.ce.p5.rl=this.ce.qj},r.prototype.cg=function(){this.ce.p5.rk=this.ce.qi},r.prototype.co=function(){var e=n.typeCast(i.HighDensityScatterSeries.$,this.ce.p5);if(null==this.ce.cd)return e.qa=null,void(e.qc=null);e.qa=this.ce.cd.s2,e.qc=this.ce.cd.s4},r.prototype.cq=function(){this.ce.p5.qa=this.ce.cd.s2},r.prototype.cr=function(){this.ce.p5.qc=this.ce.cd.s4},r.prototype.ch=function(){this.ce.p5.tj=this.ce.rd},r.prototype.cf=function(){this.ce.p5.ti=this.ce.rc},r.prototype.cm=function(){this.ce.p5.rx=this.ce.qm},r.prototype.as=function(){e.prototype.as.call(this),this.q||(this.ce.rd=i.Defaults.aq,this.ce.rc=i.Defaults.ap,this.ce.o2=i.Defaults.al,this.ce.o7=i.Defaults.ak)},r.$t=n.markType(r,"GeographicHighDensityScatterSeriesView",y.$),r}(y),Ee=function(e){function r(){var t=e.call(this)||this;return t.qd=null,t.progressiveLoadStatusChanged=null,t.ql=0,t.ab=r.$,t}return t.__extends(r,e),r.prototype.gu=function(){return n.isNaN_(this.gt)?i.Defaults.q:e.prototype.gu.call(this)},r.prototype.get_d5=function(){return!0},r.prototype.bx=function(){return new Fe(this)},r.prototype.ly=function(t){e.prototype.ly.call(this,t),this.qe=t},r.prototype.p4=function(){return this.qd=new i.HighDensityScatterSeries,this.qd},Object.defineProperty(r.prototype,"qn",{get:function(){return this.ql},set:function(e){var t=this.ql;this.ql=e,this.raisePropertyChanged("ProgressiveStatus",t,this.ql)},enumerable:!1,configurable:!0}),r.prototype.qa=function(){e.prototype.qa.call(this);var t=this.p5;t.progressiveLoadStatusChanged=n.delegateCombine(t.progressiveLoadStatusChanged,n.runOn(this,this.q1));var r=this.p5;r.propertyUpdated=n.delegateCombine(r.propertyUpdated,n.runOn(this,this.q0))},r.prototype.q1=function(e,t){this.qn=t.currentStatus,null!=this.progressiveLoadStatusChanged&&this.progressiveLoadStatusChanged(this,t)},r.prototype.q0=function(e,t){this.qd},r.prototype.l3=function(t,i,n,o){switch(e.prototype.l3.call(this,t,i,n,o),i){case"SeriesViewer":this.qe.co();break;case r.$$p[5]:this.qe.ck();break;case r.$$p[4]:this.qe.cj();break;case r.$$p[9]:this.qe.cp();break;case r.$$p[8]:this.qe.cn();break;case r.$$p[6]:this.qe.cl();break;case"XAxis":this.qe.cq();break;case"YAxis":this.qe.cr();break;case r.$$p[3]:this.qe.ci();break;case r.$$p[1]:this.qe.cg();break;case r.$$p[2]:this.qe.ch();break;case r.$$p[0]:this.qe.cf();break;case r.$$p[7]:this.qe.cm()}},r.prototype.get_e3=function(){return!0},r.prototype.set_e3=function(t){e.prototype.set_e3.call(this,t)},r.$t=n.markType(r,"GeographicHighDensityScatterSeries",m.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["HeatMaximumColor:rc:q2",[n.Color.$,i.Defaults.ap],"HeatMaximum:qi:q3",[1,50],"HeatMinimumColor:rd:q4",[n.Color.$,i.Defaults.aq],"HeatMinimum:qj:q5",[1,0],"LatitudeMemberPath:qs:q6",[2,null],"LongitudeMemberPath:qu:q7",[2,null],"MouseOverEnabled:qf:q8",[0,!1],"PointExtent:qm:q9",[1,1],"ProgressiveLoad:qg:ra",[0,!0],"UseBruteForce:qh:rb",[0,!1]]),r}(m),Ne=function(e){function o(){var t=e.call(this)||this;return t._progressiveLoadStatusChanged=null,t}return t.__extends(o,e),o.prototype.createImplementation=function(){return new Ee},Object.defineProperty(o.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isPixel",{get:function(){return this.i.d5},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"latitudeMemberPath",{get:function(){return this.i.qs},set:function(e){this.i.qs=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"longitudeMemberPath",{get:function(){return this.i.qu},set:function(e){this.i.qu=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"useBruteForce",{get:function(){return this.i.qh},set:function(e){this.i.qh=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"progressiveLoad",{get:function(){return this.i.qg},set:function(e){this.i.qg=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"mouseOverEnabled",{get:function(){return this.i.qf},set:function(e){this.i.qf=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"heatMinimum",{get:function(){return this.i.qj},set:function(e){this.i.qj=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"heatMaximum",{get:function(){return this.i.qi},set:function(e){this.i.qi=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"heatMinimumColor",{get:function(){return n.colorToString(this.i.rd)},set:function(e){this.i.rd=n.stringToColor(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"heatMaximumColor",{get:function(){return n.colorToString(this.i.rc)},set:function(e){this.i.rc=n.stringToColor(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"pointExtent",{get:function(){return this.i.qm},set:function(e){this.i.qm=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"progressiveStatus",{get:function(){return this.i.qn},set:function(e){this.i.qn=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"progressiveLoadStatusChanged",{get:function(){var e=this;return null==this._progressiveLoadStatusChanged&&(this._progressiveLoadStatusChanged=new r.EventEmitter,this.i.progressiveLoadStatusChanged=n.delegateCombine(this.i.progressiveLoadStatusChanged,(function(t,r){e._runInZone((function(){var t=new i.IgxProgressiveLoadStatusEventArgs;t._provideImplementation(r),e.beforeProgressiveLoadStatusChanged&&e.beforeProgressiveLoadStatusChanged(e,t),e._progressiveLoadStatusChanged.emit({sender:e,args:t})}))}))),this._progressiveLoadStatusChanged},enumerable:!1,configurable:!0}),o.ɵfac=r.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:o,deps:[],target:r.ɵɵFactoryTarget.Component}),o.ɵcmp=r.ɵɵngDeclareComponent({minVersion:"12.0.0",version:"12.2.14",type:o,selector:"igx-geographic-high-density-scatter-series",inputs:{latitudeMemberPath:"latitudeMemberPath",longitudeMemberPath:"longitudeMemberPath",useBruteForce:"useBruteForce",progressiveLoad:"progressiveLoad",mouseOverEnabled:"mouseOverEnabled",heatMinimum:"heatMinimum",heatMaximum:"heatMaximum",heatMinimumColor:"heatMinimumColor",heatMaximumColor:"heatMaximumColor",pointExtent:"pointExtent",progressiveStatus:"progressiveStatus"},outputs:{progressiveLoadStatusChanged:"progressiveLoadStatusChanged"},providers:[{provide:K,useExisting:r.forwardRef((function(){return o}))},{provide:i.IgxSeriesComponent,useExisting:r.forwardRef((function(){return o}))}],usesInheritance:!0,ngImport:r,template:"",isInline:!0,changeDetection:r.ChangeDetectionStrategy.OnPush}),o}(K);r.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:Ne,decorators:[{type:r.Component,args:[{selector:"igx-geographic-high-density-scatter-series",template:"",providers:[{provide:K,useExisting:r.forwardRef((function(){return Ne}))},{provide:i.IgxSeriesComponent,useExisting:r.forwardRef((function(){return Ne}))}],changeDetection:r.ChangeDetectionStrategy.OnPush}]}],ctorParameters:function(){return[]},propDecorators:{latitudeMemberPath:[{type:r.Input}],longitudeMemberPath:[{type:r.Input}],useBruteForce:[{type:r.Input}],progressiveLoad:[{type:r.Input}],mouseOverEnabled:[{type:r.Input}],heatMinimum:[{type:r.Input}],heatMaximum:[{type:r.Input}],heatMinimumColor:[{type:r.Input}],heatMaximumColor:[{type:r.Input}],pointExtent:[{type:r.Input}],progressiveStatus:[{type:r.Input}],progressiveLoadStatusChanged:[{type:r.Output}]}});var ze=function(){function e(){}return e.ɵfac=r.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,deps:[],target:r.ɵɵFactoryTarget.NgModule}),e.ɵmod=r.ɵɵngDeclareNgModule({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,declarations:[Ne],imports:[o.CommonModule,i.IgxHighDensityScatterSeriesDynamicModule],exports:[Ne,i.IgxHighDensityScatterSeriesDynamicModule]}),e.ɵinj=r.ɵɵngDeclareInjector({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,imports:[[o.CommonModule,i.IgxHighDensityScatterSeriesDynamicModule],i.IgxHighDensityScatterSeriesDynamicModule]}),e}();r.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:ze,decorators:[{type:r.NgModule,args:[{declarations:[Ne],imports:[o.CommonModule,i.IgxHighDensityScatterSeriesDynamicModule],exports:[Ne,i.IgxHighDensityScatterSeriesDynamicModule],entryComponents:[]}]}]});var Ue=function(){function e(){n.TypeRegistrar.registerCons("IgxGeographicHighDensityScatterSeriesComponent",Ne),n.TypeRegistrar.register("GeographicHighDensityScatterSeries",Ee.$type)}return e.ɵfac=r.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,deps:[],target:r.ɵɵFactoryTarget.NgModule}),e.ɵmod=r.ɵɵngDeclareNgModule({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,imports:[o.CommonModule,ze],exports:[ze]}),e.ɵinj=r.ɵɵngDeclareInjector({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,imports:[[o.CommonModule,ze],ze]}),e}();r.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:Ue,decorators:[{type:r.NgModule,args:[{declarations:[],imports:[o.CommonModule,ze],exports:[ze],entryComponents:[Ne]}]}],ctorParameters:function(){return[]}});var Le=function(e){function r(t){var r=e.call(this,t)||this;return r.cm=null,r.cm=t,r}return t.__extends(r,e),r.prototype.as=function(){e.prototype.as.call(this),this.q||(this.cm.gz=i.Defaults.m)},r.prototype.b2=function(){e.prototype.b2.call(this),null!=this.cm.p5&&(this.cm.qx.r0=this.cm.q0,this.cm.qx.sa=this.cm.q4)},r.prototype.cn=function(){null!=this.cm.qx&&(this.cm.qx.r0=this.cm.q0)},r.prototype.co=function(){null!=this.cm.qx&&(this.cm.qx.sa=this.cm.q4)},r.$t=n.markType(r,"GeographicContourLineSeriesView",S.$),r}(S),He=function(e){function r(){var t=e.call(this)||this;return t.triangulationStatusChanged=null,t.ab=r.$,t}return t.__extends(r,e),r.prototype.get_d0=function(){return!0},r.prototype.qa=function(){e.prototype.qa.call(this)},r.prototype.p4=function(){this.qx=new i.ScatterContourSeries;var e=this.qx;e.triangulationStatusChanged=n.delegateCombine(e.triangulationStatusChanged,n.runOn(this,this.q7));var t=this.qx;return t.propertyUpdated=n.delegateCombine(t.propertyUpdated,n.runOn(this,this.q8)),this.qx},r.prototype.q7=function(e,t){null!=this.triangulationStatusChanged&&this.triangulationStatusChanged(this,t)},r.prototype.q8=function(e,t){var r=n.typeCast(i.ScatterContourSeries.$,this.p5);null!=r&&"ActualFillScale"==t.propertyName&&(this.qz=r.rz)},r.prototype.mv=function(){e.prototype.mv.call(this)},r.prototype.bx=function(){return new Le(this)},r.prototype.ly=function(t){e.prototype.ly.call(this,t),this.q1=t},r.prototype.l3=function(t,i,n,o){switch(e.prototype.l3.call(this,t,i,n,o),i){case r.$$p[1]:this.q1.cn();break;case r.$$p[2]:this.q1.co();break;case r.$$p[3]:this.qx.rx=this.qw;break;case"DashArray":this.qx.pb=this.pb;break;case"DashCap":this.qx.pc=this.pc;break;case"MiterLimit":this.qx.gr=this.gr}},r.$t=n.markType(r,"GeographicContourLineSeries",C.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["ActualFillScale:qz:q9",[i.ValueBrushScale.$,null],"FillScale:q0:ra",[i.ValueBrushScale.$,null],"ValueMemberPath:q4:rb",[2,"value"],"ValueResolver:qw:rc",[i.ContourValueResolver.$,null]]),r}(C),We=function(e){function o(){var t=e.call(this)||this;return t._triangulationStatusChanged=null,t}return t.__extends(o,e),o.prototype.createImplementation=function(){return new He},Object.defineProperty(o.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isLineContour",{get:function(){return this.i.d0},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"valueMemberPath",{get:function(){return this.i.q4},set:function(e){this.i.q4=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"fillScale",{get:function(){if(null==this.i.q0)return null;if(!this.i.q0.externalObject){var e=i.IgxValueBrushScaleComponent._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:!1,configurable:!0}),Object.defineProperty(o.prototype,"actualFillScale",{get:function(){if(null==this.i.qz)return null;if(!this.i.qz.externalObject){var e=i.IgxValueBrushScaleComponent._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:!1,configurable:!0}),Object.defineProperty(o.prototype,"valueResolver",{get:function(){if(null==this.i.qw)return null;if(!this.i.qw.externalObject){var e=i.IgxContourValueResolverComponent._createFromInternal(this.i.qw);e&&(e._implementation=this.i.qw),this.i.qw.externalObject=e}return this.i.qw.externalObject},set:function(e){null!=e&&this._stylingContainer&&e._styling&&e._styling(this._stylingContainer,this,this),this.i.qw=null==e?null:e.i},enumerable:!1,configurable:!0}),o.prototype.findByName=function(t){var r=e.prototype.findByName.call(this,t);return r||(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)},o.prototype._styling=function(t,r,i){e.prototype._styling.call(this,t,r,i),this._inStyling=!0,this.fillScale&&this.fillScale._styling&&this.fillScale._styling(t,r,this),this.actualFillScale&&this.actualFillScale._styling&&this.actualFillScale._styling(t,r,this),this.valueResolver&&this.valueResolver._styling&&this.valueResolver._styling(t,r,this),this._inStyling=!1},Object.defineProperty(o.prototype,"triangulationStatusChanged",{get:function(){var e=this;return null==this._triangulationStatusChanged&&(this._triangulationStatusChanged=new r.EventEmitter,this.i.triangulationStatusChanged=n.delegateCombine(this.i.triangulationStatusChanged,(function(t,r){e._runInZone((function(){var t=new n.IgxTriangulationStatusEventArgs;t._provideImplementation(r),e.beforeTriangulationStatusChanged&&e.beforeTriangulationStatusChanged(e,t),e._triangulationStatusChanged.emit({sender:e,args:t})}))}))),this._triangulationStatusChanged},enumerable:!1,configurable:!0}),o.ɵfac=r.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:o,deps:[],target:r.ɵɵFactoryTarget.Component}),o.ɵcmp=r.ɵɵngDeclareComponent({minVersion:"12.0.0",version:"12.2.14",type:o,selector:"igx-geographic-contour-line-series",inputs:{valueMemberPath:"valueMemberPath",fillScale:"fillScale",actualFillScale:"actualFillScale",valueResolver:"valueResolver"},outputs:{triangulationStatusChanged:"triangulationStatusChanged"},providers:[{provide:Ve,useExisting:r.forwardRef((function(){return o}))},{provide:K,useExisting:r.forwardRef((function(){return o}))},{provide:i.IgxSeriesComponent,useExisting:r.forwardRef((function(){return o}))}],usesInheritance:!0,ngImport:r,template:"",isInline:!0,changeDetection:r.ChangeDetectionStrategy.OnPush}),o}(Ve);r.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:We,decorators:[{type:r.Component,args:[{selector:"igx-geographic-contour-line-series",template:"",providers:[{provide:Ve,useExisting:r.forwardRef((function(){return We}))},{provide:K,useExisting:r.forwardRef((function(){return We}))},{provide:i.IgxSeriesComponent,useExisting:r.forwardRef((function(){return We}))}],changeDetection:r.ChangeDetectionStrategy.OnPush}]}],ctorParameters:function(){return[]},propDecorators:{valueMemberPath:[{type:r.Input}],fillScale:[{type:r.Input}],actualFillScale:[{type:r.Input}],valueResolver:[{type:r.Input}],triangulationStatusChanged:[{type:r.Output}]}});var Ze=function(){function e(){}return e.ɵfac=r.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,deps:[],target:r.ɵɵFactoryTarget.NgModule}),e.ɵmod=r.ɵɵngDeclareNgModule({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,declarations:[We],imports:[o.CommonModule,i.IgxScatterContourSeriesDynamicModule],exports:[We,i.IgxScatterContourSeriesDynamicModule]}),e.ɵinj=r.ɵɵngDeclareInjector({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,imports:[[o.CommonModule,i.IgxScatterContourSeriesDynamicModule],i.IgxScatterContourSeriesDynamicModule]}),e}();r.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:Ze,decorators:[{type:r.NgModule,args:[{declarations:[We],imports:[o.CommonModule,i.IgxScatterContourSeriesDynamicModule],exports:[We,i.IgxScatterContourSeriesDynamicModule],entryComponents:[]}]}]});var Xe=function(){function e(){n.TypeRegistrar.registerCons("IgxGeographicContourLineSeriesComponent",We),n.TypeRegistrar.register("GeographicContourLineSeries",He.$type)}return e.ɵfac=r.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,deps:[],target:r.ɵɵFactoryTarget.NgModule}),e.ɵmod=r.ɵɵngDeclareNgModule({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,imports:[o.CommonModule,Ze],exports:[Ze]}),e.ɵinj=r.ɵɵngDeclareInjector({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,imports:[[o.CommonModule,Ze],Ze]}),e}();r.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:Xe,decorators:[{type:r.NgModule,args:[{declarations:[],imports:[o.CommonModule,Ze],exports:[Ze],entryComponents:[We]}]}],ctorParameters:function(){return[]}});var Ye=function(){function e(){}return e.ɵfac=r.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,deps:[],target:r.ɵɵFactoryTarget.NgModule}),e.ɵmod=r.ɵɵngDeclareNgModule({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,imports:[o.CommonModule,ne,ue,ce,n.IgxHeatTileGeneratorModule,Ie,i.IgxSizeScaleModule,i.IgxValueBrushScaleModule,i.IgxCustomPaletteColorScaleModule,De,$e,Ae,ze,Ze,X,n.IgxShapeDataSourceModule],exports:[ne,ue,ce,n.IgxHeatTileGeneratorModule,Ie,i.IgxSizeScaleModule,i.IgxValueBrushScaleModule,i.IgxCustomPaletteColorScaleModule,De,$e,Ae,ze,Ze,X,n.IgxShapeDataSourceModule]}),e.ɵinj=r.ɵɵngDeclareInjector({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,imports:[[o.CommonModule,ne,ue,ce,n.IgxHeatTileGeneratorModule,Ie,i.IgxSizeScaleModule,i.IgxValueBrushScaleModule,i.IgxCustomPaletteColorScaleModule,De,$e,Ae,ze,Ze,X,n.IgxShapeDataSourceModule],ne,ue,ce,n.IgxHeatTileGeneratorModule,Ie,i.IgxSizeScaleModule,i.IgxValueBrushScaleModule,i.IgxCustomPaletteColorScaleModule,De,$e,Ae,ze,Ze,X,n.IgxShapeDataSourceModule]}),e}();r.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:Ye,decorators:[{type:r.NgModule,args:[{declarations:[],exports:[ne,ue,ce,n.IgxHeatTileGeneratorModule,Ie,i.IgxSizeScaleModule,i.IgxValueBrushScaleModule,i.IgxCustomPaletteColorScaleModule,De,$e,Ae,ze,Ze,X,n.IgxShapeDataSourceModule],imports:[o.CommonModule,ne,ue,ce,n.IgxHeatTileGeneratorModule,Ie,i.IgxSizeScaleModule,i.IgxValueBrushScaleModule,i.IgxCustomPaletteColorScaleModule,De,$e,Ae,ze,Ze,X,n.IgxShapeDataSourceModule],entryComponents:[]}]}]});var Ke=function(){function e(){}return e.ɵfac=r.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,deps:[],target:r.ɵɵFactoryTarget.NgModule}),e.ɵmod=r.ɵɵngDeclareNgModule({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,imports:[o.CommonModule,oe,le,me,n.IgxHeatTileGeneratorDynamicModule,Ce,i.IgxSizeScaleDynamicModule,i.IgxValueBrushScaleDynamicModule,i.IgxCustomPaletteColorScaleDynamicModule,qe,Re,Ge,Ue,Xe,Y,n.IgxShapeDataSourceDynamicModule,Ye],exports:[oe,le,me,n.IgxHeatTileGeneratorDynamicModule,Ce,i.IgxSizeScaleDynamicModule,i.IgxValueBrushScaleDynamicModule,i.IgxCustomPaletteColorScaleDynamicModule,qe,Re,Ge,Ue,Xe,Y,n.IgxShapeDataSourceDynamicModule,Ye]}),e.ɵinj=r.ɵɵngDeclareInjector({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:e,imports:[[o.CommonModule,oe,le,me,n.IgxHeatTileGeneratorDynamicModule,Ce,i.IgxSizeScaleDynamicModule,i.IgxValueBrushScaleDynamicModule,i.IgxCustomPaletteColorScaleDynamicModule,qe,Re,Ge,Ue,Xe,Y,n.IgxShapeDataSourceDynamicModule,Ye],oe,le,me,n.IgxHeatTileGeneratorDynamicModule,Ce,i.IgxSizeScaleDynamicModule,i.IgxValueBrushScaleDynamicModule,i.IgxCustomPaletteColorScaleDynamicModule,qe,Re,Ge,Ue,Xe,Y,n.IgxShapeDataSourceDynamicModule,Ye]}),e}();r.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:Ke,decorators:[{type:r.NgModule,args:[{declarations:[],exports:[oe,le,me,n.IgxHeatTileGeneratorDynamicModule,Ce,i.IgxSizeScaleDynamicModule,i.IgxValueBrushScaleDynamicModule,i.IgxCustomPaletteColorScaleDynamicModule,qe,Re,Ge,Ue,Xe,Y,n.IgxShapeDataSourceDynamicModule,Ye],imports:[o.CommonModule,oe,le,me,n.IgxHeatTileGeneratorDynamicModule,Ce,i.IgxSizeScaleDynamicModule,i.IgxValueBrushScaleDynamicModule,i.IgxCustomPaletteColorScaleDynamicModule,qe,Re,Ge,Ue,Xe,Y,n.IgxShapeDataSourceDynamicModule,Ye],entryComponents:[]}]}]});var Je=function(e){function r(){var t=null!==e&&e.apply(this,arguments)||this;return t._token=null,t._expires=0,t._ssl=!1,t}return t.__extends(r,e),Object.defineProperty(r.prototype,"token",{get:function(){return this._token},set:function(e){this._token=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"expires",{get:function(){return this._expires},set:function(e){this._expires=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"ssl",{get:function(){return this._ssl},set:function(e){this._ssl=e},enumerable:!1,configurable:!0}),r.$t=n.markType(r,"TokenResponseModel"),r}(n.Base),Qe=function(e){function r(){var t=null!==e&&e.apply(this,arguments)||this;return t._name=null,t._tileInfo=null,t}return t.__extends(r,e),Object.defineProperty(r.prototype,"name",{get:function(){return this._name},set:function(e){this._name=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"tileInfo",{get:function(){return this._tileInfo},set:function(e){this._tileInfo=e},enumerable:!1,configurable:!0}),r.$t=n.markType(r,"MapServerResponseModel"),r}(n.Base),et=function(e){function r(){var t=null!==e&&e.apply(this,arguments)||this;return t._lods=null,t}return t.__extends(r,e),Object.defineProperty(r.prototype,"lods",{get:function(){return this._lods},set:function(e){this._lods=e},enumerable:!1,configurable:!0}),r.$t=n.markType(r,"TileInfoResponseModel"),r}(n.Base),tt=function(e){function r(){var t=null!==e&&e.apply(this,arguments)||this;return t._level=0,t._resolution=0,t._scale=0,t}return t.__extends(r,e),Object.defineProperty(r.prototype,"level",{get:function(){return this._level},set:function(e){this._level=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"resolution",{get:function(){return this._resolution},set:function(e){this._resolution=e},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"scale",{get:function(){return this._scale},set:function(e){this._scale=e},enumerable:!1,configurable:!0}),r.$t=n.markType(r,"LevelOfDetailResponseModel"),r}(n.Base),rt=function(e){function r(t){var r=e.call(this,t)||this;return r.ce=null,r.ce=t,r}return t.__extends(r,e),r.$t=n.markType(r,"GeographicProportionalSymbolSeriesBaseView",y.$),r}(y),it=function(e){function r(t){var r=e.call(this,t)||this;return r.ce=null,r.ce=t,r}return t.__extends(r,e),r.$t=n.markType(r,"GeographicShapeSeriesBaseBaseView",y.$),r}(y),nt=function(e){function r(t){var r=e.call(this,t)||this;return r.ce=null,r.ce=t,r}return t.__extends(r,e),r.$t=n.markType(r,"GeographicSymbolSeriesBaseView",y.$),r}(y),ot=function(e){function r(t){var r=e.call(this,t)||this;return r.ce=null,r.ce=t,r}return t.__extends(r,e),r.$t=n.markType(r,"GeographicXYTriangulatingSeriesBaseView",y.$),r}(y),at=function(e){function r(){var t=e.call(this)||this;return t.b=null,t.a=null,t.a=new n.List$1(n.String_$type,0),t}return t.__extends(r,e),r.$t=n.markType(r,"ImageryMetadata"),r}(n.Base),st=function(e){function r(){var t=e.call(this)||this;return t.a=null,t.a=new n.List$1(at.$,0),t}return t.__extends(r,e),r.$t=n.markType(r,"BingResourceSet"),r}(n.Base),pt=function(e){function r(){var t=e.call(this)||this;return t.a=null,t.a=new n.List$1(st.$,0),t}return t.__extends(r,e),r.$t=n.markType(r,"BingResponse"),r}(n.Base),ut=function(e){function r(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(r,e),r.$t=n.markType(r,"GeographicMarkerSeriesBase",_e.$),r}(_e),lt=function(e){function r(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(r,e),r.$t=n.markType(r,"GeographicProportionalSymbolSeriesBase",ut.$),r}(ut),ct=function(e){function i(){return e.call(this)||this}return t.__extends(i,e),Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),i.ɵfac=r.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:i,deps:[],target:r.ɵɵFactoryTarget.Component}),i.ɵcmp=r.ɵɵngDeclareComponent({minVersion:"12.0.0",version:"12.2.14",type:i,selector:"ng-component",usesInheritance:!0,ngImport:r,template:"",isInline:!0}),i}(xe);r.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:ct,decorators:[{type:r.Component,args:[{template:""}]}],ctorParameters:function(){return[]}});var ht=function(e){function i(){return e.call(this)||this}return t.__extends(i,e),Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),i.ɵfac=r.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:i,deps:[],target:r.ɵɵFactoryTarget.Component}),i.ɵcmp=r.ɵɵngDeclareComponent({minVersion:"12.0.0",version:"12.2.14",type:i,selector:"ng-component",usesInheritance:!0,ngImport:r,template:"",isInline:!0}),i}(ct);r.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:ht,decorators:[{type:r.Component,args:[{template:""}]}],ctorParameters:function(){return[]}});var gt=function(e){function r(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(r,e),r.$t=n.markType(r,"GeographicShapeSeriesBaseBase",m.$),r}(m),mt=function(e){function i(){return e.call(this)||this}return t.__extends(i,e),Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),i.ɵfac=r.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:i,deps:[],target:r.ɵɵFactoryTarget.Component}),i.ɵcmp=r.ɵɵngDeclareComponent({minVersion:"12.0.0",version:"12.2.14",type:i,selector:"ng-component",usesInheritance:!0,ngImport:r,template:"",isInline:!0}),i}(K);r.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:mt,decorators:[{type:r.Component,args:[{template:""}]}],ctorParameters:function(){return[]}});var yt=function(e){function r(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(r,e),r.$t=n.markType(r,"GeographicSymbolSeriesBase",ut.$),r}(ut),ft=function(e){function i(){return e.call(this)||this}return t.__extends(i,e),Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),i.ɵfac=r.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:i,deps:[],target:r.ɵɵFactoryTarget.Component}),i.ɵcmp=r.ɵɵngDeclareComponent({minVersion:"12.0.0",version:"12.2.14",type:i,selector:"ng-component",usesInheritance:!0,ngImport:r,template:"",isInline:!0}),i}(ct);r.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:ft,decorators:[{type:r.Component,args:[{template:""}]}],ctorParameters:function(){return[]}});var dt=function(e){function r(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(r,e),r.$t=n.markType(r,"GeographicXYTriangulatingSeriesBase",m.$),r}(m),bt=function(e){function i(){return e.call(this)||this}return t.__extends(i,e),Object.defineProperty(i.prototype,"i",{get:function(){return this._implementation},enumerable:!1,configurable:!0}),i.ɵfac=r.ɵɵngDeclareFactory({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:i,deps:[],target:r.ɵɵFactoryTarget.Component}),i.ɵcmp=r.ɵɵngDeclareComponent({minVersion:"12.0.0",version:"12.2.14",type:i,selector:"ng-component",usesInheritance:!0,ngImport:r,template:"",isInline:!0}),i}(K);r.ɵɵngDeclareClassMetadata({minVersion:"12.0.0",version:"12.2.14",ngImport:r,type:bt,decorators:[{type:r.Component,args:[{template:""}]}],ctorParameters:function(){return[]}}),e.ArcGISOnlineMapImagery=H,e.BingMapsImageryStyle=D,e.BingMapsImageryStyle_$type=q,e.BingMapsMapImagery=R,e.BingMapsMapImageryView=$,e.BingResourceSet=st,e.BingResponse=pt,e.CustomMapImagery=z,e.GeographicContourLineSeries=He,e.GeographicContourLineSeriesView=Le,e.GeographicHighDensityScatterSeries=Ee,e.GeographicHighDensityScatterSeriesView=Fe,e.GeographicMapImagery=d,e.GeographicMapImageryView=b,e.GeographicMapSeriesHost=m,e.GeographicMarkerSeries=_e,e.GeographicMarkerSeriesBase=ut,e.GeographicPolylineSeries=se,e.GeographicPolylineSeriesView=ae,e.GeographicProportionalSymbolSeries=Pe,e.GeographicProportionalSymbolSeriesBase=lt,e.GeographicProportionalSymbolSeriesBaseView=rt,e.GeographicProportionalSymbolSeriesView=ke,e.GeographicScatterAreaSeries=x,e.GeographicScatterAreaSeriesView=v,e.GeographicShapeSeries=re,e.GeographicShapeSeriesBase=Q,e.GeographicShapeSeriesBaseBase=gt,e.GeographicShapeSeriesBaseBaseView=it,e.GeographicShapeSeriesBaseView=ee,e.GeographicShapeSeriesView=te,e.GeographicSymbolSeries=je,e.GeographicSymbolSeriesBase=yt,e.GeographicSymbolSeriesBaseView=nt,e.GeographicSymbolSeriesView=Te,e.GeographicTileSeries=ve,e.GeographicXYTriangulatingSeries=C,e.GeographicXYTriangulatingSeriesBase=dt,e.GeographicXYTriangulatingSeriesBaseView=ot,e.GeographicXYTriangulatingSeriesView=S,e.HostSeriesView=y,e.IgxArcGISOnlineMapImagery=W,e.IgxArcGISOnlineMapImageryDynamicModule=Z,e.IgxArcGISOnlineMapImageryModule=L,e.IgxBingMapsMapImagery=V,e.IgxBingMapsMapImageryDynamicModule=B,e.IgxBingMapsMapImageryModule=P,e.IgxCustomMapImagery=N,e.IgxCustomMapImageryDynamicModule=U,e.IgxCustomMapImageryModule=E,e.IgxGeographicContourLineSeriesComponent=We,e.IgxGeographicContourLineSeriesDynamicModule=Xe,e.IgxGeographicContourLineSeriesModule=Ze,e.IgxGeographicHighDensityScatterSeriesComponent=Ne,e.IgxGeographicHighDensityScatterSeriesDynamicModule=Ue,e.IgxGeographicHighDensityScatterSeriesModule=ze,e.IgxGeographicMapComponent=k,e.IgxGeographicMapCoreDynamicModule=Y,e.IgxGeographicMapCoreModule=X,e.IgxGeographicMapDynamicModule=Ke,e.IgxGeographicMapImagery=j,e.IgxGeographicMapModule=Ye,e.IgxGeographicMapSeriesHostComponent=K,e.IgxGeographicMarkerSeriesBaseComponent=ct,e.IgxGeographicMarkerSeriesComponent=xe,e.IgxGeographicPolylineSeriesComponent=pe,e.IgxGeographicPolylineSeriesDynamicModule=le,e.IgxGeographicPolylineSeriesModule=ue,e.IgxGeographicProportionalSymbolSeriesBaseComponent=ht,e.IgxGeographicProportionalSymbolSeriesComponent=we,e.IgxGeographicProportionalSymbolSeriesDynamicModule=qe,e.IgxGeographicProportionalSymbolSeriesModule=De,e.IgxGeographicScatterAreaSeriesComponent=Be,e.IgxGeographicScatterAreaSeriesDynamicModule=Ge,e.IgxGeographicScatterAreaSeriesModule=Ae,e.IgxGeographicShapeSeriesBaseBaseComponent=mt,e.IgxGeographicShapeSeriesBaseComponent=J,e.IgxGeographicShapeSeriesComponent=ie,e.IgxGeographicShapeSeriesDynamicModule=oe,e.IgxGeographicShapeSeriesModule=ne,e.IgxGeographicSymbolSeriesBaseComponent=ft,e.IgxGeographicSymbolSeriesComponent=Oe,e.IgxGeographicSymbolSeriesDynamicModule=Re,e.IgxGeographicSymbolSeriesModule=$e,e.IgxGeographicTileSeriesComponent=Me,e.IgxGeographicTileSeriesDynamicModule=Ce,e.IgxGeographicTileSeriesModule=Ie,e.IgxGeographicXYTriangulatingSeriesBaseComponent=bt,e.IgxGeographicXYTriangulatingSeriesComponent=Ve,e.IgxImageTilesReadyEventArgs=_,e.IgxImagesChangedEventArgs=T,e.IgxOpenStreetMapImagery=G,e.IgxOpenStreetMapImageryDynamicModule=F,e.IgxOpenStreetMapImageryModule=A,e.IgxSubDomainsCollection=w,e.IgxTileGeneratorMapImagery=ge,e.IgxTileGeneratorMapImageryDynamicModule=me,e.IgxTileGeneratorMapImageryModule=ce,e.IgxTileSeriesComponent=de,e.IgxTileSeriesDynamicModule=Se,e.IgxTileSeriesModule=be,e.ImageTilesReadyEventArgs=h,e.ImageryMetadata=at,e.ImagesChangedEventArgs=g,e.LevelOfDetailResponseModel=tt,e.MapBackgroundTilingMode=p,e.MapBackgroundTilingMode_$type=u,e.MapResizeBehavior=a,e.MapResizeBehavior_$type=s,e.MapServerResponseModel=Qe,e.OpenStreetMapImagery=I,e.SphericalMercatorHorizontalScaler=c,e.SphericalMercatorVerticalScaler=l,e.SubDomainsCollection=O,e.TileGeneratorMapImagery=he,e.TileInfoResponseModel=et,e.TileSeries=ye,e.TileSeriesView=fe,e.TokenResponseModel=Je,e.XamGeographicMap=f,e.XamGeographicMapView=M,Object.defineProperty(e,"__esModule",{value:!0})}));