igniteui-angular-maps 13.2.0-beta.3 → 14.1.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 (72) hide show
  1. package/bundles/igniteui-angular-maps.umd.js +946 -946
  2. package/bundles/igniteui-angular-maps.umd.min.js +1 -1
  3. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +34 -34
  4. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +69 -69
  5. package/esm2015/lib/GeographicMapSeriesHost_combined.js +154 -154
  6. package/esm2015/lib/GeographicMarkerSeries.js +25 -25
  7. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +15 -15
  8. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +82 -82
  9. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +55 -55
  10. package/esm2015/lib/GeographicShapeSeriesView_combined.js +49 -49
  11. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +51 -51
  12. package/esm2015/lib/GeographicTileSeries.js +26 -26
  13. package/esm2015/lib/TileSeries_combined.js +79 -79
  14. package/esm2015/lib/XamGeographicMap_combined.js +82 -82
  15. package/esm2015/lib/igx-geographic-contour-line-series-component.js +23 -23
  16. package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +22 -22
  17. package/esm2015/lib/igx-geographic-map-series-host-component.js +11 -11
  18. package/esm2015/lib/igx-geographic-marker-series-component.js +22 -22
  19. package/esm2015/lib/igx-geographic-polyline-series-component.js +10 -10
  20. package/esm2015/lib/igx-geographic-proportional-symbol-series-component.js +42 -42
  21. package/esm2015/lib/igx-geographic-scatter-area-series-component.js +17 -17
  22. package/esm2015/lib/igx-geographic-shape-series-base-component.js +20 -20
  23. package/esm2015/lib/igx-geographic-shape-series-component.js +32 -32
  24. package/esm2015/lib/igx-geographic-symbol-series-component.js +14 -14
  25. package/esm2015/lib/igx-geographic-tile-series-component.js +4 -4
  26. package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  27. package/esm2015/lib/igx-tile-series-component.js +3 -3
  28. package/esm5/lib/GeographicContourLineSeriesView_combined.js +34 -34
  29. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +69 -69
  30. package/esm5/lib/GeographicMapSeriesHost_combined.js +152 -152
  31. package/esm5/lib/GeographicMarkerSeries.js +25 -25
  32. package/esm5/lib/GeographicPolylineSeriesView_combined.js +15 -15
  33. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +82 -82
  34. package/esm5/lib/GeographicShapeSeriesBase_combined.js +54 -54
  35. package/esm5/lib/GeographicShapeSeriesView_combined.js +49 -49
  36. package/esm5/lib/GeographicSymbolSeriesView_combined.js +51 -51
  37. package/esm5/lib/GeographicTileSeries.js +25 -25
  38. package/esm5/lib/TileSeries_combined.js +77 -77
  39. package/esm5/lib/XamGeographicMap_combined.js +81 -81
  40. package/esm5/lib/igx-geographic-contour-line-series-component.js +23 -23
  41. package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +22 -22
  42. package/esm5/lib/igx-geographic-map-series-host-component.js +11 -11
  43. package/esm5/lib/igx-geographic-marker-series-component.js +22 -22
  44. package/esm5/lib/igx-geographic-polyline-series-component.js +10 -10
  45. package/esm5/lib/igx-geographic-proportional-symbol-series-component.js +42 -42
  46. package/esm5/lib/igx-geographic-scatter-area-series-component.js +17 -17
  47. package/esm5/lib/igx-geographic-shape-series-base-component.js +20 -20
  48. package/esm5/lib/igx-geographic-shape-series-component.js +32 -32
  49. package/esm5/lib/igx-geographic-symbol-series-component.js +14 -14
  50. package/esm5/lib/igx-geographic-tile-series-component.js +4 -4
  51. package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  52. package/esm5/lib/igx-tile-series-component.js +3 -3
  53. package/fesm2015/igniteui-angular-maps.js +954 -954
  54. package/fesm5/igniteui-angular-maps.js +946 -946
  55. package/lib/GeographicContourLineSeriesView_combined.d.ts +11 -11
  56. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +16 -16
  57. package/lib/GeographicMapSeriesHost_combined.d.ts +26 -26
  58. package/lib/GeographicMarkerSeries.d.ts +13 -13
  59. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  60. package/lib/GeographicPolylineSeriesView_combined.d.ts +7 -7
  61. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  62. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +21 -21
  63. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  64. package/lib/GeographicShapeSeriesBase_combined.d.ts +15 -15
  65. package/lib/GeographicShapeSeriesView_combined.d.ts +20 -20
  66. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  67. package/lib/GeographicSymbolSeriesView_combined.d.ts +14 -14
  68. package/lib/GeographicTileSeries.d.ts +8 -8
  69. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  70. package/lib/TileSeries_combined.d.ts +18 -18
  71. package/lib/XamGeographicMap_combined.d.ts +22 -22
  72. package/package.json +5 -5
@@ -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}({}),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})}));
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.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,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.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.p4=null,t.p6=t.p5(),t}return t.__extends(r,e),r.prototype.lk=function(){e.prototype.lk.call(this),null!=this.p6&&this.p6.lk()},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.p6.hw(e,t)},r.prototype.c1=function(e,t,r,i){return this.p6.c1(e,t,r,i)},r.prototype.ag=function(){return this.p6.ag()},r.prototype.be=function(){return this.p6},Object.defineProperty(r.prototype,"p6",{get:function(){return this.p4},set:function(e){this.p6!=e&&(this.p4=e,this.qb())},enumerable:!1,configurable:!0}),r.prototype.get_hasMarkers=function(){return this.p6.hasMarkers},r.prototype.qb=function(){if(null!=this.p4){var e=this.p4;e.externalObject=n.TypeRegistrar.createFromInternal(e,n.PlatformConstants.Prefix,n.PlatformConstants.Postfix),e.externalObject._implementation=e}this.k2(this.p6),this.p7.b2()},r.prototype.aw=function(e,t,r){return this.ay(this.p6,e,t,r)},r.prototype.ax=function(e,t,r){return this.az(this.p6,e,t,r)},r.prototype.ht=function(e){return this.hy(this.p6,e)},r.prototype.hj=function(e,t){return this.p6.hj(e,t)},r.prototype.hh=function(e,t){return this.p6.hh(e,t)},r.prototype.gj=function(e,t,r){return this.p6.gj(e,t,r)},r.prototype.pm=function(e,t,r){return this.p6.pm(e,t,r)},r.prototype.pv=function(e){return this.p6.pv(e)},r.prototype.ak=function(e){return this.p6.ak(e)},r.prototype.pw=function(e){return this.p6.pw(e)},r.prototype.al=function(e){return this.p6.al(e)},r.prototype.px=function(e){return this.p6.px(e)},r.prototype.py=function(e){return this.p6.py(e)},r.prototype.gf=function(e,t,r){return this.p6.gf(e,t,r)},r.prototype.pi=function(e,t,r){return this.p6.pi(e,t,r)},r.prototype.gh=function(e,t,r){return this.gj(e,t,r)},r.prototype.pk=function(e,t,r){return this.p6.pk(e,t,r)},r.prototype.pn=function(e,t,r){return this.p6.pn(e,t,r)},r.prototype.gk=function(e,t,r){return this.p6.gk(e,t,r)},r.prototype.pj=function(e,t,r){return this.p6.pj(e,t,r)},r.prototype.gg=function(e,t,r){return this.p6.gg(e,t,r)},r.prototype.pl=function(e,t,r){return this.p6.pl(e,t,r)},r.prototype.gi=function(e,t,r){return this.p6.gi(e,t,r)},r.prototype.he=function(e){return this.p6.he(e)},r.prototype.ga=function(){return this.p6.ga()},r.prototype.f6=function(e){return this.p6.f6(e)},r.prototype.hu=function(e){return this.p6.hu(e)},r.prototype.bx=function(){return new y(this)},r.prototype.lz=function(t){e.prototype.lz.call(this,t),this.p7=n.typeCast(y.$,t)},Object.defineProperty(r.prototype,"p8",{get:function(){return this.c(r.qd)},set:function(e){this.h(r.qd,e)},enumerable:!1,configurable:!0}),r.prototype.l4=function(t,r,o,a){switch(e.prototype.l4.call(this,t,r,o,a),r){case"SeriesViewer":this.p6.cd=this.cd,null!=o&&o.n2(this.p6),null!=a&&this.cd.kx(this.p6),this.p6.l7(this.pz),this.p6.index=this.index,this.k8(this.p6),this.ho=this.p6.ho;var s=n.typeCast(i.SeriesViewer.$,o);if(null!=s&&(s.actualWindowRectChanged=n.delegateRemove(s.actualWindowRectChanged,n.runOn(this,this.qc))),null!=this.cd){var p=this.cd;p.actualWindowRectChanged=n.delegateCombine(p.actualWindowRectChanged,n.runOn(this,this.qc))}this.qa();break;case"SyncLink":this.p6.b8=this.b8;break;case"VisibleFromScale":this.qa();break;case"Index":this.p6.index=this.index;break;case"ItemsSource":this.p7.b3();break;case"Resolution":this.p7.ca();break;case"TransitionDuration":this.p7.cd();break;case"Opacity":this.p7.b7();break;case"Visibility":var l=this.p6,u=this._visibility;l.visibility=u;break;case"MouseOverEnabled":this.p6.el=this.el;break;case"ExpectFunctions":this.p6.expectFunctions=this.expectFunctions;break;case"Thickness":this.p7.cc();break;case"Brush":this.p7.b1();break;case"Outline":this.p7.b9();break;case"ActualBrush":this.p7.by();break;case"ActualOutline":this.p7.bz();break;case"MarkerFillOpacity":n.isNaN_(this.gq)||this.p7.b6();break;case"AreaFillOpacity":n.isNaN_(this.fz)||this.p7.b0();break;case"OutlineMode":this.p7.b8();break;case"ShowDefaultTooltip":this.p7.cb();break;case"Title":this.p6.title=this.title;break;case"LegendItemBadgeMode":this.p7.b4();break;case"LegendItemBadgeShape":this.p7.b5();break;case"Legend":this.p6.legend=this.legend,this.b0.at()}},r.prototype.qa=function(){if(null!=this.cd&&null!=this.p6&&!n.isNaN_(this.p8))if(this.cd.sf.width>this.p8){this.p6.visibility=1}else{this.p6.visibility=0}},r.prototype.qc=function(e,t){this.qa()},r.prototype.mi=function(t){e.prototype.mi.call(this,t),null!=this.p6&&this.p6.mi(t)},r.prototype.mh=function(e,t,r,i,n){null!=this.p6&&this.p6.mh(e,t,r,i,n)},r.prototype.at=function(e,t){return this.p6.at(e,t)},r.prototype.ms=function(){e.prototype.ms.call(this),this.p6.ms()},r.prototype.get_coercionMethods=function(){return this._coercionMethods},r.prototype.set_coercionMethods=function(e){this._coercionMethods=e,this.p6.coercionMethods=e},r.prototype.k7=function(t){if(e.prototype.k7.call(this,t),null!=this.p6){var r=this.p6.hs();this.kz(t,r)}},r.$t=n.markType(r,"GeographicMapSeriesHost",i.Series.$),r.qd=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.p3=1,this.bx.p6.p3=0,this.bx.p6.itemsSource=this.bx.itemsSource,this.bx.p6.index=this.bx.index,this.bx.p6.o3=this.bx.o3,this.bx.p6.o8=this.bx.o3,this.bx.p6.bt=this.bx.bt,this.bx.p6.gt=this.bx.gt,this.bx.p6.hm=this.bx.hm,this.bx.p6._opacity=this.bx._opacity,this.bx.p6.gz=this.bx.gz,this.bx.p6.fz=this.bx.fz,this.bx.p6.gq=this.bx.gq,this.bx.p6.er=this.bx.er,this.bx.p6.legendItemBadgeShape=this.bx.legendItemBadgeShape,this.bx.p6.a9=this.bx.a9},r.prototype.b3=function(){this.bx.p6.itemsSource=this.bx.itemsSource},r.prototype.ca=function(){this.bx.p6.gt=this.bx.gt},r.prototype.cd=function(){this.bx.p6.hm=this.bx.hm},r.prototype.b7=function(){this.bx.p6._opacity=this.bx._opacity},r.prototype.cc=function(){this.bx.p6.gz=this.bx.gz},r.prototype.b1=function(){this.bx.p6.o3=this.bx.o3},r.prototype.b9=function(){this.bx.p6.o8=this.bx.o8},r.prototype.by=function(){this.bx.p6.o3=this.bx.oz},r.prototype.bz=function(){this.bx.p6.o8=this.bx.o2},r.prototype.b4=function(){this.bx.p6.a9=this.bx.a9},r.prototype.b5=function(){this.bx.p6.legendItemBadgeShape=this.bx.legendItemBadgeShape},r.prototype.b0=function(){this.bx.p6.fz=this.bx.fz},r.prototype.b6=function(){this.bx.p6.gq=this.bx.gq},r.prototype.b8=function(){this.bx.p6.bt=this.bx.bt},r.prototype.cb=function(){this.bx.p6.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=u.am(r.uz.bottom)-u.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 u,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=u.am(e.bottom),l=u.am(e.top),c=p-l,h=e.width/r.uz.width,g=u.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=l-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=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.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,l=new i.ScalerParams(1,r.u2,this.su,s.cg);l.c=this.sj;var u=new i.ScalerParams(1,r.u2,this.su,p.cg);u.c=this.sj;var c=this.s2.ei(a.left,l),h=this.s2.ei(a.right,l),g=this.s4.ei(a.top,u),m=this.s4.ei(a.bottom,u),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,l=t.el(p.left,a),u=o.el(p.top,s),c=t.el(p.right,a),h=o.el(p.bottom,s),g=c-l,m=u-h,y=new n.Rect(0,l,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.ms()}}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 l=new i.ScalerParams(1,r.u2,this.su,this.s2.cg);l.c=this.sj;var u=this.s2.ei(e,l);if(2==this.td)o=u/this.su.width-s/2;else o=u/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,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.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 l=this.s1.ei(-180,t);o=this.s1.ei(180,t)-l}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),l=this.su,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.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,l,u,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.mi(!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.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.lk()}}catch(e){u={error:e}}finally{try{b&&!b.done&&(c=f.return)&&c.call(f)}finally{if(u)throw u.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.qf=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",[l,n.enumGetBox(l,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 l=this.geographicMap.s2,u=this.geographicMap.s4,c=new i.ScalerParams(1,this.windowRect,t,l.cg);c.c=r;var h=new i.ScalerParams(1,this.windowRect,t,u.cg);h.c=r;var g=l.ei(o.left,c),m=u.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.p6;t.q6=this.ce.qi,t.re=this.ce.qg,t.trianglesSource=this.ce.qf,t.qu=this.ce.ql,t.qw=this.ce.qn,t.qy=this.ce.qp},r.prototype.ch=function(){var e=this.ce.p6;if(null==this.ce.cd)return e.p4=null,void(e.p5=null);e.p4=this.ce.cd.s2,e.p5=this.ce.cd.s4},r.prototype.cg=function(){this.ce.p6.q6=this.ce.qi},r.prototype.cf=function(){this.ce.p6.re=this.ce.qg},r.prototype.ci=function(){this.ce.p6.trianglesSource=this.ce.qf},r.prototype.cj=function(){this.ce.p6.qu=this.ce.ql},r.prototype.ck=function(){this.ce.p6.qw=this.ce.qn},r.prototype.cl=function(){this.ce.p6.qy=this.ce.qp},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.q0&&(this.cm.q0.sd=this.cm.q4,this.cm.q0.r1=this.cm.qz)},r.prototype.cn=function(){null!=this.cm.q0&&(this.cm.q0.sd=this.cm.q4)},r.prototype.co=function(){null!=this.cm.q0&&(this.cm.q0.r1=this.cm.qz)},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 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.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.lz=function(t){e.prototype.lz.call(this,t),this.qe=t},r.prototype.l4=function(t,i,n,o){switch(e.prototype.l4.call(this,t,i,n,o),i){case"SeriesViewer":this.qe.ch();break;case r.$$p[1]:this.qe.cg();break;case r.$$p[0]:this.qe.cf();break;case r.$$p[2]:this.qe.ci();break;case r.$$p[3]:this.qe.cj();break;case r.$$p[4]:this.qe.ck();break;case r.$$p[5]:this.qe.cl()}},r.$t=n.markType(r,"GeographicXYTriangulatingSeries",m.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["LatitudeMemberPath:qg:qr",[2,"pointY"],"LongitudeMemberPath:qi:qs",[2,"pointX"],"TrianglesSource:qf:qt",[n.IEnumerable_$type,null],"TriangleVertexMemberPath1:ql:qu",[2,"v1"],"TriangleVertexMemberPath2:qn:qv",[2,"v2"],"TriangleVertexMemberPath3:qp:qw",[2,"v3"]]),r}(m),x=function(e){function r(){var t=e.call(this)||this;return t.qx=null,t.triangulationStatusChanged=null,t.ab=r.$,t}return t.__extends(r,e),r.prototype.get_dd=function(){return!0},Object.defineProperty(r.prototype,"qz",{get:function(){return this.qx},set:function(e){if(this.qx!=e){var t=this.qx;if(null!=this.qx){var r=this.qx;r.propertyChanged=n.delegateRemove(r.propertyChanged,n.runOn(this,this.q7))}if(this.qx=e,null!=this.qx){var i=this.qx;i.propertyChanged=n.delegateCombine(i.propertyChanged,n.runOn(this,this.q7))}this.raisePropertyChanged("ColorScale",t,this.qx),null!=this.q0&&(this.q0.r1=e)}},enumerable:!1,configurable:!0}),r.prototype.q7=function(e,t){this.q2.co(),this.q9(),this.mi(!1)},r.prototype.q9=function(){null!=this.q0&&(this.qy=this.q0.r0)},r.prototype.mw=function(){e.prototype.mw.call(this),this.q9()},r.prototype.p5=function(){this.q0=new i.ScatterAreaSeries;var e=this.q0;return e.triangulationStatusChanged=n.delegateCombine(e.triangulationStatusChanged,n.runOn(this,this.q8)),this.q0},r.prototype.q8=function(e,t){null!=this.triangulationStatusChanged&&this.triangulationStatusChanged(this,t)},r.prototype.bx=function(){return new v(this)},r.prototype.lz=function(t){e.prototype.lz.call(this,t),this.q2=t},r.prototype.l4=function(t,i,n,o){switch(e.prototype.l4.call(this,t,i,n,o),i){case r.$$p[1]:this.q2.cn();break;case"ColorScale":this.q2.co(),this.q9()}},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:qy:ra",[i.ColorScale.$,null],"ColorMemberPath:q4:rb",[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.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(l,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}(),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}(),j=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 j(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 j(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",[j.$,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 j(0)),this._subDomains=e._fromInner(t),this.i.subDomains=t}return this._subDomains},set:function(e){null!==this._subDomains&&(this._subDomains._setSyncTarget(null),this._subDomains=null);var t=new w;this._subDomains=t._fromOuter(e);var r=new n.SyncableObservableCollection$1(n.String_$type),i=this.i.subDomains;i||(i=new j(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 j(0)),this._actualSubDomains=e._fromInner(t),this.i.actualSubDomains=t}return this._actualSubDomains},set:function(e){null!==this._actualSubDomains&&(this._actualSubDomains._setSyncTarget(null),this._actualSubDomains=null);var t=new w;this._actualSubDomains=t._fromOuter(e);var r=new n.SyncableObservableCollection$1(n.String_$type),i=this.i.actualSubDomains;i||(i=new j(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}(O),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}(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,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}(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,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.p8},set:function(e){this.i.p8=+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.lk()},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.pm(n.toPoint(e),t,r);return n.fromPoint(i)},i.prototype.getSeriesValueBoundingBox=function(e){var t=this.i.pv(n.toPoint(e));return n.fromRect(t)},i.prototype.getSeriesValueMarkerBoundingBox=function(e){var t=this.i.px(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.pi(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.pk(n.toPoint(e),t,r);return n.fromPoint(i)},i.prototype.getSeriesValuePositionFromSeriesPixel=function(e,t,r){var i=this.i.pn(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.mi(e)},i.prototype.styleUpdated=function(){this.i.ms()},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.qz},set:function(e){this.i.qz=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isCustomShapeStyleAllowed",{get:function(){return this.i.qo},set:function(e){this.i.qo=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isCustomShapeMarkerStyleAllowed",{get:function(){return this.i.qn},set:function(e){this.i.qn=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"itemSearchMode",{get:function(){return this.i.qg},set:function(e){this.i.qg=n.ensureEnum(i.ShapeItemSearchMode_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"itemSearchThreshold",{get:function(){return this.i.qr},set:function(e){this.i.qr=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"itemSearchPointsThreshold",{get:function(){return this.i.qq},set:function(e){this.i.qq=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapefileDataSource",{get:function(){if(null==this.i.qj)return null;if(!this.i.qj.externalObject){var e=new n.IgxShapeDataSource;e._implementation=this.i.qj,this.i.qj.externalObject=e}return this.i.qj.externalObject},set:function(e){this.i.qj=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapeFilterResolution",{get:function(){return this.i.qp},set:function(e){this.i.qp=+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.qm=!1,t.ql=!1,t.assigningShapeStyle=null,t.assigningShapeMarkerStyle=null,t.qi=null,t.qk=!1,t}return t.__extends(r,e),r.prototype.bx=function(){return new ee(this)},r.prototype.lz=function(t){e.prototype.lz.call(this,t),this.qh=t},r.prototype.get_dx=function(){return!0},r.prototype.get_c2=function(){return!0},r.prototype.l4=function(t,i,o,a){switch(e.prototype.l4.call(this,t,i,o,a),i){case"SeriesViewer":this.qh.cf();break;case"ShapeMemberPath":this.qh.ch();break;case r.$$p[5]:this.qh.cg();break;case r.$$p[1]:if(this.p6.q5=this.qo,this.qm=this.qo,this.qo){var s=this.p6;s.assigningShapeStyle=n.delegateCombine(s.assigningShapeStyle,n.runOn(this,this.q2))}else{var p=this.p6;p.assigningShapeStyle=n.delegateRemove(p.assigningShapeStyle,n.runOn(this,this.q2))}break;case r.$$p[0]:if(this.p6.q4=this.qn,this.ql=this.qn,this.qo){var l=this.p6;l.assigningShapeMarkerStyle=n.delegateCombine(l.assigningShapeMarkerStyle,n.runOn(this,this.q1))}else{var u=this.p6;u.assigningShapeMarkerStyle=n.delegateRemove(u.assigningShapeMarkerStyle,n.runOn(this,this.q1))}break;case r.$$p[2]:this.p6.qr=this.qg;break;case r.$$p[3]:this.p6.rm=this.qq;break;case r.$$p[4]:this.p6.rn=this.qr;break;case"ShapefileDataSource":if(null!=o){var c=o;this.qk&&(c.importCompleted=n.delegateRemove(c.importCompleted,n.runOn(this,this.q3)))}if(null!=a){var h=a;if(h.count>0){this.q4();break}this.qk=!0,h.importCompleted=n.delegateCombine(h.importCompleted,n.runOn(this,this.q3))}}},r.prototype.q2=function(e,t){null!=this.assigningShapeStyle&&this.assigningShapeStyle(this,t)},r.prototype.q1=function(e,t){null!=this.assigningShapeMarkerStyle&&this.assigningShapeMarkerStyle(this,t)},r.prototype.q3=function(e,t){this.q4()},r.prototype.q4=function(){var e=this.qj.externalObject;this.itemsSource=e.getPointData()},Object.defineProperty(r.prototype,"qj",{get:function(){return this.qi},set:function(e){var t=this.qi;this.qi=e,t!=this.qi&&this.raisePropertyChanged("ShapefileDataSource",t,this.qi)},enumerable:!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:qn:q5",[0,!1],"IsCustomShapeStyleAllowed:qo:q6",[0,!1],"ItemSearchMode:qg:q7",[i.ShapeItemSearchMode_$type,n.enumGetBox(i.ShapeItemSearchMode_$type,0)],"ItemSearchPointsThreshold:qq:q8",[1,1e4],"ItemSearchThreshold:qr:q9",[1,1e4],"ShapeFilterResolution:qp:ra",[1,2],"ShapeMemberPath:qz:rb",[2,"points"]]),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.p6.rx=this.ce.qz},r.prototype.cf=function(){var e=this.ce.p6;if(null==this.ce.cd)return e.ql=null,void(e.qn=null);e.ql=this.ce.cd.s2,e.qn=this.ce.cd.s4},r.prototype.ch=function(){this.ce.p6.rx=this.ce.qz},r.prototype.cg=function(){this.ce.p6.rj=this.ce.qp},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.qz="points"),r}return t.__extends(r,e),r.prototype.as=function(){e.prototype.as.call(this),this.q||(this.ci.sj=i.Defaults.aj,this.ci.gz=i.Defaults.p,this.ci.ri=i.Defaults.o,this.ci.rf=i.Defaults.d,this.ci.rd=i.Defaults.a)},r.prototype.b2=function(){e.prototype.b2.call(this),this.ci.p6.ud=this.ci.sl,this.ci.p6.s6=this.ci.rg,this.ci.p6.ts=this.ci.r1,this.ci.p6.s9=this.ci.ri,this.ci.p6.ss=this.ci.rc},r.prototype.cn=function(){this.ci.p6.ts=this.ci.r1},r.prototype.cp=function(){this.ci.p6.s9=this.ci.ri},r.prototype.ck=function(){this.ci.p6.ss=this.ci.rc},r.prototype.co=function(){this.ci.p6.s1=this.ci.rf},r.prototype.cj=function(){this.ci.p6.t9=this.ci.si},r.prototype.cl=function(){this.ci.p6.ua=this.ci.sj},r.prototype.cm=function(){this.ci.p6.uc=this.ci.sk},r.prototype.cq=function(){this.ci.p6.s6=this.ci.rg},r.prototype.cr=function(){this.ci.p6.ud=this.ci.sl},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.lz=function(t){e.prototype.lz.call(this,t),this.rh=t},r.prototype.p5=function(){var e=new i.ScatterPolygonSeries;return e.styleShape=n.delegateCombine(e.styleShape,n.runOn(this,this.ry)),e.propertyUpdated=n.delegateCombine(e.propertyUpdated,n.runOn(this,this.rz)),e},r.prototype.ry=function(e,t){null!=this.styleShape&&this.styleShape(this,t)},r.prototype.rz=function(e,t){n.typeCast(i.ScatterPolygonSeries.$,this.p6)},r.prototype.f2=function(){return this.ri},r.prototype.o6=function(){return this.sg},r.prototype.o7=function(){return this.sh},r.prototype.ne=function(){return this.r0},r.prototype.iy=function(){var e=n.typeCast(i.ScatterPolygonSeries.$,this.p6);return null==e?"Unknown":e.iy()},r.prototype.l4=function(t,i,n,o){switch(e.prototype.l4.call(this,t,i,n,o),i){case r.$$p[6]:this.p6.sz=this.re;break;case r.$$p[5]:this.p6.sv=this.rd;break;case r.$$p[9]:this.rh.cn();break;case r.$$p[10]:this.rh.cp();break;case r.$$p[4]:this.rh.ck();break;case r.$$p[11]:this.rh.co();break;case r.$$p[3]:this.rh.cj();break;case r.$$p[7]:this.rh.cl();break;case r.$$p[8]:this.rh.cm();break;case r.$$p[13]:this.rh.cq();break;case r.$$p[12]:this.rh.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:sg:r2",[n.Brush.$],"ActualMarkerOutline:sh:r3",[n.Brush.$],"ActualMarkerTemplate:r0:r4",[n.DataTemplate.$,null],"MarkerBrush:si:r5",[n.Brush.$],"MarkerCollisionAvoidance:rc:r6",[i.CollisionAvoidanceType_$type,n.enumGetBox(i.CollisionAvoidanceType_$type,0)],"MarkerFillMode:rd:r7",[i.MarkerFillMode_$type,n.enumGetBox(i.MarkerFillMode_$type,0)],"MarkerOutlineMode:re:r8",[i.MarkerOutlineMode_$type,n.enumGetBox(i.MarkerOutlineMode_$type,0)],"MarkerOutline:sj:r9",[n.Brush.$],"MarkerStyle:sk:sa",[n.Style.$],"MarkerTemplate:r1:sb",[n.DataTemplate.$,null],"MarkerThickness:ri:sc",[1,n.DeviceUtils.g(2)],"MarkerType:rf:sd",[i.MarkerType_$type,n.enumGetBox(i.MarkerType_$type,2)],"ShapeStyle:sl:se",[n.Style.$,null],"ShapeStyleSelector:rg:sf",[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.sl?this.i.sl.fill:null},set:function(e){this.ensureShapeStyle(),this.i.sl.fill=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapeStroke",{get:function(){return this.i.sl?this.i.sl.stroke:null},set:function(e){this.ensureShapeStyle(),this.i.sl.stroke=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapeStrokeThickness",{get:function(){return this.i.sl?this.i.sl.strokeThickness:NaN},set:function(e){this.ensureShapeStyle(),this.i.sl.strokeThickness=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapeOpacity",{get:function(){return this.i.sl?this.i.sl.opacity:NaN},set:function(e){this.ensureShapeStyle(),this.i.sl.opacity=+e},enumerable:!1,configurable:!0}),o.prototype.ensureShapeStyle=function(){this.i.sl||(this.i.sl=new n.Style)},Object.defineProperty(o.prototype,"markerType",{get:function(){return this.i.rf},set:function(e){this.i.rf=n.ensureEnum(i.MarkerType_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerOutlineMode",{get:function(){return this.i.re},set:function(e){this.i.re=n.ensureEnum(i.MarkerOutlineMode_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerFillMode",{get:function(){return this.i.rd},set:function(e){this.i.rd=n.ensureEnum(i.MarkerFillMode_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerTemplate",{get:function(){return this.i.r1},set:function(e){this.i.r1=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerBrush",{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,"markerOutline",{get:function(){return n.brushToString(this.i.sj)},set:function(e){this.i.sj=n.stringToBrush(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerThickness",{get:function(){return this.i.ri},set:function(e){this.i.ri=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerCollisionAvoidance",{get:function(){return this.i.rc},set:function(e){this.i.rc=n.ensureEnum(i.CollisionAvoidanceType_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"actualMarkerTemplate",{get:function(){return this.i.r0},set:function(e){this.i.r0=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"actualMarkerBrush",{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,"actualMarkerOutline",{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,"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.p6.ss=this.ci.rc,this.ci.p6.sx=this.ci.rk},r.prototype.cj=function(){this.ci.p6.ss=this.ci.rc},r.prototype.ck=function(){this.ci.p6.sx=this.ci.rk},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.lz=function(t){e.prototype.lz.call(this,t),this.rd=t},r.prototype.p5=function(){var e=new i.ScatterPolylineSeries;return e.styleShape=n.delegateCombine(e.styleShape,n.runOn(this,this.rh)),e},r.prototype.rh=function(e,t){null!=this.styleShape&&this.styleShape(this,t)},r.prototype.l4=function(t,i,n,o){switch(e.prototype.l4.call(this,t,i,n,o),i){case r.$$p[1]:this.rd.cj();break;case r.$$p[0]:this.rd.ck()}},r.$t=n.markType(r,"GeographicPolylineSeries",Q.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["ShapeStyle:rk:ri",[n.Style.$,null],"ShapeStyleSelector:rc:rj",[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.rk?this.i.rk.fill:null},set:function(e){this.ensureShapeStyle(),this.i.rk.fill=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapeStroke",{get:function(){return this.i.rk?this.i.rk.stroke:null},set:function(e){this.ensureShapeStyle(),this.i.rk.stroke=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapeStrokeThickness",{get:function(){return this.i.rk?this.i.rk.strokeThickness:NaN},set:function(e){this.ensureShapeStyle(),this.i.rk.strokeThickness=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"shapeOpacity",{get:function(){return this.i.rk?this.i.rk.opacity:NaN},set:function(e){this.ensureShapeStyle(),this.i.rk.opacity=+e},enumerable:!1,configurable:!0}),o.prototype.ensureShapeStyle=function(){this.i.rk||(this.i.rk=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.st=null,t.ss=null,t.imageTilesReady=null,t.sw=null,t.sx=!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.lz=function(t){e.prototype.lz.call(this,t),this.sr=t},r.prototype.get_q7=function(){return!1},Object.defineProperty(r.prototype,"sv",{get:function(){return this.st},set:function(e){if(e!=this.sv){var t=this.sv;this.st=e,this.raisePropertyChanged("TileImagery",t,e)}},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"su",{get:function(){return this.ss},set:function(e){var t=this.ss;this.ss=e,this.raisePropertyChanged("ActualTileImagery",t,this.ss)},enumerable:!1,configurable:!0}),r.prototype.l4=function(t,r,i,o){var a,s;switch(e.prototype.l4.call(this,t,r,i,o),r){case"TileImagery":s=o,null!=(a=i)&&(a.propertyChanged=n.delegateRemove(a.propertyChanged,n.runOn(this,this.s0))),null!=s&&(s.propertyChanged=n.delegateCombine(s.propertyChanged,n.runOn(this,this.s0))),this.sr.de(a,s),this.mi(!1),this.lp();break;case"ActualTileImagery":s=o,null!=(a=i)&&(a.imageTilesReady=n.delegateRemove(a.imageTilesReady,n.runOn(this,this.s1)),a.deferralHandler=null),null!=s&&(s.imageTilesReady=n.delegateCombine(s.imageTilesReady,n.runOn(this,this.s1)),s.deferralHandler=this),this.sr.dd(a,s),null!=s&&null!==n.typeCast(f.$,this.cd)&&(s.geographicMap=this.cd,this.s3(this.b0),this.sr.da(this.cd.sf)),this.lp();break;case"ActualWindowRect":this.sr.da(o);break;case"WorldRect":this.sr.dh(o);break;case"SeriesViewer":var p=o;null!=i&&null!=this.su&&this.su.be(null),null!=p&&null!=this.su&&this.su.be(this.b0.w);break;case"ActualBrush":case"ActualOutline":case"ActualThickness":this.lr()}},r.prototype.s0=function(e,t){"MultiScaleImage"==t.propertyName&&this.s3(this.b0)},r.prototype.s1=function(e,t){null!=this.imageTilesReady&&this.imageTilesReady(this,new n.EventArgs),this.sx||this.sr.df()},r.prototype.register=function(e,t){this.sw=t},r.prototype.unRegister=function(e){this.sw=null},r.prototype.deferredRefresh=function(){this.mi(!1)},r.prototype.deferAction=function(e){null!=this.g9?this.g9.setTimeout(e,0):window.setTimeout(e,0)},r.prototype.m5=function(t,r){this.sr.dg(),e.prototype.m5.call(this,t,r)},r.prototype.mj=function(t){e.prototype.mj.call(this,t),this.s2(t,this.b0)},r.prototype.s2=function(e,t){var r,i,n=t,o=t.getViewInfo(r,i);r=o.p0,i=o.p1,this.s3(t),null!=this.sw&&(this.sx=!0,this.sw(e),this.sx=!1),n.df()},r.prototype.mh=function(t,r,i,n,o){e.prototype.mh.call(this,t,r,i,n,o);var a=this.fc.item(n);a.a1(i),this.cx(a)||this.sb(a)},r.prototype.s3=function(e){var t,r,i=e.getViewInfo(t,r);t=i.p0,r=i.p1,null!=this.sv&&null!=this.sv.ao&&(this.sv!=this.su&&(this.su=this.sv),null==this.su||t.isEmpty||(this.su.width!=t.width&&(this.su.width=t.width),this.su.height!=t.height&&(this.su.height=t.height)))},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.o8=i.Defaults.ao,this.c7.o3=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.sv&&(this.c7.sv.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.sv&&this.c7.sv.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.sv&&this.c7.sv.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.sv?null:this.i.sv.externalObject},set:function(e){this.i.sv=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.rd=null,t.rc=null,t.imageTilesReady=null,t.ab=r.$,t}return t.__extends(r,e),r.prototype.get_ei=function(){return!0},Object.defineProperty(r.prototype,"re",{get:function(){return this.rd},set:function(e){if(e!=this.re){var t=this.re;this.rd=e,this.raisePropertyChanged("TileImagery",t,e)}},enumerable:!1,configurable:!0}),r.prototype.ri=function(){null!=this.re&&this.re.clearTileCache()},r.prototype.l4=function(t,r,i,n){switch(e.prototype.l4.call(this,t,r,i,n),r){case"TileImagery":null!=this.p6&&(this.p6.sv=this.re)}},r.prototype.qb=function(){if(e.prototype.qb.call(this),this.p6.sv=this.re,null!=this.rc){var t=this.rc;t.imageTilesReady=n.delegateRemove(t.imageTilesReady,n.runOn(this,this.rh))}if(this.rc=this.p6,null!=this.rc){var r=this.rc;r.imageTilesReady=n.delegateCombine(r.imageTilesReady,n.runOn(this,this.rh))}},r.prototype.p5=function(){return new ye},r.prototype.rh=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.re?null:this.i.re.externalObject},set:function(e){this.i.re=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.ri()},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.qg},set:function(e){this.i.qg=n.ensureEnum(i.MarkerType_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerThickness",{get:function(){return this.i.qh},set:function(e){this.i.qh=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerOutlineMode",{get:function(){return this.i.qf},set:function(e){this.i.qf=n.ensureEnum(i.MarkerOutlineMode_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerFillMode",{get:function(){return this.i.qe},set:function(e){this.i.qe=n.ensureEnum(i.MarkerFillMode_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerTemplate",{get:function(){return this.i.qw},set:function(e){this.i.qw=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerBrush",{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,"markerOutline",{get:function(){return n.brushToString(this.i.rb)},set:function(e){this.i.rb=n.stringToBrush(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"maximumMarkers",{get:function(){return this.i.qi},set:function(e){this.i.qi=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"actualMarkerTemplate",{get:function(){return this.i.qv},set:function(e){this.i.qv=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"actualMarkerBrush",{get:function(){return n.brushToString(this.i.q8)},set:function(e){this.i.q8=n.stringToBrush(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"actualMarkerOutline",{get:function(){return n.brushToString(this.i.q9)},set:function(e){this.i.q9=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.p6;return r.propertyUpdated=n.delegateCombine(r.propertyUpdated,n.runOn(t,t.qu)),t}return t.__extends(r,e),r.prototype.ne=function(){return this.qv},r.prototype.o6=function(){return this.q8},r.prototype.o7=function(){return this.q9},r.prototype.f2=function(){return this.qh},r.prototype.iy=function(){var e=n.typeCast(i.MarkerSeries.$,this.p6);return null==e?"Unknown":e.iy()},r.prototype.qu=function(e,t){var r=n.typeCast(i.MarkerSeries.$,this.p6);null!=r&&("ActualMarkerTemplate"==t.propertyName?this.qv=r.qx:"ActualMarkerOutline"==t.propertyName?this.q9=r.re:"ActualMarkerBrush"==t.propertyName&&(this.q8=r.rd))},r.prototype.l4=function(t,i,n,o){switch(e.prototype.l4.call(this,t,i,n,o),i){case r.$$p[3]:this.p6.rf=this.ra;break;case r.$$p[6]:this.p6.rg=this.rb;break;case r.$$p[5]:this.p6.qa=this.qf;break;case r.$$p[4]:this.p6.p6=this.qe;break;case r.$$p[9]:this.p6.qd=this.qg;break;case r.$$p[7]:this.p6.qz=this.qw;break;case r.$$p[8]:this.p6.qi=this.qh;break;case r.$$p[10]:this.p6.sy=this.qi}},r.$t=n.markType(r,"GeographicMarkerSeries",m.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["ActualMarkerBrush:q8:qx",[n.Brush.$],"ActualMarkerOutline:q9:qy",[n.Brush.$],"ActualMarkerTemplate:qv:qz",[n.DataTemplate.$,null],"MarkerBrush:ra:q0",[n.Brush.$],"MarkerFillMode:qe:q1",[i.MarkerFillMode_$type,n.enumGetBox(i.MarkerFillMode_$type,0)],"MarkerOutlineMode:qf:q2",[i.MarkerOutlineMode_$type,n.enumGetBox(i.MarkerOutlineMode_$type,0)],"MarkerOutline:rb:q3",[n.Brush.$],"MarkerTemplate:qw:q4",[n.DataTemplate.$,null],"MarkerThickness:qh:q5",[1,n.DeviceUtils.g(2)],"MarkerType:qg:q6",[i.MarkerType_$type,n.enumGetBox(i.MarkerType_$type,i.Defaults.e)],"MaximumMarkers:qi:q7",[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.p6;t.te=this.ce.r5,t.tm=this.ce.r3,t.qd=this.ce.qg,t.qz=this.ce.qw,t.qi=this.ce.qh,t.vh=this.ce.rp,t.v7=this.ce.sa,t.u7=this.ce.rh,t.vx=this.ce.r1,t.vs=this.ce.rt,t.u4=this.ce.re,t.vf=this.ce.rl,t.vg=this.ce.ro,t.vm=this.ce.rr,t.vl=this.ce.rq},r.prototype.cn=function(){this.ce.p6.te=this.ce.r5},r.prototype.cm=function(){this.ce.p6.tm=this.ce.r3},r.prototype.cs=function(){this.ce.p6.qd=this.ce.qg},r.prototype.cq=function(){this.ce.p6.qz=this.ce.qw},r.prototype.cr=function(){this.ce.p6.qi=this.ce.qh},r.prototype.ct=function(){this.ce.p6.sy=this.ce.qi},r.prototype.cv=function(){this.ce.p6.xAxis=this.ce.cd.s2},r.prototype.cw=function(){this.ce.p6.yAxis=this.ce.cd.s4},r.prototype.cu=function(){var e=this.ce.p6;if(null==this.ce.cd)return e.xAxis=null,void(e.yAxis=null);e.xAxis=this.ce.cd.s2,e.yAxis=this.ce.cd.s4},r.prototype.co=function(){this.ce.p6.rf=this.ce.ra},r.prototype.cp=function(){this.ce.p6.rg=this.ce.rb},r.prototype.cx=function(){this.ce.p6.v7=this.ce.sa},r.prototype.cy=function(){this.ce.p6.u7=this.ce.rh,this.ce.p6.vh=this.ce.rp},r.prototype.ci=function(){this.ce.p6.vx=this.ce.r1},r.prototype.cg=function(){this.ce.p6.u4=this.ce.re,this.ce.p6.vf=this.ce.rl,this.ce.p6.vg=this.ce.ro,this.ce.p6.vm=this.ce.rr,this.ce.p6.vl=this.ce.rq},r.prototype.cf=function(){this.ce.p6.vs=this.ce.rt},r.prototype.cz=function(){this.ce.p6.vh=this.ce.rp},r.prototype.ch=function(){this.ce.p6.vf=this.ce.rl},r.prototype.cl=function(){this.ce.p6.vg=this.ce.ro},r.prototype.ck=function(){this.ce.p6.vm=this.ce.rr},r.prototype.cj=function(){this.ce.p6.vl=this.ce.rq},r.$t=n.markType(r,"GeographicProportionalSymbolSeriesView",y.$),r}(y),Pe=function(e){function r(){var t=e.call(this)||this;return t.rf=null,t.rk=!1,t.rj=!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.lz=function(t){e.prototype.lz.call(this,t),this.ri=t},r.prototype.gv=function(){return.7},r.prototype.p5=function(){return new i.BubbleSeries},r.prototype.get_dx=function(){return!0},r.prototype.l4=function(t,i,o,a){switch(e.prototype.l4.call(this,t,i,o,a),i){case"SeriesViewer":this.ri.cu();break;case r.$$p[9]:this.ri.cn();break;case r.$$p[8]:this.ri.cm();break;case"XAxis":this.ri.cv();break;case"YAxis":this.ri.cw();break;case r.$$p[13]:this.ri.cx();break;case r.$$p[14]:this.ri.cy();break;case r.$$p[15]:this.ri.cz();break;case r.$$p[7]:this.ri.ci();break;case r.$$p[0]:this.ri.cf();break;case r.$$p[1]:this.ri.cg();break;case r.$$p[2]:this.ri.ch();break;case r.$$p[12]:this.ri.cl();break;case r.$$p[11]:this.ri.ck();break;case r.$$p[10]:this.ri.cj();break;case r.$$p[4]:if(this.p6.sk=this.rn,this.rk=this.rn,this.rn){var s=this.p6;s.assigningScatterStyle=n.delegateCombine(s.assigningScatterStyle,n.runOn(this,this.sf))}else{var p=this.p6;p.assigningScatterStyle=n.delegateRemove(p.assigningScatterStyle,n.runOn(this,this.sf))}break;case r.$$p[3]:if(this.p6.sj=this.rm,this.rj=this.rm,this.rn){var l=this.p6;l.assigningScatterMarkerStyle=n.delegateCombine(l.assigningScatterMarkerStyle,n.runOn(this,this.se))}else{var u=this.p6;u.assigningScatterMarkerStyle=n.delegateRemove(u.assigningScatterMarkerStyle,n.runOn(this,this.se))}break;case r.$$p[5]:this.p6.r9=this.rg;break;case r.$$p[6]:this.p6.sx=this.rs}},r.prototype.sf=function(e,t){null!=this.assigningScatterStyle&&this.assigningScatterStyle(this,t)},r.prototype.se=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:rt:sg",[2],"FillScale:re:sh",[i.BrushScale.$],"FillScaleUseGlobalValues:rl:si",[0,!1],"IsCustomScatterMarkerStyleAllowed:rm:sj",[0,!1],"IsCustomScatterStyleAllowed:rn:sk",[0,!1],"ItemSearchMode:rg:sl",[i.ScatterItemSearchMode_$type,n.enumGetBox(i.ScatterItemSearchMode_$type,0)],"ItemSearchThreshold:rs:sm",[1,1e4],"LabelMemberPath:r1:sn",[2],"LatitudeMemberPath:r3:so",[2,null],"LongitudeMemberPath:r5:sp",[2,null],"MarkerBrushBrightness:rq:sq",[1,NaN],"MarkerOutlineBrightness:rr:sr",[1,NaN],"MarkerOutlineUsesFillScale:ro:ss",[0,!1],"RadiusMemberPath:sa:st",[2,null],"RadiusScale:rh:su",[i.SizeScale.$],"RadiusScaleUseGlobalValues:rp:sv",[0,!1]]),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.r3},set:function(e){this.i.r3=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"longitudeMemberPath",{get:function(){return this.i.r5},set:function(e){this.i.r5=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"radiusMemberPath",{get:function(){return this.i.sa},set:function(e){this.i.sa=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"radiusScale",{get:function(){if(null==this.i.rh)return null;if(!this.i.rh.externalObject){var e=i.IgxSizeScaleComponent._createFromInternal(this.i.rh);e&&(e._implementation=this.i.rh),this.i.rh.externalObject=e}return this.i.rh.externalObject},set:function(e){null!=e&&this._stylingContainer&&e._styling&&e._styling(this._stylingContainer,this,this),this.i.rh=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"labelMemberPath",{get:function(){return this.i.r1},set:function(e){this.i.r1=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"fillMemberPath",{get:function(){return this.i.rt},set:function(e){this.i.rt=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"fillScale",{get:function(){if(null==this.i.re)return null;if(!this.i.re.externalObject){var e=i.IgxBrushScaleComponent._createFromInternal(this.i.re);e&&(e._implementation=this.i.re),this.i.re.externalObject=e}return this.i.re.externalObject},set:function(e){null!=e&&this._stylingContainer&&e._styling&&e._styling(this._stylingContainer,this,this),this.i.re=null==e?null:e.i},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"fillScaleUseGlobalValues",{get:function(){return this.i.rl},set:function(e){this.i.rl=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerOutlineUsesFillScale",{get:function(){return this.i.ro},set:function(e){this.i.ro=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerOutlineBrightness",{get:function(){return this.i.rr},set:function(e){this.i.rr=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerBrushBrightness",{get:function(){return this.i.rq},set:function(e){this.i.rq=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"radiusScaleUseGlobalValues",{get:function(){return this.i.rp},set:function(e){this.i.rp=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isCustomScatterStyleAllowed",{get:function(){return this.i.rn},set:function(e){this.i.rn=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isCustomScatterMarkerStyleAllowed",{get:function(){return this.i.rm},set:function(e){this.i.rm=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"itemSearchMode",{get:function(){return this.i.rg},set:function(e){this.i.rg=n.ensureEnum(i.ScatterItemSearchMode_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"itemSearchThreshold",{get:function(){return this.i.rs},set:function(e){this.i.rs=+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.p6;e.prototype.b2.call(this),t.te=this.ce.ru,t.tm=this.ce.rs,t.qd=this.ce.qg,t.qz=this.ce.qw,t.qi=this.ce.qh},r.prototype.cg=function(){this.ce.p6.te=this.ce.ru},r.prototype.cf=function(){this.ce.p6.tm=this.ce.rs},r.prototype.cm=function(){this.ce.p6.qd=this.ce.qg},r.prototype.ck=function(){this.ce.p6.qz=this.ce.qw},r.prototype.cl=function(){this.ce.p6.qi=this.ce.qh},r.prototype.cn=function(){this.ce.p6.sy=this.ce.qi},r.prototype.cp=function(){this.ce.p6.xAxis=this.ce.cd.s2},r.prototype.cq=function(){this.ce.p6.yAxis=this.ce.cd.s4},r.prototype.co=function(){var e=this.ce.p6;if(null==this.ce.cd)return e.xAxis=null,void(e.yAxis=null);e.xAxis=this.ce.cd.s2,e.yAxis=this.ce.cd.s4},r.prototype.ci=function(){this.ce.p6.rp=this.ce.re},r.prototype.ch=function(){this.ce.p6.rf=this.ce.ra},r.prototype.cj=function(){this.ce.p6.rg=this.ce.rb},r.$t=n.markType(r,"GeographicSymbolSeriesView",y.$),r}(y),Oe=function(e){function r(){var t=e.call(this)||this;return t.rg=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 Te(this)},r.prototype.lz=function(t){e.prototype.lz.call(this,t),this.rh=t},r.prototype.gv=function(){return.7},r.prototype.p5=function(){return new i.ScatterSeries},r.prototype.get_dx=function(){return!0},r.prototype.l4=function(t,i,o,a){switch(e.prototype.l4.call(this,t,i,o,a),i){case"SeriesViewer":this.rh.co();break;case r.$$p[5]:this.rh.cg();break;case r.$$p[4]:this.rh.cf();break;case r.$$p[6]:this.rh.ci();break;case"XAxis":this.rh.cp();break;case"YAxis":this.rh.cq();break;case r.$$p[1]:if(this.p6.sk=this.rl,this.rj=this.rl,this.rl){var s=this.p6;s.assigningScatterStyle=n.delegateCombine(s.assigningScatterStyle,n.runOn(this,this.rz))}else{var p=this.p6;p.assigningScatterStyle=n.delegateRemove(p.assigningScatterStyle,n.runOn(this,this.rz))}break;case r.$$p[0]:if(this.p6.sj=this.rk,this.ri=this.rk,this.rl){var l=this.p6;l.assigningScatterMarkerStyle=n.delegateCombine(l.assigningScatterMarkerStyle,n.runOn(this,this.ry))}else{var u=this.p6;u.assigningScatterMarkerStyle=n.delegateRemove(u.assigningScatterMarkerStyle,n.runOn(this,this.ry))}break;case r.$$p[2]:this.p6.r9=this.rf;break;case r.$$p[3]:this.p6.sx=this.rn}},r.prototype.rz=function(e,t){null!=this.assigningScatterStyle&&this.assigningScatterStyle(this,t)},r.prototype.ry=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:rk:r0",[0,!1],"IsCustomScatterStyleAllowed:rl:r1",[0,!1],"ItemSearchMode:rf:r2",[i.ScatterItemSearchMode_$type,n.enumGetBox(i.ScatterItemSearchMode_$type,0)],"ItemSearchThreshold:rn:r3",[1,1e4],"LatitudeMemberPath:rs:r4",[2,null],"LongitudeMemberPath:ru:r5",[2,null],"MarkerCollisionAvoidance:re:r6",[i.CollisionAvoidanceType_$type,n.enumGetBox(i.CollisionAvoidanceType_$type,0)],"UseLightweightMarkers:rm:r7",[0,!1]]),r}(_e),je=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.c4},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"latitudeMemberPath",{get:function(){return this.i.rs},set:function(e){this.i.rs=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"longitudeMemberPath",{get:function(){return this.i.ru},set:function(e){this.i.ru=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"markerCollisionAvoidance",{get:function(){return this.i.re},set:function(e){this.i.re=n.ensureEnum(i.CollisionAvoidanceType_$type,e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isCustomScatterStyleAllowed",{get:function(){return this.i.rl},set:function(e){this.i.rl=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"isCustomScatterMarkerStyleAllowed",{get:function(){return this.i.rk},set:function(e){this.i.rk=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.rn},set:function(e){this.i.rn=+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:je,decorators:[{type:r.Component,args:[{selector:"igx-geographic-symbol-series",template:"",providers:[{provide:xe,useExisting:r.forwardRef((function(){return je}))},{provide:K,useExisting:r.forwardRef((function(){return je}))},{provide:i.IgxSeriesComponent,useExisting:r.forwardRef((function(){return je}))}],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:[je],imports:[o.CommonModule,i.IgxScatterSeriesDynamicModule],exports:[je,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:[je],imports:[o.CommonModule,i.IgxScatterSeriesDynamicModule],exports:[je,i.IgxScatterSeriesDynamicModule],entryComponents:[]}]}]});var Re=function(){function e(){n.TypeRegistrar.registerCons("IgxGeographicSymbolSeriesComponent",je),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,$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:[je]}]}],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.qi},set:function(e){this.i.qi=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"latitudeMemberPath",{get:function(){return this.i.qg},set:function(e){this.i.qg=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"trianglesSource",{get:function(){return this.i.qf},set:function(e){this.i.qf=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"triangleVertexMemberPath1",{get:function(){return this.i.ql},set:function(e){this.i.ql=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"triangleVertexMemberPath2",{get:function(){return this.i.qn},set:function(e){this.i.qn=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"triangleVertexMemberPath3",{get:function(){return this.i.qp},set:function(e){this.i.qp=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.q4},set:function(e){this.i.q4=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"colorScale",{get:function(){if(null==this.i.qz)return null;if(!this.i.qz.externalObject){var e=i.IgxColorScaleComponent._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,"actualColorScale",{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}),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.q9()},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.p6);t.se=this.ce.qv,t.sm=this.ce.qt,t.qr=this.ce.qi,t.qq=this.ce.qh,t.el=this.ce.qg,t.rm=this.ce.qk,t.rl=this.ce.qj,t.tk=this.ce.re,t.tj=this.ce.rd,t.ry=this.ce.qn},r.prototype.ck=function(){this.ce.p6.se=this.ce.qv},r.prototype.cj=function(){this.ce.p6.sm=this.ce.qt},r.prototype.cp=function(){this.ce.p6.qr=this.ce.qi},r.prototype.cn=function(){this.ce.p6.qq=this.ce.qh},r.prototype.cl=function(){this.ce.p6.el=this.ce.qg},r.prototype.ci=function(){this.ce.p6.rm=this.ce.qk},r.prototype.cg=function(){this.ce.p6.rl=this.ce.qj},r.prototype.co=function(){var e=n.typeCast(i.HighDensityScatterSeries.$,this.ce.p6);if(null==this.ce.cd)return e.qb=null,void(e.qd=null);e.qb=this.ce.cd.s2,e.qd=this.ce.cd.s4},r.prototype.cq=function(){this.ce.p6.qb=this.ce.cd.s2},r.prototype.cr=function(){this.ce.p6.qd=this.ce.cd.s4},r.prototype.ch=function(){this.ce.p6.tk=this.ce.re},r.prototype.cf=function(){this.ce.p6.tj=this.ce.rd},r.prototype.cm=function(){this.ce.p6.ry=this.ce.qn},r.prototype.as=function(){e.prototype.as.call(this),this.q||(this.ce.re=i.Defaults.aq,this.ce.rd=i.Defaults.ap,this.ce.o3=i.Defaults.al,this.ce.o8=i.Defaults.ak)},r.$t=n.markType(r,"GeographicHighDensityScatterSeriesView",y.$),r}(y),Ee=function(e){function r(){var t=e.call(this)||this;return t.qe=null,t.progressiveLoadStatusChanged=null,t.qm=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.lz=function(t){e.prototype.lz.call(this,t),this.qf=t},r.prototype.p5=function(){return this.qe=new i.HighDensityScatterSeries,this.qe},Object.defineProperty(r.prototype,"qo",{get:function(){return this.qm},set:function(e){var t=this.qm;this.qm=e,this.raisePropertyChanged("ProgressiveStatus",t,this.qm)},enumerable:!1,configurable:!0}),r.prototype.qb=function(){e.prototype.qb.call(this);var t=this.p6;t.progressiveLoadStatusChanged=n.delegateCombine(t.progressiveLoadStatusChanged,n.runOn(this,this.q2));var r=this.p6;r.propertyUpdated=n.delegateCombine(r.propertyUpdated,n.runOn(this,this.q1))},r.prototype.q2=function(e,t){this.qo=t.currentStatus,null!=this.progressiveLoadStatusChanged&&this.progressiveLoadStatusChanged(this,t)},r.prototype.q1=function(e,t){this.qe},r.prototype.l4=function(t,i,n,o){switch(e.prototype.l4.call(this,t,i,n,o),i){case"SeriesViewer":this.qf.co();break;case r.$$p[5]:this.qf.ck();break;case r.$$p[4]:this.qf.cj();break;case r.$$p[9]:this.qf.cp();break;case r.$$p[8]:this.qf.cn();break;case r.$$p[6]:this.qf.cl();break;case"XAxis":this.qf.cq();break;case"YAxis":this.qf.cr();break;case r.$$p[3]:this.qf.ci();break;case r.$$p[1]:this.qf.cg();break;case r.$$p[2]:this.qf.ch();break;case r.$$p[0]:this.qf.cf();break;case r.$$p[7]:this.qf.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:rd:q3",[n.Color.$,i.Defaults.ap],"HeatMaximum:qj:q4",[1,50],"HeatMinimumColor:re:q5",[n.Color.$,i.Defaults.aq],"HeatMinimum:qk:q6",[1,0],"LatitudeMemberPath:qt:q7",[2,null],"LongitudeMemberPath:qv:q8",[2,null],"MouseOverEnabled:qg:q9",[0,!1],"PointExtent:qn:ra",[1,1],"ProgressiveLoad:qh:rb",[0,!0],"UseBruteForce:qi:rc",[0,!1]]),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.qt},set:function(e){this.i.qt=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"longitudeMemberPath",{get:function(){return this.i.qv},set:function(e){this.i.qv=e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"useBruteForce",{get:function(){return this.i.qi},set:function(e){this.i.qi=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"progressiveLoad",{get:function(){return this.i.qh},set:function(e){this.i.qh=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"mouseOverEnabled",{get:function(){return this.i.qg},set:function(e){this.i.qg=n.ensureBool(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"heatMinimum",{get:function(){return this.i.qk},set:function(e){this.i.qk=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"heatMaximum",{get:function(){return this.i.qj},set:function(e){this.i.qj=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"heatMinimumColor",{get:function(){return n.colorToString(this.i.re)},set:function(e){this.i.re=n.stringToColor(e)},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"heatMaximumColor",{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,"pointExtent",{get:function(){return this.i.qn},set:function(e){this.i.qn=+e},enumerable:!1,configurable:!0}),Object.defineProperty(o.prototype,"progressiveStatus",{get:function(){return this.i.qo},set:function(e){this.i.qo=+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.p6&&(this.cm.qy.r1=this.cm.q1,this.cm.qy.sb=this.cm.q5)},r.prototype.cn=function(){null!=this.cm.qy&&(this.cm.qy.r1=this.cm.q1)},r.prototype.co=function(){null!=this.cm.qy&&(this.cm.qy.sb=this.cm.q5)},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.qb=function(){e.prototype.qb.call(this)},r.prototype.p5=function(){this.qy=new i.ScatterContourSeries;var e=this.qy;e.triangulationStatusChanged=n.delegateCombine(e.triangulationStatusChanged,n.runOn(this,this.q8));var t=this.qy;return t.propertyUpdated=n.delegateCombine(t.propertyUpdated,n.runOn(this,this.q9)),this.qy},r.prototype.q8=function(e,t){null!=this.triangulationStatusChanged&&this.triangulationStatusChanged(this,t)},r.prototype.q9=function(e,t){var r=n.typeCast(i.ScatterContourSeries.$,this.p6);null!=r&&"ActualFillScale"==t.propertyName&&(this.q0=r.r0)},r.prototype.mw=function(){e.prototype.mw.call(this)},r.prototype.bx=function(){return new Le(this)},r.prototype.lz=function(t){e.prototype.lz.call(this,t),this.q2=t},r.prototype.l4=function(t,i,n,o){switch(e.prototype.l4.call(this,t,i,n,o),i){case r.$$p[1]:this.q2.cn();break;case r.$$p[2]:this.q2.co();break;case r.$$p[3]:this.qy.ry=this.qx;break;case"DashArray":this.qy.pc=this.pc;break;case"DashCap":this.qy.pd=this.pd;break;case"MiterLimit":this.qy.gr=this.gr}},r.$t=n.markType(r,"GeographicContourLineSeries",C.$),r.$$p=n.markDep(n.DependencyProperty,n.PropertyMetadata,r,"raisePropertyChanged",["ActualFillScale:q0:ra",[i.ValueBrushScale.$,null],"FillScale:q1:rb",[i.ValueBrushScale.$,null],"ValueMemberPath:q5:rc",[2,"value"],"ValueResolver:qx:rd",[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.q5},set:function(e){this.i.q5=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.IgxValueBrushScaleComponent._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,"actualFillScale",{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,"valueResolver",{get:function(){if(null==this.i.qx)return null;if(!this.i.qx.externalObject){var e=i.IgxContourValueResolverComponent._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.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,De,$e,Ae,ze,Ze,X,n.IgxShapeDataSourceModule],exports:[ne,le,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,le,ce,n.IgxHeatTileGeneratorModule,Ie,i.IgxSizeScaleModule,i.IgxValueBrushScaleModule,i.IgxCustomPaletteColorScaleModule,De,$e,Ae,ze,Ze,X,n.IgxShapeDataSourceModule],ne,le,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,le,ce,n.IgxHeatTileGeneratorModule,Ie,i.IgxSizeScaleModule,i.IgxValueBrushScaleModule,i.IgxCustomPaletteColorScaleModule,De,$e,Ae,ze,Ze,X,n.IgxShapeDataSourceModule],imports:[o.CommonModule,ne,le,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,ue,me,n.IgxHeatTileGeneratorDynamicModule,Ce,i.IgxSizeScaleDynamicModule,i.IgxValueBrushScaleDynamicModule,i.IgxCustomPaletteColorScaleDynamicModule,qe,Re,Ge,Ue,Xe,Y,n.IgxShapeDataSourceDynamicModule,Ye],exports:[oe,ue,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,ue,me,n.IgxHeatTileGeneratorDynamicModule,Ce,i.IgxSizeScaleDynamicModule,i.IgxValueBrushScaleDynamicModule,i.IgxCustomPaletteColorScaleDynamicModule,qe,Re,Ge,Ue,Xe,Y,n.IgxShapeDataSourceDynamicModule,Ye],oe,ue,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,ue,me,n.IgxHeatTileGeneratorDynamicModule,Ce,i.IgxSizeScaleDynamicModule,i.IgxValueBrushScaleDynamicModule,i.IgxCustomPaletteColorScaleDynamicModule,qe,Re,Ge,Ue,Xe,Y,n.IgxShapeDataSourceDynamicModule,Ye],imports:[o.CommonModule,oe,ue,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),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=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=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=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=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=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=je,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=l,e.MapResizeBehavior=a,e.MapResizeBehavior_$type=s,e.MapServerResponseModel=Qe,e.OpenStreetMapImagery=I,e.SphericalMercatorHorizontalScaler=c,e.SphericalMercatorVerticalScaler=u,e.SubDomainsCollection=j,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})}));