@syncfusion/ej2-maps 27.1.56 → 27.2.2

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.
@@ -1,11 +1,11 @@
1
1
  /*!
2
2
  * filename: ej2-maps.min.js
3
- * version : 27.1.56
3
+ * version : 27.2.2
4
4
  * Copyright Syncfusion Inc. 2001 - 2023. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
7
7
  * licensing@syncfusion.com. Any infringement will be prosecuted under
8
8
  * applicable laws.
9
9
  */
10
- this.ej=this.ej||{},this.ej.maps=function(e,t,i,o,n){"use strict";function a(e,i){return"string"!=typeof e?e:t.isNullOrUndefined(e)?null:-1!==e.indexOf("%")?i/100*parseInt(e,10):parseInt(e,10)}function l(e){e.element.style.height=t.isNullOrUndefined(e.height)?"auto":e.height,e.element.style.width=t.isNullOrUndefined(e.width)?"auto":e.width,e.element.style.setProperty("display","block");var i=e.element.clientWidth,o=e.element.clientHeight,n="string"==typeof e.element.style.width?a(e.element.style.width,i):e.element.style.width,l="string"==typeof e.element.style.height?a(e.element.style.height,o):e.element.style.height;new pt(0,0);return"0px"===e.width||"0%"===e.width||"0%"===e.height||"0px"===e.height?new pt(0,0):new pt(a(e.width,i)||i||n||600,a(e.height,o)||o||l||(e.isDevice?Math.min(window.innerWidth,window.innerHeight):450))}function r(e){e.renderer=new i.SvgRenderer(e.element.id),e.availableSize=l(e),e.svgObject=e.renderer.createSvg({id:e.element.id+"_svg",width:e.availableSize.width,height:e.availableSize.height}),"0px"!==e.width&&"0%"!==e.width&&"0%"!==e.height&&"0px"!==e.height||(e.svgObject.setAttribute("height","0"),e.svgObject.setAttribute("width","0"))}function s(e,t,i){var o=i.getBoundingClientRect(),n=i.ownerDocument.defaultView.pageXOffset,a=i.ownerDocument.defaultView.pageYOffset,l=i.ownerDocument.documentElement.clientTop,r=i.ownerDocument.documentElement.clientLeft,s=o.left+n-r,d=o.top+a-l;return new Mt(e-s,t-d)}function d(e){return e*(Math.PI/180)}function p(e){return e*(180/Math.PI)}function h(e,i,o,n,a){var l,r,s,h,m,c,b=new pt(a.mapAreaRect.width,a.mapAreaRect.height),v=a.baseMapBounds.longitude,x=a.baseMapBounds.latitude,O=d(e),C=d(i),M=t.isNullOrUndefined(a.projectionType)?"Mercator":a.projectionType,_=a.isTileMap?256*Math.pow(2,1):t.isNullOrUndefined(o)?Math.min(b.width,b.height):Math.min(b.width,b.height)*o;if("Normal"===n.geometryType)l=t.isNullOrUndefined(o)?i:Math.abs((i-v.min)*o),r=t.isNullOrUndefined(o)?e:Math.abs((x.max-e)*o);else if("Geographic"===n.geometryType){switch(M){case"Mercator":var L=new ht(_/2,_/2);l=L.x+i*(_/360);var P=S(Math.sin(d(e)),-.9999,.9999);r=L.y+.5*Math.log((1+P)/(1-P))*(-_/(2*Math.PI));break;case"Winkel3":m=((s=y(C,O)).x+C/(Math.PI/2))/2,h=(s.y+O)/2;break;case"Miller":m=C,h=1.25*Math.log(Math.tan(Math.PI/4+.4*O));break;case"Eckert3":m=2/(c=Math.sqrt(Math.PI*(4+Math.PI)))*C*(1+Math.sqrt(1-4*O*O/(Math.PI*Math.PI))),h=4/c*O;break;case"AitOff":m=(s=y(C,O)).x,h=s.y;break;case"Eckert5":m=C*(1+Math.cos(O))/Math.sqrt(2+Math.PI),h=2*O/Math.sqrt(2+Math.PI);break;case"Equirectangular":m=C,h=O;break;case"Eckert6":c=(1+Math.PI/2)*Math.sin(O);for(var w=1/0,T=0;T<10&&Math.abs(w)>1e-6;T++)O-=w=(O+Math.sin(O)-c)/(1+Math.cos(O));c=Math.sqrt(2+Math.PI),m=C*(1+Math.cos(O))/c,h=2*O/c}l="Mercator"===M?l:f(u(a,p(m)),3),r="Mercator"===M?r:-f(g(a,p(h)),3)}return new ht(l,r)}function m(e,i,o,n){var a="";return!t.isNullOrUndefined(n)&&n.length>1&&(Array.prototype.forEach.call(n,function(t,n){var l=t.latitude,r=t.longitude,s=e.isTileMap?c(new Mt(r,l),i,e.tileTranslatePoint,!0):h(l,r,i,o,e);a+=0===n?"M "+s.x+" "+s.y:" L "+s.x+" "+s.y}),a+=" z "),a}function c(e,t,i,o){var n=256*Math.pow(2,t),a=(e.x+180)/360,l=Math.sin(e.y*Math.PI/180),r=.5-Math.log((1+l)/(1-l))/(4*Math.PI),s=e.x,d=e.y;return o&&(s=a*n+.5+i.x,d=r*n+.5+i.y),{x:s,y:d}}function u(e,i){var o=e.baseMapBounds.longitude,n=t.isNullOrUndefined(e.baseSize)?e.mapAreaRect.width:e.mapAreaRect.width+Math.abs(e.baseSize.width-e.mapAreaRect.width)/2;return Math.round(n*(i-o.min)/(o.max-o.min)*100)/100}function g(e,t){var i=e.baseMapBounds.latitude;return Math.round(e.mapAreaRect.height*(t-i.min)/(i.max-i.min)*100)/100}function y(e,t){var i=Math.cos(t),o=b(v(i*Math.cos(e/=2)));return new ht(2*i*Math.sin(e)*o,Math.sin(t)*o)}function f(e,t){var i=Math.pow(10,t);return Math.round(e*i)/i}function b(e){return e/Math.sin(e)}function v(e){return Math.acos(e)}function S(e,i,o){return t.isNullOrUndefined(i)||(e=Math.max(e,i)),t.isNullOrUndefined(o)||(e=Math.min(e,o)),e}function x(e,i,o,n){t.createElement("a",{attrs:{download:e+"."+i.toLocaleLowerCase(),href:o}}).dispatchEvent(new MouseEvent(n?"click":"move",{view:window,bubbles:!1,cancelable:!0}))}function O(e,t){var i=document.getElementById("mapsmeasuretext");return null===i&&((i=document.createElement("text")).id="mapsmeasuretext",document.body.appendChild(i)),i.innerText=e,i.style.cssText="position: absolute; font-size: "+("number"==typeof t.size?t.size+"px":t.size)+"; font-weight: "+t.fontWeight+"; font-style: "+t.fontStyle+"; font-family: "+t.fontFamily+"; visibility: hidden; top: -100; left: 0; whiteSpace: nowrap; lineHeight: normal",new pt(i.clientWidth,i.clientHeight)}function C(e,t){var i=document.createElement("canvas").getContext("2d");i.font=t.fontStyle+" "+t.fontWeight+" "+("number"==typeof t.size?t.size+"px":t.size)+" "+t.fontFamily;var o=i.measureText(e).width,n=parseFloat(t.size)||16;return new pt(o,n)}function M(e,t,o,n,a){void 0===a&&(a=!1);var l,r,s={id:e.id,x:e.x,y:e.y,fill:o,"font-size":t.size,"font-style":t.fontStyle,"font-family":t.fontFamily,"font-weight":t.fontWeight,"text-anchor":e.anchor,transform:e.transform,opacity:t.opacity,"dominant-baseline":e.baseLine},d="string"==typeof e.text||"number"==typeof e.text?e.text:a?e.text[e.text.length-1]:e.text[0],p=new i.SvgRenderer(""),h=p.createText(s,d);if(h.style["user-select"]="none",h.style["font-family"]=t.fontFamily,h.style["font-size"]=t.size,h.style["font-weight"]=t.fontWeight,h.style["font-color"]=t.color,h.style["-moz-user-select"]="none",h.style["-webkit-touch-callout"]="none",h.style["-webkit-user-select"]="none",h.style["-khtml-user-select"]="none",h.style["-ms-user-select"]="none",h.style["-o-user-select"]="none","string"!=typeof e.text&&e.text.length>1)for(var m=1,c=e.text.length;m<c;m++)r=O(e.text[m],t).height,l=p.createTSpan({x:e.x,id:e.id,y:e.y+(a?-m*r:m*r)},a?e.text[e.text.length-(m+1)]:e.text[m]),h.appendChild(l);return n.appendChild(h),h}function _(e,i,o,n,a,l){var r=t.createElement("div",{id:i,className:a.element.id+"_marker_template_element"});r.style.cssText="position: absolute;pointer-events: auto;";for(var s=e.length;s>0;)r.appendChild(e[0]),s--;if(!a.isReact||"function"!==l){for(var d=r.innerHTML,p=Object.keys(o),h=RegExp,m=0;m<p.length;m++)"object"==typeof o[p[m]]?d=P(d,"",o,a):"latitude"!==p[m].toLowerCase()&&"longitude"!==p[m].toLowerCase()&&(d=d.replace(new h("{{:"+p[m]+"}}","g"),o[p[m].toString()]));r.innerHTML=d}return r}function L(e,t){return t.format&&!isNaN(Number(e))?t.intl.getNumberFormat({format:t.format,useGrouping:t.useGroupingSeparator})(Number(e)):e}function P(e,t,i,o){for(var n=""===e?t:e,a=""===e?n.split("${"):n.split("{{:"),l=RegExp,r=0;r<a.length;r++)if(a[r].indexOf("}}")>-1&&a[r].indexOf(".")>-1||a[r].indexOf("}")>-1&&a[r].search(".")>-1)for(var s=""===e?a[r].split("}"):a[r].split("}}"),d=0;d<s.length;d++)if(s[d].indexOf(".")>-1){var p=I(i,s[d]).toString();n=""===e?n.split("${"+s[d]+"}").join(L(p,o)):n.replace(new l("{{:"+s[d]+"}}","g"),p)}return n}function w(e,i,o){for(var n=(t.isNullOrUndefined(e.childElementCount)?e[0]:e).outerHTML,a=Object.keys(o),l=RegExp,r=0;r<a.length;r++)n=n.replace(new l("{{:"+a[r]+"}}","g"),o[a[r].toString()]);var s=t.createElement("div",{id:i,innerHTML:n});return s.style.position="absolute",s}function T(e,i,o,n,a,l,r){var s,d,p,h,m=a.size,c=a.borderColor,u=parseFloat(a.borderWidth),g=parseFloat(a.borderOpacity),y=a.fill,f=a.dashArray,b={color:c,width:u,opacity:g},v=a.opacity,S=new yt(n,y,u,c,v,g,f,"");if(m.width="string"==typeof m.width?parseInt(m.width,10):m.width,m.height="string"==typeof m.height?parseInt(m.height,10):m.height,"Circle"===e){var x=(m.width+m.height)/4,O=new vt(n,y,b,v,o.x,o.y,x,f);s=r.renderer.drawCircle(O)}else"Rectangle"===e?(d=o.x-m.width/2,p=o.y-m.height/2,h=new bt(n,y,b,v,new _t(d,p,m.width,m.height),null,null,"",f),s=r.renderer.drawRectangle(h)):"Image"===e?(d=o.x-m.width/2,p=o.y-(n.indexOf("cluster")>-1?m.height/2:m.height),t.merge(S,{href:i,height:m.height,width:m.width,x:d,y:p}),s=r.renderer.drawImage(S)):s=$(r,e,S,m,o,l);return s}function I(e,i){if(!t.isNullOrUndefined(e)&&!t.isNullOrUndefined(i)){var o=i.replace(/\[/g,".").replace(/\]/g,"").split(".");if(1===o.length)e=e[o[0]];else for(var n=0;n<o.length&&!t.isNullOrUndefined(e);n++)e=e[o[n]]}return e}function k(e,i){var o=t.isNullOrUndefined(e.colorValuePath)?i[e.colorValuePath]:e.colorValuePath.indexOf(".")>-1?I(i,e.colorValuePath).toString():i[e.colorValuePath];return e.fill=t.isNullOrUndefined(e.colorValuePath)||t.isNullOrUndefined(o)?e.fill:e.colorValuePath.indexOf(".")>-1?I(i,e.colorValuePath).toString():i[e.colorValuePath],e}function F(e,i){return t.isNullOrUndefined(e.shapeValuePath)||t.isNullOrUndefined(i[e.shapeValuePath])?(E(e,i),z(e,i)):(E(e,i),"Image"===i[e.shapeValuePath]&&z(e,i)),e}function N(e,t){return e.indexOf(".")>-1?I(t,e).toString():t[e]}function E(e,i){if(!t.isNullOrUndefined(e.shapeValuePath)){var o=N(e.shapeValuePath,i);e.shape=t.isNullOrUndefined(o)||""===o.toString()?e.shape:o}}function z(e,i){if(!t.isNullOrUndefined(e.imageUrlValuePath)){var o=N(e.imageUrlValuePath,i);e.imageUrl=t.isNullOrUndefined(o)?e.imageUrl:o}}function B(e,i,o,n,a,l,r,s){var d,p,m,u,g,y,f,b=[],v=[],S=0,x=0,O=e.markerClusterSettings.labelStyle,C=0,_=[],L=e.markerClusterSettings,P=o.renderer.createGroup({id:o.element.id+"_LayerIndex_"+n+"_markerCluster"}),w={cancel:!1,name:yi,fill:L.fill,height:L.height,width:L.width,imageUrl:L.imageUrl,shape:L.shape,data:void 0,maps:o,cluster:L,border:L.border},k=o.element.getBoundingClientRect();o.isTileMap?new Object:ve(o,e,!1);var F;o.isTileMap||(F=o.mapLayerPanel.calculateFactor(e));var N=!1,E=o.isTileMap?o.tileZoomLevel:o.mapScaleValue;return o.trigger("markerClusterRendering",w,function(z){for(Array.prototype.forEach.call(i.childNodes,function(l,r){if(_=[],"hidden"!==l.style.visibility){if(f=l,d=f.getBoundingClientRect(),_.push(r),!t.isNullOrUndefined(d)){var s=o.markerModule.zoomedMarkerCluster.length>0&&o.markerModule.zoomedMarkerCluster[n]&&o.markerModule.zoomedMarkerCluster[n][r]&&o.markerModule.zoomedMarkerCluster[n][r].length>0||o.markerModule.initialMarkerCluster.length>0&&o.markerModule.initialMarkerCluster[n]&&o.markerModule.initialMarkerCluster[n][r]&&o.markerModule.initialMarkerCluster[n][r].length>0?o.previousScale<E?o.markerModule.zoomedMarkerCluster[n][r]:o.markerModule.initialMarkerCluster[n][r]:null;if(t.isNullOrUndefined(s)||0===s.length?Array.prototype.forEach.call(i.childNodes,function(e,t){t>=r+1&&"hidden"!==e.style.visibility&&U(e,d,b,_,t)}):Array.prototype.forEach.call(s,function(e){if(r!==e){var t=document.getElementById(o.element.id+"_LayerIndex_"+n+"_MarkerIndex_0_dataIndex_"+e);"hidden"!==t.style.visibility&&U(t,d,b,_,e)}}),A(o,E,n,r,_),S=d.left+d.width/2,x=d.top+d.height,b.length>0){_=_.filter(function(e,t,i){return i.indexOf(e)===t}),S-=k.left,x-=o.availableSize.height<=k.height?k.top:k.bottom-k.top;var p,g=parseInt(l.id.split("_dataIndex_")[1].split("_")[0],10),v=parseInt(l.id.split("_MarkerIndex_")[1].split("_")[0],10),z=e.markerSettings[v],B=z.dataSource[g],j=t.isNullOrUndefined(z.longitudeValuePath)?t.isNullOrUndefined(B.longitude)?t.isNullOrUndefined(B.Longitude)?0:parseFloat(B.Longitude):parseFloat(B.longitude):Number(I(B,z.longitudeValuePath)),R=t.isNullOrUndefined(z.latitudeValuePath)?t.isNullOrUndefined(B.latitude)?t.isNullOrUndefined(B.Latitude)?0:parseFloat(B.Latitude):parseFloat(B.latitude):Number(I(B,z.latitudeValuePath));o.isTileMap?o.isTileMap&&!o.zoomSettings.enable&&(p=c(new ht(j,R),o.tileZoomLevel,o.tileTranslatePoint,!0)):p=h(R,j,F,e,o),l.style.visibility="hidden",w.cancel?(y={size:new pt(L.width,L.height),fill:L.fill,borderColor:L.border.color,borderWidth:L.border.width,opacity:L.opacity,dashArray:L.dashArray,imageUrl:L.imageUrl,shape:L.shape}).borderOpacity=t.isNullOrUndefined(L.border.opacity)?L.opacity:L.border.opacity:(y={size:new pt(w.width,w.height),fill:w.fill,borderColor:w.border.color,borderWidth:w.border.width,opacity:L.opacity,dashArray:L.dashArray,imageUrl:w.imageUrl,shape:w.shape}).borderOpacity=t.isNullOrUndefined(w.border.opacity)?L.opacity:w.border.opacity,S=o.isTileMap?S:i.id.indexOf("_Markers_Group")>-1?S:S+3.75-w.width/2,x=o.isTileMap?x:i.id.indexOf("_Markers_Group")>-1?x:x-w.height/2,o.isTileMap&&!o.zoomSettings.enable&&(S=p.x,x=p.y);var Z=o.element.id+"_LayerIndex_"+n+"_MarkerIndex_"+v+"_dataIndex_"+g+"_cluster_"+C,D=o.element.id+"_LayerIndex_"+n+"_MarkerIndex_"+v+"_dataIndex_"+g+"_cluster_"+C+"_datalabel_"+C;C++;var V=T(y.shape,y.imageUrl,{x:0,y:0},Z,y,a,o);V.setAttribute("transform","translate( "+S+" "+x+" )"),"Balloon"===w.shape?V.children[0].textContent=_.toString():V.textContent=_.toString(),m=new gt(D,0,3.75,"middle",(b.length+1).toString(),"",""),(u=M(m,O,O.color,a)).setAttribute("transform","translate( "+S+" "+x+" )"),P.appendChild(u),P.appendChild(V)}}b=[]}else A(o,E,n,r,_);N=!0}),l.appendChild(P),o.svgObject.appendChild(l),o.element.appendChild(o.svgObject),L.allowDeepClustering&&Array.prototype.forEach.call(P.childNodes,function(e,i){if("hidden"!==e.style.visibility&&(f=e,d=f.getBoundingClientRect(),!(t.isNullOrUndefined(d)||f.id.indexOf("_datalabel_")>-1))){for(var o=i+1;o<P.childElementCount;o++)"hidden"!==P.childNodes[o].style.visibility&&(g=P.childNodes[o],p=g.getBoundingClientRect(),t.isNullOrUndefined(p)||g.id.indexOf("_datalabel_")>-1||d.left>p.right||d.right<p.left||d.top>p.bottom||d.bottom<p.top||(v.push(g),v.push(P.childNodes[o-1]),P.childNodes[o].style.visibility="hidden",P.childNodes[o-1].style.visibility="hidden",_.push(o)));if(v.length>0){f=e;for(var n=0;n<v.length;n++)"g"===f.tagName?f.childNodes[0].textContent=f.childNodes[0].textContent+","+v[n].textContent:f.textContent=f.textContent+","+v[n].textContent,P.childNodes[i-1].textContent=(+P.childNodes[i-1].textContent+ +v[n+1].textContent).toString(),n++}v=[]}});0<P.childNodes.length;)a.insertBefore(P.childNodes[0],a.firstChild);r||Oe(o.element.id+"_Secondary_Element").appendChild(a);var B=document.getElementById(o.element.id+"_LayerIndex_"+n+"_Polygon_Group"),j=document.getElementById(o.element.id+"_LayerIndex_"+n+"_Polygons_Group");t.isNullOrUndefined(B)&&!o.isTileMap?l.insertBefore(a,l.firstChild):o.isTileMap?t.isNullOrUndefined(j)?t.isNullOrUndefined(B)?l.insertBefore(a,l.firstChild):B.insertAdjacentElement("afterend",a):j.insertAdjacentElement("afterend",a):l.appendChild(a);var R=document.getElementById(o.element.id+"_LayerIndex_"+n+"_markerCluster");if(t.isNullOrUndefined(R)||R.remove(),s){var Z=document.getElementById(o.element.id+"_Layer_Collections"),D=document.getElementById(o.element.id+"_LayerIndex_"+(n+1));t.isNullOrUndefined(Z)||t.isNullOrUndefined(D)?t.isNullOrUndefined(Z)||Z.appendChild(l):Z.insertBefore(l,D)}}),N}function A(e,i,o,n,a){if(1===i){var l=t.isNullOrUndefined(e.markerModule.initialMarkerCluster[o][n])?[]:a.length>1?a:[];e.markerModule.initialMarkerCluster[o][n]=l;var r=t.isNullOrUndefined(e.markerModule.zoomedMarkerCluster[o][n])?[]:a.length>1?a:[];e.markerModule.zoomedMarkerCluster[o][n]=r}else i>1&&(e.markerModule.zoomedMarkerCluster[o][n]=a.length>1?a:[])}function U(e,i,o,n,a){var l=e.getBoundingClientRect();t.isNullOrUndefined(l)||i.left>l.right||i.right<l.left||i.top>l.bottom||i.bottom<l.top||(o.push(l),e.style.visibility="hidden",n.push(a))}function j(e,i){var o=e[0].layerIndex,n=e[0].targetClusterIndex,a=e[0].markerIndex,l=e[0].dataIndex,r=i.element.id+"_LayerIndex_"+o+"_MarkerIndex_"+a,s=i.layers[o].markerSettings[a],d=r+"_dataIndex_"+l+"_cluster_"+n,p=Pe("Balloon"===i.layers[o].markerClusterSettings.shape?d+"_Group":d),h=Pe(d+"_datalabel_"+n);p.setAttribute("visibility","visible"),h.setAttribute("visibility","visible");for(var m=e[0].data.length,c=0;c<m;c++)Pe("Balloon"===s.shape&&t.isNullOrUndefined(s.template)?r+"_dataIndex_"+e[0].data[c].index+"_Group":r+"_dataIndex_"+e[0].data[c].index).style.visibility="hidden";fe(i.element.id+"_LayerIndex_"+o+"_MarkerIndex_"+a+"_markerClusterConnectorLine")}function R(e,i,o,n){var a=e[0].layerIndex,l=e[0].markerIndex,r=e[0].targetClusterIndex,s=e[0].dataIndex,d=n?Pe:o.querySelector.bind(o),p=n?"":"#",h=i.element.id+"_LayerIndex_"+a+"_MarkerIndex_"+l,m=i.layers[a].markerSettings[l],c=h+"_dataIndex_"+s+"_cluster_"+r,u=d("Balloon"===i.layers[a].markerClusterSettings.shape?p+""+c+"_Group":p+""+c),g=d(p+""+c+"_datalabel_"+r);u.setAttribute("visibility","hidden"),g.setAttribute("visibility","hidden");var y=d("Balloon"===m.shape&&t.isNullOrUndefined(m.template)?p+""+h+"_dataIndex_"+s+"_Group":p+""+h+"_dataIndex_"+s),f=y.parentElement.id.indexOf("Template_Group")>-1?y.getBoundingClientRect().height:m.height,b=y.parentElement.id.indexOf("Template_Group")>-1?y.getBoundingClientRect().width:m.width,v=+u.getAttribute("transform").split("translate(")[1].trim().split(" ")[0],S=+u.getAttribute("transform").split("translate(")[1].trim().split(" ")[1].split(")")[0].trim(),x=b+5,O=6.28*x,C=0,M=Math.round(O/b);C+=M;for(var _=e[0].data.length,L=Math.round(f/O*100),P=(L=_<M?100/_:L)/100*360,w=_<M?45:0,T=1,I="M "+v+" "+S+" ",k="",F=0;F<_;F++){if(C===F||Math.round(w)>=360){for(w=0,O=6.28*(x=(b+5)*++T),M=Math.round(O/f),L=Math.round(f/O*100);L*M<100;)M++;P=L/100*360,C+=M}var N=v+x*Math.sin(2*Math.PI*w/360),E=S+x*Math.cos(2*Math.PI*w/360);k+=I+"L "+N+" "+E+" ",(y=d("Balloon"===m.shape&&t.isNullOrUndefined(m.template)?p+""+h+"_dataIndex_"+e[0].data[F].index+"_Group":p+""+h+"_dataIndex_"+e[0].data[F].index)).parentElement.id.indexOf("Template_Group")>-1?(y.style.transform="",y.style.left=i.isTileMap?N-b/2+"px":N-b/2-10+"px",y.style.top=i.isTileMap?E-f/2+"px":E-f/2-10+"px",y.setAttribute("transform","translate( "+N+" "+E+")")):y.setAttribute("transform","translate( "+N+" "+E+")"),y.style.visibility="visible",w+=P}var z=i.layers[a].markerClusterSettings.connectorLineSettings,B={d:k,id:i.element.id+"_LayerIndex_"+a+"_MarkerIndex_"+l+"_dataIndex_"+s+"_markerClusterConnectorLine",stroke:z.color,"fill-opacity":z.opacity,"stroke-opacity":z.opacity,"stroke-width":z.width};o=n?d(i.element.id+"_Markers_Group"):o;var A=i.renderer.createGroup({id:i.element.id+"_LayerIndex_"+a+"_MarkerIndex_"+l+"_markerClusterConnectorLine"});A.appendChild(i.renderer.drawPath(B)),"Balloon"===m.shape?o.insertBefore(A,o.querySelector("#"+h+"_dataIndex_0_Group")):o.insertBefore(A,o.querySelector("#"+h+"_dataIndex_0"))}function Z(e,i,o,n,a,l,r,s,d,p,h){var m={size:new pt(e.width,e.height),fill:e.fill,borderColor:e.border.color,borderWidth:e.border.width,opacity:i.opacity,dashArray:i.dashArray,borderOpacity:t.isNullOrUndefined(e.border.opacity)?i.opacity:e.border.opacity};fe(r);var c=T(e.shape,e.imageUrl,{x:0,y:0},r,m,h,p),u=(p.isTileMap?a.x:(a.x+l.x)*d)+(t.isNullOrUndefined(s)||t.isNullOrUndefined(s.x)?0:s.x),g=(p.isTileMap?a.y:(a.y+l.y)*d)+(t.isNullOrUndefined(s)||t.isNullOrUndefined(s.y)?0:s.y);if(c.setAttribute("transform","translate( "+u+" "+g+" )"),V(p.selectedMarkerElementId,p.markerSelectionClass,c,"MarkerselectionMapStyle"),p.legendSettings.toggleLegendSettings.enable&&"Markers"===p.legendSettings.type){var y=parseInt(c.id.split("_LayerIndex_")[1],10);H(p.toggledElementId,"g"===c.tagName?c.children[0]:c,p.legendSettings.toggleLegendSettings.applyShapeSettings?p.layers[y].shapeSettings:p.legendSettings.toggleLegendSettings)}h.appendChild(c);var f=o.length-1===n?"marker":null,b=new ht(u,g);return(i.animationDuration>0||"Enable"===t.animationMode)&&Ae(c,i.animationDelay,i.animationDuration,b,p,f),h}function D(e,t,i,o,n,a,l,r,s,d,p){if((t=Le(e.template,p))&&t(o,p,e.template,p.element.id+"_MarkerTemplate"+n,!1).length){for(var h=_(t(o,p,e.template,p.element.id+"_MarkerTemplate"+n,!1),i,o,n,p,typeof e.template),m=0;m<h.children.length;m++)h.children[m].style.pointerEvents="auto";h.style.left=(p.isTileMap?l.x:(l.x+r.x)*s)+d.x-p.mapAreaRect.x+"px",h.style.top=(p.isTileMap?l.y:(l.y+r.y)*s)+d.y-p.mapAreaRect.y+"px",a.appendChild(h)}return a}function V(e,i,o,n){if(e)for(var a=0;a<e.length;a++)o.getAttribute("id")===e[a]&&(0!==a&&"g"!==o.tagName||(t.isNullOrUndefined(i)||t.isNullOrUndefined(i.id)||document.body.appendChild(i),o.id.indexOf("_MarkerIndex_")>-1&&o.childElementCount>0&&o.children[0].setAttribute("class",n)),o.setAttribute("class",n))}function H(e,i,o){if(!t.isNullOrUndefined(e)&&e.length>0)for(var n=0;n<e.length;n++)e[n]===i.id&&(i.setAttribute("fill",o.fill),i.setAttribute("stroke",o.border.color),i.setAttribute("fill-opacity",o.opacity.toString()),i.setAttribute("stroke-opacity",(t.isNullOrUndefined(o.border.opacity)?o.opacity:o.border.opacity).toString()),i.setAttribute("stroke-width",(t.isNullOrUndefined(o.border.width)?0:o.border.width).toString()))}function G(e,i,o,n,a,l,r){if(!Pe(e)){var s=t.createElement("style",{id:e});s.innerText="."+i+"{fill:"+o+";opacity:"+n+";stroke-width:"+l+";stroke:"+a+";}",r.shapeSelectionClass=s,document.body.appendChild(s)}}function W(e,t){return t&&t.appendChild(e),e}function X(e,t,i){return W(e.renderer.drawCircle(t),i)}function q(e,t,i){return W(e.renderer.drawRectangle(t),i)}function Y(e,t,i){return W(e.renderer.drawPath(t),i)}function J(e,t,i){return W(e.renderer.drawPolygon(t),i)}function Q(e,t,i){return W(e.renderer.drawPolyline(t),i)}function K(e,t,i){return W(e.renderer.drawLine(t),i)}function $(e,t,i,o,n,a){var l;switch(t){case"Balloon":l=le(e,i,o,n,"Marker",a);break;case"Cross":i.d="M "+n.x+" "+(n.y-o.height/2)+" L "+n.x+" "+(n.y+o.height/2)+" M "+(n.x-o.width/2)+" "+n.y+" L "+(n.x+o.width/2)+" "+n.y;break;case"Diamond":i.d="M "+n.x+" "+(n.y-o.height/2)+" L "+(n.x+o.width/2)+" "+n.y+" L "+n.x+" "+(n.y+o.height/2)+" L "+(n.x-o.width/2)+" "+n.y+" Z";break;case"Star":i.d="M "+(n.x+o.width/3)+" "+(n.y+o.height/2)+" L "+(n.x-o.width/2)+" "+(n.y-o.height/6)+" L "+(n.x+o.width/2)+" "+(n.y-o.height/6)+" L "+(n.x-o.width/3)+" "+(n.y+o.height/2)+" L "+n.x+" "+(n.y-o.height/2)+" L "+(n.x+o.width/3)+" "+(n.y+o.height/2)+" Z";break;case"Triangle":i.d="M "+n.x+" "+(n.y-o.height/2)+" L "+(n.x+o.width/2)+" "+(n.y+o.height/2)+" L "+(n.x-o.width/2)+" "+(n.y+o.height/2)+" Z";break;case"HorizontalLine":i.d=" M "+(n.x-o.width/2)+" "+n.y+" L "+(n.x+o.width/2)+" "+n.y;break;case"VerticalLine":i.d="M "+n.x+" "+(n.y-o.height/2)+" L "+n.x+" "+(n.y+o.height/2);break;case"InvertedTriangle":i.d="M "+(n.x-o.width/2)+" "+(n.y-o.height/2)+" L "+(n.x+o.width/2)+" "+(n.y-o.height/2)+" L "+n.x+" "+(n.y+o.height/2)+" Z";break;case"Pentagon":for(var r=void 0,s=void 0,d=0;d<5;d++)r=o.width/2*Math.cos(Math.PI/180*(72*d)),s=o.height/2*Math.sin(Math.PI/180*(72*d)),i.d+=(0===d?"M ":"L ")+(n.x+r)+" "+(n.y+s);i.d+=" Z"}return"Cross"!==t&&"HorizontalLine"!==t&&"VerticalLine"!==t||(i.stroke="transparent"===i.stroke?i.fill:i.stroke),"Balloon"===t?l:e.renderer.drawPath(i)}function ee(e,t,i,o,n){return t.d="M "+o.x+" "+(o.y-i.height/2)+" L "+(o.x+i.width/2)+" "+o.y+" L "+o.x+" "+(o.y+i.height/2)+" L "+(o.x-i.width/2)+" "+o.y+" Z",W(e.renderer.drawPath(t),n)}function te(e,t,i,o,n){return t.d="M "+o.x+" "+(o.y-i.height/2)+" L "+(o.x+i.width/2)+" "+(o.y+i.height/2)+" L "+(o.x-i.width/2)+" "+(o.y+i.height/2)+" Z",W(e.renderer.drawPath(t),n)}function ie(e,t,i,o,n){return t.d="M "+o.x+" "+(o.y-i.height/2)+" L "+o.x+" "+(o.y+i.height/2)+" M "+(o.x-i.width/2)+" "+o.y+" L "+(o.x+i.width/2)+" "+o.y,W(e.renderer.drawPath(t),n)}function oe(e,t,i,o,n){return t.d=" M "+(o.x-i.width/2)+" "+o.y+" L "+(o.x+i.width/2)+" "+o.y,W(e.renderer.drawPath(t),n)}function ne(e,t,i,o,n){return t.d="M "+o.x+" "+(o.y-i.height/2)+" L "+o.x+" "+(o.y+i.height/2),W(e.renderer.drawPath(t),n)}function ae(e,t,i,o,n){return t.d="M "+(o.x+i.width/3)+" "+(o.y+i.height/2)+" L "+(o.x-i.width/2)+" "+(o.y-i.height/6)+" L "+(o.x+i.width/2)+" "+(o.y-i.height/6)+" L "+(o.x-i.width/3)+" "+(o.y+i.height/2)+" L "+o.x+" "+(o.y-i.height/2)+" L "+(o.x+i.width/3)+" "+(o.y+i.height/2)+" Z",W(e.renderer.drawPath(t),n)}function le(e,t,i,o,n,a){var l,r=i.width,s=i.height;o.x-=r/2,o.y-=t.id.indexOf("cluster")>-1?s/2:t.id.indexOf("Legend")>-1?s/1.25:s,t.d="M15,0C8.8,0,3.8,5,3.8,11.2C3.8,17.5,9.4,24.4,15,30c5.6-5.6,11.2-12.5,11.2-18.8C26.2,5,21.2,0,15,0z M15,16c-2.8,0-5-2.2-5-5s2.2-5,5-5s5,2.2,5,5S17.8,16,15,16z";var d=e.renderer.drawPath(t),p=i.width/30,h=i.height/30;if(d.setAttribute("transform","translate("+o.x+", "+o.y+") scale("+p+", "+h+")"),"Marker"===n){var m=e.renderer.createGroup({id:t.id+"_Group"});W(d,m),l=W(m,a)}else l=d;return l}function re(e,t,i,o){for(var n=e.renderer.createPattern(t,"pattern"),a=0,l=i;a<l.length;a++)W(l[a],n);return W(n,o)}function se(e,t){for(var i,o=[],n=0,a=e;n<a.length;n++){var l=a[n];i={};for(var r=0,s=t;r<s.length;r++){var d=s[r];l[d]&&(i[d]=l[d])}o.push(i)}return o}function de(e,i,o,n,a){if(!t.isNullOrUndefined(i)&&!t.isNullOrUndefined(e)&&!t.isNullOrUndefined(o))for(var l=0;l<e.length;l++){var r=o.indexOf(".")>-1?I(e[l],o):e[l][o],s=pe(r,n,i);if((!t.isNullOrUndefined(r)&&isNaN(i[s])&&"string"==typeof r?r.toLowerCase():r)===(!t.isNullOrUndefined(i[s])&&isNaN(i[s])?i[s].toLowerCase():i[s]))return l}return null}function pe(e,i,o){if(!t.isNullOrUndefined(e)&&!t.isNullOrUndefined(o)&&!t.isNullOrUndefined(i))for(var n="[object Array]"===Object.prototype.toString.call(i)?i:[i],a=0;a<n.length;a++)if((t.isNullOrUndefined(e)||"string"!=typeof e?e:e.toLowerCase())===(!t.isNullOrUndefined(o[n[a]])&&isNaN(o[n[a]])?o[n[a]].toLowerCase():o[n[a]]))return n[a];return null}function he(e,t,i){for(var o=[],n=0;n<e.length;n++){var a=e[n];t<=a.y&&i>=a.y&&o.push(a)}return o}function me(e,t,i,o,n){var a=(t-e)/100*(100/(n-o)*(i-o))+e;return n===o&&(a=(t-e)/100+e),a}function ce(e,t,i){if(!e.length)return null;for(var o,n,a,l,r=e.length,s=0,d=0,p=0,h=0;h<=r-1;h++)o=e[h].x,n="Mercator"===t||"Normal"===i?e[h].y:-e[h].y,h===r-1?(a=e[0].x,l="Mercator"===t||"Normal"===i?e[0].y:-e[0].y):(a=e[h+1].x,l="Mercator"===t||"Normal"===i?e[h+1].y:-e[h+1].y),s+=Math.abs(o*l-a*n),d+=Math.abs((o+a)*(o*l-a*n)),p+=Math.abs((n+l)*(o*l-a*n));s*=.5;var m=e.some(function(e){return e.x<5&&e.y<5})&&"Normal"===i?6:4;d=0!==s?1/(m*s)*d:0,p=0!==s?1/(m*s)*p:0;for(var c={x:0,y:0},u={x:0,y:0},g={x:0,y:0},y={x:0,y:0},f={x:0,y:0},b={x:0,y:0},v={x:0,y:0},S={x:0,y:0},x=0,h=0;h<=r-1;h++){var O=e[h];O.y="Mercator"===t||"Normal"===i?O.y:-O.y,O.y>p?O.x<d&&d-O.x<d-f.x?f={x:O.x,y:O.y}:O.x>d&&(0===b.x||O.x-d<b.x-d)&&(b={x:O.x,y:O.y}):O.x<d&&d-O.x<d-v.x?v={x:O.x,y:O.y}:O.x>d&&(0===S.x||O.x-d<S.x-d)&&(S={x:O.x,y:O.y}),x=b.y-S.y+(b.y-S.y)/4,O.x>d?O.y<p&&p-O.y<p-c.y?c={x:O.x,y:O.y}:O.y>p&&(0===u.y||O.y-p<u.y-p)&&(u={x:O.x,y:O.y}):O.y<p&&p-O.y<p-g.y?g={x:O.x,y:O.y}:O.y>p&&(0===y.y||O.y-p<y.y-p)&&(y={x:O.x,y:O.y})}return{x:d,y:p,rightMin:c,rightMax:u,leftMin:g,leftMax:y,points:e,topMax:S,topMin:v,bottomMax:b,bottomMin:f,height:x}}function ue(e){var i=!1;return"[object Array]"===Object.prototype.toString.call(e)&&Array.prototype.forEach.call(e,function(e){t.isNullOrUndefined(e.geometry)||"Path"!==e.geometry.type||(i=!0)}),i}function ge(e,i,o,n,a,l){var r=i;if(t.isNullOrUndefined(n)&&(n=a?C(i,o).width:O(i,o).width),n>e)for(var s=i.length-1;s>=0;--s)if(r=i.substring(0,s)+"...",(n=a?C(r,o).width:O(r,o).width)<=e||r.length<4)return r.length<4&&(r=" "),t.isNullOrUndefined(l)||l.push(n),r;return t.isNullOrUndefined(l)||l.push(n),r}function ye(e,t,i,o){var n;switch(t){case"Near":n=e.x;break;case"Center":n="title"===o?e.width/2-i.width/2:e.x+e.width/2-i.width/2;break;case"Far":n="title"===o?e.width-e.y-i.width:e.x+e.width-i.width}var a="title"===o?e.y+i.height/2:e.y+e.height/2+i.height/2;return new ht(n,a)}function fe(e){var i=document.getElementById(e);return i?t.remove(i):null}function be(e,t){var i=h(e.minLatOfGivenLocation,e.minLongOfGivenLocation,e.mapLayerPanel.calculateFactor(t),t,e),o=h(e.maxLatOfGivenLocation,e.maxLongOfGivenLocation,e.mapLayerPanel.calculateFactor(t),t,e),n=(i.x+o.x)/2,a=(i.y+o.y)/2;return new ht(n,a)}function ve(e,i,o){var n,a=e.zoomSettings.zoomFactor,l=e.centerPosition,r=l.latitude,s=l.longitude,d=!t.isNullOrUndefined(e.centerLatOfGivenLocation)&&!t.isNullOrUndefined(e.centerLongOfGivenLocation)&&e.zoomNotApplied;t.isNullOrUndefined(e.mapScaleValue)&&(e.mapScaleValue=a),e.zoomSettings.shouldZoomInitially&&e.zoomSettings.enable&&(e.mapScaleValue=n=a=(e.zoomSettings.shouldZoomInitially||e.enablePersistence)&&1===e.scale?e.scale:t.isNullOrUndefined(e.markerZoomFactor)?1:e.markerZoomedState?e.markerZoomFactor:parseInt(e.scale.toString()),e.markerZoomedState&&e.mapScaleValue!==e.markerZoomFactor&&!e.enablePersistence&&(e.mapScaleValue=a=e.markerZoomFactor),!e.markerZoomedState||t.isNullOrUndefined(e.markerCenterLatitude)||t.isNullOrUndefined(e.markerCenterLongitude)||(r=e.markerCenterLatitude,s=e.markerCenterLongitude)),d&&(e.mapScaleValue=n=a=e.scaleOfGivenLocation);var p=t.isNullOrUndefined(e.baseMapRectBounds)?null:e.baseMapRectBounds.min,m=t.isNullOrUndefined(e.baseMapRectBounds)?null:e.baseMapRectBounds.max,c=o?1:e.mapScaleValue;t.isNullOrUndefined(e.currentShapeDataLength)&&!t.isNullOrUndefined(i.shapeData)&&(e.currentShapeDataLength=t.isNullOrUndefined(i.shapeData.features)?t.isNullOrUndefined(i.shapeData.geometries)?0:i.shapeData.geometries.length:i.shapeData.features.length);var u,g,y=e.totalRect&&e.legendSettings.visible?e.totalRect:e.mapAreaRect,f=e.availableSize;if(!t.isNullOrUndefined(p)&&!t.isNullOrUndefined(m)){var b=Math.abs(m.x-p.x),v=Math.abs(p.y-m.y),S=o?1:1===e.markerZoomFactor?e.mapScaleValue:a;if(l=e.zoomSettings.shouldZoomInitially&&e.markerZoomedState&&!e.zoomPersistence?e.markerZoomCenterPoint:e.centerPosition,!t.isNullOrUndefined(s)&&0!==s&&!t.isNullOrUndefined(r)&&0!==r||d){var x=((b+Math.abs(e.mapAreaRect.width-b))/2+e.mapAreaRect.x)/S,O=((v+Math.abs(e.mapAreaRect.height-v))/2+e.mapAreaRect.y)/S,C=d?be(e,i):h(r,s,e.mapLayerPanel.calculateFactor(i),i,e);t.isNullOrUndefined(e.previousProjection)||e.previousProjection!==e.projectionType||e.isMarkerZoomCompleted?(u=-C.x+x,g=-C.y+O,n=c):(1!==Math.floor(e.scale)&&e.zoomSettings.shouldZoomInitially||e.zoomNotApplied?(u=-C.x+x,g=-C.y+O):e.zoomSettings.shouldZoomInitially||e.zoomNotApplied?(u=-C.x+x,g=-C.y+O,n=c):(u=e.zoomTranslatePoint.x,g=e.zoomTranslatePoint.y),n=e.mapScaleValue)}else if(t.isNullOrUndefined(e.previousProjection)||e.previousProjection!==e.projectionType){0!==v&&0!==b&&v!==b||(b=y.width/2,v=y.height),b*=n=(n=parseFloat(Math.min(y.width/b,y.height/v).toFixed(2)))>1.05?1:n,v*=n;var M=0!==p.x&&"layers"===e.translateType?f.width-y.width:0;u=y.x+(-p.x+(y.width/2-b/2))-M,g=y.y+(-p.y+(y.height/2-v/2)),e.previousTranslate=new ht(u,g)}else if(e.zoomSettings.shouldZoomInitially||1!==e.markerZoomFactor||1!==e.mapScaleValue)if(n=e.mapScaleValue<1?e.mapScaleValue+1:e.mapScaleValue,e.mapScaleValue=e.zoomSettings.enable&&1!==e.mapScaleValue?e.mapScaleValue:1,e.currentShapeDataLength!==(t.isNullOrUndefined(i.shapeData.features)?i.shapeData.geometries.length:i.shapeData.features.length)&&"SubLayer"!==i.type){var _=parseFloat(Math.min(y.height/v,y.width/b).toFixed(2));v*=_,b*=_,g=y.y+(-p.y+(y.height/2-v/2)),n=_,u=y.x+(-p.x+(y.width/2-b/2))}else if(e.availableSize.height===e.heightBeforeRefresh&&e.widthBeforeRefresh===e.availableSize.width||t.isNullOrUndefined(e.translatePoint)||t.isNullOrUndefined(e.previousTranslate))t.isNullOrUndefined(e.previousProjection)||!(1===e.mapScaleValue||e.mapScaleValue<=1.05)||e.zoomModule.isDragZoom?(u=e.zoomTranslatePoint.x,g=e.zoomTranslatePoint.y,n=e.scale):(b*=n=(n=parseFloat(Math.min(y.width/b,y.height/v).toFixed(2)))>1.05?1:n,u=y.x+(-p.x+(y.width/2-b/2)),v*=n,g=y.y+(-p.y+(y.height/2-v/2)));else{var L=parseFloat(Math.min(y.width/b,y.height/v).toFixed(2)),P=b;P*=L;var w=v;w*=L;var T=y.x+(-p.x+(y.width/2-P/2)),I=y.y+(-p.y+(y.height/2-w/2)),k=(e.translatePoint.x-e.previousTranslate.x)/e.widthBeforeRefresh,F=(e.translatePoint.y-e.previousTranslate.y)/e.heightBeforeRefresh;u=T+k*e.availableSize.width,g=I+F*e.availableSize.height,e.previousTranslate=new ht(T,I),e.zoomTranslatePoint.x=u,e.zoomTranslatePoint.y=g}else v*=n=parseFloat(Math.min(y.width/b,y.height/v).toFixed(2)),b*=n,g=y.y+(-p.y+(y.height/2-v/2)),u=y.x+(-p.x+(y.width/2-b/2));t.isNullOrUndefined(e.translatePoint)||(u=e.enablePersistence&&0!==e.translatePoint.x&&!e.zoomNotApplied?e.translatePoint.x:u,g=e.enablePersistence&&0!==e.translatePoint.y&&!e.zoomNotApplied?e.translatePoint.y:g)}return n=e.enablePersistence?e.mapScaleValue>=1?e.mapScaleValue:1:n,e.widthBeforeRefresh=e.availableSize.width,e.heightBeforeRefresh=e.availableSize.height,{scale:n,location:new ht(u,g)}}function Se(e,i,o){var n,a=e.zoomSettings.zoomFactor,l=e.centerPosition,r=l.latitude,s=l.longitude,d=!t.isNullOrUndefined(e.centerLongOfGivenLocation)&&!t.isNullOrUndefined(e.centerLatOfGivenLocation)&&e.zoomNotApplied;t.isNullOrUndefined(e.previousCenterLatitude)&&t.isNullOrUndefined(e.previousCenterLongitude)?(e.previousCenterLatitude=e.centerPosition.latitude,e.previousCenterLongitude=e.centerPosition.longitude):e.previousCenterLatitude!==e.centerPosition.latitude&&e.previousCenterLongitude!==e.centerPosition.longitude?(e.centerPositionChanged=!0,e.previousCenterLatitude=e.centerPosition.latitude,e.previousCenterLongitude=e.centerPosition.longitude):e.centerPositionChanged=!1,(t.isNullOrUndefined(e.mapScaleValue)||a>e.mapScaleValue)&&(e.isReset&&1===e.mapScaleValue?e.mapScaleValue=e.mapScaleValue:!t.isNullOrUndefined(e.mapScaleValue)&&e.mapScaleValue<=e.scale?e.mapScaleValue=e.scale:e.mapScaleValue=a),e.mapScaleValue=1!==e.zoomSettings.zoomFactor&&e.zoomSettings.zoomFactor===e.mapScaleValue?e.zoomSettings.zoomFactor:e.zoomSettings.zoomFactor===e.mapScaleValue||e.centerPositionChanged?e.zoomSettings.zoomFactor:e.mapScaleValue,e.zoomSettings.shouldZoomInitially&&!e.isZoomByPosition&&(e.mapScaleValue=a=n=(e.enablePersistence||e.zoomSettings.shouldZoomInitially)&&1===e.scale?e.scale:t.isNullOrUndefined(e.markerZoomFactor)?e.mapScaleValue:e.markerZoomFactor,a=e.mapScaleValue,t.isNullOrUndefined(e.markerCenterLatitude)||t.isNullOrUndefined(e.markerCenterLongitude)||(r=e.markerCenterLatitude,s=e.markerCenterLongitude)),d&&(e.mapScaleValue=n=a=e.scaleOfGivenLocation);var p,m,c=o?1:e.mapScaleValue,u=e.mapAreaRect,g=e.baseMapRectBounds.min,y=e.baseMapRectBounds.max,f=o?1:e.mapScaleValue,b=Math.abs(y.x-g.x),v=Math.abs(g.y-y.y);if(!t.isNullOrUndefined(s)&&0!==s&&!t.isNullOrUndefined(r)&&0!==r||d){var S=(v+Math.abs(e.mapAreaRect.height-v))/2/f,x=(b+Math.abs(e.mapAreaRect.width-b))/2/f,O=d?be(e,i):h(r,s,e.mapLayerPanel.calculateFactor(i),i,e);t.isNullOrUndefined(e.zoomTranslatePoint)&&t.isNullOrUndefined(e.previousProjection)||e.zoomNotApplied?(p=-O.x+x+e.mapAreaRect.x/c,m=-O.y+S+e.mapAreaRect.y/c):e.previousProjection!==e.projectionType?(p=-O.x+x,m=-O.y+S):(e.isZoomByPosition&&(e.zoomTranslatePoint.x=-O.x+x,e.zoomTranslatePoint.y=-O.y+S),p=e.zoomTranslatePoint.x,m=e.zoomTranslatePoint.y,a=c),t.isNullOrUndefined(e.translatePoint)||(m=e.enablePersistence&&0!==e.translatePoint.y&&!e.zoomNotApplied?e.translatePoint.y:m,p=e.enablePersistence&&0!==e.translatePoint.x&&!e.zoomNotApplied?e.translatePoint.x:p),n=0!==a?a:1}else{var C=0===e.zoomSettings.zoomFactor?1:e.zoomSettings.zoomFactor,M=e.zoomSettings.maxZoom;n=C=C>M?M:C;var _=0===e.mapScaleValue?1:e.mapScaleValue>M?M:e.mapScaleValue,x=u.x+(-g.x+(u.width/2-b/2)),S=u.y+(-g.y+(u.height/2-v/2));if(!t.isNullOrUndefined(e.zoomTranslatePoint)||!t.isNullOrUndefined(e.previousProjection))if(e.previousProjection!==e.projectionType){var L=[],P={x:x,y:S};L.push(P);for(var w=1;w<M;w++)P={x:L[w-1].x-(u.width/w-u.width/(w+1))/2,y:L[w-1].y-(u.height/w-u.height/(w+1))/2},L.push(P);x=L[C-1].x,S=L[C-1].y}else x=e.zoomTranslatePoint.x,S=e.zoomTranslatePoint.y,C!==_&&(n=_);t.isNullOrUndefined(e.translatePoint)||(p=e.enablePersistence&&0!==e.translatePoint.x&&!e.zoomNotApplied?e.translatePoint.x:x,m=e.enablePersistence&&0!==e.translatePoint.y&&!e.zoomNotApplied?e.translatePoint.y:S)}return n=e.enablePersistence?0===e.mapScaleValue?1:e.mapScaleValue:n,e.widthBeforeRefresh=e.availableSize.width,e.heightBeforeRefresh=e.availableSize.height,{scale:o?1:n,location:new ht(p,m)}}function xe(e){e.tileZoomScale=e.tileZoomLevel=Math.floor(e.availableSize.height/512)+1;var t=256*Math.pow(2,e.tileZoomLevel);e.tileTranslatePoint.x=e.availableSize.width/2-t/2,e.tileTranslatePoint.y=e.availableSize.height/2-t/2+20,e.previousTileWidth=e.availableSize.width,e.previousTileHeight=e.availableSize.height}function Oe(e){return document.getElementById(e)}function Ce(e){var i=document.getElementById(e);return t.isNullOrUndefined(i)?null:i.getClientRects()[0]}function Me(e){return"string"==typeof e?parseFloat(e):e}function _e(e,t){return e.formatFunction=e.intl.getNumberFormat({format:e.format,useGrouping:e.useGroupingSeparator}),e.formatFunction(t)}function Le(e,i){var o=null;try{"function"!=typeof e&&document.querySelectorAll(e).length?o=t.compile(document.querySelector(e).innerHTML.trim()):i.isVue||i.isVue3?o=t.compile(e):"function"==typeof e&&(o=t.compile(e))}catch(i){o=t.compile(e)}return o}function Pe(e){return document.getElementById(e)}function we(e,t){var i,o=parseInt(e.split("_LayerIndex_")[1].split("_")[0],10),n=parseInt(e.split("_shapeIndex_")[1].split("_")[0],10),a=t.layersCollection[o],l=a.layerData[n].property;return a.dataSource&&(i=a.dataSource[de(a.dataSource,l,a.shapeDataPath,a.shapePropertyPath)]),{shapeData:l,data:i}}function Te(e,i,o,n){var a=we(e,o),l={color:i.border.color,opacity:i.border.opacity,width:i.border.width},r=i.enableMultiSelect?{cancel:!1,name:n,fill:i.fill,opacity:i.opacity,border:l,shapeData:a.shapeData,data:a.data,target:e,maps:o,shapeDataCollection:o.shapeSelectionItem}:{cancel:!1,name:n,fill:i.fill,opacity:i.opacity,border:l,shapeData:a.shapeData,data:a.data,target:e,maps:o};return o.trigger(n,r,function(){r.border.opacity=t.isNullOrUndefined(r.border.opacity)?r.opacity:r.border.opacity}),r}function Ie(e){return document.getElementsByClassName(e)}function ke(e,t){var i=null;return document.getElementById(t)&&(i=document.getElementById(t).querySelector("#"+e)),i}function Fe(e,t,i,o){for(var n,a=o.layers[e].shapeData.features,l=0;l<a.length;l++)if(a[l].properties.name===t){n=o.element.id+"_LayerIndex_"+e+"_shapeIndex_"+l+"_dataIndex_undefined";break}return Pe(n)}function Ne(e,i,o){var n=t.createElement("style",{id:e});return n.innerText="."+i+"{fill:"+o.fill+";fill-opacity:"+(t.isNullOrUndefined(o.opacity)?"1":o.opacity.toString())+";stroke-opacity:"+(t.isNullOrUndefined(o.border.opacity)?"1":o.border.opacity.toString())+";stroke-width:"+o.border.width.toString()+";stroke:"+o.border.color+";}",n}function Ee(e,i,o){var n=Pe(e);t.isNullOrUndefined(n)||(n.innerText="."+i+"{fill:"+o.fill+";fill-opacity:"+(t.isNullOrUndefined(o.opacity)?"1":o.opacity.toString())+";stroke-width:"+o.border.width.toString()+";stroke-opacity:"+(t.isNullOrUndefined(o.border.opacity)?"1":o.border.opacity.toString())+";stroke:"+o.border.color+"}")}function ze(e,i,o,n,a){var l={color:e.border.color,width:e.border.width/i.scale,opacity:e.border.opacity},r={opacity:e.opacity,fill:e.fill,border:l,name:bi,target:o.id,cancel:!1,shapeData:n,data:a,maps:i};i.trigger("itemSelection",r,function(o){r.border.opacity=t.isNullOrUndefined(e.border.opacity)?e.opacity:e.border.opacity,i.shapeSelectionItem.push(r.shapeData),Pe("ShapeselectionMap")?Ee("ShapeselectionMap","ShapeselectionMapStyle",r):document.body.appendChild(Ne("ShapeselectionMap","ShapeselectionMapStyle",r))})}function Be(e){e.removeAttribute("class")}function Ae(e,i,o,n,a,l,r){void 0===r&&(r=0);var s=n.x,d=n.y,p=0,h=e.getAttribute("transform")||"";new t.Animation({}).animate(e,{duration:0===o&&"Enable"===t.animationMode?1e3:o,delay:i,progress:function(i){if(i.timeStamp>i.delay&&!a.zoomModule.isPanningInProgress){if(a.isTileMap&&0===p){var o=document.querySelector(".GroupElement");t.isNullOrUndefined(o)||(o.style.display="block")}p=(i.timeStamp-i.delay)/i.duration,e.setAttribute("transform","translate( "+(s-r*p)+" "+(d-r*p)+" ) scale("+p+")")}},end:function(t){if(a.zoomModule.isPanningInProgress||e.setAttribute("transform",h),a.zoomModule.isPanningInProgress=!1,l){var i={cancel:!1,name:fi,element:l,maps:a};a.trigger(fi,i)}}})}function Ue(e){fe(e)}function je(e,i,o,n,a,l,r,d,p){var h=s(o,n,d);t.isNullOrUndefined(h)||(o=h.x,n=h.y);for(var m=document.getElementById(r),c=O(e,{fontFamily:"Segoe UI",size:"8px",fontStyle:"Normal",fontWeight:"Regular"}).width,u=e.split(" "),g=u[0].length,y=1;y<u.length;y++)g<u[y].length&&(g=u[y].length);m||((m=t.createElement("div",{id:r})).style.cssText='background-color: rgb(255, 255, 255) !important; color:black !important; position:absolute;border:1px solid rgb(0, 0, 0); padding-left:5px;font-size:12px; font-family: "Segoe UI"; text-align:center'),o<a-c?o=o:o>a-c&&o<a-8*g?c=a-o:o>=a-8*g&&(o>c?o-=c:(c=o,o=0));var f=i.split("px");Re(m,e,o,n,f,c,a,d),m.clientHeight+2*parseInt(f[0],10)>l&&(c=o,o=0),Re(m,e,o,n,f,c,a,d),p&&setTimeout(Ue,5e3,r)}function Re(e,t,i,o,n,a,l,r){e.innerText=t,e.style.top=-1!==e.id.indexOf("_Legend")?(parseInt(n[0],10)+o).toString()+"px":(2*parseInt(n[0],10)).toString()+"px",e.style.left=i.toString()+"px",e.style.width=a.toString()+"px",e.style.maxWidth=l.toString()+"px",e.style.wordWrap="break-word",r.appendChild(e)}function Ze(e,i,o,n,a){var l=Pe(e),r=De(a.borderColor),s=De(a.fontColor),d="top:"+o.toString()+"px;left:"+n.toString()+"px;color:"+(s?"rgba("+s.r+","+s.g+","+s.b+","+a.fontOpacity+")":a.fontColor)+";background:"+a.fill+";z-index: 2;position:absolute;border:"+a.borderWidth+"px solid "+(r?"rgba("+r.r+","+r.g+","+r.b+","+a.borderOpacity+")":a.borderColor)+";font-family:"+a.fontFamily+";font-style:"+a.fontStyle+";font-weight:"+a.fontWeight+";font-size:"+a.fontSize+";border-radius:"+a.borderWidth+"px;";!l&&a.visible?((l=t.createElement("div",{id:e})).innerHTML=t.SanitizeHtmlHelper.sanitize("&nbsp;"+i+"&nbsp;"),l.style.cssText=d,document.body.appendChild(l)):a.visible&&(l.innerHTML=t.SanitizeHtmlHelper.sanitize("&nbsp;"+i+"&nbsp;"),l.style.cssText=d)}function De(e){if(-1!==e.indexOf("#")&&-1===e.toLowerCase().indexOf("rgb"))return(i=/^#?([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i.exec(e))?{r:parseInt(i[1],16),g:parseInt(i[2],16),b:parseInt(i[3],16)}:null;if(-1!==e.toLowerCase().indexOf("rgb"))return(i=e.match(/\d+/g).map(function(e){return parseInt(e,10)}))?{r:i[0],g:i[1],b:i[2]}:null;var t=document.createElement("div");t.style.color=e;var i=window.getComputedStyle(document.body.appendChild(t)).color.match(/\d+/g).map(function(e){return parseInt(e,10)});return document.body.removeChild(t),i?{r:i[0],g:i[1],b:i[2]}:null}function Ve(e,t,o,n,a){var l=new i.SvgRenderer(""),r=He(e,o,t,a,n);return l["draw"+r.functionName](r.renderOption)}function He(e,i,o,n,a){var l,r="Path",s=i.width,d=i.height,p=e.x,h=e.y,m=e.x+-s/2,c=e.y+-d/2;switch(n.stroke="HorizontalLine"===o||"VerticalLine"===o||"Cross"===o?n.fill:n.stroke,n["stroke-width"]=0!==n["stroke-width"]||"HorizontalLine"!==o&&"VerticalLine"!==o&&"Cross"!==o?n["stroke-width"]:1,o){case"Circle":case"Bubble":r="Ellipse",t.merge(n,{rx:s/2,ry:d/2,cx:p,cy:h});break;case"VerticalLine":l="M "+p+" "+(h+d/2)+" L "+p+" "+(h+-d/2),t.merge(n,{d:l});break;case"HorizontalLine":l="M "+p+" "+h+" L "+(p+s/2)+" "+h,t.merge(n,{d:l});break;case"Diamond":l="M "+m+" "+h+" L "+p+" "+(h+-d/2)+" L "+(p+s/2)+" "+h+" L "+p+" "+(h+d/2)+" L "+m+" "+h+" z",t.merge(n,{d:l});break;case"Rectangle":l="M "+m+" "+(h+-d/2)+" L "+(p+s/2)+" "+(h+-d/2)+" L "+(p+s/2)+" "+(h+d/2)+" L "+m+" "+(h+d/2)+" L "+m+" "+(h+-d/2)+" z",t.merge(n,{d:l});break;case"Triangle":l="M "+m+" "+(h+d/2)+" L "+p+" "+(h+-d/2)+" L "+(p+s/2)+" "+(h+d/2)+" L "+m+" "+(h+d/2)+" z",t.merge(n,{d:l});break;case"InvertedTriangle":l="M "+(p+s/2)+" "+(h-d/2)+" L "+p+" "+(h+d/2)+" L "+(p-s/2)+" "+(h-d/2)+" L "+(p+s/2)+" "+(h-d/2)+" z",t.merge(n,{d:l});break;case"Pentagon":for(var u=void 0,g=void 0,y=0;y<=5;y++)u=s/2*Math.cos(Math.PI/180*(72*y)),g=s/2*Math.sin(Math.PI/180*(72*y)),l=0===y?"M "+(p+u)+" "+(h+g)+" ":l.concat("L "+(p+u)+" "+(h+g)+" ");l=l.concat("Z"),t.merge(n,{d:l});break;case"Star":l="M "+(e.x+i.width/3)+" "+(e.y+i.height/2)+" L "+(e.x-i.width/2)+" "+(e.y-i.height/6)+" L "+(e.x+i.width/2)+" "+(e.y-i.height/6)+" L "+(e.x-i.width/3)+" "+(e.y+i.height/2)+" L "+e.x+" "+(e.y-i.height/2)+" L "+(e.x+i.width/3)+" "+(e.y+i.height/2)+" Z",t.merge(n,{d:l});break;case"Cross":l="M "+m+" "+h+" L "+(p+s/2)+" "+h+" M "+p+" "+(h+d/2)+" L "+p+" "+(h+-d/2),t.merge(n,{d:l});break;case"Image":r="Image",t.merge(n,{href:a,height:d,width:s,x:m,y:c})}return{renderOption:n,functionName:r}}function Ge(e,t){t.appendChild(e);var i=e.offsetWidth,o=e.offsetHeight;return t.removeChild(e),new pt(i,o)}function We(e,i,o,n){for(var a,l=0;l<e.childElementCount;l++)if((a=e.childNodes[l]).id.indexOf("_NavigationGroup")>-1)Xe(a,i,o,n);else if(a.id.indexOf("_Polygons_Group")>-1)for(var r=0;r<a.childElementCount;r++){var s=n.layersCollection[i].polygonSettings.polygons[parseInt(a.children[r].id.split("_PolygonIndex_")[1])].borderWidth;a.children[r].setAttribute("stroke-width",(s/o).toString())}else{var d=void 0,p=0,h=n.layersCollection[i].shapeSettings.borderWidthValuePath,m=n.layersCollection[i].shapeSettings.border.width,c=n.layersCollection[i].shapeSettings.circleRadius;d=n.layersCollection[i].shapeSettings.borderWidthValuePath&&null!==(p=de(n.layersCollection[i].dataSource,n.layersCollection[i].layerData[l].property,n.layersCollection[i].shapeDataPath,n.layersCollection[i].shapePropertyPath,n.layersCollection[i]))&&n.layersCollection[i].dataSource[p][h]?n.layersCollection[i].dataSource[p][h]:t.isNullOrUndefined(m)?0:m,a.setAttribute("stroke-width",(d/o).toString()),(e.id.indexOf("_Point")>-1||e.id.indexOf("_MultiPoint")>-1)&&a.setAttribute("r",(c/o).toString())}}function Xe(e,t,i,o){for(var n,a=0;a<e.childElementCount;a++)if("path"===(n=e.childNodes[a]).tagName){var l=o.layersCollection[t].navigationLineSettings[parseFloat(n.id.split("_NavigationIndex_")[1].split("_")[0])].width;n.setAttribute("stroke-width",(l/i).toString())}}function qe(e){for(var t=[],i=e.touches,o=0;o<i.length;o++)t.push({pageX:i[o].pageX,pageY:i[o].pageY});return t}function Ye(e,t){var i=Je(e[0],e[1]);return Je(t[0],t[1])/i}function Je(e,t){var i=e.pageX-t.pageX,o=e.pageY-t.pageY;return Math.sqrt(i*i+o*o)}function Qe(e,t){var i=t.element.getBoundingClientRect(),o=i.top+document.defaultView.pageXOffset,n=i.left+document.defaultView.pageYOffset;return Array.prototype.slice.call(e).map(function(e){return{x:e.pageX-n,y:e.pageY-o}})}function Ke(e){return{x:e.map(function(e){return e.x}).reduce($e)/e.length,y:e.map(function(e){return e.y}).reduce($e)/e.length}}function $e(e,t){return e+t}function et(e,t,i,o,n,a,l){var r=0,s=l.previousPoint,d=l.previousScale,p=n-d,h=new Mt(0,0),m=1;if(n===d)return void e.setAttribute("transform","scale( "+n+" ) translate( "+o.x+" "+o.y+" )");var c=function(e,t){return e.x===t.x?null:(t.y-e.y)/(t.x-e.x)}(s,o),u=function(e,t){return null===t?e.x:e.y-t*e.x}(s,c),g=o.x-s.x,y=o.y-s.y;tt(e,t,i,function(e){e.timeStamp>e.delay&&(r=(e.timeStamp-e.delay)/e.duration,m=d+r*p,h.x=s.x+r*g/(m/n),h.y=null==c?s.y+r*y:c*h.x+u,e.element.setAttribute("transform","scale( "+m+" ) translate( "+h.x+" "+h.y+" )"),l.translatePoint=h,l.scale=m,l.zoomModule.processTemplate(o.x,o.y,m,l))},function(){l.translatePoint=o,l.scale=n,e.setAttribute("transform","scale( "+n+" ) translate( "+o.x+" "+o.y+" )"),l.zoomModule.processTemplate(o.x,o.y,n,l)})}function tt(e,i,o,n,a){var l,r=this,s=null;o="Disable"===t.animationMode?0:o;var d=function(t){s||(s=t);var i=t-s;i<o?(n.call(r,{element:e,delay:0,timeStamp:i,duration:o}),window.requestAnimationFrame(d)):(window.cancelAnimationFrame(l),a.call(r,{element:e}),e.id.indexOf("Marker")>-1&&(Oe(e.id.split("_Layer")[0]+"_Markers_Group").style.cssText="visibility:visible"))};l=window.requestAnimationFrame(d)}function it(e,t,i,o){var n=0,a=e.getAttribute("transform").split(" ");2===a.length&&(a[2]=a[1].split(")")[0],a[1]=a[0].split("(")[1]);var l=new Mt(parseInt(a[1],10),parseInt(a[2],10)),r=o.x-l.x,s=o.y-l.y,d=new Mt(0,0);tt(e,t,i,function(e){e.timeStamp>e.delay&&(n=(e.timeStamp-e.delay)/e.duration,d.x=l.x+n*r,d.y=l.y+n*s,e.element.setAttribute("transform","translate( "+d.x+" "+d.y+" )"))},function(){e.setAttribute("transform","translate( "+o.x+" "+o.y+" )")})}function ot(e,i){var o=t.isNullOrUndefined(i.shouldZoomPreviousFactor)?null:i.shouldZoomPreviousFactor,n=t.isNullOrUndefined(i.shouldZoomCurrentFactor)?null:i.shouldZoomCurrentFactor;t.isNullOrUndefined(n)?!t.isNullOrUndefined(o)&&t.isNullOrUndefined(n)&&i.shouldZoomPreviousFactor!==e?i.shouldZoomCurrentFactor=e:i.shouldZoomPreviousFactor=e:(i.shouldZoomCurrentFactor=null,i.shouldZoomPreviousFactor=null)}function nt(e,t,i,o,n,a,l,r){var s,d,p=l.zoomSettings.maxZoom,h=Math.sin(t*Math.PI/180),m=Math.log((1+h)/(1-h))/2,c=Math.max(Math.min(m,Math.PI),-Math.PI)/2,u=Math.sin(e*Math.PI/180),g=Math.log((1+u)/(1-u))/2,y=Math.max(Math.min(g,Math.PI),-Math.PI)/2;if(l.zoomNotApplied&&!l.isTileMap){var f=Math.abs((l.baseMapBounds.latitude.max-l.baseMapBounds.latitude.min)/(t-e)),b=Math.abs((l.baseMapBounds.longitude.max-l.baseMapBounds.longitude.min)/(o-i));d=r?(f+b)/2:Math.min(f,b)}var v=(c-y)/Math.PI,S=o-i,x=(S<0?S+360:S)/360,O=Math.log(a/256/v)/Math.LN2,C=Math.log(n/256/x)/Math.LN2,M=l.zoomNotApplied&&!l.isTileMap?d:r&&!l.isTileMap?(O+C)/2:Math.min(O,C);return s=Math.min(M,p),s=l.isTileMap||!l.zoomNotApplied?Math.floor(s):s,l.isTileMap||ot(s,l),s}function at(e){var i,o=t.isNullOrUndefined(e.result)?e.actual:e.result;return t.isNullOrUndefined(o.length)?t.isNullOrUndefined(o.Items)||(i=o.Items):i=o,i}function lt(e){var t;switch(e.toLowerCase()){case"tailwind":t=["#0369A1","#14B8A6","#15803D","#334155","#5A61F6","#65A30D","#8B5CF6","#9333EA","#F59E0B","#F97316"];break;case"tailwinddark":t=["#10B981","#22D3EE","#2DD4BF","#4ADE80","#8B5CF6","#E879F9","#F472B6","#F87171","#F97316","#FCD34D"];break;case"fluent":t=["#614570","#4C6FB1","#CC6952","#3F579A","#4EA09B","#6E7A89","#D4515C","#E6AF5D","#639751","#9D4D69"];break;case"fluentdark":t=["#8AB113","#2A72D5","#43B786","#584EC6","#E85F9C","#6E7A89","#EA6266","#EBA844","#26BC7A","#BC4870"];break;case"material3":t=["#6200EE","#E77A16","#82C100","#7107DC","#05BB3D","#D21020","#FAD200","#0085FF","#9204EA","#08EE9B"];break;case"material3dark":t=["#4EAAFF","#FA4EAB","#FFF500","#17EA58","#38FFE7","#FF9E45","#B3F32F","#B93CE4","#FC5664","#9B55FF"];break;case"fluent2":t=["#6200EE","#09AF74","#0076E5","#CB3587","#E7910F","#0364DE","#66CD15","#F3A93C","#107C10","#C19C00"];break;case"fluent2dark":case"fluent2highcontrast":t=["#9BB449","#2A72D5","#43B786","#3F579A","#584EC6","#E85F9C","#6E7A89","#EA6266","#0B6A0B","#C19C00"];break;case"bootstrap5":case"bootstrap5dark":t=["#6610F2","#6f42C1","#D63384","#DC3545","#FD7E14","#FFC107","#198754","#0DCAF0"];break;default:t=["#B5E485","#7BC1E8","#DF819C","#EC9B79","#78D0D3","#D6D572","#9178E3","#A1E5B4","#87A4B4","#E4C16C"]}return t}function rt(e){var t,i;switch(e.toLowerCase()){case"materialdark":i="#303030";break;case"fabricdark":i="#201F1F";break;case"bootstrapdark":i="#1A1A1A"}switch(e.toLowerCase()){case"materialdark":case"fabricdark":case"bootstrapdark":t={backgroundColor:i,areaBackgroundColor:i,titleFontColor:"#FFFFFF",titleFontSize:"14px",subTitleFontColor:"#FFFFFF",legendTitleFontColor:"#DADADA",legendTextColor:"#DADADA",dataLabelFontColor:"#DADADA",tooltipFontColor:"#FFFFFF",tooltipFillColor:"#363F4C",zoomFillColor:"#FFFFFF",labelFontFamily:"Roboto, Noto, Sans-serif",fontFamily:"Roboto, Noto, Sans-serif",fontSize:"12px",legendFontSize:"12px",fontWeight:"Medium",titleFontWeight:"Medium",zoomSelectionColor:"#e61576",shapeFill:"#A6A6A6",shapeBorderColor:"#000000",rectangleZoomFillColor:"#d3d3d3",rectangleZoomFillOpacity:.5,rectangleZoomBorderColor:"#009900",legendBorderColor:"#000000",legendBorderWidth:0,tooltipBorderColor:"transparent",zoomButtonRadius:30};break;case"highcontrast":t={backgroundColor:"#000000",areaBackgroundColor:"#000000",titleFontColor:"#FFFFFF",titleFontSize:"14px",subTitleFontColor:"#FFFFFF",legendTitleFontColor:"#FFFFFF",legendTextColor:"#FFFFFF",dataLabelFontColor:"#000000",tooltipFontColor:"#000000",tooltipFillColor:"#ffffff",zoomFillColor:"#FFFFFF",fontFamily:"Roboto, Noto, Sans-serif",fontSize:"12px",legendFontSize:"12px",fontWeight:"Medium",labelFontFamily:"Roboto, Noto, Sans-serif",titleFontWeight:"Medium",zoomSelectionColor:"#e61576",shapeFill:"#A6A6A6",shapeBorderColor:"#000000",rectangleZoomFillColor:"#d3d3d3",rectangleZoomFillOpacity:.5,rectangleZoomBorderColor:"#009900",legendBorderColor:"#000000",legendBorderWidth:0,tooltipBorderColor:"transparent",zoomButtonRadius:30};break;case"bootstrap4":t={backgroundColor:"#FFFFFF",areaBackgroundColor:"#FFFFFF",titleFontColor:"#212529",subTitleFontColor:"#212529",legendTitleFontColor:"#212529",legendTextColor:"#212529",dataLabelFontColor:"#212529",tooltipFontColor:"#FFFFFF",tooltipFillColor:"#000000",zoomFillColor:"#5B6269",fontFamily:"HelveticaNeue-Medium",fontSize:"12px",fontWeight:"Medium",titleFontSize:"16px",legendFontSize:"14px",tooltipFillOpacity:1,tooltipTextOpacity:.9,labelFontFamily:"HelveticaNeue-Medium",titleFontWeight:"Medium",zoomSelectionColor:"#e61576",shapeFill:"#A6A6A6",shapeBorderColor:"#000000",rectangleZoomFillColor:"#d3d3d3",rectangleZoomFillOpacity:.5,rectangleZoomBorderColor:"#009900",legendBorderColor:"#000000",legendBorderWidth:0,tooltipBorderColor:"transparent",zoomButtonRadius:30};break;case"tailwind":t={backgroundColor:"rgba(255,255,255, 0.0)",areaBackgroundColor:"rgba(255,255,255, 0.0)",titleFontColor:"#374151",subTitleFontColor:"#374151",legendTitleFontColor:"#374151",legendTextColor:"#6B7280",dataLabelFontColor:"#505967",tooltipFontColor:"#F9FAFB",tooltipFillColor:"#111827",zoomFillColor:"#6b7280",fontFamily:"Inter",fontSize:"12px",fontWeight:"Medium",titleFontSize:"14px",legendFontSize:"12px",tooltipFillOpacity:1,tooltipTextOpacity:.9,labelFontFamily:"Inter",titleFontWeight:"500",zoomSelectionColor:"#374151",shapeFill:"#E5E7EB",shapeBorderColor:"#000000",rectangleZoomFillColor:"#d3d3d3",rectangleZoomFillOpacity:.5,rectangleZoomBorderColor:"#009900",legendBorderColor:"#000000",legendBorderWidth:0,tooltipBorderColor:"transparent",zoomButtonRadius:30};break;case"tailwinddark":t={backgroundColor:"rgba(255,255,255, 0.0)",areaBackgroundColor:"rgba(255,255,255, 0.0)",titleFontColor:"#D1D5DB",subTitleFontColor:"#D1D5DB",legendTitleFontColor:"#D1D5DB",legendTextColor:"#D1D5DB",dataLabelFontColor:"#D1D5DB",tooltipFontColor:"#1F2937",tooltipFillColor:"#F9FAFB",zoomFillColor:"#D1D5DB",fontFamily:"Inter",fontSize:"12px",fontWeight:"Medium",titleFontSize:"14px",legendFontSize:"12px",tooltipFillOpacity:1,tooltipTextOpacity:.9,labelFontFamily:"Inter",titleFontWeight:"500",zoomSelectionColor:"#F3F4F6",shapeFill:"#374151",shapeBorderColor:"#000000",rectangleZoomFillColor:"#d3d3d3",rectangleZoomFillOpacity:.5,rectangleZoomBorderColor:"#009900",legendBorderColor:"#000000",legendBorderWidth:0,tooltipBorderColor:"transparent",zoomButtonRadius:30};break;case"bootstrap5":t={backgroundColor:"transparent",areaBackgroundColor:"transparent",titleFontColor:"#212529",subTitleFontColor:"#212529",legendTitleFontColor:"#212529",legendTextColor:"#212529",dataLabelFontColor:"#212529",tooltipFontColor:"#FFFFFF",tooltipFillColor:"#000000",zoomFillColor:"#6E757D",fontFamily:"Segoe UI",fontSize:"10px",fontWeight:"400",titleFontSize:"14px",subTitleFontSize:"12px",legendFontSize:"10px",tooltipFillOpacity:.9,tooltipTextOpacity:1,labelFontFamily:"Segoe UI",titleFontWeight:"400",zoomSelectionColor:"#212529",zoomBorderColor:"#DEE2E6",shapeFill:"#E9ECEF",shapeBorderColor:"#DEE2E6",zoomButtonRadius:32,rectangleZoomBorderColor:"#0D6EFD",rectangleZoomFillColor:"#86B7FE",rectangleZoomFillOpacity:.3,legendBorderColor:"#000000",legendBorderWidth:0,tooltipBorderColor:"transparent"};break;case"bootstrap5dark":t={backgroundColor:"transparent",areaBackgroundColor:"transparent",titleFontColor:"#DEE2E6",subTitleFontColor:"#DEE2E6",legendTitleFontColor:"#DEE2E6",legendTextColor:"#DEE2E6",dataLabelFontColor:"#DEE2E6",tooltipFontColor:"#212529",tooltipFillColor:"#FFFFFF",zoomFillColor:"#ADB5BD",fontFamily:"Segoe UI",fontSize:"10px",fontWeight:"400",titleFontSize:"14px",subTitleFontSize:"12px",legendFontSize:"10px",tooltipFillOpacity:.9,tooltipTextOpacity:1,labelFontFamily:"Segoe UI",titleFontWeight:"400",zoomSelectionColor:"#F8F9FA",zoomBorderColor:"#495057",shapeFill:"#343A40",shapeBorderColor:"#495057",zoomButtonRadius:32,rectangleZoomFillColor:"#86B7FE",rectangleZoomBorderColor:"#0D6EFD",rectangleZoomFillOpacity:.3,legendBorderColor:"#000000",legendBorderWidth:0,tooltipBorderColor:"transparent"};break;case"fluent":t={backgroundColor:"rgba(255,255,255, 0.0)",areaBackgroundColor:"rgba(255,255,255, 0.0)",titleFontColor:"#201F1E",subTitleFontColor:"#201F1E",legendTitleFontColor:"#201F1E",legendTextColor:"#201F1E",dataLabelFontColor:"#201F1E",tooltipFontColor:"#323130",tooltipFillColor:"#FFFFFF",zoomFillColor:"#A19F9D",fontFamily:"Segoe UI",fontSize:"12px",fontWeight:"Medium",titleFontSize:"14px",legendFontSize:"12px",tooltipFillOpacity:1,tooltipTextOpacity:1,labelFontFamily:"Segoe UI",titleFontWeight:"600",zoomSelectionColor:"#323130",shapeFill:"#F3F2F1",shapeBorderColor:"#000000",rectangleZoomFillColor:"#d3d3d3",rectangleZoomFillOpacity:.5,rectangleZoomBorderColor:"#009900",legendBorderColor:"#000000",legendBorderWidth:0,tooltipBorderColor:"transparent",zoomButtonRadius:30};break;case"fluentdark":t={backgroundColor:"rgba(255,255,255, 0.0)",areaBackgroundColor:"rgba(255,255,255, 0.0)",titleFontColor:"#F3F2F1",subTitleFontColor:"#F3F2F1",legendTitleFontColor:"#F3F2F1",legendTextColor:"#F3F2F1",dataLabelFontColor:"#F3F2F1",tooltipFontColor:"#F3F2F1",tooltipFillColor:"#252423",zoomFillColor:"#484644",fontFamily:"Segoe UI",fontSize:"12px",fontWeight:"Medium",titleFontSize:"14px",legendFontSize:"12px",tooltipFillOpacity:1,tooltipTextOpacity:1,labelFontFamily:"Segoe UI",titleFontWeight:"600",zoomSelectionColor:"#F3F2F1",shapeFill:"#252423",shapeBorderColor:"#000000",rectangleZoomFillColor:"#d3d3d3",rectangleZoomFillOpacity:.5,rectangleZoomBorderColor:"#009900",legendBorderColor:"#000000",legendBorderWidth:0,tooltipBorderColor:"transparent",zoomButtonRadius:30};break;case"material3":t={backgroundColor:"transparent",areaBackgroundColor:"transparent",titleFontColor:"#1C1B1F",subTitleFontColor:"#1C1B1F",legendTitleFontColor:"#1C1B1F",legendTextColor:"#49454E",dataLabelFontColor:"#1C1B1F",tooltipFontColor:"#F4EFF4",tooltipFillColor:"#313033",zoomFillColor:"#49454E",fontFamily:"Roboto",fontSize:"14px",titleFontSize:"16px",subTitleFontSize:"14px",legendFontSize:"12px",tooltipFillOpacity:1,tooltipTextOpacity:1,labelFontFamily:"Roboto",titleFontWeight:"500",fontWeight:"400",zoomSelectionColor:"#49454E",shapeFill:"#E7E0EC",shapeBorderColor:"#000000",rectangleZoomFillColor:"#6750A4",rectangleZoomFillOpacity:.24,rectangleZoomBorderColor:"#6750A4",legendBorderColor:"#000000",legendBorderWidth:0,tooltipBorderColor:"transparent",zoomButtonRadius:30};break;case"material3dark":t={backgroundColor:"transparent",areaBackgroundColor:"transparent",titleFontColor:"#E6E1E5",subTitleFontColor:"#E6E1E5",legendTitleFontColor:"#E6E1E5",legendTextColor:"#CAC4D0",dataLabelFontColor:"#E6E1E5",tooltipFontColor:"#313033",tooltipFillColor:"#E6E1E5",zoomFillColor:"#E6E1E5",fontFamily:"Roboto",fontSize:"14px",titleFontSize:"16px",subTitleFontSize:"14px",legendFontSize:"12px",tooltipFillOpacity:1,tooltipTextOpacity:1,labelFontFamily:"Roboto",titleFontWeight:"500",fontWeight:"400",zoomSelectionColor:"#E6E1E5",shapeFill:"#49454F",shapeBorderColor:"#000000",rectangleZoomFillColor:"#D0BCFF",rectangleZoomFillOpacity:.24,rectangleZoomBorderColor:"#D0BCFF",legendBorderColor:"#000000",legendBorderWidth:0,tooltipBorderColor:"transparent",zoomButtonRadius:30};break;case"fluent2":t={backgroundColor:"transparent",areaBackgroundColor:"transparent",titleFontColor:"#242424",subTitleFontColor:"#242424",legendTitleFontColor:"#242424",legendTextColor:"#242424",dataLabelFontColor:"#242424",tooltipFontColor:"#242424",tooltipFillColor:"#FFFFFF",zoomFillColor:"#D1D1D1",fontFamily:"Segoe UI",fontSize:"10px",fontWeight:"400",titleFontSize:"14px",subTitleFontSize:"12px",legendFontSize:"12px",tooltipFillOpacity:1,tooltipTextOpacity:1,labelFontFamily:"Segoe UI",titleFontWeight:"600",zoomSelectionColor:"#242424",shapeFill:"#E6E6E6",shapeBorderColor:"#EBEBEB",rectangleZoomFillColor:"#B4D6FA",rectangleZoomFillOpacity:.25,rectangleZoomBorderColor:"#0F6CBD",legendBorderColor:"#000000",legendBorderWidth:0,tooltipBorderColor:"transparent",zoomButtonRadius:32};break;case"fluent2dark":t={backgroundColor:"transparent",areaBackgroundColor:"transparent",titleFontColor:"#FFFFFF",subTitleFontColor:"#FFFFFF",legendTitleFontColor:"#FFFFFF",legendTextColor:"#FFFFFF",dataLabelFontColor:"#FFFFFF",tooltipFontColor:"#FFFFFF",tooltipFillColor:"#292929",zoomFillColor:"#666",fontFamily:"Segoe UI",fontSize:"10px",fontWeight:"400",titleFontSize:"14px",subTitleFontSize:"12px",legendFontSize:"12px",tooltipFillOpacity:1,tooltipTextOpacity:1,labelFontFamily:"Segoe UI",titleFontWeight:"600",zoomSelectionColor:"#FFFFFF",shapeFill:"#333333",shapeBorderColor:"#000000",rectangleZoomFillColor:"#0E4775",rectangleZoomFillOpacity:.25,rectangleZoomBorderColor:"#0E4775",legendBorderColor:"#000000",legendBorderWidth:0,tooltipBorderColor:"transparent",zoomButtonRadius:32};break;case"fluent2highcontrast":t={backgroundColor:"transparent",areaBackgroundColor:"transparent",titleFontColor:"#FFFFFF",subTitleFontColor:"#FFFFFF",legendTitleFontColor:"#FFFFFF",legendTextColor:"#FFFFFF",dataLabelFontColor:"#FFFFFF",tooltipFontColor:"#FFFFFF",tooltipFillColor:"#000000",zoomFillColor:"#3FF23F",fontFamily:"Segoe UI",fontSize:"10px",fontWeight:"400",titleFontSize:"14px",subTitleFontSize:"12px",legendFontSize:"12px",tooltipFillOpacity:1,tooltipTextOpacity:1,labelFontFamily:"Segoe UI",titleFontWeight:"600",zoomSelectionColor:"#FFFFFF",zoomBorderColor:"#FFFFFF",shapeFill:"#FFFFFF",shapeBorderColor:"#FFFFFF",rectangleZoomFillColor:"#1AEBFF",rectangleZoomFillOpacity:.25,rectangleZoomBorderColor:"#1AEBFF",legendBorderColor:"#FFFFFF",legendBorderWidth:1,tooltipBorderColor:"#FFF",zoomButtonRadius:32};break;default:t={backgroundColor:"#FFFFFF",areaBackgroundColor:"#FFFFFF",titleFontColor:"#424242",titleFontSize:"14px",subTitleFontColor:"#424242",legendTitleFontColor:"#757575",legendTextColor:"#757575",dataLabelFontColor:"#000000",tooltipFontColor:"#FFFFFF",tooltipFillColor:"#000000",zoomFillColor:"#737373",labelFontFamily:"Roboto, Noto, Sans-serif",fontFamily:"Roboto, Noto, Sans-serif",fontSize:"12px",legendFontSize:"12px",fontWeight:"Medium",titleFontWeight:"Medium",zoomSelectionColor:"#e61576",shapeFill:"#A6A6A6",shapeBorderColor:"#000000",rectangleZoomFillColor:"#d3d3d3",rectangleZoomFillOpacity:.5,rectangleZoomBorderColor:"#009900",legendBorderColor:"#000000",legendBorderWidth:0,tooltipBorderColor:"transparent",zoomButtonRadius:30}}return t}var st,dt=function(){var e=function(t,i){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var i in t)t.hasOwnProperty(i)&&(e[i]=t[i])})(t,i)};return function(t,i){function o(){this.constructor=t}e(t,i),t.prototype=null===i?Object.create(i):(o.prototype=i.prototype,new o)}}(),pt=function(){function e(e,t){this.width=e,this.height=t}return e}(),ht=function(){function e(e,t){this.x=e,this.y=t}return e}(),mt=function(){function e(e,t){this.latitude=e,this.longitude=t}return e}(),ct=function(){function e(e,t){this.min=e,this.max=t}return e}(),ut=function(){function e(e,t){this.latitude=new ct(e.min,e.max),this.longitude=new ct(t.min,t.max)}return e}(),gt=function(){function e(e,t,i,o,n,a,l){void 0===a&&(a=""),this.transform="",this.baseLine="auto",this.id=e,this.text=n,this.transform=a,this.anchor=o,this.x=t,this.y=i,this.baseLine=l}return e}(),yt=function(){function e(e,t,i,o,n,a,l,r){this.id=e,this["fill-opacity"]=n,this["stroke-opacity"]=a,this.fill=t,this.stroke=o,this["stroke-width"]=i,this["stroke-dasharray"]=l,this.d=r}return e}(),ft=function(){function e(e,t,i){this.r=e,this.g=t,this.b=i}return e}(),bt=function(e){function t(t,i,o,n,a,l,r,s,d){var p=e.call(this,t,i,o.width,o.color,n,o.opacity)||this;return p.y=a.y,p.x=a.x,p.height=a.height,p.width=a.width,p.rx=l||0,p.ry=r||0,p.transform=s||"",p["stroke-dasharray"]=d,p["fill-opacity"]=n,p["stroke-opacity"]=o.opacity,p}return dt(t,e),t}(yt),vt=function(e){function t(t,i,o,n,a,l,r,s){var d=e.call(this,t,i,o.width,o.color,n,o.opacity,s)||this;return d.cy=l,d.cx=a,d.r=r,d["stroke-dasharray"]=s,d["fill-opacity"]=n,d["stroke-opacity"]=o.opacity,d}return dt(t,e),t}(yt),St=function(e){function t(t,i,o,n,a,l,r,s){void 0===l&&(l=1),void 0===r&&(r=1),void 0===s&&(s="");var d=e.call(this,t,o,n,a,l,r,s)||this;return d.points=i,d}return dt(t,e),t}(yt),xt=function(e){function t(t,i,o,n,a,l,r,s){return void 0===l&&(l=1),void 0===r&&(r=1),void 0===s&&(s=""),e.call(this,t,i,o,n,a,l,r,s)||this}return dt(t,e),t}(St),Ot=function(e){function t(t,i,o,n,a,l,r,s){void 0===l&&(l=1),void 0===r&&(r=1),void 0===s&&(s="");var d=e.call(this,t,o,n,a,l,r,s)||this;return d.x1=i.x1,d.y1=i.y1,d.x2=i.x2,d.y2=i.y2,d}return dt(t,e),t}(yt),Ct=function(){function e(e,t,i,o){this.x1=e,this.y1=t,this.x2=i,this.y2=o}return e}(),Mt=function(){function e(e,t){this.x=e,this.y=t}return e}(),_t=function(){function e(e,t,i,o){this.x=e,this.y=t,this.width=i,this.height=o}return e}(),Lt=function(){function e(e,t,i,o,n,a,l,r,s){void 0===a&&(a="userSpaceOnUse"),void 0===l&&(l="userSpaceOnUse"),void 0===r&&(r=""),void 0===s&&(s=""),this.id=e,this.x=t,this.y=i,this.width=o,this.height=n,this.patternUnits=a,this.patternContentUnits=l,this.patternTransform=r,this.href=s}return e}(),Pt=function(){function e(e,t,i,o,n){this.dataOptions=e,this.type=t||"GET",this.async=i||!0,this.contentType=o,this.sendData=n}return e}();!function(e){e.mapsTitleFont={size:"14px",fontWeight:null,color:"#424242",fontStyle:"Medium",fontFamily:"Roboto, Noto, Sans-serif"},e.mapsSubTitleFont={size:"13px",fontWeight:null,color:"#424242",fontStyle:"Medium",fontFamily:"Roboto, Noto, Sans-serif"},e.tooltipLabelFont={size:"12px",fontWeight:"Regular",color:null,fontStyle:"Regular",fontFamily:null},e.legendTitleFont={size:"12px",fontWeight:"Medium",color:null,fontStyle:"Medium",fontFamily:null},e.legendLabelFont={size:"13px",fontWeight:"Medium",color:null,fontStyle:"Medium",fontFamily:"Roboto, Noto, Sans-serif"},e.dataLabelFont={size:null,fontWeight:"Medium",color:"#000000",fontStyle:"Medium",fontFamily:"Roboto, Noto, Sans-serif"}}(st||(st={}));var wt;!function(e){e.mapsTitleFont={size:"14px",fontWeight:"Semibold",color:"#424242",fontStyle:"Semibold",fontFamily:"SegoeUI, Helvetica Neue, Helvetica, Arial, sans-serif"},e.mapsSubTitleFont={size:"13px",fontWeight:"Regular",color:"#424242",fontStyle:"Regular",fontFamily:"SegoeUI, Helvetica Neue, Helvetica, Arial, sans-serif"},e.tooltipLabelFont={size:"12px",fontWeight:"Regular",color:"#FFFFFF",fontStyle:"Regular",fontFamily:"Roboto"},e.legendTitleFont={size:"14px",fontWeight:"Regular",color:"#757575",fontStyle:"Regular",fontFamily:"SegoeUI, Helvetica Neue, Helvetica, Arial, sans-serif"},e.legendLabelFont={size:"13px",fontWeight:"Medium",color:"#757575",fontStyle:"Medium",fontFamily:"SegoeUI, Helvetica Neue, Helvetica, Arial, sans-serif"},e.dataLabelFont={size:"12px",fontWeight:"Medium",color:"#000000",fontStyle:"Medium",fontFamily:"SegoeUI, Helvetica Neue, Helvetica, Arial, sans-serif"}}(wt||(wt={}));var Tt;!function(e){e.mapsTitleFont={size:"14px",fontWeight:"Semibold",color:"#424242",fontStyle:"Semibold",fontFamily:"Helvetica Neue, Helvetica, Arial, sans-serif"},e.mapsSubTitleFont={size:"13px",fontWeight:"Regular",color:"#424242",fontStyle:"Regular",fontFamily:"Helvetica Neue, Helvetica, Arial, sans-serif"},e.tooltipLabelFont={size:"12px",fontWeight:"Regular",color:"#FFFFFF",fontStyle:"Regular",fontFamily:"Roboto"},e.legendTitleFont={size:"14px",fontWeight:"Regular",color:"#757575",fontStyle:"Regular",fontFamily:"Helvetica Neue, Helvetica, Arial, sans-serif"},e.legendLabelFont={size:"13px",fontWeight:"Medium",color:"#757575",fontStyle:"Medium",fontFamily:"Helvetica Neue, Helvetica, Arial, sans-serif"},e.dataLabelFont={size:"12px",fontWeight:"Medium",color:"#000000",fontStyle:"Medium",fontFamily:"Helvetica Neue, Helvetica, Arial, sans-serif"}}(Tt||(Tt={}));var It;!function(e){e.mapsTitleFont={size:"14px",fontWeight:"Medium",color:"#FFFFFF",fontStyle:"Medium",fontFamily:"Roboto, Noto, Sans-serif"},e.mapsSubTitleFont={size:"13px",fontWeight:"Medium",color:"#FFFFFF",fontStyle:"Medium",fontFamily:"Roboto, Noto, Sans-serif"},e.tooltipLabelFont={size:"12px",fontWeight:"Regular",color:"#000000",fontStyle:"Regular",fontFamily:"Roboto"},e.legendTitleFont={size:"14px",fontWeight:"Regular",color:"#FFFFFF",fontStyle:"Regular",fontFamily:"Roboto, Noto, Sans-serif"},e.legendLabelFont={size:"13px",fontWeight:"Medium",color:"#FFFFFF",fontStyle:"Medium",fontFamily:"Roboto, Noto, Sans-serif"},e.dataLabelFont={size:null,fontWeight:"Medium",color:"#000000",fontStyle:"Medium",fontFamily:"Roboto, Noto, Sans-serif"}}(It||(It={}));var kt;!function(e){e.mapsTitleFont={fontFamily:"Roboto, Noto, Sans-serif",fontWeight:"Medium",size:"14px",fontStyle:"Medium",color:"#FFFFFF"},e.mapsSubTitleFont={size:"13px",color:"#FFFFFF",fontWeight:"Medium",fontFamily:"Roboto, Noto, Sans-serif",fontStyle:"Medium"},e.tooltipLabelFont={size:"12px",color:"#282727",fontWeight:"Regular",fontFamily:"Roboto",fontStyle:"Regular"},e.legendTitleFont={size:"14px",fontWeight:"Regular",color:"#FFFFFF",fontStyle:"Regular",fontFamily:"Roboto, Noto, Sans-serif"},e.legendLabelFont={size:"13px",fontFamily:"Roboto, Noto, Sans-serif",fontWeight:"Medium",color:"#DADADA",fontStyle:"Medium"}}(kt||(kt={}));var Ft=function(){var e=function(t,i){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var i in t)t.hasOwnProperty(i)&&(e[i]=t[i])})(t,i)};return function(t,i){function o(){this.constructor=t}e(t,i),t.prototype=null===i?Object.create(i):(o.prototype=i.prototype,new o)}}(),Nt=function(e,t,i,o){var n,a=arguments.length,l=a<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)l=Reflect.decorate(e,t,i,o);else for(var r=e.length-1;r>=0;r--)(n=e[r])&&(l=(a<3?n(l):a>3?n(t,i,l):n(t,i))||l);return a>3&&l&&Object.defineProperty(t,i,l),l},Et=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return Ft(i,e),Nt([t.Property("")],i.prototype,"content",void 0),Nt([t.Property("0px")],i.prototype,"x",void 0),Nt([t.Property("0px")],i.prototype,"y",void 0),Nt([t.Property("None")],i.prototype,"verticalAlignment",void 0),Nt([t.Property("None")],i.prototype,"horizontalAlignment",void 0),Nt([t.Property("-1")],i.prototype,"zIndex",void 0),i}(t.ChildProperty),zt=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return Ft(i,e),Nt([t.Property("Start")],i.prototype,"position",void 0),Nt([t.Property("false")],i.prototype,"showArrow",void 0),Nt([t.Property(2)],i.prototype,"size",void 0),Nt([t.Property("black")],i.prototype,"color",void 0),Nt([t.Property(0)],i.prototype,"offSet",void 0),i}(t.ChildProperty),Bt=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return Ft(i,e),Nt([t.Property(null)],i.prototype,"size",void 0),Nt([t.Property(null)],i.prototype,"color",void 0),Nt([t.Property("Roboto, Noto, Sans-serif")],i.prototype,"fontFamily",void 0),Nt([t.Property("Medium")],i.prototype,"fontWeight",void 0),Nt([t.Property("Medium")],i.prototype,"fontStyle",void 0),Nt([t.Property(1)],i.prototype,"opacity",void 0),i}(t.ChildProperty),At=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return Ft(i,e),Nt([t.Property("transparent")],i.prototype,"fill",void 0),Nt([t.Property(null)],i.prototype,"color",void 0),Nt([t.Property(1)],i.prototype,"borderOpacity",void 0),Nt([t.Property(1)],i.prototype,"borderWidth",void 0),Nt([t.Property(null)],i.prototype,"borderColor",void 0),Nt([t.Property(null)],i.prototype,"radius",void 0),Nt([t.Property(null)],i.prototype,"selectionColor",void 0),Nt([t.Property(null)],i.prototype,"highlightColor",void 0),Nt([t.Property(5)],i.prototype,"padding",void 0),Nt([t.Property(1)],i.prototype,"opacity",void 0),Nt([t.Property(["ZoomIn","ZoomOut","Reset"])],i.prototype,"toolbarItems",void 0),i}(t.ChildProperty),Ut=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return Ft(i,e),Nt([t.Property(!0)],i.prototype,"visible",void 0),Nt([t.Property("white")],i.prototype,"fill",void 0),Nt([t.Property(1)],i.prototype,"borderOpacity",void 0),Nt([t.Property(1)],i.prototype,"borderWidth",void 0),Nt([t.Property("#707070")],i.prototype,"borderColor",void 0),Nt([t.Property("black")],i.prototype,"fontColor",void 0),Nt([t.Property("")],i.prototype,"fontFamily",void 0),Nt([t.Property("")],i.prototype,"fontStyle",void 0),Nt([t.Property("")],i.prototype,"fontWeight",void 0),Nt([t.Property("")],i.prototype,"fontSize",void 0),Nt([t.Property(1)],i.prototype,"fontOpacity",void 0),i}(t.ChildProperty),jt=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return Ft(i,e),Nt([t.Property("transparent")],i.prototype,"backgroundColor",void 0),Nt([t.Property(1)],i.prototype,"borderOpacity",void 0),Nt([t.Property(1)],i.prototype,"borderWidth",void 0),Nt([t.Property("transparent")],i.prototype,"borderColor",void 0),Nt([t.Property("Far")],i.prototype,"horizontalAlignment",void 0),Nt([t.Property("Near")],i.prototype,"verticalAlignment",void 0),Nt([t.Property("Horizontal")],i.prototype,"orientation",void 0),Nt([t.Complex({},At)],i.prototype,"buttonSettings",void 0),Nt([t.Complex({},Ut)],i.prototype,"tooltipSettings",void 0),i}(t.ChildProperty),Rt=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return Ft(i,e),Nt([t.Property("")],i.prototype,"color",void 0),Nt([t.Property(0)],i.prototype,"width",void 0),Nt([t.Property(null)],i.prototype,"opacity",void 0),i}(t.ChildProperty),Zt=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return Ft(i,e),Nt([t.Property(null)],i.prototype,"latitude",void 0),Nt([t.Property(null)],i.prototype,"longitude",void 0),i}(t.ChildProperty),Dt=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return Ft(i,e),Nt([t.Property(!1)],i.prototype,"visible",void 0),Nt([t.Property("")],i.prototype,"template",void 0),Nt([t.Property("")],i.prototype,"fill",void 0),Nt([t.Complex({color:null,width:1},Rt)],i.prototype,"border",void 0),Nt([t.Complex({fontFamily:null,size:null,fontWeight:null},Bt)],i.prototype,"textStyle",void 0),Nt([t.Property(null)],i.prototype,"format",void 0),Nt([t.Property(null)],i.prototype,"valuePath",void 0),Nt([t.Property(2e3)],i.prototype,"duration",void 0),i}(t.ChildProperty),Vt=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return Ft(i,e),Nt([t.Property(!1)],i.prototype,"visible",void 0),Nt([t.Property("")],i.prototype,"fill",void 0),Nt([t.Complex({color:null,width:1},Rt)],i.prototype,"border",void 0),Nt([t.Complex({fontFamily:null,size:null,fontWeight:null},Bt)],i.prototype,"textStyle",void 0),Nt([t.Property(2e3)],i.prototype,"duration",void 0),i}(t.ChildProperty),Ht=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return Ft(i,e),Nt([t.Property(10)],i.prototype,"left",void 0),Nt([t.Property(10)],i.prototype,"right",void 0),Nt([t.Property(10)],i.prototype,"top",void 0),Nt([t.Property(10)],i.prototype,"bottom",void 0),i}(t.ChildProperty),Gt=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return Ft(i,e),Nt([t.Property("#000000")],i.prototype,"color",void 0),Nt([t.Property(1)],i.prototype,"width",void 0),Nt([t.Property(1)],i.prototype,"opacity",void 0),i}(t.ChildProperty),Wt=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return Ft(i,e),Nt([t.Property(!1)],i.prototype,"allowClustering",void 0),Nt([t.Property(!0)],i.prototype,"allowDeepClustering",void 0),Nt([t.Complex({color:"transparent",width:1},Rt)],i.prototype,"border",void 0),Nt([t.Property("#D2691E")],i.prototype,"fill",void 0),Nt([t.Property(1)],i.prototype,"opacity",void 0),Nt([t.Property("Rectangle")],i.prototype,"shape",void 0),Nt([t.Property(12)],i.prototype,"width",void 0),Nt([t.Property(12)],i.prototype,"height",void 0),Nt([t.Property(new ht(0,0))],i.prototype,"offset",void 0),Nt([t.Property("")],i.prototype,"imageUrl",void 0),Nt([t.Property("")],i.prototype,"dashArray",void 0),Nt([t.Complex({},Bt)],i.prototype,"labelStyle",void 0),Nt([t.Property(!1)],i.prototype,"allowClusterExpand",void 0),Nt([t.Complex({},Gt)],i.prototype,"connectorLineSettings",void 0),i}(t.ChildProperty),Xt=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return Ft(t,e),t}(t.ChildProperty),qt=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return Ft(i,e),Nt([t.Property(null)],i.prototype,"from",void 0),Nt([t.Property(null)],i.prototype,"to",void 0),Nt([t.Property(null)],i.prototype,"value",void 0),Nt([t.Property(null)],i.prototype,"color",void 0),Nt([t.Property(null)],i.prototype,"minOpacity",void 0),Nt([t.Property(null)],i.prototype,"maxOpacity",void 0),Nt([t.Property(null)],i.prototype,"label",void 0),Nt([t.Property(!0)],i.prototype,"showLegend",void 0),i}(t.ChildProperty),Yt=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return Ft(i,e),Nt([t.Property(null)],i.prototype,"latitude",void 0),Nt([t.Property(null)],i.prototype,"longitude",void 0),i}(t.ChildProperty),Jt=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return Ft(i,e),Nt([t.Property(null)],i.prototype,"shapePath",void 0),Nt([t.Property(null)],i.prototype,"shapeValue",void 0),i}(t.ChildProperty),Qt=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return Ft(i,e),Nt([t.Property(!1)],i.prototype,"enable",void 0),Nt([t.Property(null)],i.prototype,"fill",void 0),Nt([t.Property(1)],i.prototype,"opacity",void 0),Nt([t.Property(!1)],i.prototype,"enableMultiSelect",void 0),Nt([t.Complex({color:"transparent",width:0},Rt)],i.prototype,"border",void 0),i}(t.ChildProperty),Kt=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return Ft(i,e),Nt([t.Property(null)],i.prototype,"fill",void 0),Nt([t.Property(!1)],i.prototype,"enable",void 0),Nt([t.Property(1)],i.prototype,"opacity",void 0),Nt([t.Complex({color:"transparent",width:0},Rt)],i.prototype,"border",void 0),i}(t.ChildProperty),$t=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return Ft(i,e),Nt([t.Property(1)],i.prototype,"borderWidth",void 0),Nt([t.Property(1)],i.prototype,"borderOpacity",void 0),Nt([t.Property(1)],i.prototype,"opacity",void 0),Nt([t.Property("#FF471A")],i.prototype,"borderColor",void 0),Nt([t.Property("#FF471A")],i.prototype,"fill",void 0),Nt([t.Property([])],i.prototype,"points",void 0),Nt([t.Property("")],i.prototype,"tooltipText",void 0),Nt([t.Property("")],i.prototype,"tooltipTemplate",void 0),i}(t.ChildProperty),ei=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return Ft(i,e),Nt([t.Collection([],$t)],i.prototype,"polygons",void 0),Nt([t.Complex({},Qt)],i.prototype,"selectionSettings",void 0),Nt([t.Complex({},Kt)],i.prototype,"highlightSettings",void 0),Nt([t.Complex({},Vt)],i.prototype,"tooltipSettings",void 0),i}(t.ChildProperty),ti=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return Ft(i,e),Nt([t.Property(!1)],i.prototype,"visible",void 0),Nt([t.Property(1)],i.prototype,"width",void 0),Nt([t.Property(null)],i.prototype,"longitude",void 0),Nt([t.Property(null)],i.prototype,"latitude",void 0),Nt([t.Property("")],i.prototype,"dashArray",void 0),Nt([t.Property("black")],i.prototype,"color",void 0),Nt([t.Property(0)],i.prototype,"angle",void 0),Nt([t.Complex({showArrow:!1,position:"Start",size:5,color:"black"},zt)],i.prototype,"arrowSettings",void 0),Nt([t.Complex({},Qt)],i.prototype,"selectionSettings",void 0),Nt([t.Complex({},Kt)],i.prototype,"highlightSettings",void 0),i}(t.ChildProperty),ii=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return Ft(i,e),Nt([t.Complex({},Rt)],i.prototype,"border",void 0),Nt([t.Property(!1)],i.prototype,"visible",void 0),Nt([t.Property([])],i.prototype,"dataSource",void 0),Nt([t.Property()],i.prototype,"query",void 0),Nt([t.Property(1e3)],i.prototype,"animationDuration",void 0),Nt([t.Property(0)],i.prototype,"animationDelay",void 0),Nt([t.Property("")],i.prototype,"fill",void 0),Nt([t.Property(10)],i.prototype,"minRadius",void 0),Nt([t.Property(20)],i.prototype,"maxRadius",void 0),Nt([t.Property(1)],i.prototype,"opacity",void 0),Nt([t.Property(null)],i.prototype,"valuePath",void 0),Nt([t.Property("Circle")],i.prototype,"bubbleType",void 0),Nt([t.Property(null)],i.prototype,"colorValuePath",void 0),Nt([t.Collection([],qt)],i.prototype,"colorMapping",void 0),Nt([t.Complex({},Dt)],i.prototype,"tooltipSettings",void 0),Nt([t.Complex({},Qt)],i.prototype,"selectionSettings",void 0),Nt([t.Complex({},Kt)],i.prototype,"highlightSettings",void 0),i}(t.ChildProperty),oi=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return Ft(i,e),Nt([t.Property("")],i.prototype,"text",void 0),Nt([t.Property("")],i.prototype,"description",void 0),i}(t.ChildProperty),ni=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return Ft(i,e),Nt([t.Complex({size:null,fontWeight:null,fontFamily:null},Bt)],i.prototype,"textStyle",void 0),Nt([t.Property("Center")],i.prototype,"alignment",void 0),i}(oi),ai=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return Ft(i,e),Nt([t.Complex({size:null,fontWeight:null,fontFamily:null},Bt)],i.prototype,"textStyle",void 0),Nt([t.Property("Center")],i.prototype,"alignment",void 0),Nt([t.Complex({},ni)],i.prototype,"subtitleSettings",void 0),i}(oi),li=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return Ft(i,e),Nt([t.Property(!1)],i.prototype,"enable",void 0),Nt([t.Property(!0)],i.prototype,"enablePanning",void 0),Nt([t.Property(!0)],i.prototype,"enableSelectionZooming",void 0),Nt([t.Property(!0)],i.prototype,"mouseWheelZoom",void 0),Nt([t.Property(!1)],i.prototype,"doubleClickZoom",void 0),Nt([t.Property(!0)],i.prototype,"pinchZooming",void 0),Nt([t.Property(!1)],i.prototype,"zoomOnClick",void 0),Nt([t.Property(1)],i.prototype,"zoomFactor",void 0),Nt([t.Property(10)],i.prototype,"maxZoom",void 0),Nt([t.Property(1)],i.prototype,"minZoom",void 0),Nt([t.Property(!1)],i.prototype,"shouldZoomInitially",void 0),Nt([t.Property(!0)],i.prototype,"resetToInitial",void 0),Nt([t.Complex({},jt)],i.prototype,"toolbarSettings",void 0),i}(t.ChildProperty),ri=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return Ft(i,e),Nt([t.Property(!1)],i.prototype,"enable",void 0),Nt([t.Property(!0)],i.prototype,"applyShapeSettings",void 0),Nt([t.Property(1)],i.prototype,"opacity",void 0),Nt([t.Property("")],i.prototype,"fill",void 0),Nt([t.Complex({color:"",width:0},Rt)],i.prototype,"border",void 0),i}(t.ChildProperty),si=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return Ft(i,e),Nt([t.Property(!1)],i.prototype,"useMarkerShape",void 0),Nt([t.Property(!1)],i.prototype,"toggleVisibility",void 0),Nt([t.Property(!1)],i.prototype,"visible",void 0),Nt([t.Property("transparent")],i.prototype,"background",void 0),Nt([t.Property("Layers")],i.prototype,"type",void 0),Nt([t.Property(!1)],i.prototype,"invertedPointer",void 0),Nt([t.Property("After")],i.prototype,"labelPosition",void 0),Nt([t.Property("None")],i.prototype,"labelDisplayMode",void 0),Nt([t.Property("Circle")],i.prototype,"shape",void 0),Nt([t.Property("")],i.prototype,"width",void 0),Nt([t.Property("")],i.prototype,"height",void 0),Nt([t.Complex({fontFamily:null,fontWeight:null},Bt)],i.prototype,"textStyle",void 0),Nt([t.Property(15)],i.prototype,"shapeWidth",void 0),Nt([t.Property(15)],i.prototype,"shapeHeight",void 0),Nt([t.Property(10)],i.prototype,"shapePadding",void 0),Nt([t.Complex({color:null,width:0},Rt)],i.prototype,"border",void 0),Nt([t.Complex({color:"#000000",width:0},Rt)],i.prototype,"shapeBorder",void 0),Nt([t.Complex({},oi)],i.prototype,"title",void 0),Nt([t.Complex({size:null,color:st.legendTitleFont.color,fontStyle:st.legendTitleFont.fontStyle,fontWeight:null,fontFamily:null},Bt)],i.prototype,"titleStyle",void 0),Nt([t.Property("Bottom")],i.prototype,"position",void 0),Nt([t.Property("Center")],i.prototype,"alignment",void 0),Nt([t.Property("None")],i.prototype,"orientation",void 0),Nt([t.Property({x:0,y:0})],i.prototype,"location",void 0),Nt([t.Property(null)],i.prototype,"fill",void 0),Nt([t.Property(1)],i.prototype,"opacity",void 0),Nt([t.Property("Default")],i.prototype,"mode",void 0),Nt([t.Property(null)],i.prototype,"showLegendPath",void 0),Nt([t.Property(null)],i.prototype,"valuePath",void 0),Nt([t.Property(!1)],i.prototype,"removeDuplicateLegend",void 0),Nt([t.Complex({},ri)],i.prototype,"toggleLegendSettings",void 0),i}(t.ChildProperty),di=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return Ft(i,e),Nt([t.Property(!1)],i.prototype,"visible",void 0),Nt([t.Complex({width:0,color:"transparent"},Rt)],i.prototype,"border",void 0),Nt([t.Property("black")],i.prototype,"fill",void 0),Nt([t.Property(1)],i.prototype,"opacity",void 0),Nt([t.Property(5)],i.prototype,"rx",void 0),Nt([t.Property(5)],i.prototype,"ry",void 0),Nt([t.Complex({fontWeight:null},Bt)],i.prototype,"textStyle",void 0),Nt([t.Property("")],i.prototype,"labelPath",void 0),Nt([t.Property("None")],i.prototype,"smartLabelMode",void 0),Nt([t.Property("None")],i.prototype,"intersectionAction",void 0),Nt([t.Property("")],i.prototype,"template",void 0),Nt([t.Property(0)],i.prototype,"animationDuration",void 0),i}(t.ChildProperty),pi=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return Ft(i,e),Nt([t.Property(null)],i.prototype,"fill",void 0),Nt([t.Property([])],i.prototype,"palette",void 0),Nt([t.Property(5)],i.prototype,"circleRadius",void 0),Nt([t.Complex({width:null,color:null},Rt)],i.prototype,"border",void 0),Nt([t.Property("")],i.prototype,"dashArray",void 0),Nt([t.Property(1)],i.prototype,"opacity",void 0),Nt([t.Property(null)],i.prototype,"colorValuePath",void 0),Nt([t.Property(null)],i.prototype,"borderColorValuePath",void 0),Nt([t.Property(null)],i.prototype,"borderWidthValuePath",void 0),Nt([t.Property(null)],i.prototype,"valuePath",void 0),Nt([t.Collection([],qt)],i.prototype,"colorMapping",void 0),Nt([t.Property(!1)],i.prototype,"autofill",void 0),i}(t.ChildProperty),hi=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return Ft(i,e),Nt([t.Complex({color:"transparent",width:1},Rt)],i.prototype,"border",void 0),Nt([t.Property(null)],i.prototype,"dashArray",void 0),Nt([t.Property(!1)],i.prototype,"visible",void 0),Nt([t.Property(!1)],i.prototype,"enableDrag",void 0),Nt([t.Property("#FF471A")],i.prototype,"fill",void 0),Nt([t.Property(10)],i.prototype,"height",void 0),Nt([t.Property(10)],i.prototype,"width",void 0),Nt([t.Property(1)],i.prototype,"opacity",void 0),Nt([t.Property(null)],i.prototype,"colorValuePath",void 0),Nt([t.Property(null)],i.prototype,"shapeValuePath",void 0),Nt([t.Property(null)],i.prototype,"imageUrlValuePath",void 0),Nt([t.Property("Balloon")],i.prototype,"shape",void 0),Nt([t.Property("")],i.prototype,"legendText",void 0),Nt([t.Property(new ht(0,0))],i.prototype,"offset",void 0),Nt([t.Property("")],i.prototype,"imageUrl",void 0),Nt([t.Property(null)],i.prototype,"template",void 0),Nt([t.Property([])],i.prototype,"dataSource",void 0),Nt([t.Property()],i.prototype,"query",void 0),Nt([t.Complex({},Dt)],i.prototype,"tooltipSettings",void 0),Nt([t.Property(1e3)],i.prototype,"animationDuration",void 0),Nt([t.Property(0)],i.prototype,"animationDelay",void 0),Nt([t.Complex({},Qt)],i.prototype,"selectionSettings",void 0),Nt([t.Complex({},Kt)],i.prototype,"highlightSettings",void 0),Nt([t.Property(null)],i.prototype,"latitudeValuePath",void 0),Nt([t.Property(null)],i.prototype,"longitudeValuePath",void 0),Nt([t.Collection([],Yt)],i.prototype,"initialMarkerSelection",void 0),i}(t.ChildProperty),mi=function(e){function t(t,i,o,n){return e.call(this,t,i,o,n)||this}return Ft(t,e),t}(hi),ci=function(e){function i(){var t=null!==e&&e.apply(this,arguments)||this;return t.isBaseLayer=!1,t}return Ft(i,e),Nt([t.Property(null)],i.prototype,"shapeData",void 0),Nt([t.Property()],i.prototype,"query",void 0),Nt([t.Complex({},pi)],i.prototype,"shapeSettings",void 0),Nt([t.Property([])],i.prototype,"dataSource",void 0),Nt([t.Property("Layer")],i.prototype,"type",void 0),Nt([t.Property("Geographic")],i.prototype,"geometryType",void 0),Nt([t.Property("")],i.prototype,"urlTemplate",void 0),Nt([t.Property(!0)],i.prototype,"visible",void 0),Nt([t.Property("name")],i.prototype,"shapeDataPath",void 0),Nt([t.Property("name")],i.prototype,"shapePropertyPath",void 0),Nt([t.Property(0)],i.prototype,"animationDuration",void 0),Nt([t.Collection([],mi)],i.prototype,"markerSettings",void 0),Nt([t.Complex({},Wt)],i.prototype,"markerClusterSettings",void 0),Nt([t.Complex({},di)],i.prototype,"dataLabelSettings",void 0),Nt([t.Collection([],ii)],i.prototype,"bubbleSettings",void 0),Nt([t.Collection([],ti)],i.prototype,"navigationLineSettings",void 0),Nt([t.Complex({},ei)],i.prototype,"polygonSettings",void 0),Nt([t.Complex({},Dt)],i.prototype,"tooltipSettings",void 0),Nt([t.Complex({},Qt)],i.prototype,"selectionSettings",void 0),Nt([t.Complex({},Kt)],i.prototype,"highlightSettings",void 0),Nt([t.Complex({},ri)],i.prototype,"toggleLegendSettings",void 0),Nt([t.Collection([],Jt)],i.prototype,"initialShapeSelection",void 0),i}(t.ChildProperty),ui=function(){function e(e,t,i,o,n,a,l){void 0===i&&(i=256),void 0===o&&(o=256),void 0===n&&(n=0),void 0===a&&(a=0),void 0===l&&(l=null),this.x=e,this.y=t,this.top=n,this.left=a,this.height=i,this.width=o,this.src=l}return e}(),gi=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return Ft(i,e),Nt([t.Property(null)],i.prototype,"background",void 0),Nt([t.Complex({color:"transparent",width:1},Rt)],i.prototype,"border",void 0),i}(t.ChildProperty),yi="markerClusterRendering",fi="animationComplete",bi="itemSelection",vi=function(){function e(e){this.maps=e}return e.prototype.getBingMap=function(e,i,o,n,a,l){for(var r="",s=Math.min(this.maps.tileZoomLevel,parseInt(this.maxZoom,10));s>0;s--){var d=0,p=1<<s-1;0!=(e.x&p)&&d++,0!=(e.y&p)&&(d+=2),r=r+""+d}if(t.isNullOrUndefined(l))return"";var h=l[Math.min(parseInt(r.substr(r.length-1,1),10),l.length)];return a=a.replace("{quadkey}",r).replace("{subdomain}",h),a+="&mkt="+n+"&ur=IN&Key="+i},e.prototype.destroy=function(){this.maps=null,this.subDomains=[]},e}(),Si=function(){function e(e){}return e.prototype.getShapeColorMapping=function(e,i,o){var n=e.colorValuePath?e.colorValuePath:e.valuePath,a=t.isNullOrUndefined(n)?i[n]:n.indexOf(".")>-1?I(i,n):i[n],l=Number(a),r=this.getColorByValue(e.colorMapping,l,a);return t.isNullOrUndefined(r)?o:r},e.prototype.getColorByValue=function(e,i,o){if(isNaN(i)&&t.isNullOrUndefined(o))return null;for(var n,a="",l=0,r=e;l<r.length;l++){var s=r[l];(!t.isNullOrUndefined(s.from)&&!t.isNullOrUndefined(s.to)&&i>=s.from&&i<=s.to||s.value===o)&&(a="[object Array]"===Object.prototype.toString.call(s.color)?t.isNullOrUndefined(s.value)?this.getColor(s,i):s.color[0]:s.color),(i>=s.from&&i<=s.to||s.value===o)&&!t.isNullOrUndefined(s.minOpacity)&&!t.isNullOrUndefined(s.maxOpacity)&&a&&(n=this.deSaturationColor(s,a,i,o)),(""===a||t.isNullOrUndefined(a))&&t.isNullOrUndefined(s.from)&&t.isNullOrUndefined(s.to)&&t.isNullOrUndefined(s.minOpacity)&&t.isNullOrUndefined(s.maxOpacity)&&t.isNullOrUndefined(s.value)&&(a="[object Array]"===Object.prototype.toString.call(s.color)?s.color[0]:s.color)}return{fill:a||(e.length?null:o),opacity:n}},e.prototype.deSaturationColor=function(e,t,i,o){var n=1;return(i>=e.from&&i<=e.to||e.value===o)&&(n=(isNaN(i)?e.from/(e.to-e.from):(i-e.from)/(e.to-e.from))*(e.maxOpacity-e.minOpacity)+e.minOpacity),n},e.prototype.rgbToHex=function(e,t,i){return"#"+this.componentToHex(e)+this.componentToHex(t)+this.componentToHex(i)},e.prototype.componentToHex=function(e){var t=e.toString(16);return 1===t.length?"0"+t:t},e.prototype.getColor=function(e,t){var i,o="";return Number(t)===e.from?o=e.color[0]:Number(t)===e.to?o=e.color[e.color.length-1]:(i=this.getGradientColor(Number(t),e),o=this.rgbToHex(i.r,i.g,i.b)),o},e.prototype.getGradientColor=function(e,t){var i=t.from,o=t.to,n=0,a=o-i;n=(e-i)/a;var l,r;if(t.color.length<=2)l="#"===t.color[0].charAt(0)?t.color[0]:this._colorNameToHex(t.color[0]),r="#"===t.color[t.color.length-1].charAt(0)?t.color[t.color.length-1]:this._colorNameToHex(t.color[t.color.length-1]);else{l="#"===t.color[0].charAt(0)?t.color[0]:this._colorNameToHex(t.color[0]),r="#"===t.color[t.color.length-1].charAt(0)?t.color[t.color.length-1]:this._colorNameToHex(t.color[t.color.length-1]);for(var s=a/(t.color.length-1),d=t.color.length-1,p=[],h={},m=1;m<d;m++)h={b:i+m*s,color:t.color[m]},p.push(h);for(var c=0;c<p.length;c++)i<=e&&e<=p[c].b&&0===c?(r="#"===p[c].color.charAt(0)?p[c].color:this._colorNameToHex(p[c].color),n=e<p[c].b?1-Math.abs((e-p[c].b)/s):(e-p[c].b)/s):p[c].b<=e&&e<=o&&c===p.length-1&&(l="#"===p[c].color.charAt(0)?p[c].color:this._colorNameToHex(p[c].color),n=e<p[c].b?1-Math.abs((e-p[c].b)/s):(e-p[c].b)/s),c!==p.length-1&&c<p.length&&p[c].b<=e&&e<=p[c+1].b&&(l="#"===p[c].color.charAt(0)?p[c].color:this._colorNameToHex(p[c].color),r="#"===p[c+1].color.charAt(0)?p[c+1].color:this._colorNameToHex(p[c+1].color),n=Math.abs(e-p[c+1].b)/s)}return this.getPercentageColor(n,l,r)},e.prototype.getPercentageColor=function(e,t,i){var o=i.split("#")[1],n=t.split("#")[1],a=this.getPercentage(e,parseInt(n.substr(0,2),16),parseInt(o.substr(0,2),16)),l=this.getPercentage(e,parseInt(n.substr(2,2),16),parseInt(o.substr(2,2),16)),r=this.getPercentage(e,parseInt(n.substr(4,2),16),parseInt(o.substr(4,2),16));return new ft(a,l,r)},e.prototype.getPercentage=function(e,t,i){var o=i-t;return Math.round(t+o*e)},e.prototype._colorNameToHex=function(e){var t={aliceblue:"#f0f8ff",antiquewhite:"#faebd7",aqua:"#00ffff",aquamarine:"#7fffd4",azure:"#f0ffff",beige:"#f5f5dc",bisque:"#ffe4c4",black:"#000000",blanchedalmond:"#ffebcd",blue:"#0000ff",blueviolet:"#8a2be2",brown:"#a52a2a",burlywood:"#deb887",cadetblue:"#5f9ea0",chartreuse:"#7fff00",chocolate:"#d2691e",coral:"#ff7f50",cornflowerblue:"#6495ed",cornsilk:"#fff8dc",crimson:"#dc143c",cyan:"#00ffff",darkblue:"#00008b",darkcyan:"#008b8b",darkgoldenrod:"#b8860b",darkgray:"#a9a9a9",darkgreen:"#006400",darkkhaki:"#bdb76b",darkmagenta:"#8b008b",darkolivegreen:"#556b2f",darkorange:"#ff8c00",darkorchid:"#9932cc",darkred:"#8b0000",darksalmon:"#e9967a",darkseagreen:"#8fbc8f",darkslateblue:"#483d8b",darkslategray:"#2f4f4f",darkturquoise:"#00ced1",darkviolet:"#9400d3",deeppink:"#ff1493",deepskyblue:"#00bfff",dimgray:"#696969",dodgerblue:"#1e90ff",firebrick:"#b22222",floralwhite:"#fffaf0",forestgreen:"#228b22",fuchsia:"#ff00ff",gainsboro:"#dcdcdc",ghostwhite:"#f8f8ff",gold:"#ffd700",goldenrod:"#daa520",gray:"#808080",green:"#008000",greenyellow:"#adff2f",honeydew:"#f0fff0",hotpink:"#ff69b4","indianred ":"#cd5c5c","indigo ":"#4b0082",ivory:"#fffff0",khaki:"#f0e68c",lavender:"#e6e6fa",lavenderblush:"#fff0f5",lawngreen:"#7cfc00",lemonchiffon:"#fffacd",lightblue:"#add8e6",lightcoral:"#f08080",lightcyan:"#e0ffff",lightgoldenrodyellow:"#fafad2",lightgrey:"#d3d3d3",lightgreen:"#90ee90",lightpink:"#ffb6c1",lightsalmon:"#ffa07a",lightseagreen:"#20b2aa",lightskyblue:"#87cefa",lightslategray:"#778899",lightsteelblue:"#b0c4de",lightyellow:"#ffffe0",lime:"#00ff00",limegreen:"#32cd32",linen:"#faf0e6",magenta:"#ff00ff",maroon:"#800000",mediumaquamarine:"#66cdaa",mediumblue:"#0000cd",mediumorchid:"#ba55d3",mediumpurple:"#9370d8",mediumseagreen:"#3cb371",mediumslateblue:"#7b68ee",mediumspringgreen:"#00fa9a",mediumturquoise:"#48d1cc",mediumvioletred:"#c71585",midnightblue:"#191970",mintcream:"#f5fffa",mistyrose:"#ffe4e1",moccasin:"#ffe4b5",navajowhite:"#ffdead",navy:"#000080",orchid:"#da70d6",papayawhip:"#ffefd5",oldlace:"#fdf5e6",olive:"#808000",olivedrab:"#6b8e23",orange:"#ffa500",orangered:"#ff4500",palegoldenrod:"#eee8aa",palegreen:"#98fb98",paleturquoise:"#afeeee",palevioletred:"#d87093",peachpuff:"#ffdab9",peru:"#cd853f",pink:"#ffc0cb",plum:"#dda0dd",powderblue:"#b0e0e6",purple:"#800080",red:"#ff0000",rosybrown:"#bc8f8f",royalblue:"#4169e1",saddlebrown:"#8b4513",salmon:"#fa8072",sandybrown:"#f4a460",seagreen:"#2e8b57",seashell:"#fff5ee",sienna:"#a0522d",silver:"#c0c0c0",skyblue:"#87ceeb",slateblue:"#6a5acd",slategray:"#708090",snow:"#fffafa",springgreen:"#00ff7f",steelblue:"#4682b4",tan:"#d2b48c",teal:"#008080",thistle:"#d8bfd8",tomato:"#ff6347",turquoise:"#40e0d0",violet:"#ee82ee",wheat:"#f5deb3",white:"#ffffff",whitesmoke:"#f5f5f5",yellow:"#ffff00",yellowgreen:"#9acd32"};return"[object Array]"===Object.prototype.toString.call(e)?e:void 0!==t[e.toLowerCase()]?t[e.toLowerCase()]:e},e}(),xi=function(){function e(e){this.isMapCoordinates=!0,this.horizontalPan=!1,this.horizontalPanXCount=0,this.mapObject=e,this.ajaxModule=new t.Fetch,this.ajaxResponse=[]}return e.prototype.measureLayerPanel=function(){var e=this,i=this.mapObject.layersCollection,o=this.mapObject.mapAreaRect,n=Oe(this.mapObject.element.id+"_Secondary_Element");if(this.mapObject.isTileMap&&n){this.tileSvgObject=this.mapObject.renderer.createSvg({id:this.mapObject.element.id+"_Tile_SVG",width:o.width,height:o.height});var a=t.createElement("div",{id:this.mapObject.element.id+"_Tile_SVG_Parent"});a.style.cssText="position: absolute; height: "+o.height+"px; width: "+o.width+"px;",a.appendChild(this.tileSvgObject),n.appendChild(a)}this.layerGroup=this.mapObject.renderer.createGroup({id:this.mapObject.element.id+"_Layer_Collections","clip-path":"url(#"+this.mapObject.element.id+"_MapArea_ClipRect)"}),this.clipRectElement=this.mapObject.renderer.drawClipPath(new bt(this.mapObject.element.id+"_MapArea_ClipRect","transparent",{width:1,color:"Gray"},1,{x:this.mapObject.isTileMap?0:o.x,y:this.mapObject.isTileMap?0:o.y,width:o.width,height:o.height})),this.layerGroup.appendChild(this.clipRectElement),this.mapObject.baseMapBounds=null,this.mapObject.baseMapRectBounds=null,this.mapObject.baseSize=null,Array.prototype.forEach.call(i,function(t,i){e.currentLayer=t,e.processLayers(t,i)}),t.isNullOrUndefined(this.mapObject.legendModule)||"Float"!==this.mapObject.legendSettings.position||(this.mapObject.isTileMap?this.layerGroup.appendChild(this.mapObject.legendModule.legendGroup):this.mapObject.svgObject.appendChild(this.mapObject.legendModule.legendGroup))},e.prototype.renderTileLayer=function(e,i,o,n){e.currentFactor=e.calculateFactor(i),e.mapObject.defaultState=!(1!==e.mapObject.zoomSettings.zoomFactor&&!t.isNullOrUndefined(e.mapObject.tileZoomLevel)&&1!==e.mapObject.tileZoomLevel),t.isNullOrUndefined(e.mapObject.previousCenterLatitude)&&t.isNullOrUndefined(e.mapObject.previousCenterLongitude)&&!e.mapObject.isZoomByPosition?(e.mapObject.previousCenterLatitude=e.mapObject.centerPosition.latitude,e.mapObject.previousCenterLongitude=e.mapObject.centerPosition.longitude):e.mapObject.previousCenterLatitude!==e.mapObject.centerPosition.latitude&&e.mapObject.previousCenterLongitude!==e.mapObject.centerPosition.longitude||e.mapObject.isZoomByPosition?(e.mapObject.centerPositionChanged=!0,e.mapObject.previousCenterLatitude=e.mapObject.centerPosition.latitude,e.mapObject.previousCenterLongitude=e.mapObject.centerPosition.longitude):e.mapObject.centerPositionChanged=!1;var a=new ht(e.mapObject.centerPosition.longitude,e.mapObject.centerPosition.latitude),l=a;this.mapObject.isTileMap&&e.mapObject.markerModule&&e.mapObject.zoomSettings.enable&&(e.mapObject.markerModule.calculateZoomCenterPositionAndFactor(this.mapObject.layersCollection),t.isNullOrUndefined(this.mapObject.markerCenterLatitude)||t.isNullOrUndefined(this.mapObject.markerCenterLongitude)||e.mapObject.isZoomByPosition||(l=new ht(e.mapObject.markerCenterLongitude,e.mapObject.markerCenterLatitude))),a=!e.mapObject.zoomSettings.shouldZoomInitially&&e.mapObject.centerPosition.longitude&&e.mapObject.centerPosition.latitude&&!e.mapObject.zoomPersistence&&e.mapObject.defaultState?new ht(e.mapObject.centerPosition.longitude,e.mapObject.centerPosition.latitude):e.mapObject.zoomSettings.shouldZoomInitially&&e.mapObject.markerZoomedState&&!e.mapObject.zoomPersistence&&!t.isNullOrUndefined(e.mapObject.markerZoomCenterPoint)?new ht(e.mapObject.markerZoomCenterPoint.longitude,e.mapObject.markerZoomCenterPoint.latitude):{x:null,y:null};var r=e.mapObject.zoomSettings.shouldZoomInitially&&!e.mapObject.isZoomByPosition?t.isNullOrUndefined(e.mapObject.markerZoomFactor)?1:e.mapObject.markerZoomFactor:e.mapObject.zoomSettings.zoomFactor;if(r=e.mapObject.enablePersistence?t.isNullOrUndefined(e.mapObject.mapScaleValue)?t.isNullOrUndefined(e.mapObject.markerZoomFactor)?e.mapObject.zoomSettings.zoomFactor:e.mapObject.markerZoomFactor:e.mapObject.mapScaleValue:r,r=e.mapObject.zoomSettings.enable?r:e.mapObject.zoomSettings.zoomFactor,r=r>0?r:1,e.mapObject.defaultState=1===r,!e.mapObject.markerZoomedState&&e.mapObject.zoomSettings.shouldZoomInitially&&1===e.mapObject.zoomSettings.zoomFactor&&(e.mapObject.defaultState=!0),t.isNullOrUndefined(e.mapObject.tileZoomLevel))e.mapObject.tileZoomLevel=r,e.mapObject.previousZoomFactor=r;else if(this.mapObject.isReset&&1===e.mapObject.tileZoomLevel&&!e.mapObject.zoomSettings.shouldZoomInitially){var s=e.mapObject.tileZoomLevel;e.mapObject.tileZoomLevel=s}else 1!==e.mapObject.zoomSettings.zoomFactor||e.mapObject.zoomSettings.shouldZoomInitially?(e.mapObject.previousZoomFactor=e.mapObject.tileZoomLevel,e.mapObject.tileZoomLevel=e.mapObject.defaultState&&e.mapObject.zoomSettings.enable?e.mapObject.tileZoomLevel:e.mapObject.zoomSettings.shouldZoomInitially||e.mapObject.centerPositionChanged?r:e.mapObject.previousZoomFactor!==e.mapObject.zoomSettings.zoomFactor?e.mapObject.zoomSettings.zoomFactor:e.mapObject.tileZoomLevel,e.mapObject.tileZoomLevel=1===r&&0===e.mapObject.zoomSettings.zoomFactor?r:e.mapObject.tileZoomLevel,!t.isNullOrUndefined(e.mapObject.tileTranslatePoint)&&(e.mapObject.markerZoomFactor!==e.mapObject.mapScaleValue||t.isNullOrUndefined(e.mapObject.markerZoomFactor)&&t.isNullOrUndefined(e.mapObject.mapScaleValue))&&(e.mapObject.zoomSettings.zoomFactor<=1||e.mapObject.previousZoomFactor!==e.mapObject.zoomSettings.zoomFactor)&&(e.mapObject.tileTranslatePoint.x=0,e.mapObject.tileTranslatePoint.y=0)):e.mapObject.defaultState&&(e.mapObject.previousZoomFactor=e.mapObject.tileZoomLevel,e.mapObject.tileZoomLevel=r,t.isNullOrUndefined(e.mapObject.tileTranslatePoint)||(e.mapObject.tileTranslatePoint.x=0,e.mapObject.tileTranslatePoint.y=0));if(r<=1&&!t.isNullOrUndefined(e.mapObject.height)&&!e.mapObject.zoomSettings.shouldZoomInitially&&e.mapObject.tileZoomLevel===e.mapObject.tileZoomScale&&this.mapObject.initialCheck&&xe(this.mapObject),t.isNullOrUndefined(e.mapObject.centerLatOfGivenLocation)||t.isNullOrUndefined(e.mapObject.centerLongOfGivenLocation)||!e.mapObject.zoomNotApplied||(t.isNullOrUndefined(l)||(l.y=e.mapObject.centerLatOfGivenLocation,l.x=e.mapObject.centerLongOfGivenLocation),e.mapObject.tileZoomLevel=e.mapObject.mapScaleValue=e.mapObject.scaleOfGivenLocation),e.mapObject.tileTranslatePoint=e.panTileMap(e.mapObject.availableSize.width,e.mapObject.availableSize.height,l),this.mapObject.zoomSettings.resetToInitial&&this.mapObject.initialCheck&&!t.isNullOrUndefined(e.mapObject.height)&&this.mapObject.availableSize.height>512){this.mapObject.applyZoomReset=!0,this.mapObject.initialZoomLevel=Math.floor(this.mapObject.availableSize.height/512);var d=256*Math.pow(2,this.mapObject.initialZoomLevel);t.isNullOrUndefined(this.mapObject.initialTileTranslate)||(this.mapObject.initialTileTranslate.x=this.mapObject.availableSize.width/2-d/2,this.mapObject.initialTileTranslate.y=this.mapObject.availableSize.height/2-d/2+20)}if(e.generateTiles(e.mapObject.tileZoomLevel,e.mapObject.tileTranslatePoint,null,n),t.isNullOrUndefined(e.mapObject.previousZoomFactor)||e.mapObject.previousZoomFactor===e.mapObject.zoomSettings.zoomFactor||(e.mapObject.previousZoomFactor=e.mapObject.zoomSettings.zoomFactor),e.mapObject.polygonModule){var p=e.mapObject.polygonModule.polygonRender(this.mapObject,o,e.mapObject.tileZoomLevel);t.isNullOrUndefined(p)||e.layerObject.appendChild(p)}if(e.mapObject.navigationLineModule){var h=e.mapObject.navigationLineModule.renderNavigation(e.currentLayer,e.mapObject.tileZoomLevel,o);t.isNullOrUndefined(h)||e.layerObject.appendChild(h)}e.mapObject.markerModule&&e.mapObject.markerModule.markerRender(this.mapObject,e.layerObject,o,e.mapObject.tileZoomLevel,null),e.translateLayerElements(e.layerObject),e.layerGroup.appendChild(e.layerObject)},e.prototype.processLayers=function(e,i){var o=this;if(this.layerObject=this.mapObject.renderer.createGroup({id:this.mapObject.element.id+"_LayerIndex_"+i}),!this.mapObject.enablePersistence){var n=this.mapObject.getModuleName()+this.mapObject.element.id;if(-1===navigator.userAgent.indexOf("Edge")){var a=void 0;try{a=window.localStorage}catch(e){a=null}!t.isNullOrUndefined(a)&&window.localStorage.getItem(n)&&window.localStorage.removeItem(n)}}var l={cancel:!1,name:"layerRendering",index:i,layer:e,maps:this.mapObject,visible:e.visible};this.mapObject.trigger("layerRendering",l,function(n){if(!l.cancel&&l.visible)if(t.isNullOrUndefined(e.shapeData)&&!t.isNullOrUndefined(e.urlTemplate)&&""!==e.urlTemplate)if(!t.isNullOrUndefined(e.urlTemplate)&&e.urlTemplate.indexOf("quadkey")>-1){var a=new vi(o.mapObject);o.bingMapCalculation(e,i,o,a)}else o.renderTileLayer(o,e,i);else if(!(t.isNullOrUndefined(e.shapeData)||t.isNullOrUndefined(e.shapeData.geometries)&&t.isNullOrUndefined(e.shapeData.features))){var r=!t.isNullOrUndefined(e.shapeData.geometries)&&e.shapeData.geometries.length>0?e.shapeData.geometries:e.shapeData.features;e.layerData=[];var s=e.shapeData.bbox;!t.isNullOrUndefined(s)&&e.isBaseLayer?o.mapObject.baseMapBounds=new ut({min:s[0][1],max:s[1][1]},{min:s[0][0],max:s[1][0]}):t.isNullOrUndefined(o.mapObject.baseMapBounds)&&!ue(r)&&o.calculateRectBounds(r),o.calculatePathCollection(i,r)}}),this.mapObject.isTileMap?this.tileSvgObject&&(this.tileSvgObject.appendChild(this.layerGroup),this.mapObject.baseMapBounds=null):this.mapObject.svgObject.appendChild(this.layerGroup)},e.prototype.bingMapCalculation=function(e,t,i,o){o.imageUrl=e.urlTemplate,o.subDomains=["t0","t1","t2","t3"],o.maxZoom="21",i.mapObject.bingMap=o,i.renderTileLayer(i,e,t,o),this.mapObject.arrangeTemplate(),this.mapObject.zoomModule&&this.mapObject.previousScale!==this.mapObject.scale&&this.mapObject.zoomModule.applyTransform(this.mapObject,!0)},e.prototype.bubbleCalculation=function(e,i){if(null!=e.dataSource&&null!=e)for(var o=e.dataSource,n=0;n<o.length;n++){var a=t.isNullOrUndefined(e.valuePath)?parseFloat(e.dataSource[n][e.valuePath]):e.valuePath.indexOf(".")>-1?Number(I(e.dataSource[n],e.valuePath)):parseFloat(e.dataSource[n][e.valuePath]);isNaN(a)||(0!==n?a>i.max?i.max=a:a<i.min&&(i.min=a):i.max=i.min=a)}},e.prototype.calculatePathCollection=function(e,i){var o=this;this.groupElements=[],ue(i)||(this.currentFactor=this.calculateFactor(this.currentLayer)),this.rectBounds=null;var n=this.currentLayer.shapeSettings;Array.prototype.forEach.call(i,function(e){if(!t.isNullOrUndefined(e.geometry)||!t.isNullOrUndefined(e.coordinates)){var i=t.isNullOrUndefined(e.geometry)?e.type:e.geometry.type,n=t.isNullOrUndefined(e.geometry)?e.coordinates:e.geometry.coordinates,a=e.geometry,l=e.properties;o.generatePoints(i,n,a,l)}}),this.currentLayer.rectBounds=this.rectBounds,t.isNullOrUndefined(this.mapObject.baseMapRectBounds)&&this.currentLayer.isBaseLayer&&(this.mapObject.baseMapRectBounds=this.rectBounds);var a=!t.isNullOrUndefined(n.palette)&&n.palette.length>1?n.palette:lt(this.mapObject.theme),l=t.createElement("div",{id:this.mapObject.element.id+"_LayerIndex_"+e+"_Label_Template_Group",className:this.mapObject.element.id+"_template"});if(l.style.cssText="pointer-events: none; overflow: hidden; position: absolute;top:"+this.mapObject.mapAreaRect.y+"px;left:"+this.mapObject.mapAreaRect.x+"px;height:"+this.mapObject.mapAreaRect.height+"px;width:"+this.mapObject.mapAreaRect.width+"px;",0!==this.currentLayer.layerData.length)for(var r=this,s=0;s<this.currentLayer.layerData.length;s++)!function(s){var d,p,h,m=void 0,c={color:n.border.color||r.mapObject.themeStyle.shapeBorderColor,width:n.border.width,opacity:n.border.opacity},u=r.currentLayer.layerData[s],g="",y=n.autofill?a[s%a.length]:n.fill||r.mapObject.themeStyle.shapeFill;null===n.colorValuePath||t.isNullOrUndefined(u.property)||(null!==(m=de(r.currentLayer.dataSource,u.property,r.currentLayer.shapeDataPath,r.currentLayer.shapePropertyPath,r.currentLayer))&&0===n.colorMapping.length?y=r.currentLayer.shapeSettings.colorValuePath.indexOf(".")>-1?I(r.currentLayer.dataSource[m],n.colorValuePath):r.currentLayer.dataSource[m][n.colorValuePath]:u.property[n.colorValuePath]&&0===r.currentLayer.dataSource.length&&0===n.colorMapping.length&&(y=r.currentLayer.shapeSettings.colorValuePath.indexOf(".")>-1?I(u.property,n.colorValuePath):u.property[n.colorValuePath]),y=t.isNullOrUndefined(y)?n.fill||r.mapObject.themeStyle.shapeFill:y);var f=r.mapObject.element.id+"_LayerIndex_"+e+"_shapeIndex_"+s+"_dataIndex_"+m,b=r.getShapeColorMapping(r.currentLayer,u.property,y);y="[object Object]"!==Object.prototype.toString.call(b)||t.isNullOrUndefined(b.fill)?y:b.fill,(r.currentLayer.shapeSettings.borderColorValuePath||r.currentLayer.shapeSettings.borderWidthValuePath)&&null!==(m=de(r.currentLayer.dataSource,u.property,r.currentLayer.shapeDataPath,r.currentLayer.shapePropertyPath,r.currentLayer))&&(r.currentLayer.dataSource[m][n.borderColorValuePath]&&(c.color=r.currentLayer.dataSource[m][n.borderColorValuePath]),r.currentLayer.dataSource[m][n.borderWidthValuePath]&&(c.width=r.currentLayer.dataSource[m][n.borderWidthValuePath]));var v="[object Object]"!==Object.prototype.toString.call(b)||t.isNullOrUndefined(b.opacity)?n.opacity:b.opacity,S={cancel:!1,name:"shapeRendering",index:s,data:r.currentLayer.dataSource?r.currentLayer.dataSource[m]:null,maps:r.mapObject,shape:n,fill:y,border:{width:c.width,color:c.color,opacity:c.opacity}},x=function(r){var m=t.isNullOrUndefined(u._isMultiPolygon)?t.isNullOrUndefined(u.type)?u[0].type:u.type:"MultiPolygon";if(m="Polygon"===m||"MultiPolygon"===m?"Polygon":m,r.cancel?(r.fill=y,r.border.color=n.border.color||o.mapObject.themeStyle.shapeBorderColor,r.border.width=n.border.width):(r.fill="#A6A6A6"===r.fill?r.shape.fill||o.mapObject.themeStyle.shapeFill:r.fill,r.border.color="transparent"===r.border.color?r.shape.border.color:r.border.color,r.border.width=0===r.border.width?r.shape.border.width:r.border.width,t.isNullOrUndefined(n.borderColorValuePath)&&(c.color=r.border.color),t.isNullOrUndefined(n.borderWidthValuePath)&&(c.width=r.border.width)),r.border.opacity=t.isNullOrUndefined(r.border.opacity)?v:r.border.opacity,o.groupElements.length<1)h=o.mapObject.renderer.createGroup({id:o.mapObject.element.id+"_LayerIndex_"+e+"_"+m+"_Group",transform:""}),o.groupElements.push(h);else for(var b=0;b<o.groupElements.length;b++){var S=o.groupElements[b];if(S.id.indexOf(m)>-1){h=S;break}if(b>=o.groupElements.length-1){h=o.mapObject.renderer.createGroup({id:o.mapObject.element.id+"_LayerIndex_"+e+"_"+m+"_Group"}),o.groupElements.push(h);break}}var x;switch(m){case"Polygon":u._isMultiPolygon?g=o.generateMultiPolygonPath(u):(g+="M"+u[0].point.x+" "+u[0].point.y,u.map(function(e){g+=" L "+e.point.x+" "+e.point.y})),(g+=" z ").length>3&&(d=new yt(f,r.fill,r.border.width,r.border.color,v,r.border.opacity,n.dashArray,g),x=o.mapObject.renderer.drawPath(d));break;case"LineString":u.map(function(e,t){g+=0===t?"M "+e.point.x+" "+e.point.y:"L"+e.point.x+" , "+e.point.y+" "}),g.length>3&&(d=new yt(f,"transparent",t.isNullOrUndefined(r.border.width)?1:r.border.width,t.isNullOrUndefined(r.fill)?r.border.color:r.fill,v,r.border.opacity,n.dashArray,g),x=o.mapObject.renderer.drawPath(d));break;case"MultiLineString":u.map(function(e){e.map(function(e,t){g+=0===t?"M "+e.point.x+" "+e.point.y:"L"+e.point.x+" , "+e.point.y+" "})}),g.length>3&&(d=new yt(f,"transparent",t.isNullOrUndefined(r.border.width)?1:r.border.width,t.isNullOrUndefined(r.fill)?r.border.color:r.fill,v,r.border.opacity,n.dashArray,g),x=o.mapObject.renderer.drawPath(d));break;case"Point":var O=u.point,C="SubLayer"!==o.mapObject.layers[e].type?n.circleRadius:n.circleRadius/(o.mapObject.isTileMap?o.mapObject.scale:o.currentFactor);p=new vt(f,r.fill,r.border,v,O.x,O.y,C,n.dashArray),x=o.mapObject.renderer.drawCircle(p);break;case"MultiPoint":u.map(function(t,i){var a=t.point,l="SubLayer"!==o.mapObject.layers[e].type?n.circleRadius:n.circleRadius/(o.mapObject.isTileMap?o.mapObject.scale:o.currentFactor);p=new vt(f+"_multiLine_"+i,r.fill,r.border,v,a.x,a.y,l,n.dashArray),x=o.mapObject.renderer.drawCircle(p),o.pathAttributeCalculate(h,x,m,u)});break;case"Path":g=u.point,d=new yt(f,r.fill,r.border.width,r.border.color,v,r.border.opacity,n.dashArray,g),x=o.mapObject.renderer.drawPath(d)}t.isNullOrUndefined(x)||"MultiPoint"===m||o.pathAttributeCalculate(h,x,m,u),s===o.currentLayer.layerData.length-1&&o.layerFeatures(e,a,i,l)};x.bind(r),r.mapObject.trigger("shapeRendering",S,x)}(s);else this.layerFeatures(e,a,i,l)},e.prototype.pathAttributeCalculate=function(e,i,o,n){for(var a,l="[object Array]"===Object.prototype.toString.call(this.currentLayer.shapePropertyPath)?this.currentLayer.shapePropertyPath:[this.currentLayer.shapePropertyPath],r=0;r<l.length;r++)if(!t.isNullOrUndefined(n.property)){a=l[r];break}i.setAttribute("aria-label",t.isNullOrUndefined(n.property)?"":n.property[a]),this.currentLayer.selectionSettings.enable||this.currentLayer.highlightSettings.enable?(i.tabIndex=this.mapObject.tabIndex,i.setAttribute("role","button"),i.style.cursor=this.currentLayer.highlightSettings.enable&&!this.currentLayer.selectionSettings.enable?"default":"pointer"):i.setAttribute("role","region"),"LineString"!==o&&"MultiLineString"!==o||(i.style.cssText="outline:none"),V(this.mapObject.selectedElementId,this.mapObject.shapeSelectionClass,i,"ShapeselectionMapStyle"),this.mapObject.legendSettings.toggleLegendSettings.enable&&"Layers"===this.mapObject.legendSettings.type&&H(this.mapObject.toggledElementId,i,this.mapObject.legendSettings.toggleLegendSettings.applyShapeSettings?this.currentLayer.shapeSettings:this.mapObject.legendSettings.toggleLegendSettings),e.appendChild(i)},e.prototype.layerFeatures=function(e,i,o,n){var a,l=this;if(this.mapObject.polygonModule&&this.groupElements.push(this.mapObject.polygonModule.polygonRender(this.mapObject,e,this.mapObject.isTileMap?Math.floor(this.currentFactor):this.currentFactor)),this.currentLayer.bubbleSettings.length&&this.mapObject.bubbleModule)for(var r,s=this.currentLayer.bubbleSettings.length,d=this,p=0;p<s;p++)!function(o){r=d.currentLayer.bubbleSettings[o],a=d.mapObject.renderer.createGroup({id:d.mapObject.element.id+"_LayerIndex_"+e+"_bubble_Group_"+o});var n={min:0,max:0};d.bubbleCalculation(r,n);var s=r.dataSource;d.mapObject.bubbleModule.bubbleCollection=[],!t.isNullOrUndefined(s)&&s.length>0&&(s.map(function(t,s){l.renderBubble(l.currentLayer,t,i[s%i.length],n,o,s,a,e,r)}),d.groupElements.push(a))}(p);this.mapObject.markerModule&&!this.mapObject.isTileMap&&this.mapObject.zoomSettings.enable&&this.mapObject.markerModule.calculateZoomCenterPositionAndFactor(this.mapObject.layersCollection);var h=this.mapObject.renderer.createGroup({id:this.mapObject.element.id+"_LayerIndex_"+e+"_dataLableIndex_Group"});if(h.style.pointerEvents="none",this.mapObject.dataLabelModule&&this.currentLayer.dataLabelSettings.visible){var m=[];Array.prototype.forEach.call(o,function(t,i){l.renderLabel(l.currentLayer,e,t,h,i,n,m)}),this.groupElements.push(h)}this.mapObject.navigationLineModule&&this.groupElements.push(this.mapObject.navigationLineModule.renderNavigation(this.currentLayer,this.currentFactor,e)),t.isNullOrUndefined(this.groupElements)||t.isNullOrUndefined(this.layerObject)||this.groupElements.map(function(e){t.isNullOrUndefined(e)||l.layerObject.appendChild(e)}),this.mapObject.markerModule&&this.mapObject.markerModule.markerRender(this.mapObject,this.layerObject,e,this.mapObject.isTileMap?Math.floor(this.currentFactor):this.currentFactor,null),this.translateLayerElements(this.layerObject),this.layerGroup.appendChild(this.layerObject)},e.prototype.renderLabel=function(e,t,i,o,n,a,l){this.mapObject.dataLabelModule.renderLabel(e,t,i,e.layerData,o,a,n,l)},e.prototype.generateMultiPolygonPath=function(e){for(var t="",i=0;i<e.length;i++)t+="M"+e[i][0].point.x+" "+e[i][0].point.y,e[i].map(function(e){t+=" L "+e.point.x+" "+e.point.y});return t},e.prototype.renderBubble=function(e,i,o,n,a,l,r,s,d){if(t.isNullOrUndefined(this.mapObject.bubbleModule)||!d.visible)return null;o=d.fill?d.fill:o,this.mapObject.bubbleModule.id=this.mapObject.element.id+"_LayerIndex_"+s+"_BubbleIndex_"+a+"_dataIndex_"+l,this.mapObject.bubbleModule.renderBubble(d,i,o,n,a,l,s,e,r,this.mapObject.bubbleModule.id)},e.prototype.getShapeColorMapping=function(e,i,o){if(o=o||e.shapeSettings.fill,0===e.shapeSettings.colorMapping.length&&t.isNullOrUndefined(e.dataSource))return o;var n=de(e.dataSource,i,e.shapeDataPath,e.shapePropertyPath),a=new Si(this.mapObject);return t.isNullOrUndefined(e.dataSource)||t.isNullOrUndefined(e.dataSource[n])?o:a.getShapeColorMapping(e.shapeSettings,e.dataSource[n],o)},e.prototype.generatePoints=function(e,i,o,n){var a,l,r=this,s=[];switch(e.toLowerCase()){case"polygon":(s=this.calculatePolygonBox(i[0])).length>0&&(s.property=n,s.type=e,s._isMultiPolygon=!1,this.currentLayer.layerData.push(s));break;case"multipolygon":for(var d=[],p=0;p<i.length;p++)for(var m=0;m<i[p].length;m++)(s=this.calculatePolygonBox(i[p][m])).length>0&&d.push(s);d.property=n,d.type=e,d._isMultiPolygon=!0,this.currentLayer.layerData.push(d);break;case"linestring":var c=t.isNullOrUndefined(this.currentLayer.shapeSettings.border.width)?1:"string"==typeof this.currentLayer.shapeSettings.border.width?parseInt(this.currentLayer.shapeSettings.border.width,10):this.currentLayer.shapeSettings.border.width;i.map(function(e){a=e[1],l=e[0];var t=h(a,l,r.currentFactor,r.currentLayer,r.mapObject);r.calculateBox(t,c),s.push({point:t,lat:a,lng:l})}),s.property=n,s.type=e,this.currentLayer.layerData.push(s);break;case"multilinestring":var u=t.isNullOrUndefined(this.currentLayer.shapeSettings.border.width)?1:"string"==typeof this.currentLayer.shapeSettings.border.width?parseInt(this.currentLayer.shapeSettings.border.width,10):this.currentLayer.shapeSettings.border.width,g=[];i.map(function(e){s=[],e.map(function(e){a=e[1],l=e[0];var t=h(a,l,r.currentFactor,r.currentLayer,r.mapObject);r.calculateBox(t,u),s.push({point:t,lat:a,lng:l})}),g.push(s)}),g.property=n,g.type=e,this.currentLayer.layerData.push(g);break;case"point":var y=(t.isNullOrUndefined(this.currentLayer.shapeSettings.border.width)?1:"string"==typeof this.currentLayer.shapeSettings.border.width?parseInt(this.currentLayer.shapeSettings.border.width,10):this.currentLayer.shapeSettings.border.width)+2*this.currentLayer.shapeSettings.circleRadius;a=i[1],l=i[0];var f=h(a,l,this.currentFactor,this.currentLayer,this.mapObject);this.calculateBox(f,y),this.currentLayer.layerData.push({point:f,type:e,lat:a,lng:l,property:n});break;case"multipoint":var b=(t.isNullOrUndefined(this.currentLayer.shapeSettings.border.width)?1:"string"==typeof this.currentLayer.shapeSettings.border.width?parseInt(this.currentLayer.shapeSettings.border.width,10):this.currentLayer.shapeSettings.border.width)+2*this.currentLayer.shapeSettings.circleRadius;s=[],i.map(function(e){a=e[1],l=e[0];var t=h(a,l,r.currentFactor,r.currentLayer,r.mapObject);r.calculateBox(t,b),s.push({point:t,lat:a,lng:l})}),s.property=n,s.type=e,this.currentLayer.layerData.push(s);break;case"path":this.currentLayer.layerData.push({point:o.d,type:e,property:n})}},e.prototype.calculateBox=function(e,i){t.isNullOrUndefined(this.rectBounds)?this.rectBounds={min:{x:e.x-i,y:e.y-i},max:{x:e.x+i,y:e.y+i}}:(this.rectBounds.min.x=Math.min(this.rectBounds.min.x,e.x-i),this.rectBounds.min.y=Math.min(this.rectBounds.min.y,e.y-i),this.rectBounds.max.x=Math.max(this.rectBounds.max.x,e.x+i),this.rectBounds.max.y=Math.max(this.rectBounds.max.y,e.y+i))},e.prototype.calculateFactor=function(e){var t,i,o,n=1,a=this.mapObject.baseMapBounds,l=new pt(this.mapObject.mapAreaRect.width,this.mapObject.mapAreaRect.height-5);if(a){var r=h(a.latitude.min,a.longitude.min,null,e,this.mapObject),s=h(a.latitude.max,a.longitude.max,null,e,this.mapObject);i=s.y-r.y,o=s.x-r.x,0!==i&&0!==o||(o=l.width/2,i=l.height)}else i=o=500;return t=i<l.height?parseFloat(Math.abs(100*Number(l.height/Number(i.toString()+"e+1"))).toString().split(".")[0])/10:l.height/i,n=o<l.width?parseFloat(Math.abs(100*Number(l.width/Number(o.toString()+"e+1"))).toString().split(".")[0])/10:l.width/o,Math.min(n,t)},e.prototype.translateLayerElements=function(e){var i;if(this.mapObject.translateType="layer",t.isNullOrUndefined(this.mapObject.baseMapRectBounds)){if(this.mapObject.isTileMap&&!t.isNullOrUndefined(this.mapObject.scale))for(var o=0;o<e.childElementCount;o++)if(!((i=e.childNodes[o]).id.indexOf("_Markers_Group")>-1||i.id.indexOf("_bubble_Group")>-1||i.id.indexOf("_dataLableIndex_Group")>-1||i.id.indexOf("_line_Group")>-1)&&-1===i.id.indexOf("_Polygons_Group")){p="scale( "+this.mapObject.scale+" ) translate( "+this.mapObject.translatePoint.x+" "+this.mapObject.translatePoint.y+" ) ";i.setAttribute("transform",p)}}else{var n="Disable"===t.animationMode?0:0===this.currentLayer.animationDuration&&"Enable"===t.animationMode?1e3:this.currentLayer.animationDuration,a=0!==n||t.isNullOrUndefined(this.mapObject.zoomModule);this.mapObject.baseTranslatePoint=this.mapObject.zoomTranslatePoint;var l=void 0;l=this.mapObject.zoomSettings.zoomFactor>1&&!t.isNullOrUndefined(this.mapObject.zoomModule)?Se(this.mapObject,this.currentLayer,a):ve(this.mapObject,this.currentLayer,a);var r=this.mapObject.previousScale=l.scale,s=this.mapObject.previousPoint=l.location;this.mapObject.baseTranslatePoint=this.mapObject.translatePoint=s,this.mapObject.baseScale=this.mapObject.scale=r;for(var d=0;d<e.childElementCount;d++)if(!((i=e.childNodes[d]).id.indexOf("_Markers_Group")>-1||i.id.indexOf("_bubble_Group")>-1||i.id.indexOf("_dataLableIndex_Group")>-1)){var p="scale( "+r+" ) translate( "+s.x+" "+s.y+" ) ";i.setAttribute("transform",p),n>0&&!t.isNullOrUndefined(this.mapObject.zoomModule)&&(l=this.mapObject.zoomSettings.zoomFactor>1?Se(this.mapObject,this.currentLayer):ve(this.mapObject,this.currentLayer),this.mapObject.scale=l.scale,this.mapObject.zoomTranslatePoint=this.mapObject.translatePoint=l.location)}}},e.prototype.calculateRectBounds=function(e){var i=this;Array.prototype.forEach.call(e,function(e){if(!t.isNullOrUndefined(e.geometry)||!t.isNullOrUndefined(e.coordinates)){var o=t.isNullOrUndefined(e.geometry)?e.type:e.geometry.type,n=t.isNullOrUndefined(e.geometry)?e.coordinates:e.geometry.coordinates;switch(o.toLowerCase()){case"polygon":i.calculateRectBox(n[0]);break;case"multipolygon":n.map(function(e){i.calculateRectBox(e[0])});break;case"multilinestring":n.map(function(e){e.map(function(e,t){i.calculateRectBox(e,"multilinestring",0===t)})});break;case"linestring":n.map(function(e,t){i.calculateRectBox(e,"linestring",0===t)});break;case"point":i.calculateRectBox(n,"point");break;case"multipoint":n.map(function(e,t){i.calculateRectBox(e,"multipoint",0===t)})}}})},e.prototype.calculatePolygonBox=function(e){var i=this,o=[],n=this.mapObject.baseMapBounds;return e.map(function(e){var a=e[1],l=e[0];if(l>=n.longitude.min&&l<=n.longitude.max&&a>=n.latitude.min&&a<=n.latitude.max){var r=h(a,l,i.currentFactor,i.currentLayer,i.mapObject);t.isNullOrUndefined(i.rectBounds)?i.rectBounds={min:{x:r.x,y:r.y},max:{x:r.x,y:r.y}}:(i.rectBounds.min.x=Math.min(i.rectBounds.min.x,r.x),i.rectBounds.min.y=Math.min(i.rectBounds.min.y,r.y),i.rectBounds.max.x=Math.max(i.rectBounds.max.x,r.x),i.rectBounds.max.y=Math.max(i.rectBounds.max.y,r.y)),o.push({point:r,lat:a,lng:l})}}),o},e.prototype.calculateRectBox=function(e,i,o){var n=this;"linestring"!==i&&"multilinestring"!==i&&"point"!==i&&"multipoint"!==i?Array.prototype.forEach.call(e,function(e){t.isNullOrUndefined(n.mapObject.baseMapBounds)?n.mapObject.baseMapBounds=new ut({min:e[1],max:e[1]},{min:e[0],max:e[0]}):(n.mapObject.baseMapBounds.latitude.min=Math.min(n.mapObject.baseMapBounds.latitude.min,e[1]),n.mapObject.baseMapBounds.latitude.max=Math.max(n.mapObject.baseMapBounds.latitude.max,e[1]),n.mapObject.baseMapBounds.longitude.min=Math.min(n.mapObject.baseMapBounds.longitude.min,e[0]),n.mapObject.baseMapBounds.longitude.max=Math.max(n.mapObject.baseMapBounds.longitude.max,e[0]))}):(o||"point"===i)&&t.isNullOrUndefined(this.mapObject.baseMapBounds)?this.mapObject.baseMapBounds=new ut({min:e[1],max:e[1]},{min:e[0],max:e[0]}):(this.mapObject.baseMapBounds.latitude.min=Math.min(this.mapObject.baseMapBounds.latitude.min,e[1]),this.mapObject.baseMapBounds.latitude.max=Math.max(this.mapObject.baseMapBounds.latitude.max,e[1]),this.mapObject.baseMapBounds.longitude.min=Math.min(this.mapObject.baseMapBounds.longitude.min,e[0]),this.mapObject.baseMapBounds.longitude.max=Math.max(this.mapObject.baseMapBounds.longitude.max,e[0]))},e.prototype.generateTiles=function(e,i,o,n,a){var l=this.mapObject.locale,r=this.mapObject.availableSize;this.tiles=[];var s,d;s=d=Math.pow(2,e);var p=0,h=0;i.x+256*s<r.width&&(p=i.x>0?Math.ceil(i.x/256):0,h=i.x+256*s<r.width?Math.ceil((r.width-(i.x+256*s))/256):0),s+=p+h,"Pan"===o?(s=this.horizontalPanXCount>=s?this.horizontalPanXCount:s,this.horizontalPan=!1):(this.horizontalPanXCount=s,this.horizontalPan=!0);var m=this.mapObject.layers[this.mapObject.baseLayerIndex];this.urlTemplate=m.urlTemplate;var c=Math.min(d,(-i.y+r.height)/256+1),u=Math.min(s,(-i.x+r.width+256*h)/256+1),g=-(i.x+256*p+256)/256,y=-(i.y+256)/256;n=n||this.bing||this.mapObject.bingMap;for(var f=Math.round(g);f<Math.round(u);f++)for(var b=Math.round(y);b<Math.round(c);b++){var v=256*f+i.x,S=256*b+i.y;if(v>-256&&v<=r.width&&S>-256&&S<r.height&&b>=0){var x=f;f<0&&(x=x%d+d);var O=new ui(x%d,b);O.left=Math.round(v),O.top=Math.round(S),n&&!t.isNullOrUndefined(m.urlTemplate)&&""!==m.urlTemplate&&m.urlTemplate.indexOf("quadkey")>-1?O.src=n.getBingMap(O,"","",l,n.imageUrl,n.subDomains):(n=null,O.src=this.urlTemplate.replace("level",e.toString()).replace("tileX",O.x.toString()).replace("tileY",O.y.toString())),this.tiles.push(O)}}t.isNullOrUndefined(o)||(o.indexOf("wheel")>1?(this.animateToZoomX=this.mapObject.availableSize.width/2-a.x-10,this.animateToZoomY=-a.y):(this.animateToZoomX=-10,this.animateToZoomY=10-(this.mapObject.availableSize.height/2+11.5)));for(var C=t.extend([],this.tiles,[],!0),M=0,_=this.mapObject.layers;M<_.length;M++){var L=_[M];if("SubLayer"===L.type&&L.visible&&(t.isNullOrUndefined(L.shapeData)&&!t.isNullOrUndefined(L.urlTemplate)&&""!==L.urlTemplate))for(var P=0,w=C;P<w.length;P++){var T=w[P],I=t.extend({},T,{},!0);L.urlTemplate.indexOf("quadkey")?(n=new vi(this.mapObject),I.src=n.getBingMap(I,"","",l,n.imageUrl,n.subDomains)):I.src=L.urlTemplate.replace("level",e.toString()).replace("tileX",T.x.toString()).replace("tileY",T.y.toString()),this.tiles.push(I)}}(this.mapObject.previousScale!==this.mapObject.scale||this.mapObject.isReset||this.mapObject.isZoomByPosition||this.mapObject.zoomNotApplied)&&this.arrangeTiles(o,this.animateToZoomX,this.animateToZoomY)},e.prototype.arrangeTiles=function(e,i,o){var n,a=this,l=document.getElementById(this.mapObject.element.id+"_tile_parent"),r=document.getElementById(this.mapObject.element.id+"_tiles");t.isNullOrUndefined(e)||"Pan"===e?n=0:(this.tileAnimation(e,i,o),n="Disable"===t.animationMode?0:0===this.mapObject.layersCollection[0].animationDuration&&"Enable"===t.animationMode?1e3:this.mapObject.layersCollection[0].animationDuration),setTimeout(function(){l&&(l.style.zIndex="1"),r&&(r.style.zIndex="0");var i;!document.getElementById(a.mapObject.element.id+"_animated_tiles")&&l?(i=t.createElement("div",{id:a.mapObject.element.id+"_animated_tiles"}),l.appendChild(i)):"Pan"!==e&&r&&l?(r.appendChild(l.children[0]),a.mapObject.isAddLayer||t.isNullOrUndefined(document.getElementById(a.mapObject.element.id+"_animated_tiles"))||(document.getElementById(a.mapObject.element.id+"_animated_tiles").id=a.mapObject.element.id+"_animated_tiles_old"),i=t.createElement("div",{id:a.mapObject.element.id+"_animated_tiles"}),l.appendChild(i)):i=l?l.children[0]:null;for(var o=0;o<a.tiles.length;o++){var n=a.tiles[o],s=null,d=a.mapObject.element.id;if("Pan"===e){var p=document.getElementById(d+"_tile_"+o),h=!1;t.isNullOrUndefined(p)?(h=!0,p=t.createElement("div",{id:d+"_tile_"+o}),s=t.createElement("img")):(p.style.removeProperty("display"),s=p.children[0]),!h&&s&&s.src!==n.src&&(s.src=n.src),p.style.position="absolute",p.style.left=n.left+"px",p.style.top=n.top+"px",p.style.height=n.height+"px",p.style.width=n.width+"px",h&&(s.setAttribute("height","256px"),s.setAttribute("width","256px"),s.setAttribute("src",n.src),s.setAttribute("alt",a.mapObject.getLocalizedLabel("ImageNotFound")),s.style.setProperty("user-select","none"),p.appendChild(s),i.appendChild(p))}else(s=t.createElement("img")).setAttribute("height","256px"),s.setAttribute("width","256px"),s.setAttribute("src",n.src),s.style.setProperty("user-select","none"),s.setAttribute("alt",a.mapObject.getLocalizedLabel("ImageNotFound")),(p=t.createElement("div",{id:d+"_tile_"+o})).style.position="absolute",p.style.left=n.left+"px",p.style.top=n.top+"px",p.style.height=n.height+"px",p.style.width=n.width+"px",p.appendChild(s),i&&i.appendChild(p);o===a.tiles.length-1&&document.getElementById(a.mapObject.element.id+"_animated_tiles_old")&&fe(a.mapObject.element.id+"_animated_tiles_old")}if(!t.isNullOrUndefined(a.mapObject.currentTiles))for(var m=a.tiles.length;m<i.childElementCount;m++){for(var c=!1,u=0;u<a.mapObject.currentTiles.childElementCount;u++)c||a.mapObject.currentTiles.children[u].id!==i.children[m].id||(c=!0);c?i.children[m].style.display="none":i.removeChild(i.children[m])}},n)},e.prototype.tileAnimation=function(e,i,o){var n=document.getElementById(this.mapObject.element.id+"_tile_parent"),a=document.getElementById(this.mapObject.element.id+"_animated_tiles"),l=document.getElementById(this.mapObject.element.id+"_tiles"),r="2";if(0===e.indexOf("ZoomOut")||"Reset"===e){for(l.style.zIndex="1",n.style.zIndex="0";l.childElementCount>=1;)l.removeChild(l.children[0]);i=0,o=document.getElementById(this.mapObject.element.id+"_tile_parent").getClientRects()[0].height/4,r=0===e.indexOf("ZoomOut")?"0.5":"0.2"}t.isNullOrUndefined(a)||(a.style.transition="Disable"===t.animationMode?"0ms":0===this.mapObject.layersCollection[0].animationDuration&&"Enable"===t.animationMode?"1000ms":this.mapObject.layersCollection[0].animationDuration+"ms",a.style.transform="translate("+i+"px, "+o+"px) scale("+r+")")},e.prototype.panTileMap=function(e,i,o){this.mapObject.tileZoomLevel<=this.mapObject.tileZoomScale&&this.mapObject.initialCheck&&(this.mapObject.tileZoomLevel=this.mapObject.tileZoomScale);var n,a,l=this.mapObject.tileZoomLevel,r=20,s=256*Math.pow(2,l),d=c(o,l,{x:n=e/2-s/2,y:a=i/2-s/2},this.isMapCoordinates);if(r=this.mapObject.zoomNotApplied?0:r,n-=d.x-e/2,a=a-(d.y-i/2)+r,this.mapObject.scale=Math.pow(2,l-1),(t.isNullOrUndefined(this.mapObject.tileTranslatePoint)||0===this.mapObject.tileTranslatePoint.y&&0===this.mapObject.tileTranslatePoint.x||t.isNullOrUndefined(this.mapObject.previousTileWidth)||t.isNullOrUndefined(this.mapObject.previousTileHeight))&&(this.mapObject.previousTileWidth=e,this.mapObject.previousTileHeight=i),!t.isNullOrUndefined(this.mapObject.tileTranslatePoint)&&t.isNullOrUndefined(o.x)&&(1===this.mapObject.zoomSettings.zoomFactor||this.mapObject.zoomSettings.zoomFactor!==l||!this.mapObject.defaultState)&&(e!==this.mapObject.previousTileWidth||i!==this.mapObject.previousTileHeight)){var p=n-(this.mapObject.previousTileWidth/2-s/2),h=a-(this.mapObject.previousTileHeight/2-s/2+r);this.mapObject.tileTranslatePoint.x=this.mapObject.tileTranslatePoint.x+p,this.mapObject.tileTranslatePoint.y=this.mapObject.tileTranslatePoint.y+h}return t.isNullOrUndefined(this.mapObject.tileTranslatePoint)||this.mapObject.zoomNotApplied||(0===this.mapObject.tileTranslatePoint.x||this.mapObject.tileTranslatePoint.x===n||this.mapObject.centerPositionChanged||(n=this.mapObject.tileTranslatePoint.x),0===this.mapObject.tileTranslatePoint.y||this.mapObject.tileTranslatePoint.y===a||this.mapObject.centerPositionChanged||(a=this.mapObject.tileTranslatePoint.y)),this.mapObject.translatePoint=new ht((n-.01*this.mapObject.zoomSettings.zoomFactor)/this.mapObject.scale,(a-.01*this.mapObject.zoomSettings.zoomFactor)/this.mapObject.scale),this.mapObject.previousTileWidth=e,this.mapObject.previousTileHeight=i,new ht(n,a)},e.prototype.destroy=function(){this.mapObject=null,this.groupElements=[],this.layerObject=null,this.currentLayer=null,this.rectBounds=null,this.tiles=[],this.clipRectElement=null,this.tileSvgObject=null,this.ajaxModule=null,this.ajaxResponse=[],this.layerGroup=null,t.isNullOrUndefined(this.bing)||this.bing.destroy(),this.bing=null},e}(),Oi=function(){function e(e){this.map=e}return e.prototype.renderAnnotationElements=function(){var e=this,i=this.map.element.id+"_Secondary_Element",o=t.createElement("div",{id:this.map.element.id+"_Annotations_Group"});o.style.position="absolute",o.style.top="0px",o.style.left="0px",this.map.annotations.map(function(t,i){null!==t.content&&e.createAnnotationTemplate(o,t,i)}),o.childElementCount>0&&!t.isNullOrUndefined(Oe(i))&&Oe(i).appendChild(o),this.map.renderReactTemplates()},e.prototype.createAnnotationTemplate=function(e,i,o){var n,a,l,r,s=this,d=this.map,p=d.availableSize,h=t.createElement("div",{id:d.element.id+"_Annotation_"+o});h.style.cssText="position: absolute; z-index:"+i.zIndex+";";var m={cancel:!1,name:"annotationRendering",content:i.content,annotation:i};this.map.trigger("annotationRendering",m,function(e){if(!m.cancel)if((l=Le(m.content,s.map))&&l(s.map,s.map,m.content,s.map.element.id+"_ContentTemplate_"+o).length)for(var i=(r=Array.prototype.slice.call(l(s.map,s.map,m.content,s.map.element.id+"_ContentTemplate_"+o))).length,n=0;n<i;n++)h.appendChild(r[n]);else h.appendChild(t.createElement("div",{innerHTML:m.content}))});var c=Ge(h.cloneNode(!0),d.element),u=d.element.getBoundingClientRect(),g=d.svgObject.getBoundingClientRect();n=Math.abs(g.left-u.left),a=Math.abs(g.top-u.top);var y=t.isNullOrUndefined(i.x)?"0%":i.x,f=t.isNullOrUndefined(i.y)?"0%":i.y,b=y.indexOf("%")>-1?p.width/100*parseFloat(y):parseFloat(y),v=f.indexOf("%")>-1?p.height/100*parseFloat(f):parseFloat(f);switch(n="None"===i.horizontalAlignment?n+b:n,a="None"===i.verticalAlignment?a+v:a,i.verticalAlignment){case"Near":a+=v;break;case"Center":a=a+v+(g.height/2-c.height/2);break;case"Far":a=a+g.height+v-c.height}switch(i.horizontalAlignment){case"Near":n+=b;break;case"Center":n=n+b+(g.width/2-c.width/2);break;case"Far":n=n+g.width+b-c.width}h.style.left=n+"px",h.style.top=a+"px",e.appendChild(h)},e.prototype.getModuleName=function(){return"Annotations"},e.prototype.destroy=function(){this.map=null},e}(),Ci=function(){var e=function(t,i){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var i in t)t.hasOwnProperty(i)&&(e[i]=t[i])})(t,i)};return function(t,i){function o(){this.constructor=t}e(t,i),t.prototype=null===i?Object.create(i):(o.prototype=i.prototype,new o)}}(),Mi=function(e,t,i,o){var n,a=arguments.length,l=a<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)l=Reflect.decorate(e,t,i,o);else for(var r=e.length-1;r>=0;r--)(n=e[r])&&(l=(a<3?n(l):a>3?n(t,i,l):n(t,i))||l);return a>3&&l&&Object.defineProperty(t,i,l),l},_i=function(e){function n(i,o){var n=e.call(this,i,o)||this;return n.isTileMap=!1,n.isResize=!1,n.isReset=!1,n.baseSize=new pt(0,0),n.translatePoint=new ht(0,0),n.baseTranslatePoint=new ht(0,0),n.zoomTranslatePoint=new ht(0,0),n.markerZoomedState=!0,n.zoomPersistence=!1,n.defaultState=!0,n.centerPositionChanged=!1,n.markerNullCount=0,n.tileTranslatePoint=new ht(0,0),n.baseTileTranslatePoint=new ht(0,0),n.isDevice=!1,n.staticMapZoom=n.zoomSettings.enable?n.zoomSettings.zoomFactor:0,n.zoomNotApplied=!1,n.dataLabelShape=[],n.zoomShapeCollection=[],n.zoomLabelPositions=[],n.mouseDownEvent={x:null,y:null},n.mouseClickEvent={x:null,y:null},n.selectedElementId=[],n.selectedMarkerElementId=[],n.selectedBubbleElementId=[],n.selectedNavigationElementId=[],n.selectedPolygonElementId=[],n.selectedLegendElementId=[],n.legendSelectionCollection=[],n.shapeSelections=!0,n.legendSelection=!0,n.toggledLegendId=[],n.toggledElementId=[],n.checkInitialRender=!0,n.initialTileTranslate=new ht(0,0),n.isMarkerZoomCompleted=!1,n.markerDragId="",n.initialCheck=!0,n.applyZoomReset=!1,n.markerClusterExpandCheck=!1,n.markerClusterExpand=!1,n.mouseMoveId="",n.shapeSelectionItem=[],n.markerDragArgument=null,t.setValue("mergePersistData",n.mergePersistMapsData,n),n}return Ci(n,e),Object.defineProperty(n.prototype,"isShapeSelected",{get:function(){return this.mapSelect},enumerable:!0,configurable:!0}),n.prototype.mergePersistMapsData=function(){var e,i;try{i=window.localStorage}catch(e){i=null}if(t.isNullOrUndefined(i)||(e=window.localStorage.getItem(this.getModuleName()+this.element.id)),!t.isNullOrUndefined(e)&&""!==e){var o=JSON.parse(e),n=Object.keys(o);this.isProtectedOnChange=!0;for(var a=0,l=n;a<l.length;a++){var r=l[a];"object"!=typeof this[r]||t.isNullOrUndefined(this[r])?this[r]=o[r]:t.extend(this[r],o[r])}this.isProtectedOnChange=!1}},n.prototype.getLocalizedLabel=function(e){return this.localeObject.getConstant(e)},n.prototype.preRender=function(){this.isDevice=t.Browser.isDevice,this.initPrivateVariable(),this.allowServerDataBinding=!1,this.unWireEVents(),this.wireEVents(),this.setCulture()},n.prototype.renderElements=function(){this.isDestroyed||(this.trigger("load",{maps:this}),this.createSVG(),this.findBaseAndSubLayers(),!t.isNullOrUndefined(this.markerModule)&&this.markerModule.getMapsInstance()&&this.markerModule.initializeMarkerClusterList(),this.createSecondaryElement(),this.addTabIndex(),this.themeStyle=rt(this.theme),this.renderBorder(),this.renderTitle(this.titleSettings,"title",null,null),this.renderArea(),this.processRequestJsonData(),this.renderComplete(),this.isAddLayer=!!this.isTileMap&&this.isAddLayer)},n.prototype.render=function(){this.renderElements()},n.prototype.processRequestJsonData=function(){var e=this,i=this.layersCollection.length-1;this.serverProcess={request:0,response:0};var n,a;Array.prototype.forEach.call(this.layersCollection,function(l,r){if(l.shapeData instanceof o.DataManager?(e.serverProcess.request++,a=l.shapeData,n=l.query instanceof o.Query?l.query:new o.Query,(s=a.executeQuery(n)).then(function(t){e.processResponseJsonData("DataManager",t,l,"ShapeData")})):(l.shapeData instanceof Pt||l.shapeData)&&(t.isNullOrUndefined(l.shapeData.dataOptions)||e.processAjaxRequest(l,l.shapeData,"ShapeData")),l.dataSource instanceof o.DataManager){e.serverProcess.request++,a=l.dataSource,n=l.query instanceof o.Query?l.query:new o.Query;var s=a.executeQuery(n);s.then(function(e){l.dataSource=at(e)})}if(l.markerSettings.length>0)for(d=0;d<l.markerSettings.length;d++)!function(t){l.markerSettings[t].dataSource instanceof o.DataManager&&(e.serverProcess.request++,a=l.markerSettings[t].dataSource,n=l.markerSettings[t].query instanceof o.Query?l.markerSettings[t].query:new o.Query,a.executeQuery(n).then(function(e){l.markerSettings[t].dataSource=at(e)}))}(d);if(l.bubbleSettings.length>0)for(var d=0;d<l.bubbleSettings.length;d++)!function(t){l.bubbleSettings[t].dataSource instanceof o.DataManager&&(e.serverProcess.request++,a=l.bubbleSettings[t].dataSource,n=l.bubbleSettings[t].query instanceof o.Query?l.bubbleSettings[t].query:new o.Query,a.executeQuery(n).then(function(e){l.bubbleSettings[t].dataSource=at(e)}))}(d);(l.dataSource instanceof Pt||!t.isNullOrUndefined(l.dataSource)&&!t.isNullOrUndefined(l.dataSource.dataOptions))&&e.processAjaxRequest(l,l.dataSource,"DataSource"),e.serverProcess.request===e.serverProcess.response&&i===r&&e.processResponseJsonData(null)})},n.prototype.processAjaxRequest=function(e,i,o){var n=this;this.serverProcess.request++;var a=new t.Fetch(i.dataOptions,i.type,i.contentType);a.onSuccess=function(i){if(t.isNullOrUndefined(i.type)||"application/octet-stream"!==i.type)n.processResponseJsonData("Fetch",i,e,o);else{var a=new FileReader,l=n;a.onload=function(){i=JSON.parse(a.result.toString()),l.processResponseJsonData("Fetch",i,e,o)},a.readAsText(i)}},a.send(i.sendData)},n.prototype.processResponseJsonData=function(e,i,o,n){if(this.serverProcess.response++,e&&("ShapeData"===n?o.shapeData="DataManager"===e?at(i):i:o.dataSource="DataManager"===e?at(i):i),t.isNullOrUndefined(e)||this.serverProcess.request!==this.serverProcess.response)t.isNullOrUndefined(e)&&this.renderMap();else{var a=this.layersCollection;this.layersCollection=[];for(var l=0;l<a.length;l++)a[l].isBaseLayer&&this.layersCollection.push(a[l]);for(var r=0;r<a.length;r++)a[r].isBaseLayer||this.layersCollection.push(a[r]);this.renderMap()}},n.prototype.renderMap=function(){this.legendModule&&this.legendSettings.visible&&this.legendModule.renderLegend(),this.createTile(),this.zoomSettings.enable&&this.zoomModule&&this.zoomModule.createZoomingToolbars(),t.isNullOrUndefined(this.dataLabelModule)||(this.dataLabelModule.dataLabelCollections=[]),this.mapLayerPanel.measureLayerPanel(),t.isNullOrUndefined(this.svgObject)||this.element.appendChild(this.svgObject),this.setSecondaryElementPosition();for(u=0;u<this.layers.length;u++){if(this.layers[u].selectionSettings&&this.layers[u].selectionSettings.enable&&this.layers[u].initialShapeSelection.length>0&&this.checkInitialRender){var e=this.layers[u].selectionSettings.enableMultiSelect;this.layers[u].selectionSettings.enableMultiSelect=e||!0;for(var i=this.layers[u].initialShapeSelection,o=0;o<this.layers[u].initialShapeSelection.length;o++)this.shapeSelection(u,i[o].shapePath,i[o].shapeValue,!0);this.layers[u].selectionSettings.enableMultiSelect=e,u===this.layers.length-1&&(this.checkInitialRender=!1)}if(!this.isResize)for(var n=0;n<this.layers[u].markerSettings.length;n++)if(this.layers[u].markerSettings[n].selectionSettings&&this.layers[u].markerSettings[n].selectionSettings.enable&&this.layers[u].markerSettings[n].initialMarkerSelection.length>0)for(var a=this.layers[u].markerSettings[n].initialMarkerSelection,o=0;o<a.length;o++)this.markerInitialSelection(u,n,this.layers[u].markerSettings[n],a[o].latitude,a[o].longitude)}if(!t.isNullOrUndefined(document.getElementById(this.element.id+"_tile_parent"))){var l,r=this.svgObject.getBoundingClientRect(),s=document.getElementById(this.element.id),d=document.getElementById(this.element.id+"_tile_parent"),p=document.getElementById(this.element.id+"_tiles"),h=d.getBoundingClientRect(),m=void 0;m=parseFloat(d.style.left);var c=r.bottom-h.bottom-s.offsetTop;l=parseFloat(d.style.top),l=c<=11?l:t.isNullOrUndefined(this.legendModule)||"Bottom"!==this.legendSettings.position?2*l:this.mapAreaRect.y,m=c<=11?m:t.isNullOrUndefined(this.legendModule)?2*m:m,d.style.top=l+"px",d.style.left=m+"px",p.style.top=l+"px",p.style.left=m+"px",!t.isNullOrUndefined(this.legendModule)&&this.legendModule.totalPages.length>0&&(d.style.height=p.style.height=this.legendModule.legendTotalRect.height+"px",d.style.width=p.style.width=this.legendModule.legendTotalRect.width+"px")}this.arrangeTemplate(),this.annotationsModule&&"0px"!==this.width&&"0px"!==this.height&&"0%"!==this.width&&"0%"!==this.height&&this.annotationsModule.renderAnnotationElements(),this.element.style.outline="none",this.element.style.position="relative";for(var u=0;u<document.getElementsByTagName("path").length-1;u++)document.getElementsByTagName("path")[u].id.indexOf("shapeIndex")>-1&&(document.getElementsByTagName("path")[u].style.outline="none");this.zoomingChange(),this.zoomModule&&this.isDevice&&this.zoomModule.removeToolbarOpacity(this.isTileMap?Math.round(this.tileZoomLevel):this.mapScaleValue,this.element.id+"_Zooming_"),this.isZoomByPosition||this.zoomNotApplied||this.triggerZoomEvent(),this.isResize=!1},n.prototype.triggerZoomEvent=function(){var e,t=this.getMinMaxLatitudeLongitude();e={maps:this,isResized:this.isResize,minLatitude:t.minLatitude,maxLatitude:t.maxLatitude,minLongitude:t.minLongitude,maxLongitude:t.maxLongitude,cancel:!1,name:"Loaded"},this.trigger("loaded",e)},n.prototype.markerSelection=function(e,t,i,o){var n={color:e.border.color,width:e.border.width/t.scale,opacity:e.border.opacity},a={opacity:e.opacity,fill:e.fill,border:n,target:i.id,cancel:!1,data:o,maps:t};Pe("MarkerselectionMap")?Ee("MarkerselectionMap","MarkerselectionMapStyle",a):document.body.appendChild(Ne("MarkerselectionMap","MarkerselectionMapStyle",a)),(0===this.selectedMarkerElementId.length||e.enableMultiSelect)&&("g"===i.tagName?(i.children[0].setAttribute("class","MarkerselectionMapStyle"),this.selectedMarkerElementId.push(i.children[0].id)):(i.setAttribute("class","MarkerselectionMapStyle"),this.selectedMarkerElementId.push(i.id)))},n.prototype.markerInitialSelection=function(e,t,i,o,n){var a=i.selectionSettings;if(a.enable)for(var l=0;l<i.dataSource.length;l++){var r=i.dataSource[l];if(r.latitude===o&&r.longitude===n){var s=this.element.id+"_LayerIndex_"+e+"_MarkerIndex_"+t+"_dataIndex_"+l;this.markerSelection(a,this,Pe(s),r)}}},n.prototype.renderArea=function(){var e=this.mapsArea.border.width,i=this.mapsArea.background;if(e>0||i||this.themeStyle.areaBackgroundColor){var o={opacity:t.isNullOrUndefined(this.mapsArea.border.opacity)?1:this.mapsArea.border.opacity,color:this.mapsArea.border.color,width:this.mapsArea.border.width},n=new bt(this.element.id+"_MapAreaBorder",i||this.themeStyle.areaBackgroundColor,o,1,this.mapAreaRect);this.svgObject.appendChild(this.renderer.drawRectangle(n))}},n.prototype.addTabIndex=function(){this.element.setAttribute("aria-label",this.description||"Maps Element"),this.element.setAttribute("role","region"),this.element.tabIndex=this.tabIndex},n.prototype.setSecondaryElementPosition=function(){var e=Oe(this.element.id+"_Secondary_Element"),i=this.element.getBoundingClientRect(),o=Oe(this.element.id+"_svg");if(!t.isNullOrUndefined(o)){var n=o.getBoundingClientRect();e.style.left=Math.max(n.left-i.left,0)+"px",e.style.top=Math.max(n.top-i.top,0)+"px"}},n.prototype.zoomingChange=function(){var e,i;if(Oe(this.element.id+"_Layer_Collections")&&this.zoomModule&&(this.zoomModule.layerCollectionEle=Oe(this.element.id+"_Layer_Collections")),this.isTileMap&&Oe(this.element.id+"_Tile_SVG")&&Oe(this.element.id+"_tile_parent")){var o=Oe(this.element.id+"_tile_parent"),n=Oe(this.element.id+"_Tile_SVG"),a=Oe(this.element.id+"_Tile_SVG_Parent"),l=o.getBoundingClientRect(),r=n.getBoundingClientRect();e=l.left-r.left,i=l.top-r.top,a.style.left=e+"px",a.style.top=i+"px",!t.isNullOrUndefined(this.legendModule)&&this.legendModule.totalPages.length>0&&(o.style.width=n.style.width=this.legendModule.legendTotalRect.width.toString(),o.style.height=n.style.height=this.legendModule.legendTotalRect.height.toString(),a.style.width=this.legendModule.legendTotalRect.width+"px",a.style.height=this.legendModule.legendTotalRect.height+"px");var s=document.getElementsByClassName("template");if(!t.isNullOrUndefined(s)&&s.length>0)for(h=0;h<s.length;h++){var d=s[h];d.style.left=e+"px",d.style.top=i+"px"}}if(this.zoomSettings.zoomFactor>=0){this.zoomModule&&this.zoomModule.toolBarGroup&&this.zoomSettings.enable&&this.zoomModule.alignToolBar();var p=document.getElementById(this.element.id+"_Layer_Collections");if(!t.isNullOrUndefined(p)&&p.childElementCount>0)for(var h=0;h<p.childNodes.length;h++){var m=p.childNodes[h];if("g"===m.tagName&&-1===m.id.indexOf("_Legend_Group"))for(var c=parseFloat(m.id.split("_LayerIndex_")[1].split("_")[0]),u=0;u<m.childNodes.length;u++){var g=m.childNodes[u];g.id.indexOf("_Markers_Group")>-1||g.id.indexOf("_bubble_Group")>-1||g.id.indexOf("_dataLableIndex_Group")>-1||We(g,c,this.scale,this)}}this.zoomModule&&(this.previousScale!==this.scale||this.zoomNotApplied||this.isZoomByPosition)&&this.zoomModule.applyTransform(this,!0)}},n.prototype.createSecondaryElement=function(){if(t.isNullOrUndefined(document.getElementById(this.element.id+"_Secondary_Element"))){var e=t.createElement("div",{id:this.element.id+"_Secondary_Element"});e.style.cssText="position: relative;z-index:2;",this.element.appendChild(e)}},n.prototype.getMinMaxLatitudeLongitude=function(){var e=document.getElementById(this.element.id);if(t.isNullOrUndefined(e))return{minLatitude:0,maxLatitude:0,minLongitude:0,maxLongitude:0};var i=e.getBoundingClientRect(),o=Me(this.margin.left),n=this.isTileMap?this.pointToLatLong(this.mapAreaRect.x-o,-this.mapAreaRect.y):this.getGeoLocation(0,this.mapAreaRect.x+i.left,this.mapAreaRect.y),a=this.isTileMap?this.pointToLatLong(this.mapAreaRect.width,this.mapAreaRect.height-this.mapAreaRect.y):this.getGeoLocation(0,this.mapAreaRect.x+i.left+this.mapAreaRect.width,this.mapAreaRect.y+this.mapAreaRect.height);return{minLatitude:n.latitude,maxLatitude:a.latitude,minLongitude:n.longitude,maxLongitude:a.longitude}},n.prototype.arrangeTemplate=function(){var e=this;document.getElementById(this.element.id+"_Legend_Border")&&(document.getElementById(this.element.id+"_Legend_Border").style.pointerEvents="none");var i=document.getElementsByClassName(this.element.id+"_template");!t.isNullOrUndefined(i)&&i.length>0&&Oe(this.element.id+"_Layer_Collections")&&!this.isTileMap&&Array.prototype.forEach.call(i,function(i){var o=0,n=0;if(!t.isNullOrUndefined(i)&&i.childElementCount>0){var a=Oe(e.element.id+"_Layer_Collections").getBoundingClientRect(),l=Oe(i.id).getBoundingClientRect();-1===i.id.indexOf("Marker")&&(o=e.isTileMap?0:a.left<l.left?-Math.abs(l.left-a.left):Math.abs(l.left-a.left),n=e.isTileMap?0:a.top<l.top?-Math.abs(l.top-a.top):Math.abs(l.top-a.top)),Array.prototype.forEach.call(i.childNodes,function(t){if(-1!==t.id.indexOf("Marker")){if("hidden"!==t.style.visibility){var i=Oe(t.id).getBoundingClientRect();t.style.left=parseFloat(t.style.left)-(e.isTileMap?0:i.width/2)+"px",t.style.top=parseFloat(t.style.top)-(e.isTileMap?0:i.height/2)+"px"}}else t.style.left=parseFloat(t.style.left)+o+"px",t.style.top=parseFloat(t.style.top)+n+"px",t.style.transform="translate(-50%, -50%)"})}})},n.prototype.createTile=function(){var e=this.layersCollection[0];if(e.isBaseLayer&&!t.isNullOrUndefined(e.urlTemplate)&&""!==e.urlTemplate&&t.isNullOrUndefined(e.shapeData)){fe(this.element.id+"_tile_parent"),fe(this.element.id+"_tiles"),fe("animated_tiles");var i=t.createElement("div",{id:this.element.id+"_tile_parent"}),o=Me(this.margin.right);i.style.cssText="position: absolute; left: "+this.mapAreaRect.x+"px; right: "+o+"px; top: "+(this.mapAreaRect.y+0)+"px; height: "+this.mapAreaRect.height+"px; width: "+this.mapAreaRect.width+"px; overflow: hidden;";var n=t.createElement("div",{id:this.element.id+"_tiles"});n.style.cssText="position: absolute; left: "+this.mapAreaRect.x+"px; right: "+o+"px; top: "+(this.mapAreaRect.y+0)+"px; height: "+this.mapAreaRect.height+"px; width: "+this.mapAreaRect.width+"px; overflow: hidden;",this.element.appendChild(i),this.element.appendChild(n)}},n.prototype.initPrivateVariable=function(){if(""===this.element.id){var e=document.getElementsByClassName("e-maps").length;this.element.id="maps_control_"+e}this.renderer=new i.SvgRenderer(this.element.id),this.mapLayerPanel=new xi(this)},n.prototype.findBaseAndSubLayers=function(){var e=this,i=this.baseLayerIndex,o=[],n=[];this.layersCollection=[],Array.prototype.forEach.call(this.layers,function(e){"Layer"===e.type?o.push(e):n.push(e)});for(var a=0;a<o.length;a++){var l=o[a];if(l.visible&&i===a){l.isBaseLayer=!0,this.isTileMap=!!t.isNullOrUndefined(l.shapeData),this.layersCollection.push(l);break}if(a===o.length-1){this.layersCollection.push(o[0]);break}}n.map(function(t){t.visible&&e.layersCollection.push(t)})},n.prototype.renderBorder=function(){var e=this.border.width,i=this.svgObject.querySelector("#"+this.element.id+"_MapBorder");if((e>0||this.background||this.themeStyle.backgroundColor)&&t.isNullOrUndefined(i)){var o={opacity:t.isNullOrUndefined(this.border.opacity)?1:this.border.opacity,color:this.border.color,width:this.border.width},n=new bt(this.element.id+"_MapBorder",this.background||this.themeStyle.backgroundColor,o,1,new _t(e/2,e/2,this.availableSize.width-e,this.availableSize.height-e));this.svgObject.appendChild(this.renderer.drawRectangle(n))}else i.setAttribute("fill",this.background||this.themeStyle.backgroundColor)},n.prototype.renderTitle=function(e,i,o,n){var a,l={size:e.textStyle.size,color:e.textStyle.color,fontFamily:e.textStyle.fontFamily,fontWeight:e.textStyle.fontWeight,fontStyle:e.textStyle.fontStyle,opacity:e.textStyle.opacity},r=Me(this.margin.top),s=Me(this.margin.bottom),d=Me(this.margin.left),p=Me(this.margin.right),h=Math.abs(d+p-this.availableSize.width);if(l.fontFamily=t.isNullOrUndefined(l.fontFamily)?this.themeStyle.fontFamily:l.fontFamily,l.fontWeight=l.fontWeight||this.themeStyle.titleFontWeight,l.size="title"===i?l.size||this.themeStyle.titleFontSize:l.size||this.themeStyle.subTitleFontSize||st.mapsSubTitleFont.size,e.text){t.isNullOrUndefined(n)&&(n=this.renderer.createGroup({id:this.element.id+"_Title_Group"}));var m=ge(h,e.text,l),c=O(m,l),u=ye(t.isNullOrUndefined(o)?new _t(d,r,this.availableSize.width,this.availableSize.height):o,t.isNullOrUndefined(e.alignment)?"Center":e.alignment,c,i),g=new gt(this.element.id+"_Map_"+i,u.x,u.y,"start",m),y=new _t(u.x,u.y,c.width,c.height),f=M(g,l,l.color||("title"===i?this.themeStyle.titleFontColor:this.themeStyle.subTitleFontColor),n);f.setAttribute("aria-label",e.text),f.setAttribute("role","region"),("title"===i&&!e.subtitleSettings.text||"subtitle"===i)&&(a=Math.abs(y.y+s-this.availableSize.height),this.mapAreaRect=new _t(d,y.y+10,h,a-10)),"subtitle"!==i&&e.subtitleSettings.text?this.renderTitle(e.subtitleSettings,"subtitle",y,n):this.svgObject.appendChild(n)}else a=Math.abs(r+s-this.availableSize.height),this.mapAreaRect=new _t(d,r,h,a)},n.prototype.createSVG=function(){this.removeSvg(),r(this)},n.prototype.removeSvg=function(){if(fe(this.element.id+"_Secondary_Element"),fe(this.element.id+"_tile_parent"),fe(this.element.id+"_tiles"),this.svgObject){for(;this.svgObject.childNodes.length>0;)this.svgObject.removeChild(this.svgObject.firstChild);!this.svgObject.hasChildNodes()&&this.svgObject.parentNode&&t.remove(this.svgObject)}this.clearTemplate()},n.prototype.wireEVents=function(){t.EventHandler.add(this.element,"click",this.mapsOnClick,this),t.EventHandler.add(this.element,"contextmenu",this.mapsOnRightClick,this),t.EventHandler.add(this.element,"dblclick",this.mapsOnDoubleClick,this),t.EventHandler.add(this.element,t.Browser.touchStartEvent,this.mouseDownOnMap,this),t.EventHandler.add(this.element,t.Browser.touchMoveEvent,this.mouseMoveOnMap,this),t.EventHandler.add(this.element,t.Browser.touchEndEvent,this.mouseEndOnMap,this),t.EventHandler.add(this.element,"pointerleave mouseleave",this.mouseLeaveOnMap,this),t.EventHandler.add(this.element,"keydown",this.keyDownHandler,this),t.EventHandler.add(this.element,"keyup",this.keyUpHandler,this),this.resizeEvent=this.mapsOnResize.bind(this),window.addEventListener(t.Browser.isTouch&&"orientation"in window&&"onorientationchange"in window?"orientationchange":"resize",this.resizeEvent)},n.prototype.unWireEVents=function(){t.EventHandler.remove(this.element,"click",this.mapsOnClick),t.EventHandler.remove(this.element,"contextmenu",this.mapsOnRightClick),t.EventHandler.remove(this.element,"dblclick",this.mapsOnDoubleClick),t.EventHandler.remove(this.element,t.Browser.touchStartEvent,this.mouseDownOnMap),t.EventHandler.remove(this.element,t.Browser.touchMoveEvent,this.mouseMoveOnMap),t.EventHandler.remove(this.element,t.Browser.touchEndEvent,this.mouseEndOnMap),t.EventHandler.remove(this.element,"pointerleave mouseleave",this.mouseLeaveOnMap),t.EventHandler.remove(this.element,"keydown",this.keyDownHandler),t.EventHandler.remove(this.element,"keyup",this.keyUpHandler),window.removeEventListener(t.Browser.isTouch&&"orientation"in window&&"onorientationchange"in window?"orientationchange":"resize",this.resizeEvent)},n.prototype.mouseLeaveOnMap=function(e){document.getElementsByClassName("highlightMapStyle").length>0&&this.legendModule&&(this.legendModule.removeShapeHighlightCollection(),Be(document.getElementsByClassName("highlightMapStyle")[0]))},n.prototype.keyUpHandler=function(e){var t=e.target.id;this.isTileMap&&this.removeTileMap(),"Tab"===e.code&&t.indexOf("_LayerIndex_")>-1&&t.indexOf("shapeIndex")>-1?this.keyboardHighlightSelection(t,e):-1===t.indexOf("_LayerIndex_")&&-1===t.indexOf("shapeIndex")&&Ie("highlightMapStyle").length>0&&(Be(Ie("highlightMapStyle")[0]),this.legendSettings.visible&&this.legendModule&&this.legendModule.removeShapeHighlightCollection())},n.prototype.keyboardHighlightSelection=function(e,i){var o=i.type,n=parseInt(e.split("_LayerIndex_")[1].split("_")[0],10),a=parseInt(e.split("_shapeIndex_")[1].split("_")[0],10),l=this.layers[n].shapeData.features.length>a?this.layers[n].shapeData.features[a].properties:null,r=parseInt(e.split("_dataIndex_")[1].split("_")[0],10),s=t.isNullOrUndefined(r)?null:this.layers[n].dataSource[r];this.layers[n].selectionSettings.enable&&"keydown"===o&&this.selectionModule?(this.selectionModule.selectionsettings=this.layers[n].selectionSettings,this.selectionModule.selectionType="Shape",this.selectionModule.selectElement(i.target,n,s,l)):this.highlightModule&&this.layers[n].highlightSettings.enable&&"keyup"===o&&!i.target.classList.contains("ShapeselectionMapStyle")&&(this.highlightModule.highlightSettings=this.layers[n].highlightSettings,this.highlightModule.handleHighlight(i.target,n,s,l))},n.prototype.keyDownHandler=function(e){var i=this.zoomModule,o=e.target.id;if(("ArrowUp"===e.code||"ArrowDown"===e.code||"ArrowLeft"===e.code||"ArrowRight"===e.code)&&i){var n=document.getElementById(this.element.id+"_animated_tiles");this.isTileMap&&!t.isNullOrUndefined(n)&&(this.currentTiles=n.cloneNode(!0))}if(this.zoomSettings.enable&&i&&("+"===e.key||"Equal"===e.code))i.performZoomingByToolBar("zoomin");else if(this.zoomSettings.enable&&i&&("-"===e.key||"Minus"===e.code))i.performZoomingByToolBar("zoomout");else if(this.zoomSettings.enable&&i&&82===e.keyCode)i.performZoomingByToolBar("reset"),i.isPanModeEnabled=!1;else if(this.zoomSettings.enable&&this.zoomSettings.enablePanning&&i&&("ArrowUp"===e.code||"ArrowDown"===e.code))e.preventDefault(),i.mouseDownLatLong.x=0,i.mouseMoveLatLong.y=this.mapAreaRect.height/7,i.panning("None",i.mouseDownLatLong.x,"ArrowUp"===e.code?-i.mouseMoveLatLong.y:i.mouseMoveLatLong.y,e),i.mouseDownLatLong.y=i.mouseMoveLatLong.y;else if(this.zoomSettings.enable&&this.zoomSettings.enablePanning&&i&&("ArrowLeft"===e.code||"ArrowRight"===e.code))e.preventDefault(),i.mouseDownLatLong.y=0,i.mouseMoveLatLong.x=this.mapAreaRect.width/7,i.panning("None","ArrowLeft"===e.code?-i.mouseMoveLatLong.x:i.mouseMoveLatLong.x,i.mouseDownLatLong.y,e),i.mouseDownLatLong.x=i.mouseMoveLatLong.x;else if("Enter"===e.code){if(o=e.target.id,e.preventDefault(),this.legendModule&&(o.indexOf("_Left_Page_Rect")>-1||o.indexOf("_Right_Page_Rect")>-1)){this.mapAreaRect=this.legendModule.initialMapAreaRect,this.legendModule.currentPage=o.indexOf("_Left_Page_")>-1?this.legendModule.currentPage-1:this.legendModule.currentPage+1,this.legendModule.legendGroup=this.renderer.createGroup({id:this.element.id+"_Legend_Group"}),this.legendModule.drawLegendItem(this.legendModule.currentPage);var a=document.getElementById(this.element.id+"_Paging_Text").textContent.split("/").map(Number);o.indexOf("_Left_Page_Rect")>-1?(1!==a[0]&&e.target.focus(),e.target.style.outlineColor=a[0]-1!==a[1]?"":"transparent"):o.indexOf("_Right_Page_Rect")>-1&&(a[0]!==a[1]&&e.target.focus(),e.target.style.outlineColor=a[0]!==a[1]+1?"":"transparent"),ke(this.element.id+"_Legend_Border",this.element.id)&&(ke(this.element.id+"_Legend_Border",this.element.id).style.pointerEvents="none")}o.indexOf("shapeIndex")>-1&&this.keyboardHighlightSelection(o,e)}this.zoomModule&&this.zoomModule.removeToolbarOpacity(this.isTileMap?Math.round(this.tileZoomLevel):this.mapScaleValue,this.mouseMoveId)},n.prototype.SelectedElement=function(e){var t=!1;return"ShapeselectionMapStyle"===e.getAttribute("class")&&(t=!0),t},n.prototype.mapsOnClick=function(e){var i=this,o=e.target,n=o.id,a=null,l=null;if(this.mouseClickEvent={x:e.x,y:e.y},-1===o.id.indexOf("_ToolBar")){var r=this.getClickLocation(n,e.pageX,e.pageY,o,e.layerX,e.layerY);t.isNullOrUndefined(r)||(a=r.latitude,l=r.longitude);var s={cancel:!1,name:"click",target:n,x:e.clientX,y:e.clientY,latitude:a,longitude:l,isShapeSelected:this.SelectedElement(o)};this.onclick?(s.name="onclick",this.trigger("onclick",s,function(t){i.clickHandler(e,s,o)})):this.trigger("click",s,function(t){i.clickHandler(e,s,o)})}this.zoomModule&&(this.zoomModule.removeToolbarOpacity(this.isTileMap?Math.round(this.tileZoomLevel):this.mapScaleValue,n),this.isDevice&&this.zoomModule.removeToolbarClass("","","","",""))},n.prototype.clickHandler=function(e,t,i){i.id.indexOf("shapeIndex")>-1&&(this.mergeCluster(),Pe(this.element.id+"_mapsTooltip")&&this.mapsTooltipModule.tooltipTargetID.indexOf("_MarkerIndex_")>-1&&fe(this.element.id+"_mapsTooltip")),this.markerModule&&this.markerModule.markerClusterClick(e),t.cancel||this.notify("click",i),t.cancel||-1===i.id.indexOf("shapeIndex")||this.triggerShapeSelection(i)},n.prototype.triggerShapeSelection=function(e){var i=parseInt(e.id.split("_LayerIndex_")[1].split("_")[0],10),o=Te(e.id,this.layers[i].selectionSettings,this,"shapeSelected");o.cancel||!this.selectionModule||t.isNullOrUndefined(this.shapeSelected)?o.cancel&&this.selectionModule&&t.isNullOrUndefined(o.data)&&(Be(e),this.selectionModule.removedSelectionList(e)):Ee(this.selectionModule.selectionType+"selectionMap",this.selectionModule.selectionType+"selectionMapStyle",o)},n.prototype.getMarkerClickLocation=function(e,t,i,o,n,a){document.getElementById(this.element.id+"_svg").style.cursor="grabbing";var l=Pe(n.targetId),r=this.getClickLocation(n.targetId,e,t,l,i,o),s=this.isTileMap?c(new Mt(r.longitude,r.latitude),this.tileZoomLevel,this.tileTranslatePoint,!0):h(r.latitude,r.longitude,this.mapLayerPanel.currentFactor,this.layersCollection[n.layerIndex],this),d=this.translatePoint,p=this.isTileMap?s.x:(s.x+d.x)*this.scale,m=this.isTileMap?s.y:(s.y+d.y)*this.scale;if("Balloon"!==this.markerDragArgument.shape?l.setAttribute("transform","translate( "+p+" "+m+" )"):l.parentElement.setAttribute("transform","translate( "+p+" "+m+" )"),a){var u=this.layers[n.layerIndex].markerSettings[n.markerIndex];r=this.getClickLocation(n.targetId,e-u.offset.x,t-u.offset.y,l,i-u.offset.x,o-u.offset.y)}return r},n.prototype.getClickLocation=function(e,i,o,n,a,l,r){var d,p=0;if(-1===e.indexOf("_LayerIndex_")||this.isTileMap||t.isNullOrUndefined(r)&&(parseInt(this.mouseDownEvent.x,10)!==parseInt(this.mouseClickEvent.x,10)||parseInt(this.mouseDownEvent.y,10)!==parseInt(this.mouseClickEvent.y,10)))this.isTileMap&&(!t.isNullOrUndefined(r)||parseInt(this.mouseDownEvent.x,10)===parseInt(this.mouseClickEvent.x,10)&&parseInt(this.mouseDownEvent.y,10)===parseInt(this.mouseClickEvent.y,10))&&(d=this.getTileGeoLocation(a,l));else if(p=parseFloat(e.split("_LayerIndex_")[1].split("_")[0]),"Normal"===this.layers[p].geometryType)if(e.indexOf("_shapeIndex_")>-1){var h=n.parentElement,m=s(i,o,h.id.indexOf("_Point_Group")>-1||h.id.indexOf("_LineString_Group")>-1||h.id.indexOf("_MultiLineString_Group")>-1||h.id.indexOf("_Polygon_Group")>-1?h.parentElement:h),c=this.mapLayerPanel.currentFactor*this.mapScaleValue,u=Math.abs(-this.baseMapBounds.longitude.min*c),g=Math.abs(this.baseMapBounds.latitude.max*c);d={latitude:Math.abs(this.baseMapBounds.latitude.max-m.y/c),longitude:Math.abs(m.x/c+this.baseMapBounds.longitude.min)},this.baseMapBounds.longitude.min<0&&u>m.x&&(d.longitude=-d.longitude),this.baseMapBounds.latitude.min<0&&g>m.y&&(d.latitude=-d.latitude)}else if(e.indexOf("_MarkerIndex_")>-1&&this.markerModule&&!this.markerDragArgument){var y=parseInt(e.split("_MarkerIndex_")[1].split("_")[0],10),f=parseInt(e.split("_dataIndex_")[1].split("_")[0],10);if(isNaN(y)||isNaN(f))d={latitude:null,longitude:null};else{var b=this.layers[p].markerSettings[y].dataSource[f];d={latitude:b.latitude,longitude:b.longitude}}}else if(e.indexOf("_MarkerIndex_")>-1&&this.markerModule&&this.markerDragArgument){var v=document.getElementById(this.element.id+"_LayerIndex_"+this.markerDragArgument.layerIndex).getBoundingClientRect(),S=new Mt(i>v.left?Math.abs(v.left-i):0,o>v.top?Math.abs(v.top-o):0),u=Math.abs(-this.baseMapBounds.longitude.min*this.mapLayerPanel.currentFactor),g=Math.abs(this.baseMapBounds.latitude.max*this.mapLayerPanel.currentFactor);d={latitude:Math.abs(this.baseMapBounds.latitude.max-S.y/(this.mapLayerPanel.currentFactor*this.scale)),longitude:Math.abs(S.x/(this.mapLayerPanel.currentFactor*this.scale)+this.baseMapBounds.longitude.min)},this.baseMapBounds.longitude.min<0&&u>S.x&&(d.longitude=-d.longitude),this.baseMapBounds.latitude.min<0&&g>S.y&&(d.latitude=-d.latitude)}else d={latitude:null,longitude:null};else d=this.getGeoLocation(p,i,o);return d},n.prototype.removeTileMap=function(){var e=document.getElementById(this.element.id+"_animated_tiles");if(!t.isNullOrUndefined(this.currentTiles)&&e.childElementCount<this.currentTiles.childElementCount)for(var i=e.childElementCount-1;i>=this.currentTiles.childElementCount;i--)e.removeChild(e.children[i]);this.currentTiles=null},n.prototype.mouseEndOnMap=function(e){var i,o,n,a=0,l=0;if(-1!==e.type.indexOf("touch")?(this.isTouch=!0,a=i=(n=e).changedTouches[0].pageX,l=(o=n.changedTouches[0].pageY)-(this.isTileMap?10:0),this.mouseClickEvent={x:i,y:o}):(this.isTouch="touch"===e.pointerType,i=e.pageX,o=e.pageY,a=e.layerX,l=e.layerY-(this.isTileMap?10:0)),this.isTileMap&&this.removeTileMap(),this.isTouch&&(this.titleTooltip(e,i,o,!0),t.isNullOrUndefined(this.legendModule)||this.legendTooltip(e,e.pageX,e.pageY,!0)),this.notify(t.Browser.touchEndEvent,e),e.cancelable&&!this.isTouch&&e.preventDefault(),t.isNullOrUndefined(this.markerDragArgument))document.getElementById(this.element.id+"_svg").style.cursor="auto";else{var r=this.markerDragArgument;this.mouseClickEvent.x=this.mouseDownEvent.x,this.mouseClickEvent.y=this.mouseDownEvent.y;var s=this.getMarkerClickLocation(i,o,a,l,this.markerDragArgument,!0),d=this.layers[r.layerIndex].markerSettings[r.markerIndex];document.getElementById(this.element.id+"_svg").style.cursor=d.enableDrag?"pointer":"grabbing";var p={name:"markerDragEnd",x:i,y:o,latitude:s.latitude,longitude:s.longitude,layerIndex:r.layerIndex,markerIndex:r.markerIndex,dataIndex:r.dataIndex};if(t.isNullOrUndefined(d.latitudeValuePath)&&t.isNullOrUndefined(d.longitudeValuePath)){var h=d.dataSource[r.dataIndex];t.isNullOrUndefined(h.Longitude)||t.isNullOrUndefined(h.Latitude)?(d.dataSource[r.dataIndex].latitude=p.latitude,d.dataSource[r.dataIndex].longitude=p.longitude):(d.dataSource[r.dataIndex].Latitude=p.latitude,d.dataSource[r.dataIndex].Longitude=p.longitude)}else d.dataSource[r.dataIndex][d.latitudeValuePath]=p.latitude,d.dataSource[r.dataIndex][d.longitudeValuePath]=p.longitude;this.markerDragId="",this.markerDragArgument=null,this.trigger("markerDragEnd",p)}return this.zoomModule&&this.isDevice&&(this.zoomModule.removeToolbarOpacity(this.isTileMap?Math.round(this.tileZoomLevel):this.scale,this.element.id+"_Zooming_"),this.zoomModule.removeToolbarClass("","","","","")),!1},n.prototype.mouseDownOnMap=function(e){this.mouseDownEvent={x:e.x,y:e.y},-1!==e.type.indexOf("touch")&&e.changedTouches&&(this.mouseDownEvent={x:e.changedTouches[0].pageX,y:e.changedTouches[0].pageY}),this.isDevice&&!t.isNullOrUndefined(this.mapsTooltipModule)&&this.mapsTooltipModule.renderTooltip(e);var i=e.target;this.markerDragId=i.id;var o=document.getElementById(this.element.id+"_animated_tiles");if(this.isTileMap&&!t.isNullOrUndefined(o)&&(this.currentTiles=o.cloneNode(!0)),-1===i.id.indexOf("_ToolBar")){var n=this.markerModule;(i.id.indexOf("shapeIndex")>-1||i.id.indexOf("Tile")>-1)&&this.mergeCluster(),n&&(n.markerClick(e),n.markerClusterClick(e)),this.bubbleModule&&this.bubbleModule.bubbleClick(e)}this.notify(t.Browser.touchStartEvent,e)},n.prototype.mergeCluster=function(){this.markerModule&&this.markerModule.sameMarkerData.length>0&&(!this.zoomModule||this.zoomModule.isSingleClick)&&(j(this.markerModule.sameMarkerData,this),this.markerModule.sameMarkerData=[])},n.prototype.mapsOnRightClick=function(e){var i=e.target,o=i.id,n=null,a=null;if(this.mouseClickEvent=this.mouseDownEvent={x:e.x,y:e.y},-1===i.id.indexOf("_ToolBar")){var l=this.getClickLocation(o,e.pageX,e.pageY,i,e.layerX,e.layerY);t.isNullOrUndefined(l)||(n=l.latitude,a=l.longitude);var r={cancel:!1,name:"rightClick",target:o,x:e.clientX,y:e.clientY,latitude:n,longitude:a,isShapeSelected:!1};this.trigger("rightClick",r)}},n.prototype.mapsOnDoubleClick=function(e){this.notify("dblclick",e);var t,i=e.target,o=i.id,n=0,a=null,l=null;if(-1===i.id.indexOf("_ToolBar")){-1===i.id.indexOf("_LayerIndex_")||this.isTileMap||this.mouseDownEvent.x!==e.clientX||this.mouseDownEvent.y!==e.clientY?this.isTileMap&&this.mouseDownEvent.x===e.clientX&&this.mouseDownEvent.y===e.clientY&&(a=(t=this.getTileGeoLocation(e.layerX,e.layerY)).latitude,l=t.longitude):(n=parseFloat(i.id.split("_LayerIndex_")[1].split("_")[0]),a=(t=this.getGeoLocation(n,e.layerX,e.layerY)).latitude,l=t.longitude);var r={cancel:!1,name:"doubleClick",x:e.clientX,y:e.clientY,target:o,latitude:a,longitude:l,isShapeSelected:null};this.trigger("doubleClick",r)}},n.prototype.mouseMoveOnMap=function(e){var i;i="touchmove"===e.type?e.target:i=e.target,this.markerModule&&(this.markerModule.markerMove(e),this.markerModule.markerClusterMouseMove(e)),this.bubbleModule&&this.bubbleModule.bubbleMove(e),-1===i.id.indexOf("MarkerIndex")&&(document.getElementById(this.element.id+"_svg").style.cursor="auto"),this.onMouseMove(e),this.notify(t.Browser.touchMoveEvent,e)},n.prototype.onMouseMove=function(e){var i=e.target;this.mouseMoveId=i.id;var o,n,a=null,l=0,r=0;if(-1===e.type.indexOf("touch")?(o=e.pageX,n=e.pageY,l=e.layerX,r=e.layerY-(this.isTileMap?10:0),this.titleTooltip(e,e.pageX,e.pageY),t.isNullOrUndefined(this.legendModule)||this.legendTooltip(e,e.pageX,e.pageY,!0)):(l=o=(a=e.touches)[0].clientX,r=n=a[0].clientY-(this.isTileMap?10:0)),!t.isNullOrUndefined(this.markerDragArgument)){var s=this.markerDragArgument;this.mouseClickEvent.x=this.mouseDownEvent.x,this.mouseClickEvent.y=this.mouseDownEvent.y,this.getMarkerClickLocation(o,n,l,r,s,!1)}return this.zoomModule&&this.zoomModule.removeToolbarOpacity(this.isTileMap?Math.round(this.tileZoomLevel):this.scale,e.target.id),!1},n.prototype.legendTooltip=function(e,t,i,o){var n,a,l=e.target.id,r=this.legendModule.currentPage,s=e.target.id.split("_Index_")[1];r=this.legendModule.totalPages.length<=this.legendModule.currentPage?this.legendModule.totalPages.length-1:this.legendModule.currentPage<0?0:this.legendModule.currentPage;for(var d=0!==this.legendModule.totalPages.length?this.legendModule.totalPages[r].Collection.length:this.legendModule.totalPages.length,p=0;p<d;p++)n=(a=this.legendModule.totalPages[r].Collection[p]).DisplayText,l=e.target.id,s=e.target.id.split("_Index_")[1],l===this.element.id+"_Legend_Text_Index_"+s&&e.target.textContent.indexOf("...")>-1&&a.idIndex===parseInt(s,10)&&je(n,this.legendSettings.textStyle.size,t,i,this.element.offsetWidth,this.element.offsetHeight,this.element.id+"_EJ2_Legend_Text_Tooltip",Pe(this.element.id+"_Secondary_Element"),o);l!==this.element.id+"_Legend_Text_Index_"+s&&fe(this.element.id+"_EJ2_Legend_Text_Tooltip")},n.prototype.titleTooltip=function(e,t,i,o){var n=e.target.id;n===this.element.id+"_LegendTitle"&&e.target.textContent.indexOf("...")>-1?je(this.legendSettings.title.text,this.legendSettings.titleStyle.size,t,i,this.element.offsetWidth,this.element.offsetHeight,this.element.id+"_EJ2_LegendTitle_Tooltip",Pe(this.element.id+"_Secondary_Element"),o):fe(this.element.id+"_EJ2_LegendTitle_Tooltip"),n===this.element.id+"_Map_title"&&e.target.textContent.indexOf("...")>-1?je(this.titleSettings.text,this.titleSettings.textStyle.size||this.themeStyle.titleFontSize,t,i,this.element.offsetWidth,this.element.offsetHeight,this.element.id+"_EJ2_Title_Tooltip",Pe(this.element.id+"_Secondary_Element"),o):fe(this.element.id+"_EJ2_Title_Tooltip")},n.prototype.mapsOnResize=function(e){var i=this;if(!this.isDestroyed&&!this.isExportInitialTileMap){this.isResize=this.isReset=!0;var o={cancel:!1,name:"resize",previousSize:this.availableSize,currentSize:l(this),maps:this};this.trigger("resize",o),o.cancel||(this.resizeTo&&clearTimeout(this.resizeTo),!t.isNullOrUndefined(this.element)&&this.element.classList.contains("e-maps")&&(this.resizeTo=setTimeout(function(){i.unWireEVents(),i.createSVG(),i.refreshing=!0,i.wireEVents(),i.render(),i.refreshing=!1},500)))}return!1},n.prototype.zoomByPosition=function(e,i){if(!this.isDestroyed){this.zoomNotApplied=this.isMarkerZoomCompleted=!1;var o=this.zoomSettings.zoomFactor===i;this.previousProjection=null,!this.isTileMap&&this.zoomModule?t.isNullOrUndefined(e)?(this.zoomSettings.zoomFactor=i,this.isZoomByPosition=!0,this.mapScaleValue=null):(this.zoomSettings.zoomFactor=i,o=this.centerPosition.latitude===e.latitude&&this.centerPosition.longitude===e.longitude||o,this.centerPosition=e,this.isZoomByPosition=!0,this.mapScaleValue=null):this.zoomModule&&(this.tileZoomLevel=this.zoomSettings.zoomFactor=i,o=this.centerPosition.latitude===e.latitude&&this.centerPosition.longitude===e.longitude||o,this.centerPosition=e,this.isZoomByPosition=!0),o&&this.refresh()}},n.prototype.panByDirection=function(e,t){if(!this.isDestroyed){var i=0,o=0;switch(e){case"Left":i=-this.mapAreaRect.width/7;break;case"Right":i=this.mapAreaRect.width/7;break;case"Top":o=-this.mapAreaRect.height/7;break;case"Bottom":o=this.mapAreaRect.height/7}this.zoomModule&&this.zoomModule.panning(e,i,o,t)}},n.prototype.addLayer=function(e){if(!this.isDestroyed){var t=this.layers;t.push(e),this.isAddLayer=!0,this.layers=t}},n.prototype.removeLayer=function(e){if(!this.isDestroyed){var t=this.layers;t.splice(e,1),this.layers=t}},n.prototype.addMarker=function(e,i){if(!this.isDestroyed&&!t.isNullOrUndefined(this.markerModule)){var o=document.getElementById(this.element.id+"_LayerIndex_"+e);if(i.length>0&&o){for(var n=0,a=i;n<a.length;n++){var l=a[n];this.layersCollection[e].markerSettings.push(new mi(this,"markerSettings",l))}this.markerModule.markerRender(this,o,e,this.mapLayerPanel.currentFactor,"AddMarker"),this.arrangeTemplate()}}},n.prototype.shapeSelection=function(e,i,o,n){if(!this.isDestroyed&&!t.isNullOrUndefined(this.layers[e])){var a=void 0,l=void 0,r=Array.isArray(i)?i:Array(i);t.isNullOrUndefined(n)&&(n=!0);var s=this.layers[e].selectionSettings;if(!s.enableMultiSelect&&this.legendSelection&&n&&this.removeShapeSelection(),"SubLayer"===this.layers[e].type)for(y=0;y<this.layersCollection.length;y++)if(this.layersCollection[y].shapeData===this.layers[e].shapeData){l=y;break}if(!t.isNullOrUndefined(s)&&s.enable)for(var d=void 0,p=void 0,h=void 0,m=void 0,c=void 0,u=void 0,g=this.layers[e].shapeData.features,y=0;y<g.length;y++)for(var f=0;f<r.length;f++){var b=void 0;if((!t.isNullOrUndefined(g[y].properties[r[f]])&&isNaN(g[y].properties[r[f]])?g[y].properties[r[f]].toLowerCase():g[y].properties[r[f]])===(t.isNullOrUndefined(o)||"string"!=typeof o?o:o.toLowerCase())){t.isNullOrUndefined(this.layers[e].shapeSettings.colorValuePath)||(b=de(this.layers[e].dataSource,g[y].properties,this.layers[e].shapeDataPath,this.layers[e].shapePropertyPath,this.layers[e]));var v=this.layers[e];if(this.baseLayerIndex>=0&&v.isBaseLayer?m=0:"SubLayer"===this.layers[e].type&&(m=l),d=this.element.id+"_LayerIndex_"+m+"_shapeIndex_"+y+"_dataIndex_"+b,a=Pe(d),t.isNullOrUndefined(b)&&t.isNullOrUndefined(a)&&(a=Pe(d=this.element.id+"_LayerIndex_"+e+"_shapeIndex_"+y+"_dataIndex_null")),h=parseInt(a.id.split("_shapeIndex_")[1].split("_")[0],10),c=this.layers[e].shapeData.features.length>h?this.layers[e].shapeData.features[h].properties:null,p=parseInt(a.id.split("_dataIndex_")[1].split("_")[0],10),u=t.isNullOrUndefined(p)?null:this.layers[e].dataSource[p],n){if(ze(s,this,a,c,u),this.shapeSelectionClass=Pe("ShapeselectionMap"),this.legendSettings.visible&&-1===a.id.indexOf("_MarkerIndex_")&&this.legendModule.shapeHighLightAndSelection(a,u,s,"selection",e),(S=!this.legendSettings.visible||this.legendModule.shapeToggled)&&(a.setAttribute("class","ShapeselectionMapStyle"),-1===this.selectedElementId.indexOf(a.getAttribute("id"))&&this.selectedElementId.push(a.getAttribute("id")),!s.enableMultiSelect))return}else{this.legendSelection=!s.enableMultiSelect&&!this.legendSelection||this.legendSelection,this.legendSettings.visible&&-1===a.id.indexOf("_MarkerIndex_")&&"ShapeselectionMapStyle"===a.getAttribute("class")&&this.legendModule.shapeHighLightAndSelection(a,u,s,"selection",e);var S=!this.legendSettings.visible||this.legendModule.shapeToggled;if(S){Be(a);var x=this.selectedElementId.indexOf(a.getAttribute("id"));-1!==x&&(this.selectedElementId.splice(x,1),!s.enableMultiSelect&&this.legendSelection&&this.selectedElementId.length>0&&this.removeShapeSelection())}}}}}},n.prototype.zoomToCoordinates=function(e,i,o,n){var a,l;if(!this.isDestroyed){this.isMarkerZoomCompleted=!1;var r=void 0,s=void 0,d=!1;this.centerPosition={latitude:null,longitude:null},this.isZoomByPosition=!1,(t.isNullOrUndefined(o)&&t.isNullOrUndefined(n)||t.isNullOrUndefined(e)&&t.isNullOrUndefined(i))&&(e=t.isNullOrUndefined(e)?0:e,i=t.isNullOrUndefined(e)?0:i,o=t.isNullOrUndefined(o)?e:o,n=t.isNullOrUndefined(n)?i:n,d=!0),e>o&&(e=(a=[o,e])[0],o=a[1]),i>n&&(i=(l=[n,i])[0],n=l[1]),d?(r=e+o,s=i+n):(r=(e+o)/2,s=(i+n)/2),this.centerLatOfGivenLocation=r,this.centerLongOfGivenLocation=s,this.minLatOfGivenLocation=e,this.minLongOfGivenLocation=i,this.maxLatOfGivenLocation=o,this.maxLongOfGivenLocation=n,this.zoomNotApplied=!0,this.scaleOfGivenLocation=nt(e,o,i,n,this.mapAreaRect.width,this.mapAreaRect.height,this,!0);var p=this.getMinMaxLatitudeLongitude(),h={cancel:!1,name:"zoom",type:"zoomIn",maps:this,tileTranslatePoint:{},translatePoint:{},tileZoomLevel:this.isTileMap?{previous:this.tileZoomLevel,current:this.scaleOfGivenLocation}:{},scale:this.isTileMap?{previous:this.tileZoomLevel,current:this.scaleOfGivenLocation}:{previous:this.scale,current:this.scaleOfGivenLocation},minLatitude:p.minLatitude,maxLatitude:p.maxLatitude,minLongitude:p.minLongitude,maxLongitude:p.maxLongitude};this.trigger("zoom",h),this.refresh()}},n.prototype.removeShapeSelection=function(){for(var e=this.selectedElementId.length,t=0;t<e;t++)Be(Oe(this.selectedElementId[0])),this.selectedElementId.splice(0,1);if(this.legendSettings.visible)for(var i=this.legendSelectionCollection.length,t=0;t<i;t++)Be(Oe(this.legendSelectionCollection[t].legendElement.id)),this.selectedLegendElementId.splice(0,1);this.shapeSelectionItem=[],this.legendSelectionCollection=[]},n.prototype.setCulture=function(){this.intl=new t.Internationalization,this.setLocaleConstants(),this.localeObject=new t.L10n(this.getModuleName(),this.defaultLocalConstants,this.locale)},n.prototype.setLocaleConstants=function(){this.defaultLocalConstants={ZoomIn:"Zoom in",Zoom:"Zoom",ZoomOut:"Zoom out",Pan:"Pan",Reset:"Reset",ImageNotFound:"Image Not Found"}},n.prototype.destroy=function(){this.unWireEVents(),t.isNullOrUndefined(this.mapsTooltipModule)||this.mapsTooltipModule.removeEventListener(),t.isNullOrUndefined(this.bingMap)||this.bingMap.destroy(),e.prototype.destroy.call(this),this.shapeSelectionItem=[],this.toggledElementId=[],this.toggledLegendId=[],this.legendSelectionCollection=[],this.selectedLegendElementId=[],this.selectedNavigationElementId=[],this.selectedBubbleElementId=[],this.selectedMarkerElementId=[],this.selectedElementId=[],this.dataLabelShape=[],this.zoomShapeCollection=[],this.zoomLabelPositions=[],this.mouseDownEvent={x:null,y:null},this.mouseClickEvent={x:null,y:null},this.formatFunction=null,this.localeObject=null,this.defaultLocalConstants=null,this.intl=null,this.mapAreaRect=null,this.layersCollection=null,this.themeStyle=null,this.totalRect=null,this.baseSize=null,this.baseMapBounds=null,this.baseMapRectBounds=null,this.baseTranslatePoint=null,this.baseTileTranslatePoint=null,this.markerZoomCenterPoint=null,this.currentTiles=null,this.serverProcess=null,this.toolbarProperties=null,this.zoomLabelPositions=null,this.resizeEvent=null,this.availableSize=null,document.getElementById("mapsmeasuretext")&&document.getElementById("mapsmeasuretext").remove(),this.removeSvg(),this.svgObject=null,this.mapLayerPanel=null,this.renderer=null,this.translatePoint=null,this.tileTranslatePoint=null,this.previousPoint=null,this.dataLabelShape=[],this.zoomShapeCollection=[],this.selectedElementId=[],this.selectedMarkerElementId=[],this.selectedBubbleElementId=[],this.shapeSelectionClass=null,this.markerSelectionClass=null,this.bubbleSelectionClass=null,this.navigationSelectionClass=null,this.selectedNavigationElementId=[],this.polygonSelectionClass=null,this.selectedPolygonElementId=[],this.legendSelectionClass=null,this.previousTranslate=null,this.initialTileTranslate=null,this.markerDragArgument=null},n.prototype.getModuleName=function(){return"maps"},n.prototype.getPersistData=function(){var e=["translatePoint","zoomSettings","mapScaleValue","tileTranslatePoint","baseTranslatePoint","scale","zoomPersistence","defaultState","markerZoomedState","initialCheck","initialZoomLevel","initialTileTranslate","applyZoomReset","markerZoomFactor"];return this.addOnPersist(e)},n.prototype.onPropertyChanged=function(i,o){if(!this.isDestroyed){for(var n=!1,a=!1,l=!1,r=0,s=Object.keys(i);r<s.length;r++){var d=s[r];switch(d){case"background":this.renderBorder();break;case"height":case"width":case"layers":case"projectionType":case"centerPosition":case"legendSettings":case"baseLayerIndex":if("layers"===d){l=!0;for(var p=Object.keys(i.layers).length,h=0;h<p;h++)if(!t.isNullOrUndefined(i.layers[h]))for(var m=0,c=Object.keys(i.layers[h]);m<c.length;m++){var u=c[m];t.isNullOrUndefined(this.layers[h].shapeData)&&!t.isNullOrUndefined(this.layers[h].urlTemplate)&&""!==this.layers[h].urlTemplate?this.isReset=!0:"markerSettings"===u&&(a=!0)}}n=!0;break;case"zoomSettings":t.isNullOrUndefined(o.zoomSettings)||(i.zoomSettings.zoomFactor===o.zoomSettings.zoomFactor||l?i.zoomSettings.shouldZoomInitially!==o.zoomSettings.shouldZoomInitially?(this.zoomSettings.zoomFactor=1,this.previousProjection=null,this.scale=this.isMarkerZoomCompleted?null:this.scale,this.isMarkerZoomCompleted=!i.zoomSettings.shouldZoomInitially,n=!0):i.zoomSettings.enable!==o.zoomSettings.enable?(this.zoomSettings.zoomFactor=1,n=!0):n=!0:n=!1);break;case"locale":case"currencyCode":e.prototype.refresh.call(this)}}n&&(i.layers&&a?(fe(this.element.id+"_Markers_Group"),this.isTileMap?this.mapLayerPanel.renderTileLayer(this.mapLayerPanel,this.layers.currentFactor,this.layers.length-1):this.render()):(this.createSVG(),this.renderElements()))}},n.prototype.requiredModules=function(){var e=[],t=this.findVisibleLayers(this.layers),i=!1;return this.annotations.map(function(e){i=null!=e.content}),this.isBubbleVisible()&&e.push({member:"Bubble",args:[this],name:"Bubble"}),t.highlight&&e.push({member:"Highlight",args:[this],name:"Highlight"}),t.selection&&e.push({member:"Selection",args:[this],name:"Selection"}),this.legendSettings.visible&&e.push({member:"Legend",args:[this],name:"Legend"}),(this.zoomSettings.enable||this.zoomSettings.zoomFactor>this.zoomSettings.minZoom)&&e.push({member:"Zoom",args:[this],name:"Zoom"}),this.isMarkersVisible()&&e.push({member:"Marker",args:[this],name:"Marker"}),this.isDataLabelVisible()&&e.push({member:"DataLabel",args:[this],name:"DataLabel"}),this.isNavigationVisible()&&e.push({member:"NavigationLine",args:[this],name:"NavigationLine"}),this.isPolygonVisible()&&e.push({member:"Polygon",args:[this],name:"Polygon"}),t.tooltip&&e.push({member:"MapsTooltip",args:[this],name:"MapsTooltip"}),i&&e.push({member:"Annotations",args:[this,Oi],name:"Annotations"}),this.allowPrint&&e.push({member:"Print",args:[this],name:"Print"}),this.allowImageExport&&e.push({member:"ImageExport",args:[this],name:"ImageExport"}),this.allowPdfExport&&e.push({member:"PdfExport",args:[this],name:"PdfExport"}),e},n.prototype.isMarkersVisible=function(){var e=!1;return Array.prototype.forEach.call(this.layers,function(t){for(var i=0;i<t.markerSettings.length;i++)if(t.markerSettings[i].visible){e=!0;break}}),e},n.prototype.isDataLabelVisible=function(){for(var e=!1,t=0;t<this.layers.length;t++)if(this.layers[t].dataLabelSettings.visible){e=!0;break}return e},n.prototype.isNavigationVisible=function(){var e=!1;return Array.prototype.forEach.call(this.layers,function(t){for(var i=0;i<t.navigationLineSettings.length;i++)if(t.navigationLineSettings[i].visible){e=!0;break}}),e},n.prototype.isPolygonVisible=function(){var e=!1;return Array.prototype.forEach.call(this.layers,function(t){for(var i=0;i<t.polygonSettings.polygons.length;i++)if(t.polygonSettings.polygons.length>0){e=!0;break}}),e},n.prototype.isBubbleVisible=function(){for(var e=!1,t=0,i=this.layers;t<i.length;t++){var o=i[t];if(this.getBubbleVisible(o)){e=!0;break}}return e},n.prototype.getBubbleVisible=function(e){for(var t=!1,i=0,o=e.bubbleSettings;i<o.length;i++)if(o[i].visible){t=!0;break}return t},n.prototype.print=function(e){this.allowPrint&&this.printModule&&!this.isDestroyed&&this.printModule.print(this,e)},n.prototype.export=function(e,i,o,n){var a=this;if(!this.isDestroyed){if(t.isNullOrUndefined(n)&&(n=!0),"PDF"!==e&&this.allowImageExport&&this.imageExportModule)return new Promise(function(t){t(a.imageExportModule.export(a,e,i,n))});if(this.allowPdfExport&&this.pdfExportModule)return new Promise(function(t){t(a.pdfExportModule.export(a,e,i,n,o))})}return null},n.prototype.getBingUrlTemplate=function(e){var i;return this.isDestroyed||(i=new Promise(function(i){var o=new t.Fetch({url:e});o.onSuccess=function(e){var t=e.resourceSets[0].resources[0];i(t.imageUrl)},o.send()})),i},n.prototype.findVisibleLayers=function(e,i,o,n,a,l){void 0===i&&(i=!1),void 0===o&&(o=!1),void 0===n&&(n=!1),void 0===a&&(a=!1),void 0===l&&(l=!1);for(var r,s,d,p=0,h=e;p<h.length;p++){var m=h[p];if(i=m.visible||i,m.visible){r=m.bubbleSettings,s=m.markerSettings,d=m.polygonSettings;for(var c=0,u=m.navigationLineSettings;c<u.length;c++){var g=u[c];g.visible&&(a=!t.isNullOrUndefined(g.highlightSettings)&&g.highlightSettings.enable||a,l=!t.isNullOrUndefined(g.selectionSettings)&&g.selectionSettings.enable||l)}for(var y=0,f=d.polygons;y<f.length;y++){var b=f[y];!t.isNullOrUndefined(b.points)&&b.points.length>0&&(a=m.polygonSettings.highlightSettings.enable||a,l=m.polygonSettings.selectionSettings.enable||l,n=m.polygonSettings.tooltipSettings.visible||n)}for(var v=0,S=s;v<S.length;v++){var x=S[v];if(x.visible&&(n=x.tooltipSettings.visible||n,a=x.selectionSettings.enable||a,l=x.highlightSettings.enable||l),n)break}for(var O=0,C=r;O<C.length;O++){var M=C[O];if(M.visible&&(n=M.tooltipSettings.visible||n,a=M.selectionSettings.enable||a,l=M.highlightSettings.enable||l),n)break}n=m.tooltipSettings.visible||n,a=m.selectionSettings.enable||a,l=m.highlightSettings.enable||l}if(i&&o&&n)break}return{layer:i,bubble:o,tooltip:n,selection:a,highlight:l}},n.prototype.getGeoLocation=function(e,t,i){var o=null,n=null;if(!this.isDestroyed&&!this.isTileMap){var a=document.getElementById(this.element.id),l=this.element.getBoundingClientRect(),r=t-a.offsetLeft-(l.left-a.offsetLeft)-window.scrollX,s=i-a.offsetTop-(l.top-a.offsetTop)-window.scrollY,d=ve(this,this.layersCollection[e],!1).location,p=d.x*this.scale,h=d.y*this.scale,m=Math.min(this.mapAreaRect.height,this.mapAreaRect.width)*this.mapLayerPanel.currentFactor*this.scale,c=this.clip(r-p,0,m-1)/m-.5,u=.5-this.clip(s-h,0,m-1)/m;o=90-360*Math.atan(Math.exp(2*-u*Math.PI))/Math.PI,n=360*c}return{latitude:o,longitude:n}},n.prototype.clip=function(e,t,i){return Math.min(Math.max(e,t),i)},n.prototype.getTileGeoLocation=function(e,i){var o=null,n=null;if(this.isTileMap){var a=document.getElementById(this.element.id+"_tile_parent");if(!this.isDestroyed&&!t.isNullOrUndefined(a)){var l=this.pointToLatLong(e+this.mapAreaRect.x-a.offsetLeft,i+this.mapAreaRect.y-a.offsetTop);o=l.latitude,n=l.longitude}}return{latitude:o,longitude:n}},n.prototype.pointToLatLong=function(e,i){var o=0,n=0;if(!this.isDestroyed&&!t.isNullOrUndefined(this.translatePoint)){i=t.isNullOrUndefined(this.markerDragArgument)?i:i+10;var a=256*Math.pow(2,this.tileZoomLevel),l=this.clip(e-this.translatePoint.x*this.scale,0,a-1)/a-.5,r=.5-this.clip(i-this.translatePoint.y*this.scale,0,a-1)/a;o=90-360*Math.atan(Math.exp(2*-r*Math.PI))/Math.PI,n=360*l}return{latitude:o,longitude:n}},Mi([t.Property(null)],n.prototype,"background",void 0),Mi([t.Property(!1)],n.prototype,"useGroupingSeparator",void 0),Mi([t.Property(null)],n.prototype,"format",void 0),Mi([t.Property(null)],n.prototype,"width",void 0),Mi([t.Property(null)],n.prototype,"height",void 0),Mi([t.Property("MouseMove")],n.prototype,"tooltipDisplayMode",void 0),Mi([t.Property(!1)],n.prototype,"allowPrint",void 0),Mi([t.Property(!1)],n.prototype,"allowImageExport",void 0),Mi([t.Property(!1)],n.prototype,"allowPdfExport",void 0),Mi([t.Complex({},ai)],n.prototype,"titleSettings",void 0),Mi([t.Complex({},li)],n.prototype,"zoomSettings",void 0),Mi([t.Complex({},si)],n.prototype,"legendSettings",void 0),Mi([t.Collection([],ci)],n.prototype,"layers",void 0),Mi([t.Collection([],Et)],n.prototype,"annotations",void 0),Mi([t.Complex({},Ht)],n.prototype,"margin",void 0),Mi([t.Complex({color:"#DDDDDD",width:0},Rt)],n.prototype,"border",void 0),Mi([t.Property("Material")],n.prototype,"theme",void 0),Mi([t.Property("Mercator")],n.prototype,"projectionType",void 0),Mi([t.Property(0)],n.prototype,"baseLayerIndex",void 0),Mi([t.Property(null)],n.prototype,"description",void 0),Mi([t.Property(0)],n.prototype,"tabIndex",void 0),Mi([t.Complex({latitude:null,longitude:null},Zt)],n.prototype,"centerPosition",void 0),Mi([t.Complex({},gi)],n.prototype,"mapsArea",void 0),Mi([t.Event()],n.prototype,"load",void 0),Mi([t.Event()],n.prototype,"beforePrint",void 0),Mi([t.Event()],n.prototype,"loaded",void 0),Mi([t.Event()],n.prototype,"click",void 0),Mi([t.Event()],n.prototype,"onclick",void 0),Mi([t.Event()],n.prototype,"doubleClick",void 0),Mi([t.Event()],n.prototype,"rightClick",void 0),Mi([t.Event()],n.prototype,"resize",void 0),Mi([t.Event()],n.prototype,"tooltipRender",void 0),Mi([t.Event()],n.prototype,"legendRendering",void 0),Mi([t.Event()],n.prototype,"tooltipRenderComplete",void 0),Mi([t.Event()],n.prototype,"shapeSelected",void 0),Mi([t.Event()],n.prototype,"itemSelection",void 0),Mi([t.Event()],n.prototype,"itemHighlight",void 0),Mi([t.Event()],n.prototype,"shapeHighlight",void 0),Mi([t.Event()],n.prototype,"layerRendering",void 0),Mi([t.Event()],n.prototype,"shapeRendering",void 0),Mi([t.Event()],n.prototype,"markerRendering",void 0),Mi([t.Event()],n.prototype,"markerClusterRendering",void 0),Mi([t.Event()],n.prototype,"markerClick",void 0),Mi([t.Event()],n.prototype,"markerDragStart",void 0),Mi([t.Event()],n.prototype,"markerDragEnd",void 0),Mi([t.Event()],n.prototype,"markerClusterClick",void 0),Mi([t.Event()],n.prototype,"markerClusterMouseMove",void 0),Mi([t.Event()],n.prototype,"markerMouseMove",void 0),Mi([t.Event()],n.prototype,"dataLabelRendering",void 0),Mi([t.Event()],n.prototype,"bubbleRendering",void 0),Mi([t.Event()],n.prototype,"bubbleClick",void 0),Mi([t.Event()],n.prototype,"bubbleMouseMove",void 0),Mi([t.Event()],n.prototype,"animationComplete",void 0),Mi([t.Event()],n.prototype,"annotationRendering",void 0),Mi([t.Event()],n.prototype,"zoom",void 0),Mi([t.Event()],n.prototype,"pan",void 0),Mi([t.Event()],n.prototype,"panComplete",void 0),Mi([t.Event()],n.prototype,"zoomComplete",void 0),n=Mi([t.NotifyPropertyChanges],n)}(t.Component),Li=function(){function e(e){this.id="",this.maps=e,this.bubbleCollection=[]}return e.prototype.renderBubble=function(e,i,o,n,a,l,r,s,d,p){var h,m,c=this,u=s.layerData,g=e.colorValuePath,y=t.isNullOrUndefined(g)?i[g]:g.indexOf(".")>-1?I(i,e.colorValuePath):i[g],f=t.isNullOrUndefined(g)?Number(i[g]):g.indexOf(".")>-1?Number(I(i,e.colorValuePath)):Number(i[g]),b=t.isNullOrUndefined(e.valuePath)?Number(i[e.valuePath]):e.valuePath.indexOf(".")>-1?Number(I(i,e.valuePath)):Number(i[e.valuePath]);if(isNaN(b)&&isNaN(f)&&t.isNullOrUndefined(y))return null;var v=me(e.minRadius,e.maxRadius,b,n.min,n.max),S=new Si(this.maps).getColorByValue(e.colorMapping,f,y);m="[object Object]"!==Object.prototype.toString.call(S)||t.isNullOrUndefined(S.fill)?o:S.fill,h="[object Object]"!==Object.prototype.toString.call(S)||t.isNullOrUndefined(S.opacity)?e.opacity:S.opacity;var x=[[]];this.maps.translateType="bubble";for(var O=0,C=0,M=0,_=0,L=u.length;_<L;_++){var P=u[_];P=P.property;var w=pe(i[s.shapeDataPath],s.shapePropertyPath,P);if((!t.isNullOrUndefined(i[s.shapeDataPath])&&isNaN(i[s.shapeDataPath])?i[s.shapeDataPath].toLowerCase():i[s.shapeDataPath])===(!t.isNullOrUndefined(P[w])&&isNaN(P[w])?P[w].toLowerCase():P[w])&&"LineString"!==u[_].type&&"MultiLineString"!==u[_].type&&"Point"!==u[_].type&&"MultiPoint"!==u[_].type)if(u[_]._isMultiPolygon)for(var T=u[_],k=0;k<T.length;k++)x.push(this.getPoints(T[k],[])),C<(M=x[x.length-1].length)&&(C=M,O=x.length-1);else x.push(this.getPoints(u[_],[])),C<(M=x[x.length-1].length)&&(C=M,O=x.length-1)}var F,N,E=this.maps.projectionType,z={color:e.border.color,opacity:e.border.opacity,width:e.border.width},B=ce(x[O],E,s.geometryType);if(e.visible){if(t.isNullOrUndefined(B)){var A=x.length-1;if(!x[A].x||!x[A].y)return;N={cancel:!1,name:"bubbleRendering",border:z,cx:x[A].x,cy:x[A].y,data:i,fill:m,maps:this.maps,radius:v}}else F="Mercator"===this.maps.projectionType?B.y:-B.y,N={cancel:!1,name:"bubbleRendering",border:z,cx:B.x,cy:F,data:i,fill:m,maps:this.maps,radius:v};this.maps.trigger("bubbleRendering",N,function(i){if(!N.cancel){var o;if(N.border.opacity=t.isNullOrUndefined(N.border.opacity)?h:N.border.opacity,"Circle"===e.bubbleType){var n=new vt(p,N.fill,N.border,h,0,0,N.radius,null);o=X(c.maps,n,d)}else{var m="Mercator"===c.maps.projectionType?N.cy-v:N.cy+v,u=new bt(p,N.fill,N.border,h,new _t(0,0,2*v,2*v),2,2);N.cx-=v,N.cy=m,o=q(c.maps,u,d)}V(c.maps.selectedBubbleElementId,c.maps.bubbleSelectionClass,o,"BubbleselectionMapStyle"),c.bubbleCollection.push({LayerIndex:r,BubbleIndex:a,DataIndex:l,element:o,center:{x:N.cx,y:N.cy}});var g,y=0!==s.animationDuration||"Enable"===t.animationMode||t.isNullOrUndefined(c.maps.zoomModule);g=c.maps.zoomSettings.zoomFactor>1&&!t.isNullOrUndefined(c.maps.zoomModule)&&!c.maps.isTileMap?Se(c.maps,s,y):ve(c.maps,s,y);var f=e.dataSource,b=g.scale,S=g.location,x=new Mt(c.maps.isTileMap?(N.cx+c.maps.translatePoint.x)*c.maps.tileZoomLevel:(N.cx+S.x)*b,c.maps.isTileMap?(N.cy+c.maps.translatePoint.y)*c.maps.tileZoomLevel:(N.cy+S.y)*b);o.setAttribute("transform","translate( "+x.x+" "+x.y+" )");var O=f.length-1===l?"bubble":null;"Square"===e.bubbleType?(x.x+=v,x.y+=v*("Mercator"===c.maps.projectionType?1:-1)):v=0,(e.animationDuration>0||"Enable"===t.animationMode)&&Ae(o,e.animationDelay,e.animationDuration,x,c.maps,O,v)}})}},e.prototype.getPoints=function(e,i){return t.isNullOrUndefined(e.map)?i=e.point:e.map(function(e){i.push(new ht(e.point.x,e.point.y))}),i},e.prototype.bubbleClick=function(e){var i=e.target.id;if(-1!==i.indexOf("_LayerIndex_")){var o=this.getbubble(i);if(!t.isNullOrUndefined(o)){var n={cancel:!1,name:"bubbleClick",data:o,maps:this.maps,target:i,x:e.clientX,y:e.clientY};this.maps.trigger("bubbleClick",n)}}},e.prototype.getbubble=function(e){var t=e.split("_LayerIndex_"),i=parseInt(t[1].split("_")[0],10);if(e.indexOf("_BubbleIndex_")>-1){var o=this.maps.layers[i],n=parseInt(t[1].split("_BubbleIndex_")[1],10),a=parseInt(t[1].split("_BubbleIndex_")[1].split("_dataIndex_")[1],10);if(!isNaN(n))return o.bubbleSettings[n].dataSource[a]}return null},e.prototype.bubbleMove=function(e){var i=e.target.id;if(-1!==i.indexOf("_LayerIndex_")){var o=this.getbubble(i);if(!t.isNullOrUndefined(o)){var n={cancel:!1,name:"bubbleMouseMove",data:o,maps:this.maps,target:i,x:e.clientX,y:e.clientY};this.maps.trigger("bubbleMouseMove",n)}}},e.prototype.getModuleName=function(){return"Bubble"},e.prototype.destroy=function(){this.bubbleCollection=[],this.maps=null},e}(),Pi=function(){function e(e){this.maps=e,this.trackElements=[],this.sameMarkerData=[],this.initialMarkerCluster=[],this.zoomedMarkerCluster=[]}return e.prototype.getMapsInstance=function(){return this.maps},e.prototype.markerRender=function(e,i,o,n,a){var l=this,r=0,s=0,d=0;e.translateType="marker";var p=e.layersCollection[o];this.markerSVGObject=e.renderer.createGroup({id:e.element.id+"_Markers_Group",class:"GroupElement"}),this.markerSVGObject.style.pointerEvents="auto";var m=t.createElement("div",{id:e.element.id+"_LayerIndex_"+o+"_Markers_Template_Group",className:e.element.id+"_template"});m.style.cssText="overflow: hidden; position: absolute;pointer-events: none;top:"+e.mapAreaRect.y+"px;left:"+e.mapAreaRect.x+"px;height:"+e.mapAreaRect.height+"px;width:"+e.mapAreaRect.width+"px;";var u,g=0!==p.animationDuration||"Enable"===t.animationMode||t.isNullOrUndefined(e.zoomModule);e.isTileMap||(u=!t.isNullOrUndefined(e.zoomModule)&&e.zoomSettings.zoomFactor>1?Se(e,p,g):ve(e,p,g)),Array.prototype.forEach.call(p.markerSettings,function(g,y){var f=g.dataSource;t.isNullOrUndefined(g.dataSource)||Array.prototype.forEach.call(f,function(b,v){e.markerNullCount=y>0&&0===v?0:e.markerNullCount;var S={cancel:!1,name:"markerRendering",fill:g.fill,height:g.height,width:g.width,imageUrl:g.imageUrl,shape:g.shape,template:g.template,data:b,maps:e,marker:g,border:g.border,colorValuePath:g.colorValuePath,shapeValuePath:g.shapeValuePath,imageUrlValuePath:g.imageUrlValuePath};e.trigger("markerRendering",S,function(x){S=k(S,b),S=F(S,b);var O=t.isNullOrUndefined(g.longitudeValuePath)?t.isNullOrUndefined(b.longitude)?t.isNullOrUndefined(b.Longitude)?null:parseFloat(b.Longitude):parseFloat(b.longitude):Number(I(b,g.longitudeValuePath)),C=t.isNullOrUndefined(g.latitudeValuePath)?t.isNullOrUndefined(b.latitude)?t.isNullOrUndefined(b.Latitude)?null:parseFloat(b.Latitude):parseFloat(b.latitude):Number(I(b,g.latitudeValuePath)),M=g.offset;if(!S.cancel&&g.visible&&!t.isNullOrUndefined(O)&&!t.isNullOrUndefined(C)){var _=e.element.id+"_LayerIndex_"+o+"_MarkerIndex_"+y+"_dataIndex_"+v,L=e.isTileMap?c(new Mt(O,C),n,e.tileTranslatePoint,!0):h(C,O,n,p,e);e.isTileMap&&(u="SubLayer"===p.type&&t.isNullOrUndefined(e.zoomModule)?L=c(new Mt(O,C),e.tileZoomLevel,e.tileTranslatePoint,!0):new Object);var P="AddMarker"===a?e.scale:u.scale,w="AddMarker"===a?e.translatePoint:u.location;!S.template||isNaN(L.x)||isNaN(L.y)?S.template||isNaN(L.x)||isNaN(L.y)||(r++,Z(S,g,f,v,L,w,_,M,P,e,l.markerSVGObject)):(d++,D(S,void 0,_,b,y,m,L,w,P,M,e),e.renderReactTemplates())}s+=isNaN(C)||isNaN(O)?1:0,d+=S.cancel?1:0,r+=S.cancel?1:0,e.markerNullCount=t.isNullOrUndefined(O)||t.isNullOrUndefined(C)?e.markerNullCount+1:e.markerNullCount;var T=f.length-e.markerNullCount,N=!1;l.markerSVGObject.childElementCount===T-d-s&&"Template"!==a&&(i.appendChild(l.markerSVGObject),p.markerClusterSettings.allowClustering&&(e.svgObject.appendChild(l.markerSVGObject),e.element.appendChild(e.svgObject),-1!==p.urlTemplate.indexOf("openstreetmap")&&t.isNullOrUndefined(p.shapeData)&&e.zoomSettings.enable?(N=B(p,l.markerSVGObject,e,o,l.markerSVGObject,i,!0,!1),i.appendChild(l.markerSVGObject)):N=B(p,l.markerSVGObject,e,o,l.markerSVGObject,i,!0,!1),e.renderReactTemplates())),m.childElementCount===T-r-s&&Oe(e.element.id+"_Secondary_Element")&&(Oe(e.element.id+"_Secondary_Element").appendChild(m),e.checkInitialRender&&p.markerClusterSettings.allowClustering&&!N&&(B(p,m,e,o,l.markerSVGObject,i,!1,!1),e.renderReactTemplates()))})})})},e.prototype.calculateIndividualLayerMarkerZoomLevel=function(e,t,i){var o,n,a=Math.abs(this.maps.baseMapBounds.latitude.max-this.maps.baseMapBounds.latitude.min),l=Math.abs(this.maps.baseMapBounds.longitude.max-this.maps.baseMapBounds.longitude.min);o=(o=Math.floor(Math.log(t/a)))>i?i:o,n=(n=Math.floor(Math.log(e/l)))>i?i:n;var r=Math.min(o,n),s=Math.min(r,i-1);return this.maps.isTileMap||ot(s,this.maps),s},e.prototype.calculateZoomCenterPositionAndFactor=function(e){if(!t.isNullOrUndefined(this.maps))if(this.maps.zoomSettings.shouldZoomInitially&&this.maps.markerModule){var i,o,n,a,l=void 0,r=void 0,s=void 0,d=this.maps.zoomSettings.maxZoom,p=this.maps.mapAreaRect.width,h=this.maps.mapAreaRect.height;if(this.maps.markerZoomedState=this.maps.markerZoomedState?this.maps.markerZoomedState:t.isNullOrUndefined(this.maps.markerZoomFactor)?!this.maps.markerZoomedState:this.maps.markerZoomFactor>1?this.maps.markerZoomedState:!this.maps.markerZoomedState,this.maps.defaultState=this.maps.markerZoomedState?!this.maps.markerZoomedState:this.maps.defaultState,Array.prototype.forEach.call(e,function(e){0!==e.markerSettings.length&&Array.prototype.forEach.call(e.markerSettings,function(e){var l=e.dataSource;!t.isNullOrUndefined(l)&&l.length>0&&Array.prototype.forEach.call(l,function(e,l){var r=t.isNullOrUndefined(e.latitude)?t.isNullOrUndefined(e.Latitude)?null:parseFloat(e.Latitude):parseFloat(e.latitude),s=t.isNullOrUndefined(e.longitude)?t.isNullOrUndefined(e.Longitude)?null:parseFloat(e.Longitude):parseFloat(e.longitude);t.isNullOrUndefined(r)||t.isNullOrUndefined(s)||(i=t.isNullOrUndefined(i)&&0===l?s:i,o=t.isNullOrUndefined(o)&&0===l?r:o,n=t.isNullOrUndefined(n)&&0===l?r:n,a=t.isNullOrUndefined(a)&&0===l?s:a,i>s&&(i=s),n>r&&(n=r),a<s&&(a=s),o<r&&(o=r))})})}),!(t.isNullOrUndefined(n)||t.isNullOrUndefined(i)||t.isNullOrUndefined(a)||t.isNullOrUndefined(o))){r=(n+o)/2,s=(i+a)/2,this.maps.markerCenterLatitude=r,this.maps.markerCenterLongitude=s,(t.isNullOrUndefined(this.maps.markerZoomCenterPoint)||this.maps.markerZoomedState)&&(this.maps.markerZoomCenterPoint={latitude:r,longitude:s});var m=void 0;this.maps.isTileMap||0===this.maps.baseMapRectBounds.min.x?(l=nt(n,o,i,a,p,h,this.maps,!1),this.maps.isTileMap?m=t.isNullOrUndefined(this.maps.markerZoomFactor)?l:t.isNullOrUndefined(this.maps.mapScaleValue)?l:this.maps.mapScaleValue>1&&1!==this.maps.markerZoomFactor?this.maps.mapScaleValue:l:(m=t.isNullOrUndefined(this.maps.mapScaleValue)?l:1!==Math.floor(this.maps.scale)&&this.maps.mapScaleValue!==l&&t.isNullOrUndefined(this.maps.shouldZoomCurrentFactor)?this.maps.mapScaleValue:l)!==this.maps.mapScaleValue||1!==this.maps.markerZoomFactor&&1!==this.maps.mapScaleValue||this.maps.enablePersistence||(m=l)):(l=this.calculateIndividualLayerMarkerZoomLevel(p,h,d),m=t.isNullOrUndefined(this.maps.mapScaleValue)?l:this.maps.mapScaleValue!==l?this.maps.mapScaleValue:l),this.maps.markerZoomFactor=m}}else this.maps.markerZoomedState=!1,this.maps.markerZoomFactor>1&&(this.maps.markerCenterLatitude=null,this.maps.markerCenterLongitude=null,this.maps.markerZoomFactor=1,this.maps.enablePersistence||(this.maps.mapScaleValue=1)),this.maps.isTileMap&&!this.maps.enablePersistence&&this.maps.mapScaleValue<=1&&(this.maps.tileZoomLevel=0===this.maps.mapScaleValue?this.maps.isZoomByPosition?this.maps.tileZoomLevel:1:this.maps.mapScaleValue,1!==this.maps.mapScaleValue||1!==this.maps.markerZoomFactor||t.isNullOrUndefined(this.maps.tileTranslatePoint)||(this.maps.tileTranslatePoint.x=0,this.maps.tileTranslatePoint.y=0))},e.prototype.markerClick=function(e){var i=e.target.id;if(-1===i.indexOf(this.maps.element.id)){var o=e.target.closest("."+this.maps.element.id+"_marker_template_element");!t.isNullOrUndefined(o)&&o.id.indexOf("_MarkerIndex_")>-1&&(i=o.id)}if(!(-1===i.indexOf("_LayerIndex_")||i.indexOf("_cluster_")>0)){var n=this.getMarker(i);if(!t.isNullOrUndefined(n)){n.marker.enableDrag&&(document.getElementById(this.maps.element.id+"_svg").style.cursor="grabbing");var a={cancel:!1,name:"markerClick",data:n.data,maps:this.maps,marker:n.marker,target:i,x:e.clientX,y:e.clientY,latitude:n.data.latitude||n.data.Latitude,longitude:n.data.longitude||n.data.Longitude,value:n.data.name};if(this.maps.trigger("markerClick",a),n.marker.enableDrag){var l=!1,r=parseInt(i.split("_LayerIndex_")[1].split("_")[0],10),s=parseInt(i.split("_MarkerIndex_")[1].split("_")[0],10),d=parseInt(i.split("_dataIndex_")[1].split("_")[0],10),p=this.maps.layers[r].markerSettings[s];if(this.sameMarkerData.length>0&&(l=this.sameMarkerData[0].data.filter(function(e){return e.index===d}).length>0&&this.sameMarkerData[0].layerIndex===r&&this.sameMarkerData[0].markerIndex===s),!l){var h={name:"markerDragStart",x:e.clientX,y:e.clientY,latitude:n.data.latitude||n.data.Latitude,longitude:n.data.longitude||n.data.Longitude,layerIndex:r,markerIndex:s,dataIndex:d};this.maps.trigger("markerDragStart",h),this.maps.markerDragArgument={targetId:i,x:e.clientX,y:e.clientY,latitude:n.data.latitude||n.data.Latitude,longitude:n.data.longitude||n.data.Longitude,shape:t.isNullOrUndefined(p.shapeValuePath)?p.shape:p.dataSource[d][p.shapeValuePath],layerIndex:r,markerIndex:s,dataIndex:d}}}}}},e.prototype.markerClusterClick=function(e){var i=e.target.id;if(-1!==i.indexOf("_LayerIndex_")&&-1!==i.indexOf("_cluster_")){var o=this.getMarker(i);if(!t.isNullOrUndefined(o)){o.clusterCollection.length>0&&this.maps.markerClusterExpand&&(Pe(this.maps.element.id+"_mapsTooltip")&&this.maps.mapsTooltipModule.tooltipTargetID.indexOf("_MarkerIndex_")>-1&&fe(this.maps.element.id+"_mapsTooltip"),this.sameMarkerData.length>0&&!this.maps.markerClusterExpandCheck?(this.maps.markerClusterExpandCheck=!0,j(this.sameMarkerData,this.maps)):(this.sameMarkerData=o.clusterCollection,this.maps.markerClusterExpandCheck=!1,R(this.sameMarkerData,this.maps,this.markerSVGObject,!0)));var n={cancel:!1,name:"markerClusterClick",data:o,maps:this.maps,target:i,x:e.clientX,y:e.clientY,latitude:o.data.latitude||o.data.Latitude,longitude:o.data.longitude||o.data.Longitude,markerClusterCollection:o.markCollection};this.maps.trigger("markerClusterClick",n)}}},e.prototype.getMarker=function(e){var t,i,o=e.split("_LayerIndex_"),n=parseInt(o[1].split("_")[0],10),a=this.maps.layers[n],l=[],r=[];if(this.maps.markerClusterExpand=a.markerClusterSettings.allowClusterExpand,e.indexOf("_MarkerIndex_")>-1){var s=parseInt(o[1].split("_MarkerIndex_")[1].split("_")[0],10),d=parseInt(o[1].split("_dataIndex_")[1].split("_")[0],10);if(i=a.markerSettings[s],!isNaN(s)){t=i.dataSource[d];var p=[];if(!i.template&&e.indexOf("_cluster_")>-1&&this.maps.layers[n].markerClusterSettings.allowClusterExpand&&Array.prototype.forEach.call(i.dataSource,function(e,i){e.latitude===t.latitude&&e.longitude===t.longitude&&p.push({data:t,index:i})}),e.indexOf("_cluster_")>-1){var h=document.getElementById(e.indexOf("_datalabel_")>-1?"Balloon"===a.markerClusterSettings.shape?e.split("_datalabel_")[0]+"_Group":e.split("_datalabel_")[0]:"Balloon"===a.markerClusterSettings.shape?e+"_Group":e),m="Balloon"===a.markerClusterSettings.shape?h.children[0].textContent.split(",").map(Number):h.textContent.split(",").map(Number);p=[];for(var c=0,u=m;c<u.length;c++){var g=u[c];p.push({data:i.dataSource[g],index:g}),l.push(i.dataSource[g])}!1,r.push({data:p,layerIndex:n,markerIndex:s,dataIndex:d,targetClusterIndex:+(e.split("_cluster_")[1].indexOf("_datalabel_")>-1?e.split("_cluster_")[1].split("_datalabel_")[0]:e.split("_cluster_")[1]),isClusterSame:!1})}return{marker:i,data:t,clusterCollection:r,markCollection:l}}}return null},e.prototype.markerMove=function(e){var i=e.target.id;if(!(-1===i.indexOf("_LayerIndex_")||i.indexOf("_cluster_")>0)){var o=this.getMarker(i);if(!t.isNullOrUndefined(o)){o.marker.enableDrag&&(document.getElementById(this.maps.element.id+"_svg").style.cursor=t.isNullOrUndefined(this.maps.markerDragArgument)?"pointer":"grabbing");var n={cancel:!1,name:"markerMouseMove",data:o.data,maps:this.maps,target:i,x:e.clientX,y:e.clientY};this.maps.trigger("markerMouseMove",n)}}},e.prototype.markerClusterMouseMove=function(e){var i=e.target.id;if(-1!==i.indexOf("_LayerIndex_")&&-1!==i.indexOf("_cluster_")){var o=this.getMarker(i);if(this.maps.markerClusterExpand&&(e.target.style.cursor="pointer"),!t.isNullOrUndefined(o)){var n={cancel:!1,name:"markerClusterMouseMove",data:o.data,maps:this.maps,target:i,x:e.clientX,y:e.clientY};this.maps.trigger("markerClusterMouseMove",n)}}},e.prototype.initializeMarkerClusterList=function(){for(var e=0;e<this.maps.layers.length;e++)this.initialMarkerCluster[e]=[],this.zoomedMarkerCluster[e]=[]},e.prototype.getModuleName=function(){return"Marker"},e.prototype.destroy=function(){this.maps=null,this.trackElements=[],this.markerSVGObject=null,this.sameMarkerData=[],this.initialMarkerCluster=[],this.zoomedMarkerCluster=[]},e}(),wi=function(){function e(e){}return e.prototype.polygonRender=function(e,i,o){var n=e.layersCollection[i],a=e.renderer.createGroup({id:e.element.id+"_LayerIndex_"+i+"_Polygons_Group"});return n.polygonSettings.polygons.map(function(l,r){var s=e.renderer.createGroup({id:e.element.id+"_LayerIndex_"+i+"_Polygons_Group_"+r}),d=l.points;if(!t.isNullOrUndefined(l.points)&&l.points.length>0){var p=m(e,o,n,d),h=new yt(e.element.id+"_LayerIndex_"+i+"_PolygonIndex_"+r,l.fill,l.borderWidth/o,l.borderColor,l.opacity,l.borderOpacity,"",p),c=e.renderer.drawPath(h);V(e.selectedPolygonElementId,e.polygonSelectionClass,c,"PolygonselectionMapStyle"),s.appendChild(c),a.appendChild(s)}}),a},e.prototype.getModuleName=function(){return"Polygon"},e.prototype.destroy=function(){},e}(),Ti=function(){function e(e){this.value={rightWidth:0,leftWidth:0,heightTop:0,heightBottom:0},this.maps=e,this.dataLabelCollections=[]}return e.prototype.getDataLabel=function(e,i,o,n){for(var a,l,r=0;r<(t.isNullOrUndefined(e)?0:e.length);r++){var s=e[r],d=!t.isNullOrUndefined(s[n])&&isNaN(s[n])&&"string"==typeof s[n]?s[n].toLowerCase():s[n];if(o=t.isNullOrUndefined(o)||"string"!=typeof o?o:o.toString(),l=t.isNullOrUndefined(o)||"string"!=typeof o?o:o.toLowerCase(),d===l){a=s;break}}return a},e.prototype.renderLabel=function(e,i,o,n,a,l,r,s){var d,p,h,m,c,u,g,y,f,b=this,v=e.dataLabelSettings,S=e.dataLabelSettings.textStyle,x=e.dataLabelSettings,O=e.dataLabelSettings.labelPath,_=[[]],L=0,P=0,T=o,I="",k=0,F=!1,N=o.properties,E=this.maps.element.id+"_LayerIndex_"+i+"_shapeIndex_"+r+"_LabelIndex_"+r,z=new ht(0,0),B=n[r];S.fontFamily="material"!==this.maps.theme.toLowerCase()?this.maps.themeStyle.labelFontFamily:S.fontFamily,S.fontWeight=S.fontWeight||this.maps.themeStyle.fontWeight,S.size=S.size||this.maps.themeStyle.fontSize,o=t.isNullOrUndefined(B)?null:B.property;var A,U,j="[object Array]"===Object.prototype.toString.call(e.shapePropertyPath)?e.shapePropertyPath:[e.shapePropertyPath],R=0!==e.animationDuration||"Enable"===t.animationMode||t.isNullOrUndefined(this.maps.zoomModule),Z=this.maps.isTileMap?new Object:this.maps.zoomSettings.zoomFactor>1&&!t.isNullOrUndefined(this.maps.zoomModule)?Se(this.maps,e,R):ve(this.maps,e,R),D=this.maps.isTileMap?this.maps.scale:Z.scale,V=this.maps.isTileMap?this.maps.translatePoint:Z.location,H=this.maps.zoomTranslatePoint,G=t.isNullOrUndefined(this.maps.scale)?1:Math.floor(this.maps.scale),W=this.maps.zoomSettings.enable?!t.isNullOrUndefined(this.maps.zoomShapeCollection)&&this.maps.zoomShapeCollection.length>0&&!this.maps.isAddLayer:this.maps.zoomSettings.enable;this.maps.translateType="labels";for(q=0;q<j.length&&!(N[j[q]]&&(A=j[q],c=this.getDataLabel(e.dataSource,e.shapeDataPath,T.properties[A],e.shapeDataPath)));q++);if(c=this.getDataLabel(e.dataSource,e.shapeDataPath,T.properties[A],e.shapeDataPath),!t.isNullOrUndefined(B)&&!t.isNullOrUndefined(B.property))if(_=[[]],n[r]._isMultiPolygon||"Point"===n[r].type||"MultiPoint"===n[r].type){if("Point"!==n[r].type&&"MultiPoint"!==n[r].type)for(var X=n[r],q=0;q<X.length;q++)_.push(this.getPoint(X[q],[])),P<(k=_[_.length-1].length)&&(P=k,L=_.length-1)}else _.push(this.getPoint(n[r],[])),P<(k=_[_.length-1].length)&&(P=k,L=_.length-1);if(I=t.isNullOrUndefined(c)?T.properties[O]:t.isNullOrUndefined(c[O])?c[e.shapeDataPath]:c[O].toString(),"[object Array]"===Object.prototype.toString.call(e.shapePropertyPath)&&t.isNullOrUndefined(I)&&!t.isNullOrUndefined(e.dataSource)&&0===e.dataSource.length)for(var Y=0;Y<e.shapePropertyPath.length;Y++)if(T.properties[e.shapePropertyPath[Y]]){I=T.properties[e.shapePropertyPath[Y]];break}t.isNullOrUndefined(I)&&""!==e.dataLabelSettings.template&&0===e.dataSource.length&&(I=T.properties[e.shapePropertyPath]),t.isNullOrUndefined(I)&&!t.isNullOrUndefined(e.dataSource)&&e.dataSource.length>0&&(I="");var J=I,Q=this.maps.projectionType,K=g=ce(_[L],Q,e.geometryType);if(!t.isNullOrUndefined(I)&&!t.isNullOrUndefined(g)){if(W&&G>1&&!this.maps.zoomNotApplied&&""===v.template){if(i>0)for(var $=0;$<this.maps.zoomLabelPositions.length;$++)if(this.maps.zoomLabelPositions[$].dataLabelText===I){u=r,r=$,F=!0;break}y=g.x,f=g.y,g.x=(g.x+H.x)*D,g.y=(g.y+H.y)*D}g.y="Mercator"===this.maps.projectionType||"Normal"===e.geometryType?g.y:-g.y,t.isNullOrUndefined(this.maps.format)||isNaN(Number(I))||isNaN(parseFloat(I))||this.maps.useGroupingSeparator&&(I=_e(this.maps,parseFloat(I)),t.isNullOrUndefined(c)||(c[O]=I));var ee={name:"dataLabelRendering",maps:this.maps,cancel:!1,border:{color:v.border.color,width:v.border.width,opacity:v.border.opacity},datalabel:v,fill:v.fill,template:v.template,text:I,offsetX:0,offsetY:0};this.maps.trigger("dataLabelRendering",ee,function(o){if(!ee.cancel){var n=[],v=W&&G>1&&!b.maps.zoomNotApplied&&b.maps.zoomShapeCollection.length>r?b.maps.dataLabelShape[r]*D:(g.rightMax.x-g.leftMax.x)*D;t.isNullOrUndefined(b.maps.dataLabelShape)||b.maps.isReset||(U=K.rightMax.x-K.leftMax.x,b.maps.dataLabelShape.push(U)),ee.text===I||ee.cancel||(I=ee.text);var O=C(I,S),P=I,k=O,N=g.y-O.height/2,B=g.y+O.height/2,A=(g.y+V.y)*D-O.height/2,j=(g.y+V.y)*D+O.height/2;if((n=he(_[L],N,B)).length>5&&"MultiPolygon"!==T.geometry.type&&"MultiPolygon"!==T.type){var R=ce(n,Q,e.geometryType);W&&G>1&&!b.maps.zoomNotApplied&&""===ee.template&&(R.x=(b.maps.zoomLabelPositions[r].location.x+H.x)*D,R.y=(b.maps.zoomLabelPositions[r].location.y+H.y)*D),y=R.x,g.x=R.x,v=W&&G>1&&!b.maps.zoomNotApplied&&b.maps.zoomShapeCollection.length>r?b.maps.dataLabelShape[r]*D:(R.rightMax.x-R.leftMax.x)*D>0?(R.rightMax.x-R.leftMax.x)*D:v}var Z=(g.x+V.x)*D+O.width/2,X=(g.x+V.x)*D-O.width/2;b.value[r]={rightWidth:Z,leftWidth:X,heightTop:A,heightBottom:j};var q;if(""!==ee.template){var Y=(d=Le(ee.template,b.maps))?d(t.isNullOrUndefined(c)?T.properties:c,b.maps,ee.template,b.maps.element.id+"_LabelTemplate",!1):document.createElement("div");Y.innerHTML=d?"":ee.template,q=w(Y,E,t.isNullOrUndefined(c)?T.properties:c),b.maps.isTileMap?(q.style.left=(g.x+V.x)*D-O.width/2+"px",q.style.top=(g.y+V.y)*D-O.height+"px"):(q.style.left=Math.abs(b.maps.baseMapRectBounds.min.x-g.x)*D+o.offsetX+"px",q.style.top=Math.abs(b.maps.baseMapRectBounds.min.y-g.y)*D+o.offsetY+"px"),l.appendChild(q)}else{var $=t.isNullOrUndefined(x.smartLabelMode)?"None":x.smartLabelMode.toString();"Trim"===$&&(k=C(P=ge(v,"number"==typeof I?I.toString():I,S,null,!0),S),p=new gt(E,z.x,z.y,"middle",P,"","")),"None"===$&&(p=new gt(E,z.x,z.y,"middle",I,"","")),"Hide"===$&&(I=v>=O.width?I:"",p=new gt(E,z.x,z.y,"middle",I,"","")),t.isNullOrUndefined(p)||(I=p.text);var te=t.isNullOrUndefined(x.intersectionAction)?"None":x.intersectionAction.toString();if("Hide"===te){for(var ie=0;ie<s.length;ie++)if(!t.isNullOrUndefined(s[ie])&&!(b.value[r].leftWidth>s[ie].rightWidth||b.value[r].rightWidth<s[ie].leftWidth||b.value[r].heightTop>s[ie].heightBottom||b.value[r].heightBottom<s[ie].heightTop)){I="";break}s.push(b.value[r]),p=new gt(E,z.x,z.y,"middle",I,"","")}if("Trim"===te){for(var oe=0;oe<s.length;oe++)if(!t.isNullOrUndefined(s[oe]))if(s[oe].rightWidth<b.value[r].leftWidth||s[oe].leftWidth>b.value[r].rightWidth||s[oe].heightBottom<b.value[r].heightTop||s[oe].heightTop>b.value[r].heightBottom)P=I,0;else{if(b.value[r].leftWidth>s[oe].leftWidth){P=ge((v=s[oe].rightWidth-b.value[r].leftWidth)-(b.value[r].rightWidth-b.value[r].leftWidth),I,S,null,!0);break}if(b.value[r].leftWidth<s[oe].leftWidth){v=b.value[r].rightWidth-s[oe].leftWidth,P=ge(Math.abs(v-(b.value[r].rightWidth-b.value[r].leftWidth)),I,S,null,!0);break}}k=C(P,S),s.push(b.value[r]),p=new gt(E,z.x,z.y,"middle",P,"","")}if("None"===te&&(p=new gt(E,z.x,z.y,"middle",I,"","")),P.length>1){var ne=ee.border;if(ne.width>1){var ae=ee.fill,le=x.opacity,re=x.rx,se=x.ry,de=void 0,pe=void 0;W&&G>1&&!b.maps.zoomNotApplied?(de=g.x-O.width/2,pe=g.y-O.height/2-5):(de=(g.x+V.x)*D-O.width/2,pe=(g.y+V.y)*D-O.height/2),ne.opacity=t.isNullOrUndefined(ne.opacity)?le:ne.opacity;var me=new bt(b.maps.element.id+"_LayerIndex_"+i+"_shapeIndex_"+r+"_rectIndex_"+r,ae,ne,le,new _t(de+o.offsetX,pe+o.offsetY,O.width,O.height),re,se);(m=b.maps.renderer.drawRectangle(me)).setAttribute("visibility",e.dataLabelSettings.animationDuration>0||"Enable"===t.animationMode?"hidden":"visibile"),a.appendChild(m)}}(h=M(p,S,S.color||b.maps.themeStyle.dataLabelFontColor,a)).setAttribute("aria-label",I),h.setAttribute("role","region"),h.setAttribute("visibility",e.dataLabelSettings.animationDuration>0||"Enable"===t.animationMode?"hidden":"visibile"),W&&G>1&&!b.maps.zoomNotApplied?(h.setAttribute("transform","translate( "+(g.x+o.offsetX)+" "+(g.y+o.offsetY)+" )"),g.x=y,g.y=f):h.setAttribute("transform","translate( "+((g.x+V.x)*D+o.offsetX)+" "+((g.y+V.y)*D+k.height/2+o.offsetY)+" )"),a.appendChild(h)}b.dataLabelCollections.push({location:{x:g.x+o.offsetX,y:g.y+o.offsetY},element:t.isNullOrUndefined(q)?h:q,layerIndex:i,shapeIndex:F?u:r,labelIndex:F?u:r,dataLabelText:J}),l.childElementCount>0&&!b.maps.element.contains(l)&&(document.getElementById(b.maps.element.id+"_Secondary_Element").appendChild(l),b.maps.renderReactTemplates()),(e.dataLabelSettings.animationDuration>0||"Enable"===t.animationMode)&&(t.isNullOrUndefined(h)||(b.datalabelAnimate(h,x.animationDuration,S.opacity,!1),t.isNullOrUndefined(m)||b.datalabelAnimate(m,x.animationDuration,x.opacity,!0)))}})}},e.prototype.datalabelAnimate=function(e,i,o,n){var a=0;new t.Animation({}).animate(e,{duration:0===i&&"Enable"===t.animationMode?1e3:i,delay:0,progress:function(t){t.timeStamp>t.delay&&(a=(t.timeStamp-t.delay)/t.duration,e.setAttribute("style","user-select: none; visibility: visible;"),e.setAttribute(n?"fill-opacity":"opacity",(o*a).toString()))},end:function(){e.style.visibility="visible",e.setAttribute(n?"fill-opacity":"opacity",o.toString())}})},e.prototype.getPoint=function(e,t){return"MultiLineString"===e.type?Array.prototype.forEach.call(e,function(e){Array.prototype.forEach.call(e,function(e){t.push(new ht(e.point.x,e.point.y))})}):Array.prototype.forEach.call(e,function(e){t.push(new ht(e.point.x,e.point.y))}),t},e.prototype.getModuleName=function(){return"DataLabel"},e.prototype.destroy=function(){this.dataLabelCollections=[],this.value=null,this.maps=null},e}(),Ii=function(){function e(e){this.maps=e}return e.prototype.renderNavigation=function(e,i,o){var n;if(!t.isNullOrUndefined(this.maps)){var a=void 0,l=e.navigationLineSettings,r=void 0,s=[],d=void 0,p=void 0,m=void 0,u=void 0,g=void 0,y=void 0,f=void 0,b=void 0,v=void 0,S=void 0,x=void 0,O=void 0,C=void 0,M=void 0,_=void 0,L=void 0,P=void 0,w=void 0,T=void 0;n=this.maps.renderer.createGroup({id:this.maps.element.id+"_LayerIndex_"+o+"_line_Group"});for(var I=0;I<l.length;I++){if(d=l[I].latitude,r=l[I].longitude,p=!t.isNullOrUndefined(l[I].visible)&&l[I].visible,m=t.isNullOrUndefined(l[I].angle)?0:l[I].angle,u=l[I].width||1,g=l[I].color,y=l[I].dashArray,O=l[I].arrowSettings,v=!t.isNullOrUndefined(O)&&O.showArrow,!t.isNullOrUndefined(r)&&!t.isNullOrUndefined(d)&&r.length===d.length&&p)for(var k=0;k<r.length;k++){var F=this.maps.isTileMap?c(new ht(r[k],d[k]),i,this.maps.tileTranslatePoint,!0):h(d[k],r[k],i,e,this.maps);s.push(F)}w=this.maps.renderer.createGroup({id:this.maps.element.id+"_LayerIndex_"+o+"_NavigationGroup"+I});for(var N=0;N<s.length-1;N++){m=1<(m=-1>m?-1:m)?1:m;var E=this.maps.element.id+"_LayerIndex_"+o+"_NavigationIndex_"+I+"_Line"+N,z=this.convertRadius(s[N],s[N+1]);if(m<=1&&m>0&&(b=0,s[N].x>s[N+1].x&&(b=1)),m>=-1&&m<0&&(b=1,s[N].x>s[N+1].x&&(b=0)),v){S=O.color,x=t.isNullOrUndefined(O.size)?0:O.size,P=t.isNullOrUndefined(O.offSet)?0:O.offSet;var B=Math.round(x/2);M="Start"===(C=O.position)?"url(#triangle"+I+")":null,_="End"===C?"url(#triangle"+I+")":null,0!==L&&0===m&&(L="Start"===C?P:-P),L=t.isNullOrUndefined(L)?0:L;var A=this.maps.element.id+"_triangle",U=this.maps.renderer.createDefs();U.innerHTML+='<marker id="triangle'+I+'"></marker>';var j=U.querySelector("#triangle"+I);j.setAttribute("markerWidth",x.toString()),j.setAttribute("markerHeight",x.toString()),j.setAttribute("refX",(B-L).toString()),j.setAttribute("refY",B.toString()),j.setAttribute("orient","auto"),f=new yt(A,S,u,g,1,1,y,"M 0,0 L 0,"+x+" L "+B+", "+B+" Z"),a=this.maps.renderer.drawPath(f),j.appendChild(a),U.appendChild(j),w.appendChild(U)}if(m=Math.abs(m),T=0===m?"M "+s[N].x+","+s[N].y+"L "+s[N+1].x+","+s[N+1].y+" ":"M "+s[N].x+","+s[N].y+" A "+(z/2+(1-m)*z/(10*m))+" "+(z/2+(1-m)*z/(10*m))+" 0,0,"+b+" , "+s[N+1].x+","+s[N+1].y+" ",f=new yt(E,"none",u,g,1,1,y,T),a=this.maps.renderer.drawPath(f),!t.isNullOrUndefined(C))"Start"===C?a.setAttribute("marker-start",M):a.setAttribute("marker-end",_);V(this.maps.selectedNavigationElementId,this.maps.navigationSelectionClass,a,"navigationlineselectionMapStyle"),w.appendChild(a),n.appendChild(w)}s=[]}}return n},e.prototype.convertRadius=function(e,t){var i=t.x-e.x,o=t.y-e.y;return Math.sqrt(Math.pow(i,2)+Math.pow(o,2))},e.prototype.getModuleName=function(){return"NavigationLine"},e.prototype.destroy=function(){this.maps=null},e}(),ki=function(){function e(e){this.legendBorderRect=new _t(0,0,0,0),this.initialMapAreaRect=new _t(0,0,0,0),this.legendTotalRect=new _t(0,0,0,0),this.totalPages=[],this.page=0,this.currentPage=0,this.legendItemRect=new _t(0,0,0,0),this.heightIncrement=0,this.widthIncrement=0,this.textMaxWidth=0,this.shapeHighlightCollection=[],this.legendHighlightCollection=[],this.shapePreviousColor=[],this.selectedNonLegendShapes=[],this.shapeToggled=!0,this.legendElement=null,this.maps=e,this.addEventListener()}return e.prototype.renderLegend=function(){this.legendRenderingCollections=[],this.legendCollection=[],this.totalPages=[],this.widthIncrement=0,this.heightIncrement=0,this.defsElement=this.maps.renderer.createDefs(),this.maps.svgObject.appendChild(this.defsElement),this.initialMapAreaRect=this.maps.mapAreaRect,this.calculateLegendBounds(),this.drawLegend()},e.prototype.calculateLegendBounds=function(){var e=this,i=this.maps,o=i.legendSettings;this.legendCollection=[];var n=i.mapAreaRect.y;if(this.legendRenderingCollections=[],Array.prototype.forEach.call(i.layersCollection,function(i,n){if(!t.isNullOrUndefined(i.shapeData)){var a=i.shapeData.features,l=i.shapeDataPath,r=i.shapePropertyPath,s=i.dataSource,d=void 0,p=void 0;if("Layers"===o.type&&i.visible)d=i.shapeSettings.colorValuePath,p=i.shapeSettings.colorMapping,e.getLegends(n,a,p,s,l,d,r);else if("Bubbles"===o.type)for(var h=0,m=i.bubbleSettings;h<m.length;h++){var c=m[h];c.visible&&(d=c.colorValuePath,p=c.colorMapping,s=c.dataSource,e.getLegends(n,a,p,s,l,d,r))}}"Markers"===o.type&&e.getMarkersLegendCollections(n,i.markerSettings)}),this.legendCollection.length>0)for(R=0;R<this.legendCollection.length;R++){var a={name:"legendRendering",cancel:!1,fill:(H=this.legendCollection[R]).fill,shape:o.shape,shapeBorder:o.shapeBorder,text:"number"==typeof H.text?H.text.toString():H.text};i.trigger("legendRendering",a),H.fill=a.fill,H.shape=a.shape,H.shapeBorder=a.shapeBorder,H.text=a.text,a.cancel&&(this.legendCollection.splice(R,1),R--)}var l=i.legendSettings.title.text,r=i.legendSettings.titleStyle;if(this.legendCollection.length>0){var s,d,p=o.mode,h=0,m=0,c=0,u=0,g=o.shapePadding,y=o.shapeHeight,f=o.shapeWidth,b=[],v=[],S=o.position,x=o.labelDisplayMode,C="None"===o.orientation?"Top"===S||"Bottom"===S?"Horizontal":"Vertical":o.orientation,M=o.width.length>1?o.width.indexOf("%")>-1?i.availableSize.width/100*parseInt(o.width,10):parseInt(o.width,10):null,_=o.height.length>1?o.height.indexOf("%")>-1?i.availableSize.height/100*parseInt(o.height,10):parseInt(o.height,10):null,L=0,P=0,w=O(l,r);if("Interactive"===p){var T=o.textStyle,I=this.legendCollection.length,k="Horizontal"===C?t.isNullOrUndefined(M)?i.mapAreaRect.width/I:M/I:t.isNullOrUndefined(M)?25:M,F="Horizontal"===C?t.isNullOrUndefined(_)?25:_:t.isNullOrUndefined(_)?i.mapAreaRect.height/I:_/I;L=0,P=w.height+10;for(var N=o.labelPosition,E=0,z=0,B=0,A=0,U=0,j=0,R=0;R<this.legendCollection.length;R++){L="Horizontal"===C?L+k:L,P="Horizontal"===C?P:P+F;var Z=this.legendCollection[R].text,D=new pt(0,0);"None"===x?D=O(Z,T):"Trim"===x?D=O(Z=ge("Horizontal"===C?k:F,Z,T),T):Z="",U=Math.max(U,D.height),j=Math.max(j,D.width),D.width>0&&D.height>0&&("Horizontal"===C?(E=L+k/2,z="After"===N?P+F+D.height/2+10:P-10):(E="After"===N?L-D.width/2-10:L+k+D.width/2+10,z=P+F/2+D.height/4)),0===R?(B="Horizontal"===C?L:"After"===N?E-D.width/2:L,A="Horizontal"===C?"After"===N?P:z-D.height/2:P,1===this.legendCollection.length&&(M="Horizontal"===C?Math.abs(L+k-B):k+j+10,_="Horizontal"===C?F+U/2+10:Math.abs(P+F-A))):R===this.legendCollection.length-1&&(M="Horizontal"===C?Math.abs(L+k-B):k+j+10,_="Horizontal"===C?F+U/2+10:Math.abs(P+F-A)),this.legendRenderingCollections.push({fill:this.legendCollection[R].fill,x:L,y:P,width:k,height:F,text:Z,textX:E,textY:z,textWidth:D.width,textHeight:D.height,shapeBorder:this.legendCollection[R].shapeBorder})}1!==this.legendCollection.length||"Fluent2HighContrast"===i.theme&&"Bottom"===o.position||(_=F,M=k),this.legendItemRect={x:B,y:A,width:M,height:_}}else{M=t.isNullOrUndefined(M)?i.mapAreaRect.width:M,_=t.isNullOrUndefined(_)?i.mapAreaRect.height:_;var V=0;this.page=0;for(R=0;R<this.legendCollection.length;R++){var H=this.legendCollection[R];t.isNullOrUndefined(this.totalPages[this.page])&&(this.totalPages[this.page]={Page:this.page+1,Collection:[]});var G=O(H.text,o.textStyle);if(this.textMaxWidth=Math.max(this.textMaxWidth,G.width),0===R)L=h=10+f/2,P=m=n+w.height+(y>G.height?y/2:G.height/4);else{var W=G.height>y?G.height:y;if("Horizontal"===C){var X=v[V-1].x+v[V-1].width+10+f;if(X+g+G.width>M){var q=(v[V-1].y>b[V-1].y+y/2?v[V-1].y:b[V-1].y+y/2)+n;q+W>_?(this.getPageChanged(),V=0,b=[],v=[],h=L,m=P):(h=b[0].x,m=q+W/2)}else h=X-f/2,m=b[V-1].y}else{var Y=v[V-1].y>b[V-1].y+y/2?v[V-1].y:b[V-1].y+y/2;if(Y+n+W>_){var J=v[V-1].x+this.textMaxWidth+10;J+g+G.width>M?(h=L,m=P,v=[],b=[],this.getPageChanged(),V=0):(h=J+f/2,m=b[0].y)}else{h=b[V-1].x,m=Y+10+y/2}}}c=h+f/2+g,u=m+G.height/4,b.push({x:h,y:m}),v.push({x:c,y:u,width:G.width,height:G.height/2}),this.totalPages[this.page].Collection.push({DisplayText:H.text,ImageSrc:H.imageSrc,Shape:{x:h,y:m},Text:{x:c,y:u},Fill:H.fill,legendShape:H.shape,shapeBorder:H.shapeBorder,idIndex:R,Rect:{x:b[V].x-f/2,y:b[V].y-y/2<u-G.height?b[V].y-y/2:u-G.height,width:Math.abs(b[V].x-f/2-(c+G.width)),height:y>G.height?y:G.height}}),V++}var Q=this.totalPages[0].Collection;Array.prototype.forEach.call(Q,function(t,i){var o=new _t(t.Rect.x,t.Rect.y,t.Rect.width,t.Rect.height);0===i&&(s=o.x,d=o.y),e.widthIncrement=Math.max(e.widthIncrement,Math.abs(s-(o.x+o.width))),e.heightIncrement=Math.max(e.heightIncrement,Math.abs(d-(o.y+o.height)))}),M=this.widthIncrement<M?this.widthIncrement:M,_=this.heightIncrement<_?this.heightIncrement:_,this.legendItemRect={x:Q[0].Rect.x,y:Q[0].Rect.y,width:M,height:_}}}},e.prototype.getLegends=function(e,t,i,o,n,a,l){this.getRangeLegendCollection(e,t,i,o,n,a,l),this.getEqualLegendCollection(e,t,i,o,n,a,l),this.getDataLegendCollection(e,t,i,o,n,a,l)},e.prototype.getPageChanged=function(){this.page++,t.isNullOrUndefined(this.totalPages[this.page])&&(this.totalPages[this.page]={Page:this.page+1,Collection:[]})},e.prototype.legendTextTrim=function(e,t,i,o){var n=t,a=O(t,i).width,l=o-a;if(o>e)for(var r=t.length-1;r>=0;--r)if(l+(a=O(n=t.substring(0,r)+"...",i).width)<=e||n.length<4)return n.length<4&&(n=" "),n;return n},e.prototype.drawLegend=function(){var e,i=this.maps,o=i.legendSettings,n=i.renderer,a={size:o.textStyle.size,color:o.textStyle.color,fontFamily:o.textStyle.fontFamily,fontWeight:o.textStyle.fontWeight,fontStyle:o.textStyle.fontStyle,opacity:o.textStyle.opacity};if(this.legendGroup=n.createGroup({id:i.element.id+"_Legend_Group"}),"Interactive"===o.mode)for(var l=0;l<this.legendRenderingCollections.length;l++){var r=i.element.id+"_Legend_Index_"+l,s=i.element.id+"_Legend_Index_"+l+"_Text",d=this.legendRenderingCollections[l],p=new _t(d.x,d.y,d.width,d.height);0===l&&this.renderLegendBorder();var h=new ht(d.textX,d.textY);a.color=null!==a.color?a.color:this.maps.themeStyle.legendTextColor;var m=new bt(r,d.fill,d.shapeBorder,o.opacity,p);e=new gt(s,h.x,h.y,"middle",d.text,"",""),a.fontFamily=t.isNullOrUndefined(a.fontFamily)?this.maps.themeStyle.fontFamily:a.fontFamily,a.size=a.size||i.themeStyle.legendFontSize;var c=M(e,a,a.color,this.legendGroup);c.setAttribute("aria-label",d.text),c.setAttribute("role","region");var u=n.drawRectangle(m);this.legendGroup.appendChild(u),!i.legendSettings.toggleLegendSettings.enable||"Layers"!==o.type&&"Markers"!==o.type||this.maintainLegendToggle(l,u,c),this.legendToggle()}else this.drawLegendItem(this.currentPage)},e.prototype.drawLegendItem=function(e){var i,o=this.maps,n=o.legendSettings,a=new pt(n.shapeWidth,n.shapeHeight),l=o.renderer,r=n.shape;if(e>=0&&e<this.totalPages.length){ke(this.legendGroup.id,this.maps.element.id)&&t.remove(ke(this.legendGroup.id,this.maps.element.id));for(var s=0;s<this.totalPages[e].Collection.length;s++){var d=this.totalPages[e].Collection[s],p=d.shapeBorder,h=l.createGroup({id:o.element.id+"_Legend_Index_"+d.idIndex}),m=d.DisplayText,c="HorizontalLine"===n.shape||"VerticalLine"===n.shape||"Cross"===n.shape?t.isNullOrUndefined(n.fill)?"#000000":n.fill:p.color,u=("HorizontalLine"===n.shape||"VerticalLine"===n.shape||"Cross"===n.shape)&&0===p.width?1:p.width,g=o.element.id+"_Legend_Shape_Index_"+d.idIndex,y=o.element.id+"_Legend_Text_Index_"+d.idIndex,f=new ht(d.Shape.x,d.Shape.y-4),b=new ht(d.Text.x,d.Text.y-4),v=new yt(g,d.Fill,u,c,n.opacity,t.isNullOrUndefined(p.opacity)?n.opacity:p.opacity,""),S={fontFamily:n.textStyle.fontFamily,fontStyle:n.textStyle.fontStyle,fontWeight:n.textStyle.fontWeight,size:n.textStyle.size,color:n.textStyle.color,opacity:n.textStyle.opacity};if(S.color=null!==S.color?S.color:this.maps.themeStyle.legendTextColor,S.fontFamily=t.isNullOrUndefined(S.fontFamily)?this.maps.themeStyle.fontFamily:S.fontFamily,S.size=S.size||o.themeStyle.legendFontSize,S.fontWeight=S.fontWeight||o.themeStyle.fontWeight,0===s&&this.renderLegendBorder(),"Markers"===n.type&&n.useMarkerShape){var x=this.legendCollection[d.idIndex].data[0],C=o.layers[x.layerIndex].markerSettings[x.markerIndex];r=t.isNullOrUndefined(C.dataSource[x.dataIndex][C.shapeValuePath])||""===C.dataSource[x.dataIndex][C.shapeValuePath]?C.shape:C.dataSource[x.dataIndex][C.shapeValuePath]}"Balloon"===r?h.appendChild(le(o,v,a,{x:f.x,y:f.y+5},"Legend")):h.appendChild(Ve(f,r,a,d.ImageSrc,v));var _=d.Rect.x+d.Rect.width;_>this.legendBorderRect.width&&(m=this.legendTextTrim(this.legendBorderRect.width,m,S,_));var L=M(i=new gt(y,b.x,b.y,"start",m,"",""),S,S.color,h);if(L.setAttribute("aria-label",m),L.setAttribute("role","region"),this.legendGroup.appendChild(h),o.legendSettings.toggleLegendSettings.enable&&("Layers"===n.type||"Markers"===n.type)){var P=h.childNodes[0];this.maintainLegendToggle(d.idIndex,P,L)}if(s===this.totalPages[e].Collection.length-1){var w=void 0;if(0!==this.page){var T=e+1+"/"+this.totalPages.length,I=n.textStyle,k=O(T,I),F=this.legendItemRect.x+this.legendItemRect.width-k.width-20-20+2,N=this.legendItemRect.x+this.legendItemRect.width,E=N-10-k.width/2-5-4,z=this.legendItemRect.y+this.legendItemRect.height+2.5+10;w=l.createGroup({id:o.element.id+"_Legend_Paging_Group"});var B=l.createGroup({id:o.element.id+"_Legend_Left_Paging_Group"}),A=l.createGroup({id:o.element.id+"_Legend_Right_Paging_Group"}),U=" M "+N+" "+z+" L "+(N-10)+" "+(z-5)+" L "+(N-10)+" "+(z+5)+" z ",j=" M "+F+" "+z+" L "+(F+10)+" "+(z-5)+" L "+(F+10)+" "+(z+5)+" z ",R=new yt(o.element.id+"_Left_Page",this.maps.themeStyle.legendTextColor,0,this.maps.themeStyle.legendTextColor,e+1===1?.5:1,1,"",j);B.appendChild(l.drawPath(R));var Z=new bt(o.element.id+"_Left_Page_Rect","transparent",{},1,new _t(F-5,z-10,20,20),null,null,"",""),D=l.drawRectangle(Z);D.setAttribute("aria-label","Navigate to the previous legend items"),D.setAttribute("role","button"),D.tabIndex=e+1===1?-1:o.tabIndex,e+1===1?(D.style.cursor="default",D.style.setProperty("outline","none")):(D.style.cursor="pointer",D.style.removeProperty("outline")),B.appendChild(D),this.wireEvents(B);var V=new yt(o.element.id+"_Right_Page",this.maps.themeStyle.legendTextColor,0,this.maps.themeStyle.legendTextColor,e+1===this.totalPages.length?.5:1,1,"",U);A.appendChild(l.drawPath(V));var H=new bt(o.element.id+"_Right_Page_Rect","transparent",{},1,new _t(N-10-5,z-10,20,20),null,null,"","");(D=l.drawRectangle(H)).setAttribute("aria-label","Navigate to the next legend items"),D.setAttribute("role","button"),D.tabIndex=e+1===this.totalPages.length?-1:o.tabIndex,e+1===this.totalPages.length?(D.style.cursor="default",D.style.setProperty("outline","none")):(D.style.cursor="pointer",D.style.removeProperty("outline")),A.appendChild(D),this.wireEvents(A),w.appendChild(B),w.appendChild(A);var G={id:o.element.id+"_Paging_Text",x:E,y:z+k.height/4,fill:this.maps.themeStyle.legendTextColor,"font-size":"14px","font-style":I.fontStyle,"font-family":I.fontFamily,"font-weight":I.fontWeight,"text-anchor":"middle",transform:"",opacity:1,"dominant-baseline":""},W=l.createText(G,T);W.style.cssText="user-select: none;",W.setAttribute("aria-label",T),W.setAttribute("role","region"),w.appendChild(W),this.legendGroup.appendChild(w)}this.legendToggle()}}}},e.prototype.maintainLegendToggle=function(e,i,o){if(this.maps.legendSettings.toggleLegendSettings.enable&&!t.isNullOrUndefined(this.maps.toggledLegendId)&&this.maps.toggledLegendId.indexOf(e)>-1&&!t.isNullOrUndefined(this.maps.toggledElementId)&&this.maps.toggledElementId.length>0){var n=this.legendCollection[e].data;if(this.maps.legendSettings.toggleLegendSettings.applyShapeSettings){var a=n[n.length-1].layerIndex;this.setToggleAttributes(o,i,this.maps.layers[a].shapeSettings.fill,this.maps.layers[a].shapeSettings.opacity,this.maps.layers[a].shapeSettings.border.color||this.maps.themeStyle.shapeBorderColor,t.isNullOrUndefined(this.maps.layers[a].shapeSettings.border.width)?0:this.maps.layers[a].shapeSettings.border.width,t.isNullOrUndefined(this.maps.layers[a].shapeSettings.border.opacity)?this.maps.layers[a].shapeSettings.opacity:this.maps.layers[a].shapeSettings.border.opacity,this.maps.layers[a].shapeSettings.fill)}else this.setToggleAttributes(o,i,this.maps.legendSettings.toggleLegendSettings.fill,this.maps.legendSettings.toggleLegendSettings.opacity,this.maps.legendSettings.toggleLegendSettings.border.color,this.maps.legendSettings.toggleLegendSettings.border.width,t.isNullOrUndefined(this.maps.legendSettings.toggleLegendSettings.border.opacity)?this.maps.legendSettings.toggleLegendSettings.opacity:this.maps.legendSettings.toggleLegendSettings.border.opacity,this.maps.legendSettings.toggleLegendSettings.fill);n._isVisible=!1}},e.prototype.legendHighLightAndSelection=function(e,i){var o,n,a,l,r,s="Default"===this.maps.legendSettings.mode?document.getElementById(e.id.replace("Shape","Text")):document.getElementById(e.id+"_Text"),d=this.maps.legendModule.legendCollection,p=!t.isNullOrUndefined(d[0].data[0].layerIndex)&&this.maps.layers[d[0].data[0].layerIndex].selectionSettings.enableMultiSelect,h=0,m=!0,c=parseFloat(e.id.charAt(e.id.length-1));this.updateLegendElement();var u=this.maps.toggledLegendId.indexOf(c);if(this.maps.legendSettings.toggleLegendSettings.enable&&"highlight"===i&&-1!==u){var g=this.getIndexofLegend(this.legendHighlightCollection,e);return-1!==g&&this.legendHighlightCollection.splice(g,1),this.removeLegendHighlightCollection(),null}if("selection"===i){if(this.shapeHighlightCollection=[],this.maps.shapeSelections||p||(this.removeAllSelections(),this.maps.shapeSelections=!0),this.maps.legendSelectionCollection.length>0&&(p||this.maps.shapeSelections))for(f=0;f<this.maps.legendSelectionCollection.length;f++){if(e===this.maps.legendSelectionCollection[f].legendElement){this.maps.legendSelectionCollection[f].legendElement=e,m=!1,this.removeLegendSelectionCollection(this.maps.legendSelectionCollection[f].legendElement),this.maps.selectedLegendElementId.splice(this.maps.selectedLegendElementId.indexOf(c),1),this.maps.legendSelectionCollection.splice(f,1),this.maps.legendSelection=!(this.maps.legendSelectionCollection.length>0);break}if(!p)if(this.maps.legendSelectionCollection.length>1){for(var y=0;y<this.maps.legendSelectionCollection.length;y++)this.removeLegendSelectionCollection(this.maps.legendSelectionCollection[y].legendElement);this.maps.legendSelectionCollection=[]}else this.removeLegendSelectionCollection(this.maps.legendSelectionCollection[f].legendElement),this.maps.legendSelectionCollection.splice(f,1)}}else{if(this.maps.legendSelectionCollection.length>0)for(var f=0;f<this.maps.legendSelectionCollection.length;f++){if((e.id.indexOf("_Legend_Shape")>-1||e.id.indexOf("_Legend_Index"))&&e===this.maps.legendSelectionCollection[f].legendElement){m=!1;break}this.removeLegendHighlightCollection()}this.removeLegendHighlightCollection()}if(m)for(var b=0;b<d.length;b++){var v="Interactive"===this.maps.legendSettings.mode?parseFloat(e.id.split("_Legend_Index_")[1]):parseFloat(e.id.split("_Legend_Shape_Index_")[1]);if(s.textContent===d[b].text&&d[b].data.length>0&&v===b){var S=this.maps.layers[d[b].data[0].layerIndex],x=void 0,O=void 0,C=void 0;if(t.isNullOrUndefined(S)||(x="selection"===i?S.selectionSettings.enable:S.highlightSettings.enable,O=void 0,O="selection"===i?S.selectionSettings:S.highlightSettings,C=d[b].data),x)for(var M=0;M<C.length;M++){var _=void 0;if(o=C[M].shapeIndex,n=C[M].layerIndex,a=C[M].dataIndex,l=C[M].pointIndex,null!==(_=-1===l?document.getElementById(this.maps.element.id+"_LayerIndex_"+n+"_shapeIndex_"+o+"_dataIndex_"+a):document.getElementById(this.maps.element.id+"_LayerIndex_"+n+"_shapeIndex_"+o+"_dataIndex_"+a+"_multiLine_"+l))){var L=!0;if(null!==this.maps.legendSelectionCollection)for(var P=0;P<this.maps.legendSelectionCollection.length;P++)if(this.maps.legendSelectionCollection[P].legendElement===e){L=!1;break}if("highlight"===i&&L){0===M&&(this.legendHighlightCollection=[],this.pushCollection(e,this.legendHighlightCollection,d[b],S.shapeSettings)),r=this.legendHighlightCollection.length;var w=this.legendHighlightCollection[r-1].legendOldFill;this.legendHighlightCollection[r-1].MapShapeCollection.Elements.push(_);var T=this.legendHighlightCollection[r-1].MapShapeCollection.Elements.length-1,I=_.getAttribute("fill"),k=_.getAttribute("fill-opacity");this.legendHighlightCollection[r-1].shapeOldFillColor.push(I),this.legendHighlightCollection[r-1].shapeOldOpacity=k;var F=this.legendHighlightCollection[r-1].shapeOldFillColor[T],N=this.legendHighlightCollection[r-1].shapeOldOpacity;this.shapePreviousColor=this.legendHighlightCollection[r-1].shapeOldFillColor,this.setColor(_,t.isNullOrUndefined(O.fill)?F:O.fill,t.isNullOrUndefined(O.opacity)?N:O.opacity.toString(),O.border.color,O.border.width.toString(),"highlight"),this.setColor(e,t.isNullOrUndefined(O.fill)?w:O.fill,t.isNullOrUndefined(O.opacity)?N:O.opacity.toString(),O.border.color,O.border.width.toString(),"highlight")}else if("selection"===i){this.legendHighlightCollection=[],this.maps.legendSelectionClass=O,0===M&&(this.pushCollection(e,this.maps.legendSelectionCollection,d[b],S.shapeSettings),p?this.maps.selectedLegendElementId.push(b):0===this.maps.selectedLegendElementId.length?this.maps.selectedLegendElementId.push(b):(this.maps.selectedLegendElementId=[],this.maps.selectedLegendElementId.push(b))),h=this.maps.legendSelectionCollection.length;var E=this.maps.legendSelectionCollection[h-1].legendOldFill;this.maps.legendSelectionCollection[h-1].MapShapeCollection.Elements.push(_),this.maps.legendSelectionCollection[h-1].shapeOldFillColor=this.shapePreviousColor,this.setColor(e,t.isNullOrUndefined(O.fill)?E:O.fill,O.opacity.toString(),O.border.color,O.border.width.toString(),"selection"),this.setColor(_,t.isNullOrUndefined(O.fill)?E:O.fill,O.opacity.toString(),O.border.color,O.border.width.toString(),"selection"),-1===this.maps.selectedElementId.indexOf(_.getAttribute("id"))&&this.maps.selectedElementId.push(_.getAttribute("id")),M===C.length-1&&(this.maps.legendSelection=!1,this.removeLegend(this.maps.legendSelectionCollection))}}}}}},e.prototype.setColor=function(e,t,i,o,n,a){var l=e.parentElement.id.indexOf("LineString")>-1;"selection"===a?(G(l?"LineselectionMap":"ShapeselectionMap",l?"LineselectionMapStyle":"ShapeselectionMapStyle",l?"transparent":t,i,l?t:o,n,this.maps),e.setAttribute("class",l?"LineselectionMapStyle":"ShapeselectionMapStyle")):(e.setAttribute("fill",l?"transparent":t),e.setAttribute("fill-opacity",i),e.setAttribute("stroke",l?t:o),e.setAttribute("stroke-width",(Number(n)/this.maps.scale).toString()))},e.prototype.pushCollection=function(e,t,i,o){t.push({legendElement:e,legendOldFill:i.fill,legendOldOpacity:i.opacity,legendOldBorderColor:i.borderColor,legendOldBorderWidth:i.borderWidth,shapeOpacity:o.opacity,shapeOldBorderColor:o.border.color||this.maps.themeStyle.shapeBorderColor,shapeOldBorderWidth:o.border.width});var n=t.length;t[n-1].MapShapeCollection={Elements:[]},t[n-1].shapeOldFillColor=[],t[n-1].shapeOldOpacity=null},e.prototype.removeLegend=function(e){for(var i=0;i<e.length;i++){var o=e[i];this.setColor(o.legendElement,o.legendOldFill,o.legendOldOpacity,o.legendOldBorderColor,o.legendOldBorderWidth,"highlight");for(var n=o.MapShapeCollection.Elements.length,a=0;a<n;a++){var l=-1!==o.legendOldFill.indexOf("url")?o.shapeOldFillColor[a]:o.legendOldFill,r=t.isNullOrUndefined(o.shapeOldOpacity)?o.shapeOpacity:o.shapeOldOpacity;this.setColor(o.MapShapeCollection.Elements[a],l,r,o.shapeOldBorderColor,o.shapeOldBorderWidth,"highlight")}}},e.prototype.removeLegendHighlightCollection=function(){this.legendHighlightCollection.length>0&&(this.removeLegend(this.legendHighlightCollection),this.legendHighlightCollection=[])},e.prototype.removeLegendSelectionCollection=function(e){if(this.maps.legendSelectionCollection.length>0){Be(e);for(var t=this.shapesOfLegend(e),i=t.length,o=0;o<i;o++){var n=Pe(t[o]);if("ShapeselectionMapStyle"===n.getAttribute("class")||"LineselectionMapStyle"===n.getAttribute("class")){Be(n);var a=this.maps.selectedElementId.indexOf(n.id);-1!==a&&this.maps.selectedElementId.splice(a,1)}}}},e.prototype.removeShapeHighlightCollection=function(){if(this.shapeHighlightCollection.length>0)for(var e=0;e<this.shapeHighlightCollection.length;e++){for(var t=this.shapeHighlightCollection[e],i=!0,o=0;o<this.maps.legendSelectionCollection.length;o++)this.maps.legendSelectionCollection[o].legendElement===t.legendElement&&(i=!1);i&&this.setColor(t.legendElement,t.legendOldFill,t.legendOldOpacity,t.legendOldBorderColor,t.legendOldBorderWidth,"highlight")}},e.prototype.shapeHighLightAndSelection=function(e,i,o,n,a){if(void 0!==i){this.updateLegendElement(),this.shapeToggled=!0;var l=this.maps.legendModule.legendCollection,r=this.legendIndexOnShape(i,a),s=this.shapeDataOnLegend(e),d=this.maps.toggledLegendId.indexOf(r.actualIndex);if(this.maps.legendSettings.toggleLegendSettings.enable&&-1!==d){this.shapeToggled=!1,this.legendHighlightCollection=[];var p=this.getIndexofLegend(this.shapeHighlightCollection,s.LegendEle);return-1!==p&&this.shapeHighlightCollection.splice(p,1),this.removeShapeHighlightCollection(),null}if(void 0===r.currentIndex&&void 0===r.actualIndex)return this.removeShapeHighlightCollection(),null;if(void 0!==r.currentIndex||"selection"!==n||this.maps.layers[a].selectionSettings.enableMultiSelect||"ShapeselectionMapStyle"===e.getAttribute("class")||(this.maps.legendSelection=!1),"selection"!==n||this.maps.layers[a].selectionSettings.enableMultiSelect||this.maps.legendSelection||(this.removeAllSelections(),this.maps.legendSelection=!0),void 0===r.currentIndex){if("selection"===n&&void 0!==r.actualIndex){for(var h=0,m=0;m<s.Elements.length;m++)"ShapeselectionMapStyle"===s.Elements[m].getAttribute("class")&&h++;var c=this.maps.selectedLegendElementId.indexOf(r.actualIndex);-1===c?(this.maps.selectedLegendElementId.push(r.actualIndex),this.maps.legendSelectionClass=o):h<=1&&("ShapeselectionMapStyle"===e.getAttribute("class")||"LineselectionMapStyle"===e.getAttribute("class"))&&(this.maps.layers[a].selectionSettings.enableMultiSelect?h<=1&&("ShapeselectionMapStyle"===e.getAttribute("class")||"LineselectionMapStyle"===e.getAttribute("class"))&&this.maps.selectedLegendElementId.splice(c,1):this.maps.selectedLegendElementId.splice(c,1))}return this.removeShapeHighlightCollection(),null}var u=l[r.actualIndex].text,g=void 0,y=void 0;"Default"===this.maps.legendSettings.mode?void 0!==r.currentIndex&&(g=document.getElementById(this.maps.element.id+"_Legend_Text_Index_"+r.actualIndex).textContent,y=document.getElementById(this.maps.element.id+"_Legend_Shape_Index_"+r.actualIndex)):(g=document.getElementById(this.maps.element.id+"_Legend_Index_"+r.actualIndex+"_Text").textContent,y=document.getElementById(this.maps.element.id+"_Legend_Index_"+r.actualIndex)),this.oldShapeElement=s.LegendEle;var f=this.maps.legendSelectionCollection.length;if(u===g){var b=!0;if(this.maps.legendSelectionCollection)for(m=0;m<this.maps.legendSelectionCollection.length;m++)if(this.maps.legendSelectionCollection[m].legendElement===s.LegendEle){b=!1;break}if("highlight"===n&&b){(void 0===(v=this.isTargetSelected(s,this.shapeHighlightCollection))||v&&!v.IsSelected)&&this.pushCollection(y,this.shapeHighlightCollection,l[r.actualIndex],this.maps.layers[a].shapeSettings);for(S=0;S<this.shapeHighlightCollection.length;S++)s.LegendEle.id===this.shapeHighlightCollection[S].legendElement.id&&(this.shapeHighlightCollection[S].legendElement=s.LegendEle);if(f>0)for(S=0;S<f;S++){if(s.LegendEle===this.maps.legendSelectionCollection[S].legendElement){this.maps.legendSelectionCollection[S].legendElement=s.LegendEle,this.removeShapeHighlightCollection();break}S===f-1&&(this.removeShapeHighlightCollection(),this.setColor(y,t.isNullOrUndefined(o.fill)?y.getAttribute("fill"):o.fill,o.opacity.toString(),o.border.color,o.border.width.toString(),"highlight"))}else this.removeShapeHighlightCollection(),this.setColor(y,t.isNullOrUndefined(o.fill)?y.getAttribute("fill"):o.fill,t.isNullOrUndefined(o.opacity)?"1":o.opacity.toString(),o.border.color,o.border.width.toString(),"highlight")}else if("selection"===n){var v=this.isTargetSelected(s,this.maps.legendSelectionCollection);if(f>0)for(var S=0;S<this.maps.legendSelectionCollection.length;)if(s.LegendEle===this.maps.legendSelectionCollection[S].legendElement||o.enableMultiSelect)S++;else{var x=this.maps.legendSelectionCollection[S],O=this.maps.selectedLegendElementId.indexOf(r.actualIndex);this.maps.selectedLegendElementId.splice(O,1),this.maps.legendSelectionCollection.splice(S,1),Be(x.legendElement),this.maps.shapeSelections=!0,S=0}if(v&&v.IsSelected&&("ShapeselectionMapStyle"===e.getAttribute("class")||"LineselectionMapStyle"===e.getAttribute("class"))){var C=0;if(o.enableMultiSelect)for(m=0;m<s.Elements.length;m++)e.getAttribute("class")===s.Elements[m].getAttribute("class")&&C++;C<=1&&(o.enableMultiSelect||this.maps.legendSelection)&&(this.maps.selectedLegendElementId.splice(this.maps.selectedLegendElementId.indexOf(r.actualIndex),1),t.isNullOrUndefined(s.LegendEle)||Be(s.LegendEle),this.maps.legendSelectionCollection.splice(v.SelectionIndex,1),this.maps.shapeSelections=!0)}else{void 0!==v&&(!v||v.IsSelected)||t.isNullOrUndefined(y)||-1===(_=this.getIndexofLegend(this.maps.legendSelectionCollection,y))&&this.pushCollection(y,this.maps.legendSelectionCollection,l[r.actualIndex],this.maps.layers[a].shapeSettings);for(var M=!0,m=0;m<this.maps.selectedLegendElementId.length;m++)r.actualIndex===this.maps.selectedLegendElementId[m]&&(M=!1);if(M&&this.maps.selectedLegendElementId.push(r.actualIndex),this.maps.legendSelectionClass=o,this.removeLegend(this.shapeHighlightCollection),!t.isNullOrUndefined(y)){this.setColor(y,t.isNullOrUndefined(o.fill)?y.getAttribute("fill"):o.fill,t.isNullOrUndefined(o.opacity)?"1":o.opacity.toString(),o.border.color,o.border.width.toString(),"selection");var _=this.getIndexofLegend(this.maps.legendSelectionCollection,y);this.maps.legendSelectionCollection[_].MapShapeCollection.Elements.push(e)}this.maps.shapeSelections=!1}}else document.getElementsByClassName("highlightMapStyle").length>0&&(this.removeShapeHighlightCollection(),Be(document.getElementsByClassName("highlightMapStyle")[0]))}}else this.removeShapeHighlightCollection()},e.prototype.isTargetSelected=function(e,i){for(var o,n=0;n<i.length;n++)t.isNullOrUndefined(e.LegendEle.getAttribute("id"))||e.LegendEle.getAttribute("id")!==i[n].legendElement.getAttribute("id")||(o={IsSelected:!0,SelectionIndex:n});return o},e.prototype.updateLegendElement=function(){for(var e=0;e<this.maps.legendSelectionCollection.length;e++)document.getElementById(this.maps.legendSelectionCollection[e].legendElement.id)&&(this.maps.legendSelectionCollection[e].legendElement=document.getElementById(this.maps.legendSelectionCollection[e].legendElement.id))},e.prototype.getIndexofLegend=function(e,t){return e.map(function(e){return e.legendElement}).indexOf(t)},e.prototype.removeAllSelections=function(){for(var e=0;e<this.maps.selectedElementId.length;e++)Be(o=document.getElementById(this.maps.selectedElementId[e]));for(var i=0;i<this.maps.selectedLegendElementId.length;i++){var o=("Interactive"===this.maps.legendSettings.mode?this.maps.element.id+"_Legend_Index_":this.maps.element.id+"_Legend_Shape_Index_")+this.maps.selectedLegendElementId[i],n=document.getElementById(o);t.isNullOrUndefined(n)||Be(document.getElementById(o))}this.maps.legendSelectionCollection=[],this.maps.selectedLegendElementId=[],this.maps.selectedElementId=[]},e.prototype.legendIndexOnShape=function(e,i){var o,n,a,l=e[this.maps.layers[i].shapeDataPath],r=this.maps.legendSettings.mode,s=this.maps.legendModule.legendCollection;"Default"===r&&!t.isNullOrUndefined(this.maps.legendModule.totalPages)&&this.maps.legendModule.totalPages.length>0&&(a=this.maps.legendModule.totalPages[this.maps.legendModule.currentPage].Collection);for(var d="Default"!==r||t.isNullOrUndefined(a)?1:a.length,p=0;p<s.length;p++){for(var h=s[p].data,m=0;m<d;m++)if("Default"!==r||s[p].text===a[m].DisplayText)for(c=0;c<h.length;c++)l===h[c].name&&(o=m);for(var c=0;c<h.length;c++)l===h[c].name&&(n=p)}return{currentIndex:o,actualIndex:n}},e.prototype.shapeDataOnLegend=function(e){for(var i,o,n,a,l=this.maps.legendModule.legendCollection,r=this.maps.legendSettings,s=0;s<l.length;s++){for(var d=l[s].data,p=!1,h=[],m={Elements:[]},c=0;c<d.length;c++){var u=void 0;i=d[c].shapeIndex,o=d[c].layerIndex,n=d[c].dataIndex,e===(u=-1===(a=d[c].pointIndex)?document.getElementById(this.maps.element.id+"_LayerIndex_"+o+"_shapeIndex_"+i+"_dataIndex_"+n):document.getElementById(this.maps.element.id+"_LayerIndex_"+o+"_shapeIndex_"+i+"_dataIndex_"+n+"_multiLine_"+a))&&(p=!0),h.push(u)}if(p)return t.isNullOrUndefined(m.LegendEle)&&(m.LegendEle="Default"===r.mode?document.getElementById(this.maps.element.id+"_Legend_Shape_Index_"+s):document.getElementById(this.maps.element.id+"_Legend_Index_"+s)),m.Elements=h,m}return null},e.prototype.shapesOfLegend=function(e){for(var i,o,n,a,l=parseFloat(e.id.charAt(e.id.length-1)),r=this.maps.legendModule.legendCollection[l].data,s=[],d=0;d<r.length;d++){var p=void 0;i=r[d].shapeIndex,o=r[d].layerIndex,n=r[d].dataIndex,p=-1===(a=r[d].pointIndex)?document.getElementById(this.maps.element.id+"_LayerIndex_"+o+"_shapeIndex_"+i+"_dataIndex_"+n):document.getElementById(this.maps.element.id+"_LayerIndex_"+o+"_shapeIndex_"+i+"_dataIndex_"+n+"_multiLine_"+a),t.isNullOrUndefined(p)||s.push(p.id)}return s},e.prototype.legendToggle=function(){var e=this.maps,i=e.legendSettings;if(this.maps.selectedLegendElementId)for(s=0;s<this.maps.selectedLegendElementId.length;s++){var o="Interactive"===i.mode?this.maps.element.id+"_Legend_Index_":this.maps.element.id+"_Legend_Shape_Index_",n=e.svgObject.querySelector("#"+o+this.maps.selectedLegendElementId[s]);if(!t.isNullOrUndefined(n)){var a=t.isNullOrUndefined(this.maps.legendSelectionClass.fill)?n.getAttribute("fill"):this.maps.legendSelectionClass.fill;this.setColor(n,a,this.maps.legendSelectionClass.opacity.toString(),this.maps.legendSelectionClass.border.color,this.maps.legendSelectionClass.border.width.toString(),"selection");for(var l=0;l<this.maps.legendSelectionCollection.length;l++)this.maps.legendSelectionCollection[l].legendElement.id===n.id&&(this.maps.legendSelectionCollection[l].legendElement=n);if(-1===this.getIndexofLegend(this.maps.legendSelectionCollection,n)){var r=this.maps.legendModule.legendCollection[this.maps.selectedLegendElementId[s]].data[s].layerIndex;this.pushCollection(n,this.maps.legendSelectionCollection,this.maps.legendModule.legendCollection[this.maps.selectedLegendElementId[s]],this.maps.layers[r].shapeSettings)}}}if(this.maps.toggledLegendId)for(var s=0;s<this.maps.toggledLegendId.length;s++){var d="Interactive"===i.mode?"#"+this.maps.element.id+"_Legend_Index_"+this.maps.toggledLegendId[s]+"_Text":"#"+this.maps.element.id+"_Legend_Text_Index_"+this.maps.toggledLegendId[s],p=e.svgObject.querySelector(d);t.isNullOrUndefined(p)||p.setAttribute("fill","#E5E5E5");var h="Interactive"===i.mode?"#"+this.maps.element.id+"_Legend_Index_"+this.maps.toggledLegendId[s]:"#"+this.maps.element.id+"_Legend_Shape_Index_"+this.maps.toggledLegendId[s],m=e.svgObject.querySelector(h);t.isNullOrUndefined(m)||m.setAttribute("fill","#E5E5E5")}},e.prototype.renderLegendBorder=function(){for(var e,i=this.maps,o=i.legendSettings,n=o.title.text,a={fontFamily:o.titleStyle.fontFamily,fontStyle:o.titleStyle.fontStyle,fontWeight:o.titleStyle.fontWeight,size:o.titleStyle.size,color:o.titleStyle.color,opacity:o.titleStyle.opacity},l=ge(this.legendItemRect.width+20,n,a),r=O(l,a),s=!1,d=0;d<this.legendRenderingCollections.length;d++){if(this.legendRenderingCollections[d].textWidth!==this.legendRenderingCollections[0].textWidth){s=!1;break}s=!0}this.legendBorderRect=new _t("Fluent2HighContrast"!==i.theme||s||"Left"!==o.position&&"Right"!==o.position||"Interactive"!==o.mode?this.legendItemRect.x-10:this.legendItemRect.x-30,this.legendItemRect.y-10-r.height,this.legendItemRect.width+20,this.legendItemRect.height+20+r.height+("Interactive"===o.mode?0:0!==this.page?10:0));var p={color:o.border.color||this.maps.themeStyle.legendBorderColor,opacity:o.border.opacity,width:o.border.width||this.maps.themeStyle.legendBorderWidth};p.opacity=t.isNullOrUndefined(p.opacity)?1:p.opacity;var h=new bt(i.element.id+"_Legend_Border",o.background,p,1,this.legendBorderRect,null,null,"","");if(this.legendGroup.appendChild(i.renderer.drawRectangle(h)),this.getLegendAlignment(i,this.legendBorderRect.width,this.legendBorderRect.height,o),this.legendGroup.setAttribute("transform","translate( "+(this.translate.x+-this.legendBorderRect.x)+" "+(this.translate.y+-this.legendBorderRect.y)+" )"),"Float"!==o.position&&i.svgObject.appendChild(this.legendGroup),n){a.color=null!==a.color?a.color:this.maps.themeStyle.legendTitleFontColor,a.fontFamily=t.isNullOrUndefined(a.fontFamily)?this.maps.themeStyle.fontFamily:a.fontFamily,a.size=t.isNullOrUndefined(a.size)?this.maps.themeStyle.subTitleFontSize||st.legendTitleFont.size:a.size,a.fontWeight=t.isNullOrUndefined(a.fontWeight)?this.maps.themeStyle.titleFontWeight||st.legendTitleFont.fontWeight:a.fontWeight;var m=M(e=new gt(i.element.id+"_LegendTitle",this.legendItemRect.x+this.legendItemRect.width/2,this.legendItemRect.y-r.height/2-5,"middle",l,""),a,a.color,this.legendGroup);m.setAttribute("aria-label",n),m.setAttribute("role","region")}},e.prototype.changeNextPage=function(e){this.currentPage=e.target.id.indexOf("_Left_Page_")>-1?this.currentPage-1:this.currentPage+1,this.legendGroup=this.maps.renderer.createGroup({id:this.maps.element.id+"_Legend_Group"}),this.maps.mapAreaRect=this.initialMapAreaRect,this.drawLegendItem(this.currentPage),t.isNullOrUndefined(this.maps.legendModule)||"Float"!==this.maps.legendSettings.position||(this.maps.isTileMap?this.maps.mapLayerPanel.layerGroup.appendChild(this.maps.legendModule.legendGroup):this.maps.svgObject.appendChild(this.maps.legendModule.legendGroup)),ke(this.maps.element.id+"_Legend_Border",this.maps.element.id)&&(ke(this.maps.element.id+"_Legend_Border",this.maps.element.id).style.pointerEvents="none")},e.prototype.getLegendAlignment=function(e,i,o,n){var a,l,r,s=(r=t.extend({},e.mapAreaRect,r,!0)).x,d=r.y,p=r.height,h=r.width,m=e.availableSize.width,c=e.availableSize.height,u=t.isNullOrUndefined(n.location.x)?0:n.location.x,g=t.isNullOrUndefined(n.location.y)?0:n.location.y;if("Float"===n.position)this.translate=e.isTileMap?new ht(u,g+2.5):new ht(u+e.mapAreaRect.x,g+e.mapAreaRect.y),this.legendTotalRect=e.mapAreaRect;else{switch(n.position){case"Top":case"Bottom":r.height="Top"===n.position?p-o:p-o-20,a=m/2-i/2,l="Top"===n.position?d:d+r.height,r.y="Top"===n.position?d+o+(e.isTileMap?5:10):d-5;break;case"Left":case"Right":r.width=h-i-e.mapAreaRect.x,a="Left"===n.position?s+5:s+r.width+10,l=c/2-o/2,r.x="Left"===n.position?s+i+10:s}switch(n.alignment){case"Near":"Top"===n.position||"Bottom"===n.position?a=r.x-("Interactive"===n.mode?10:0):l=r.y-(n.height&&n.width||"Interactive"!==n.mode?0:e.mapAreaRect.x);break;case"Far":"Top"===n.position||"Bottom"===n.position?a=m-i-("Interactive"===n.mode?0:10):l=c-o-("Default"===n.mode?10:0)}(n.height||n.width)&&"Interactive"!==n.mode?this.legendTotalRect=e.mapAreaRect=e.totalRect=r:(e.totalRect=null,(n.height||n.width)&&"Interactive"===n.mode&&(e.totalRect=r),this.legendTotalRect=e.mapAreaRect=r),"Left"===n.position&&(e.mapAreaRect.width=r.width),this.translate=new ht(a,l)}},e.prototype.getMarkersLegendCollections=function(e,i){var o=this;Array.prototype.forEach.call(i,function(i,n){var a,l=i.dataSource,r=i.legendText;Array.prototype.forEach.call(l,function(l,s){var d=!!t.isNullOrUndefined(l[o.maps.legendSettings.showLegendPath])||l[o.maps.legendSettings.showLegendPath];if(i.visible&&d&&!t.isNullOrUndefined(l.latitude)&&!t.isNullOrUndefined(l.longitude)){if(i.template){var p=(a=Le(i.template,o.maps))(o.maps);(t.isNullOrUndefined(p.childElementCount)?p[0]:p).querySelector("img").src}var h=t.isNullOrUndefined(l[r])?"":l[r],m=t.isNullOrUndefined(i.colorValuePath)?i.fill:l[i.colorValuePath],c=[];o.maps.legendSettings.removeDuplicateLegend?(c.push(o.getMarkerLegendData(e,h,m)),o.getOverallLegendItemsCollection(h,m,c,d)):(c.push({layerIndex:e,markerIndex:n,dataIndex:s,value:m,name:h,shape:t.isNullOrUndefined(i.shapeValuePath)||t.isNullOrUndefined(l[i.shapeValuePath])||""===l[i.shapeValuePath]?o.maps.legendSettings.useMarkerShape?i.shape:o.maps.legendSettings.shape:l[i.shapeValuePath]}),o.getOverallLegendItemsCollection(h,m,c,d))}})})},e.prototype.getMarkerLegendData=function(e,i,o){var n=this,a=[];return this.maps.layers[e].markerSettings.map(function(l,r){var s=l.dataSource;Array.prototype.forEach.call(s,function(l,s){var d=n.maps.layers[e].markerSettings[r];i!==l[d.legendText]&&""!==i||o!==(l[d.colorValuePath]||d.fill)||a.push({layerIndex:e,markerIndex:r,dataIndex:s,value:o,name:i,shape:t.isNullOrUndefined(d.shapeValuePath)?d.shape:l[d.shapeValuePath]})})}),a},e.prototype.getRangeLegendCollection=function(e,i,o,n,a,l,r){for(var s,d=this,p=0,h=this.maps.legendSettings.fill,m=[],c=this,u=0,g=o;u<g.length;u++)!function(o){if(!t.isNullOrUndefined(o.from)&&!t.isNullOrUndefined(o.to)){s=t.isNullOrUndefined(o.label)?o.from+" - "+o.to:o.label,m=[];var u=!1;!t.isNullOrUndefined(n)&&n.length>0&&Array.prototype.forEach.call(n,function(t,n){var s=l.indexOf(".")>-1?Number(I(t,l)):parseFloat(t[l]);s>=o.from&&s<=o.to&&(u=!0,m.push(d.getLegendData(e,n,t,a,i,r,s)))}),u||m.push({layerIndex:e,shapeIndex:null,dataIndex:null,name:null,value:null});var g=t.isNullOrUndefined(h)?"[object Array]"===Object.prototype.toString.call(o.color)?t.isNullOrUndefined(o.value)?c.legendGradientColor(o,p):o.color[0]:o.color:h;p++,c.getOverallLegendItemsCollection(s,g,m,o.showLegend)}}(g[u])},e.prototype.getOverallLegendItemsCollection=function(e,t,i,o){var n=[],a=this.maps.legendSettings;if(i.length>0&&o){for(s=0;s<i.length;s++){var l=i[s];if(l.length>0)for(var r=0;r<l.length;r++)n.push(l[r]);else n.push(i[s]);n._isVisible=!0}if(!!this.maps.legendSettings.removeDuplicateLegend&&this.removeDuplicates(this.legendCollection,e,t))for(var s=0;s<this.legendCollection.length;s++)this.legendCollection[s].text===e&&this.legendCollection[s].fill===t&&this.legendCollection[s].data.push(n[0]);else this.legendCollection.push({text:e,fill:t,data:n,opacity:a.opacity,borderColor:a.shapeBorder.color,borderWidth:a.shapeBorder.width})}},e.prototype.removeDuplicates=function(e,t,i){for(var o=!1,n=0;n<e.length;n++)if((e[n].text===t||""===e[n].text)&&e[n].fill===i){o=!0;break}return o},e.prototype.getEqualLegendCollection=function(e,i,o,n,a,l,r){for(var s,d=this,p=this.maps.legendSettings.fill,h=[],m=[],c=[],u=[],g=this,y=0,f=o;y<f.length;y++)!function(y){if(t.isNullOrUndefined(y.value)){if(t.isNullOrUndefined(y.minOpacity)&&t.isNullOrUndefined(y.maxOpacity)&&t.isNullOrUndefined(y.value)&&t.isNullOrUndefined(y.from)&&t.isNullOrUndefined(y.to)&&!t.isNullOrUndefined(y.color)){if(Array.prototype.forEach.call(n,function(t,o){for(var n=l.indexOf(".")>-1?I(t,l):t[l],s=0;s<c.length;s++)n===c[s]&&u.push(d.getLegendData(e,o,t,a,i,r,n))}),0===c.length){var f=!1;Array.prototype.forEach.call(n,function(n,s){f=!1;for(var p=n[l],h=0;h<o.length;h++)t.isNullOrUndefined(p)||isNaN(p)?f||(f=!1):p>=o[h].from&&p<=o[h].to&&(f=!0);f||u.push(d.getLegendData(e,s,n,a,i,r,p))})}s=t.isNullOrUndefined(y.label)?"Others":y.label;var b="[object Array]"===Object.prototype.toString.call(y.color)?y.color[0]:y.color;g.getOverallLegendItemsCollection(s,b,u,y.showLegend)}}else{s=t.isNullOrUndefined(y.label)?y.value:y.label,m=[];var v=!1;!t.isNullOrUndefined(n)&&n.length>0&&Array.prototype.forEach.call(n,function(t,o){var n=l&&l.indexOf(".")>-1?I(t,l):t[l];n===y.value?(v=!0,-1===h.indexOf(n)&&h.push(n),m.push(d.getLegendData(e,o,t,a,i,r,n))):-1===c.indexOf(n)&&c.push(n)});for(var S=0;S<h.length;S++)for(var x=0;x<c.length;x++)if(h[S]===c[x]){var O=c.indexOf(h[S]);c.splice(O,1)}v||m.push({layerIndex:e,shapeIndex:null,dataIndex:null,name:null,value:null});var C=t.isNullOrUndefined(p)?"[object Array]"===Object.prototype.toString.call(y.color)?y.color[0]:y.color:p;g.getOverallLegendItemsCollection(s,C,m,y.showLegend)}}(f[y])},e.prototype.getDataLegendCollection=function(e,i,o,n,a,l,r){var s,d=this,p=this.maps.legendSettings.fill,h=this.maps.legendSettings.valuePath;t.isNullOrUndefined(l)||t.isNullOrUndefined(n)||Array.prototype.forEach.call(n,function(n,m){var c=!!t.isNullOrUndefined(d.maps.legendSettings.showLegendPath)||!t.isNullOrUndefined(n[d.maps.legendSettings.showLegendPath])&&n[d.maps.legendSettings.showLegendPath],u=l.indexOf(".")>-1?I(n,l):n[l],g=[],y=t.isNullOrUndefined(p)?u:p;t.isNullOrUndefined(u)||0!==o.length||t.isNullOrUndefined(h)&&t.isNullOrUndefined(a)||(s=t.isNullOrUndefined(n[h])?a.indexOf(".")>-1?I(n,a):n[a]:h.indexOf(".")>-1?I(n,h):n[h],g.push(d.getLegendData(e,m,n,a,i,r,u))),d.getOverallLegendItemsCollection(s,y,g,c)})},e.prototype.interactiveHandler=function(e){var i=e.target,o=this.maps.legendSettings,n=this.maps.element.id+"_Interactive_Legend",a="Layers"===o.type?"_shapeIndex_":"Markers"===o.type?"_MarkerIndex_":"_BubbleIndex_";if(i.id.indexOf(a)>1){var l=parseFloat(i.id.split("_LayerIndex_")[1].split("_")[0]),r=parseFloat(i.id.split(/_dataIndex_/i)[1].split("_")[0]),s=void 0,d=void 0,p=void 0;t.isNullOrUndefined(ke(n,this.maps.element.id))||t.remove(ke(n,this.maps.element.id));var h=this.maps.layersCollection[l],m="Layers"===o.type?h.visible:"Markers"===o.type?h.markerSettings[parseFloat(i.id.split("_MarkerIndex_")[1].split("_")[0])].visible:this.maps.getBubbleVisible(this.maps.layersCollection[l]);if(o.visible&&this.legendRenderingCollections.length>0&&"Interactive"===o.mode&&m)for(var c=this.maps.svgObject.getBoundingClientRect(),u=0;u<this.legendCollection.length;u++){var g=this.legendCollection[u],y=ke(this.maps.element.id+"_Legend_Index_"+u,this.maps.element.id),f=y.getBoundingClientRect(),b=new _t(Math.abs(f.left-c.left),Math.abs(f.top-c.top),f.width,f.height);if(s=y.getAttribute("fill"),d=o.shapeBorder.color,p=o.shapeBorder.width,!t.isNullOrUndefined(g.data))for(var v=g.data,S=this,x=0;x<v.length&&"break"!==function(e){if(r===v[e].dataIndex&&l===v[e].layerIndex){S.renderInteractivePointer(o,s,d,n,p,b);var i=ke(n,S.maps.element.id);return S.maps.isDevice&&!t.isNullOrUndefined(i)&&(clearTimeout(S.arrowTimer),S.arrowTimer=setTimeout(function(){t.isNullOrUndefined(i.parentNode)||t.remove(i)},2e3)),"break"}}(x);x++);}}else t.isNullOrUndefined(ke(n,this.maps.element.id))||t.remove(ke(n,this.maps.element.id))},e.prototype.renderInteractivePointer=function(e,t,i,o,n,a){var l,r,s,d="None"===e.orientation?"Top"===e.position||"Bottom"===e.position?"Horizontal":"Vertical":e.orientation;a.y="Float"===e.position&&this.maps.isTileMap?a.y-this.maps.mapAreaRect.y:a.y,l="Horizontal"===d?e.invertedPointer?" M "+(r=a.x+a.width/2-("Float"===e.position&&this.maps.isTileMap?this.maps.mapAreaRect.x:0))+" "+(s=a.y+a.height)+" L "+(r-10)+" "+(s+10)+" L "+(r+10)+" "+(s+10)+" Z ":" M "+(r=a.x+a.width/2-("Float"===e.position&&this.maps.isTileMap?this.maps.mapAreaRect.x:0))+" "+(s=a.y)+" L "+(r-10)+" "+(s-10)+" L "+(r+10)+" "+(s-10)+" Z ":e.invertedPointer?" M "+(r=a.x-("Float"===e.position&&this.maps.isTileMap?this.maps.mapAreaRect.x:0))+" "+(s=a.y+a.height/2)+" L "+(r-10)+" "+(s-10)+" L "+(r-10)+" "+(s+10)+" z ":" M "+(r=a.x+a.width-("Float"===e.position&&this.maps.isTileMap?this.maps.mapAreaRect.x:0))+" "+(s=a.y+a.height/2)+" L "+(r+10)+" "+(s-10)+" L "+(r+10)+" "+(s+10)+" z ";var p=new yt(o,t,n,i,1,1,"",l);"Float"===e.position&&this.maps.isTileMap?this.maps.mapLayerPanel.layerGroup.appendChild(this.maps.renderer.drawPath(p)):this.maps.svgObject.appendChild(this.maps.renderer.drawPath(p))},e.prototype.wireEvents=function(e){t.EventHandler.add(e,t.Browser.touchStartEvent,this.changeNextPage,this)},e.prototype.addEventListener=function(){this.maps.isDestroyed||(this.maps.on(t.Browser.touchMoveEvent,this.interactiveHandler,this),this.maps.on(t.Browser.touchEndEvent,this.interactiveHandler,this),this.maps.on("click",this.legendClick,this))},e.prototype.markerToggleSelection=function(e,i,o,n){e.setAttribute("fill",this.legendCollection[n].fill),e.setAttribute("stroke",this.maps.layers[i].markerSettings[o].border.color),e.setAttribute("fill-opacity",this.maps.layers[i].markerSettings[o].opacity.toString()),e.setAttribute("stroke-width",this.maps.layers[i].markerSettings[o].border.width.toString()),e.setAttribute("stroke-opacity",(t.isNullOrUndefined(this.maps.layers[i].markerSettings[o].border.opacity)?this.maps.layers[i].markerSettings[o].opacity:this.maps.layers[i].markerSettings[o].border.opacity).toString());var a=this.maps.toggledElementId.indexOf(e.id);-1!==a&&this.maps.toggledElementId.splice(a,1)},e.prototype.bubbleToggleSelection=function(e,i,o,n){e.setAttribute("fill",this.legendCollection[n].fill),e.setAttribute("stroke",this.maps.layers[i].bubbleSettings[o].border.color),e.setAttribute("fill-opacity",this.maps.layers[i].bubbleSettings[o].opacity.toString()),e.setAttribute("stroke-width",this.maps.layers[i].bubbleSettings[o].border.width.toString()),e.setAttribute("stroke-opacity",(t.isNullOrUndefined(this.maps.layers[i].bubbleSettings[o].border.opacity)?this.maps.layers[i].bubbleSettings[o].opacity:this.maps.layers[i].bubbleSettings[o].border.opacity).toString())},e.prototype.legendClick=function(e){var i,o,n=this.maps.legendSettings.toggleLegendSettings.fill,a=this.maps.legendSettings.toggleLegendSettings.opacity,l=this.maps.legendSettings.toggleLegendSettings.border.color,r=this.maps.legendSettings.toggleLegendSettings.border.width,s=t.isNullOrUndefined(this.maps.legendSettings.toggleLegendSettings.border.opacity)?this.maps.legendSettings.toggleLegendSettings.opacity:this.maps.legendSettings.toggleLegendSettings.border.opacity;if(!t.isNullOrUndefined(e.parentNode)&&e.parentNode.id.indexOf(this.maps.element.id+"_Legend_Index_")>-1){var d=void 0,p=parseFloat(e.parentElement.id.substr((this.maps.element.id+"_Legend_Index_").length)),h=(y=this.legendCollection[p].data)._isVisible,m=void 0;if(this.maps.legendSettings.toggleLegendSettings.enable&&("Bubbles"===this.maps.legendSettings.type||"Markers"===this.maps.legendSettings.type))for(b=0;b<this.maps.layers.length;b++)for(v=0;v<("Bubbles"===this.maps.legendSettings.type?this.maps.layers[b].bubbleSettings.length:this.maps.layers[b].markerSettings.length);v++){for(C=0;C<y.length;C++){m=this.legendCollection[p].data[C],d="Bubbles"===this.maps.legendSettings.type?ke(this.maps.element.id+"_LayerIndex_"+m.layerIndex+"_BubbleIndex_"+v+"_dataIndex_"+m.dataIndex,this.maps.element.id):ke(this.maps.element.id+"_LayerIndex_"+m.layerIndex+"_MarkerIndex_"+m.markerIndex+"_dataIndex_"+m.dataIndex,this.maps.element.id),t.isNullOrUndefined(m.shape)||"Balloon"!==m.shape||(d=(d="Bubbles"===this.maps.legendSettings.type?ke(this.maps.element.id+"_LayerIndex_"+m.layerIndex+"_BubbleIndex_"+v+"_dataIndex_"+m.dataIndex+"_Group",this.maps.element.id):ke(this.maps.element.id+"_LayerIndex_"+m.layerIndex+"_MarkerIndex_"+m.markerIndex+"_dataIndex_"+m.dataIndex+"_Group",this.maps.element.id)).children[0]);f=this.maps.toggledLegendId.indexOf(p);h&&null!==d?(this.maps.legendSettings.toggleLegendSettings.applyShapeSettings?(d.setAttribute("fill",this.maps.layers[b].shapeSettings.fill),d.setAttribute("stroke",this.maps.layers[b].shapeSettings.border.color||this.maps.themeStyle.shapeBorderColor),d.setAttribute("fill-opacity",this.maps.layers[b].shapeSettings.opacity.toString()),d.setAttribute("stroke-width",(t.isNullOrUndefined(this.maps.layers[b].shapeSettings.border.width)?0:this.maps.layers[b].shapeSettings.border.width).toString()),d.setAttribute("stroke-opacity",(t.isNullOrUndefined(this.maps.layers[b].shapeSettings.border.opacity)?this.maps.layers[b].shapeSettings.opacity:this.maps.layers[b].shapeSettings.border.opacity).toString())):(d.setAttribute("fill",n),d.setAttribute("fill-opacity",a.toString()),d.setAttribute("stroke",l),d.setAttribute("stroke-width",r.toString()),d.setAttribute("stroke-opacity",s.toString())),"Markers"===this.maps.legendSettings.type&&(-1===f&&this.maps.toggledLegendId.push(p),-1===(S=this.maps.toggledElementId.indexOf(d.id))&&this.maps.toggledElementId.push(d.id)),null!==e&&(i=ke(this.maps.element.id+"_Legend_Shape_Index_"+p,this.maps.element.id),o=ke(this.maps.element.id+"_Legend_Text_Index_"+p,this.maps.element.id),this.maps.legendSettings.toggleLegendSettings.applyShapeSettings?this.setToggleAttributes(o,i,this.maps.layers[b].shapeSettings.fill,this.maps.layers[b].shapeSettings.opacity,this.maps.layers[b].shapeSettings.border.color||this.maps.themeStyle.shapeBorderColor,t.isNullOrUndefined(this.maps.layers[b].shapeSettings.border.width)?0:this.maps.layers[b].shapeSettings.border.width,t.isNullOrUndefined(this.maps.layers[b].shapeSettings.border.opacity)?this.maps.layers[b].shapeSettings.opacity:this.maps.layers[b].shapeSettings.border.opacity,this.maps.layers[b].shapeSettings.fill):this.setToggleAttributes(o,i,n,a,l,r,s,n))):("Markers"===this.maps.legendSettings.type?(-1!==f&&0===C&&this.maps.toggledLegendId.splice(f,1),this.markerToggleSelection(d,b,v,p)):this.bubbleToggleSelection(d,b,v,p),null!==e&&(i=ke(this.maps.element.id+"_Legend_Shape_Index_"+p,this.maps.element.id),o=ke(this.maps.element.id+"_Legend_Text_Index_"+p,this.maps.element.id),this.setToggleAttributes(o,i,this.legendCollection[p].fill,this.legendCollection[p].opacity,this.legendCollection[p].shapeBorder.color,this.legendCollection[p].shapeBorder.width,this.legendCollection[p].shapeBorder.opacity,this.maps.legendSettings.textStyle.color),"HorizontalLine"!==this.maps.legendSettings.shape&&"VerticalLine"!==this.maps.legendSettings.shape&&"Cross"!==this.maps.legendSettings.shape||i.setAttribute("stroke",this.legendCollection[p].fill)))}y._isVisible=!h}if("Layers"===this.maps.legendSettings.type&&this.maps.legendSettings.toggleLegendSettings.enable){var c=void 0;this.removeCollections(e,p),-1!==(f=this.maps.toggledLegendId.indexOf(p))&&(h=!1);for(v=0;v<this.maps.layers.length;v++)for(C=0;C<y.length;C++)if(m=this.legendCollection[p].data[C],null!==(c=ke(this.maps.element.id+"_LayerIndex_"+m.layerIndex+"_shapeIndex_"+m.shapeIndex+"_dataIndex_"+m.dataIndex,this.maps.element.id))){M=this.maps.toggledElementId.indexOf(c.id);h?(0===C&&this.maps.toggledLegendId.push(p),-1===M&&this.maps.toggledElementId.push(c.id),this.maps.legendSettings.toggleLegendSettings.applyShapeSettings?(c.setAttribute("fill",this.maps.layers[v].shapeSettings.fill),c.setAttribute("fill-opacity",this.maps.layers[v].shapeSettings.opacity.toString()),c.setAttribute("stroke",this.maps.layers[v].shapeSettings.border.color||this.maps.themeStyle.shapeBorderColor),c.setAttribute("stroke-width",(t.isNullOrUndefined(this.maps.layers[v].shapeSettings.border.width)?0:this.maps.layers[v].shapeSettings.border.width).toString()),c.setAttribute("stroke-opacity",(t.isNullOrUndefined(this.maps.layers[v].shapeSettings.border.opacity)?this.maps.layers[v].shapeSettings.opacity:this.maps.layers[v].shapeSettings.border.opacity).toString())):(c.setAttribute("fill",n),c.setAttribute("fill-opacity",a.toString()),c.setAttribute("stroke",l),c.setAttribute("stroke-width",r.toString()),c.setAttribute("stroke-opacity",s.toString())),null!==e&&(o=ke(this.maps.element.id+"_Legend_Text_Index_"+p,this.maps.element.id),i=ke(this.maps.element.id+"_Legend_Shape_Index_"+p,this.maps.element.id),this.maps.legendSettings.toggleLegendSettings.applyShapeSettings?this.setToggleAttributes(o,i,this.maps.layers[v].shapeSettings.fill,this.maps.layers[v].shapeSettings.opacity,this.maps.layers[v].shapeSettings.border.color||this.maps.themeStyle.shapeBorderColor,t.isNullOrUndefined(this.maps.layers[v].shapeSettings.border.width)?0:this.maps.layers[v].shapeSettings.border.width,t.isNullOrUndefined(this.maps.layers[v].shapeSettings.border.opacity)?this.maps.layers[v].shapeSettings.opacity:this.maps.layers[v].shapeSettings.border.opacity,this.maps.layers[v].shapeSettings.fill):this.setToggleAttributes(o,i,n,a,l,r,s,n))):(-1!==f&&0===C&&this.maps.toggledLegendId.splice(f,1),-1!==M&&this.maps.toggledElementId.splice(M,1),c.setAttribute("fill",this.legendCollection[p].fill),c.setAttribute("stroke-opacity",(t.isNullOrUndefined(this.maps.layers[v].shapeSettings.border.opacity)?this.maps.layers[v].shapeSettings.opacity:this.maps.layers[v].shapeSettings.border.opacity).toString()),c.setAttribute("stroke-width",(t.isNullOrUndefined(this.maps.layers[v].shapeSettings.border.width)?0:this.maps.layers[v].shapeSettings.border.width).toString()),c.setAttribute("fill-opacity",this.maps.layers[v].shapeSettings.opacity.toString()),c.setAttribute("stroke",this.maps.layers[v].shapeSettings.border.color||this.maps.themeStyle.shapeBorderColor),null!==e&&(o=ke(this.maps.element.id+"_Legend_Text_Index_"+p,this.maps.element.id),i=ke(this.maps.element.id+"_Legend_Shape_Index_"+p,this.maps.element.id),this.setToggleAttributes(o,i,this.legendCollection[p].fill,this.legendCollection[p].opacity,this.legendCollection[p].shapeBorder.color,this.legendCollection[p].shapeBorder.width,this.legendCollection[p].shapeBorder.opacity,"#757575")))}y._isVisible=!h}}else if(!t.isNullOrUndefined(e.id)&&(e.id.indexOf(this.maps.element.id+"_Legend_Shape_Index")>-1||-1!==e.id.indexOf(this.maps.element.id+"_Legend_Index"))&&this.maps.legendSettings.visible&&-1===e.id.indexOf("_Text")){var u=void 0,p=parseFloat(e.id.split(this.maps.element.id+"_Legend_Index_")[1]),g=void 0,y=this.legendCollection[p].data,h=y._isVisible;if(("Bubbles"===this.maps.legendSettings.type||"Markers"===this.maps.legendSettings.type)&&this.maps.legendSettings.toggleLegendSettings.enable)for(var f=this.maps.toggledLegendId.indexOf(p),b=0;b<this.maps.layers.length;b++)for(var v=0;v<("Bubbles"===this.maps.legendSettings.type?this.maps.layers[b].bubbleSettings.length:this.maps.layers[b].markerSettings.length);v++){for(C=0;C<y.length;C++)if(g=this.legendCollection[p].data[C],u="Bubbles"===this.maps.legendSettings.type?ke(this.maps.element.id+"_LayerIndex_"+g.layerIndex+"_BubbleIndex_"+v+"_dataIndex_"+g.dataIndex,this.maps.element.id):ke(this.maps.element.id+"_LayerIndex_"+g.layerIndex+"_MarkerIndex_"+v+"_dataIndex_"+g.dataIndex,this.maps.element.id),t.isNullOrUndefined(g.shape)||"Balloon"!==g.shape||(u=(u="Bubbles"===this.maps.legendSettings.type?ke(this.maps.element.id+"_LayerIndex_"+g.layerIndex+"_BubbleIndex_"+v+"_dataIndex_"+g.dataIndex+"_Group",this.maps.element.id):ke(this.maps.element.id+"_LayerIndex_"+g.layerIndex+"_MarkerIndex_"+v+"_dataIndex_"+g.dataIndex+"_Group",this.maps.element.id)).children[0]),h&&null!==u){if("Markers"===this.maps.legendSettings.type){-1===f&&this.maps.toggledLegendId.push(p);var S=this.maps.toggledElementId.indexOf(u.id);-1===S&&this.maps.toggledElementId.push(u.id)}this.maps.legendSettings.toggleLegendSettings.applyShapeSettings?(u.setAttribute("fill",this.maps.layers[b].shapeSettings.fill),u.setAttribute("stroke",this.maps.layers[b].shapeSettings.border.color||this.maps.themeStyle.shapeBorderColor),u.setAttribute("stroke-width",(t.isNullOrUndefined(this.maps.layers[b].shapeSettings.border.width)?0:this.maps.layers[b].shapeSettings.border.width).toString()),u.setAttribute("stroke-opacity",(t.isNullOrUndefined(this.maps.layers[b].shapeSettings.border.opacity)?this.maps.layers[b].shapeSettings.opacity:this.maps.layers[b].shapeSettings.border.opacity).toString()),u.setAttribute("fill-opacity",this.maps.layers[b].shapeSettings.opacity.toString())):(u.setAttribute("fill",n),u.setAttribute("fill-opacity",a.toString()),u.setAttribute("stroke",l),u.setAttribute("stroke-width",r.toString()),u.setAttribute("stroke-opacity",s.toString())),null!==e&&(o=ke(this.maps.element.id+"_Legend_Index_"+p+"_Text",this.maps.element.id),i=ke(this.maps.element.id+"_Legend_Index_"+p,this.maps.element.id),this.maps.legendSettings.toggleLegendSettings.applyShapeSettings?this.setToggleAttributes(o,i,this.maps.layers[b].shapeSettings.fill,this.maps.layers[b].shapeSettings.opacity,this.maps.layers[b].shapeSettings.border.color||this.maps.themeStyle.shapeBorderColor,t.isNullOrUndefined(this.maps.layers[b].shapeSettings.border.width)?0:this.maps.layers[b].shapeSettings.border.width,t.isNullOrUndefined(this.maps.layers[b].shapeSettings.border.opacity)?this.maps.layers[b].shapeSettings.opacity:this.maps.layers[b].shapeSettings.border.opacity,this.maps.layers[b].shapeSettings.fill):this.setToggleAttributes(o,i,n,a,l,r,s,n))}else"Markers"===this.maps.legendSettings.type?(-1!==f&&0===C&&this.maps.toggledLegendId.splice(f,1),this.markerToggleSelection(u,b,v,p)):this.bubbleToggleSelection(u,b,v,p),null!==e&&((i=ke(this.maps.element.id+"_Legend_Index_"+p,this.maps.element.id)).setAttribute("fill",this.legendCollection[p].fill),i.setAttribute("fill-opacity",this.legendCollection[p].opacity),i.setAttribute("stroke",this.legendCollection[p].shapeBorder.color),i.setAttribute("stroke-width",this.legendCollection[p].shapeBorder.width),i.setAttribute("stroke-opacity",this.legendCollection[p].shapeBorder.opacity),(o=ke(this.maps.element.id+"_Legend_Index_"+p+"_Text",this.maps.element.id)).setAttribute("fill",this.maps.legendSettings.textStyle.color));y._isVisible=!h}if("Layers"===this.maps.legendSettings.type&&this.maps.legendSettings.toggleLegendSettings.enable){var x=void 0;this.removeCollections(e,p);var O=this.maps.toggledLegendId.indexOf(p);-1!==O&&(h=!1);for(b=0;b<this.maps.layers.length;b++)for(var C=0;C<y.length;C++)if(g=this.legendCollection[p].data[C],null!==(x=ke(this.maps.element.id+"_LayerIndex_"+g.layerIndex+"_shapeIndex_"+g.shapeIndex+"_dataIndex_"+g.dataIndex,this.maps.element.id))){var M=this.maps.toggledElementId.indexOf(x.id);h?(0===C&&this.maps.toggledLegendId.push(p),-1===M&&this.maps.toggledElementId.push(x.id),this.maps.legendSettings.toggleLegendSettings.applyShapeSettings?(x.setAttribute("fill",this.maps.layers[0].shapeSettings.fill),x.setAttribute("stroke",this.maps.layers[0].shapeSettings.border.color||this.maps.themeStyle.shapeBorderColor),x.setAttribute("fill-opacity",this.maps.layers[b].shapeSettings.opacity.toString()),x.setAttribute("stroke-width",(t.isNullOrUndefined(this.maps.layers[b].shapeSettings.border.width)?0:this.maps.layers[b].shapeSettings.border.width).toString()),x.setAttribute("stroke-opacity",(t.isNullOrUndefined(this.maps.layers[b].shapeSettings.border.opacity)?this.maps.layers[b].shapeSettings.opacity:this.maps.layers[b].shapeSettings.border.opacity).toString())):(x.setAttribute("fill",n),x.setAttribute("fill-opacity",a.toString()),x.setAttribute("stroke",l),x.setAttribute("stroke-width",r.toString()),x.setAttribute("stroke-opacity",s.toString())),null!==e&&(i=ke(this.maps.element.id+"_Legend_Index_"+p,this.maps.element.id),o=ke(this.maps.element.id+"_Legend_Index_"+p+"_Text",this.maps.element.id),this.maps.legendSettings.toggleLegendSettings.applyShapeSettings?this.setToggleAttributes(o,i,this.maps.layers[0].shapeSettings.fill,this.maps.layers[b].shapeSettings.opacity,this.maps.layers[0].shapeSettings.border.color||this.maps.themeStyle.shapeBorderColor,t.isNullOrUndefined(this.maps.layers[b].shapeSettings.border.width)?0:this.maps.layers[b].shapeSettings.border.width,t.isNullOrUndefined(this.maps.layers[b].shapeSettings.border.opacity)?this.maps.layers[b].shapeSettings.opacity:this.maps.layers[b].shapeSettings.border.opacity,this.maps.layers[0].shapeSettings.fill):this.setToggleAttributes(o,i,n,a,l,r,s,n))):(-1!==O&&0===C&&this.maps.toggledLegendId.splice(O,1),-1!==M&&this.maps.toggledElementId.splice(M,1),x.setAttribute("fill-opacity",this.maps.layers[b].shapeSettings.opacity.toString()),x.setAttribute("stroke-width",(t.isNullOrUndefined(this.maps.layers[b].shapeSettings.border.width)?0:this.maps.layers[b].shapeSettings.border.width).toString()),x.setAttribute("stroke",this.maps.layers[0].shapeSettings.border.color||this.maps.themeStyle.shapeBorderColor),x.setAttribute("stroke-opacity",(t.isNullOrUndefined(this.maps.layers[b].shapeSettings.border.opacity)?this.maps.layers[b].shapeSettings.opacity:this.maps.layers[b].shapeSettings.border.opacity).toString()),x.setAttribute("fill",this.legendCollection[p].fill),null!==e&&(o=ke(this.maps.element.id+"_Legend_Index_"+p+"_Text",this.maps.element.id),i=ke(this.maps.element.id+"_Legend_Index_"+p,this.maps.element.id),this.setToggleAttributes(o,i,this.legendCollection[p].fill,this.legendCollection[p].opacity,this.legendCollection[p].shapeBorder.color,this.legendCollection[p].shapeBorder.width,this.legendCollection[p].shapeBorder.opacity,"#757575")))}y._isVisible=!h}}},e.prototype.removeCollections=function(e,t){this.removeLegendSelectionCollection(e);var i=this.getIndexofLegend(this.maps.legendSelectionCollection,e);-1!==i&&this.maps.legendSelectionCollection.splice(i,1),-1!==this.getIndexofLegend(this.legendHighlightCollection,e)&&this.legendHighlightCollection.splice(i,1);var o=this.getIndexofLegend(this.shapeHighlightCollection,e);-1!==o&&this.shapeHighlightCollection.splice(o,1);var n=this.maps.selectedLegendElementId.indexOf(t);-1!==n&&this.maps.selectedLegendElementId.splice(n,1)},e.prototype.removeEventListener=function(){this.maps.isDestroyed||(this.maps.off(t.Browser.touchMoveEvent,this.interactiveHandler),this.maps.off(t.Browser.touchEndEvent,this.interactiveHandler),this.maps.off("click",this.legendClick))},e.prototype.getLegendData=function(e,i,o,n,a,l,r){var s=[];if("[object Array]"===Object.prototype.toString.call(a))for(var d=0;d<a.length;d++){var p=a[d],h=n.indexOf(".")>-1?I(o,n):o[n],m=pe(o[n],l,p.properties),c=t.isNullOrUndefined(h)||"string"!=typeof h?h:h.toLowerCase();if((!t.isNullOrUndefined(p.properties[m])&&isNaN(p.properties[m])?p.properties[m].toLowerCase():p.properties[m])===c)if("MultiPoint"!==p.geometry.type)s.push({layerIndex:e,shapeIndex:d,dataIndex:i,name:o[n],value:r,pointIndex:-1});else for(var u=0;u<p.geometry.coordinates.length;u++)s.push({layerIndex:e,shapeIndex:d,dataIndex:i,name:o[n],value:r,pointIndex:u})}return s},e.prototype.setToggleAttributes=function(e,i,o,n,a,l,r,s){e.setAttribute("fill",s),i.setAttribute("fill",o),i.setAttribute("fill-opacity",n.toString()),i.setAttribute("stroke",a),i.setAttribute("stroke-width",l.toString()),t.isNullOrUndefined(r)||i.setAttribute("stroke-opacity",r.toString())},e.prototype.legendGradientColor=function(e,i){var o,n="http://www.w3.org/2000/svg";if(!t.isNullOrUndefined(e.color)&&"object"==typeof e.color){var a=document.createElementNS(n,"linearGradient"),l=this.maps.legendSettings.position,r="Top"===l||"Bottom"===l?"100":"0",s="Top"===l||"Bottom"===l?"0":"100";a.setAttribute("id","linear_"+i+"_"+this.maps.element.id),a.setAttribute("x1","0%"),a.setAttribute("y1","0%"),a.setAttribute("x2",r+"%"),a.setAttribute("y2",s+"%");for(var d=0;d<e.color.length;d++){var p=100/(e.color.length-1),h=document.createElementNS(n,"stop");h.setAttribute("offset",d*p+"%"),h.setAttribute("stop-color",e.color[d]),h.setAttribute("stop-opacity",1..toString()),a.appendChild(h)}this.legendLinearGradient=a;var m="url(#linear_"+i+"_"+this.maps.element.id+")";this.defsElement.appendChild(a),o=m}return o},e.prototype.getModuleName=function(){return"Legend"},e.prototype.destroy=function(){this.legendCollection=[],this.legendRenderingCollections=[],this.translate=null,this.legendBorderRect=null,this.initialMapAreaRect=null,this.legendTotalRect=null,this.totalPages=[],this.legendItemRect=null,this.legendGroup=null,this.shapeHighlightCollection=[],this.legendHighlightCollection=[],this.shapePreviousColor=[],this.selectedNonLegendShapes=[],this.legendLinearGradient=null,this.currentLayer=null,this.defsElement=null,this.legendElement=[],this.oldShapeElement=null,this.removeEventListener(),this.maps=null},e}(),Fi=function(){function e(e){this.maps=e,this.addEventListener()}return e.prototype.addEventListener=function(){this.maps.isDestroyed||(this.maps.on(t.Browser.touchMoveEvent,this.mouseMove,this),this.maps.on(t.Browser.touchStartEvent,this.mouseMove,this))},e.prototype.removeEventListener=function(){this.maps.isDestroyed||(this.maps.off(t.Browser.touchMoveEvent,this.mouseMove),this.maps.off(t.Browser.touchStartEvent,this.mouseMove))},e.prototype.addHighlight=function(e,t,i){var o=Fe(e,t,i,this.maps);i?this.mapHighlight(o,null,null):Be(o)},e.prototype.mouseMove=function(e){var i,o=e.target,n="touch"===e.pointerType||"2"===e.pointerType||e.type.indexOf("touch")>-1;if((-1!==o.id.indexOf("LayerIndex")||o.id.indexOf("NavigationIndex")>-1)&&"ShapeselectionMapStyle"!==o.getAttribute("class")&&!n&&"MarkerselectionMapStyle"!==o.getAttribute("class")&&"BubbleselectionMapStyle"!==o.getAttribute("class")&&"navigationlineselectionMapStyle"!==o.getAttribute("class")&&"PolygonselectionMapStyle"!==o.getAttribute("class")&&"LineselectionMapStyle"!==o.getAttribute("class")){i=parseInt(o.id.split("_LayerIndex_")[1].split("_")[0],10);var a=void 0,l=void 0,r=void 0,s=void 0;if(o.id.indexOf("shapeIndex")>-1)r=parseInt(o.id.split("_shapeIndex_")[1].split("_")[0],10),a=this.maps.layers[i].shapeData.features&&!t.isNullOrUndefined(this.maps.layersCollection[i].layerData[r])?this.maps.layersCollection[i].layerData[r].property:null,s=parseInt(o.id.split("_dataIndex_")[1].split("_")[0],10),l=t.isNullOrUndefined(s)?null:this.maps.layers[i].dataSource[s],this.highlightSettings=this.maps.layers[i].highlightSettings;else if(o.id.indexOf("BubbleIndex")>-1){var d=parseInt(o.id.split("_BubbleIndex_")[1].split("_")[0],10);s=parseInt(o.id.split("_dataIndex_")[1].split("_")[0],10),l=this.maps.layers[i].bubbleSettings[d].dataSource[s],this.highlightSettings=this.maps.layers[i].bubbleSettings[d].highlightSettings}else if(o.id.indexOf("MarkerIndex")>-1){var p=parseInt(o.id.split("_MarkerIndex_")[1].split("_")[0],10);s=parseInt(o.id.split("_dataIndex_")[1].split("_")[0],10),l=this.maps.layers[i].markerSettings[p].dataSource[s],this.highlightSettings=this.maps.layers[i].markerSettings[p].highlightSettings}else if(o.id.indexOf("_PolygonIndex_")>-1)s=parseInt(o.id.split("_PolygonIndex_")[1].split("_")[0],10),l=this.maps.layers[i].polygonSettings.polygons[s].points,this.highlightSettings=this.maps.layers[i].polygonSettings.highlightSettings;else{m=parseInt(o.id.split("_NavigationIndex_")[1].split("_")[0],10);i=parseInt(o.id.split("_LayerIndex_")[1].split("_")[0],10),a=null,l={latitude:this.maps.layers[i].navigationLineSettings[m].latitude,longitude:this.maps.layers[i].navigationLineSettings[m].longitude},this.highlightSettings=this.maps.layers[i].navigationLineSettings[m].highlightSettings}if(this.highlightSettings.enable)this.handleHighlight(o,i,l,a);else{var h=document.getElementsByClassName("highlightMapStyle")[0];if(!t.isNullOrUndefined(h)&&(Be(h),h.id.indexOf("NavigationIndex")>-1)){var m=parseInt(h.id.split("_NavigationIndex_")[1].split("_")[0],10),c=parseInt(h.parentElement.id.split("_LayerIndex_")[1].split("_")[0],10);h.setAttribute("stroke-width",this.maps.layers[c].navigationLineSettings[m].width.toString()),h.setAttribute("stroke",this.maps.layers[c].navigationLineSettings[m].color)}}}else if(Ie("highlightMapStyle").length>0){if((o=Ie("highlightMapStyle")[0]).id.indexOf("NavigationIndex")>-1){m=parseInt(o.id.split("_NavigationIndex_")[1].split("_")[0],10);i=parseInt(o.parentElement.id.split("_LayerIndex_")[1].split("_")[0],10),o.setAttribute("stroke-width",this.maps.layers[i].navigationLineSettings[m].width.toString()),o.setAttribute("stroke",this.maps.layers[i].navigationLineSettings[m].color)}Be(o),this.maps.legendSettings.visible&&this.maps.legendModule&&this.maps.legendModule.removeShapeHighlightCollection()}else(-1!==o.id.indexOf(this.maps.element.id+"_Legend_Shape_Index")||-1!==o.id.indexOf(this.maps.element.id+"_Legend_Index"))&&this.maps.legendModule&&this.maps.legendSettings.visible&&-1===o.id.indexOf("_Text")?this.maps.legendModule.legendHighLightAndSelection(o,"highlight"):this.maps.legendSettings.visible&&this.maps.legendModule&&this.maps.legendModule.removeLegendHighlightCollection()},e.prototype.handleHighlight=function(e,t,i,o){this.maps.legendSettings.visible&&-1===e.id.indexOf("_MarkerIndex_")&&this.maps.legendModule&&"Layers"===this.maps.legendSettings.type&&this.maps.legendModule.shapeHighLightAndSelection(e,i,this.highlightSettings,"highlight",t),(!(e.id.indexOf("shapeIndex")>-1&&this.maps.legendSettings.visible&&this.maps.legendModule)||this.maps.legendModule.shapeToggled)&&this.mapHighlight(e,o,i)},e.prototype.mapHighlight=function(e,i,o){var n=this,a=parseInt(e.id.split("_LayerIndex_")[1].split("_")[0],10),l=!1;if(e.id.indexOf("MarkerIndex")>-1){var r=parseInt(e.id.split("_MarkerIndex_")[1].split("_")[0],10);l=this.maps.layers[a].markerSettings[r].highlightSettings.enable}var s=-1===e.parentElement.id.indexOf("LineString")?this.highlightSettings.border.color:this.highlightSettings.fill||this.highlightSettings.border.color,d=-1===e.parentElement.id.indexOf("LineString")?this.highlightSettings.border.width/(l?1:this.maps.scale):this.highlightSettings.border.width/this.maps.scale,p=t.isNullOrUndefined(this.highlightSettings.border.opacity)?this.highlightSettings.opacity:this.highlightSettings.border.opacity,h={opacity:this.highlightSettings.opacity,fill:-1===e.parentElement.id.indexOf("LineString")?-1===e.id.indexOf("NavigationIndex")?t.isNullOrUndefined(this.highlightSettings.fill)?e.getAttribute("fill"):this.highlightSettings.fill:"none":"transparent",border:{color:s,width:d,opacity:p},cancel:!1},m={opacity:h.opacity,fill:h.fill,border:{color:s,width:d,opacity:p},name:"shapeHighlight",target:e.id,cancel:!1,shapeData:i,data:o,maps:this.maps};e.id.indexOf("shapeIndex")>-1&&this.maps.trigger("shapeHighlight",m,function(){});var c={opacity:h.opacity,fill:h.fill,border:{color:s,width:d,opacity:p},name:"itemHighlight",target:e.id,cancel:!1,shapeData:i,data:o,maps:this.maps};this.maps.trigger("itemHighlight",c,function(){c.cancel=h.cancel!==c.cancel?c.cancel:e.id.indexOf("shapeIndex")>-1?m.cancel:h.cancel,c.fill=h.fill!==c.fill?c.fill:e.id.indexOf("shapeIndex")>-1?m.fill:h.fill,c.opacity=h.opacity!==c.opacity?c.opacity:e.id.indexOf("shapeIndex")>-1?m.opacity:h.opacity,c.border.color=h.border.color!==c.border.color?c.border.color:e.id.indexOf("shapeIndex")>-1?m.border.color:h.border.color,c.border.width=h.border.width!==c.border.width?c.border.width:e.id.indexOf("shapeIndex")>-1?m.border.width:h.border.width,c.border.opacity=h.border.opacity!==c.border.opacity?c.border.opacity:e.id.indexOf("shapeIndex")>-1?m.border.opacity:h.border.opacity,n.highlightMap(e,c)})},e.prototype.highlightMap=function(e,t){if("highlightMapStyle"!==e.getAttribute("class")&&!t.cancel){if(Ie("highlightMapStyle").length>0){var i=Ie("highlightMapStyle")[0];if(Be(i),i.id.indexOf("NavigationIndex")>-1){var o=parseInt(i.id.split("_NavigationIndex_")[1].split("_")[0],10),n=parseInt(i.parentElement.id.split("_LayerIndex_")[1].split("_")[0],10);i.setAttribute("stroke-width",this.maps.layers[n].navigationLineSettings[o].width.toString()),i.setAttribute("stroke",this.maps.layers[n].navigationLineSettings[o].color)}}Pe("highlightMap")?Ee("highlightMap","highlightMapStyle",t):document.body.appendChild(Ne("highlightMap","highlightMapStyle",t)),e.setAttribute("class","highlightMapStyle")}},e.prototype.getModuleName=function(){return"Highlight"},e.prototype.destroy=function(){this.highlightSettings=null,this.removeEventListener(),this.maps=null},e}(),Ni=function(){function e(e){this.maps=e,this.addEventListener()}return e.prototype.addEventListener=function(){this.maps.isDestroyed||this.maps.on("click",this.mouseClick,this)},e.prototype.removeEventListener=function(){this.maps.isDestroyed||this.maps.off("click",this.mouseClick)},e.prototype.mouseClick=function(e){if(!t.isNullOrUndefined(e.type)&&-1!==e.type.indexOf("touch")&&t.isNullOrUndefined(e.id)&&(e=e.target),!t.isNullOrUndefined(e.id)&&(e.id.indexOf("LayerIndex")>-1||e.id.indexOf("NavigationIndex")>-1)){var i=void 0,o=void 0,n=void 0,a=void 0,l=parseInt(e.id.split("_LayerIndex_")[1].split("_")[0],10);if(e.id.indexOf("shapeIndex")>-1)n=parseInt(e.id.split("_shapeIndex_")[1].split("_")[0],10),i=!t.isNullOrUndefined(this.maps.layers[l].shapeData.features)&&this.maps.layers[l].shapeData.features.length>n?this.maps.layers[l].shapeData.features[n].properties:!t.isNullOrUndefined(this.maps.layers[l].shapeData.geometries)&&this.maps.layers[l].shapeData.geometries.length>n?this.maps.layers[l].shapeData.geometries[n].properties:null,a=parseInt(e.id.split("_dataIndex_")[1].split("_")[0],10),o=t.isNullOrUndefined(a)?null:this.maps.layers[l].dataSource[a],this.selectionsettings=this.maps.layers[l].selectionSettings,this.selectionType="Shape";else if(e.id.indexOf("BubbleIndex")>-1){var r=parseInt(e.id.split("_BubbleIndex_")[1].split("_")[0],10);a=parseInt(e.id.split("_dataIndex_")[1].split("_")[0],10),o=this.maps.layers[l].bubbleSettings[r].dataSource[a],this.selectionsettings=this.maps.layers[l].bubbleSettings[r].selectionSettings,this.selectionType="Bubble"}else if(e.id.indexOf("MarkerIndex")>-1){var s=parseInt(e.id.split("_MarkerIndex_")[1].split("_")[0],10);a=parseInt(e.id.split("_dataIndex_")[1].split("_")[0],10),o=this.maps.layers[l].markerSettings[s].dataSource[a],this.selectionsettings=this.maps.layers[l].markerSettings[s].selectionSettings,this.selectionType="Marker"}else if(e.id.indexOf("_PolygonIndex_")>-1)a=parseInt(e.id.split("_PolygonIndex_")[1].split("_")[0],10),o=this.maps.layers[l].polygonSettings.polygons[a].points,this.selectionsettings=this.maps.layers[l].polygonSettings.selectionSettings,this.selectionType="Polygon";else if(e.id.indexOf("NavigationIndex")>-1){var d=parseInt(e.id.split("_NavigationIndex_")[1].split("_")[0],10);i=null,o={latitude:this.maps.layers[l].navigationLineSettings[d].latitude,longitude:this.maps.layers[l].navigationLineSettings[d].longitude},this.selectionsettings=this.maps.layers[l].navigationLineSettings[d].selectionSettings,this.selectionType="navigationline"}!t.isNullOrUndefined(this.selectionsettings)&&this.selectionsettings.enable&&this.selectElement(e,l,o,i)}else this.maps.legendSettings.visible&&!this.maps.legendSettings.toggleLegendSettings.enable&&this.maps.legendModule&&!t.isNullOrUndefined(e.id)&&-1===e.id.indexOf("_Text")&&(e.id.indexOf(this.maps.element.id+"_Legend_Shape_Index")>-1||-1!==e.id.indexOf(this.maps.element.id+"_Legend_Index"))&&this.maps.legendModule.legendHighLightAndSelection(e,"selection")},e.prototype.selectElement=function(e,t,i,o){this.maps.mapSelect=!!e,this.maps.legendModule&&this.maps.legendSettings.visible&&-1===e.id.indexOf("_MarkerIndex_")&&this.maps.legendModule.shapeHighLightAndSelection(e,i,this.selectionsettings,"selection",t),(!(e.id.indexOf("shapeIndex")>-1&&this.maps.legendSettings.visible&&this.maps.legendModule)||this.maps.legendModule.shapeToggled)&&this.selectMap(e,o,i)},e.prototype.addSelection=function(e,t,i){var o=Fe(e,t,i,this.maps);i?this.selectMap(o,null,null):Be(o)},e.prototype.selectMap=function(e,i,o){var n=this,a=e.parentElement.id.indexOf("LineString")>-1,l={color:a?this.selectionsettings.fill||this.selectionsettings.border.color:this.selectionsettings.border.color,width:a?this.selectionsettings.border.width/this.maps.scale:this.selectionsettings.border.width/("Marker"===this.selectionType?1:this.maps.scale),opacity:this.selectionsettings.border.opacity},r={opacity:this.selectionsettings.opacity,fill:a?"transparent":"navigationline"!==this.selectionType?this.selectionsettings.fill:"none",border:l,name:bi,target:e.id,cancel:!1,shapeData:i,data:o,maps:this.maps};this.maps.trigger("itemSelection",r,function(i){if(r.border.opacity=t.isNullOrUndefined(n.selectionsettings.border.opacity)?n.selectionsettings.opacity:n.selectionsettings.border.opacity,!r.cancel)if(e.getAttribute("class")===n.selectionType+"selectionMapStyle"||"LineselectionMapStyle"===e.getAttribute("class")){Be(e),n.removedSelectionList(e);for(var o=0;o<n.maps.shapeSelectionItem.length;o++)if(n.maps.shapeSelectionItem[o]===r.shapeData){n.maps.shapeSelectionItem.splice(o,1);break}if(e.id.indexOf("NavigationIndex")>-1){var l=parseInt(e.id.split("_NavigationIndex_")[1].split("_")[0],10),s=parseInt(e.parentElement.id.split("_LayerIndex_")[1].split("_")[0],10);e.setAttribute("stroke-width",n.maps.layers[s].navigationLineSettings[l].width.toString()),e.setAttribute("stroke",n.maps.layers[s].navigationLineSettings[l].color)}}else{var d=Oe(n.maps.element.id+"_Layer_Collections");if(!n.selectionsettings.enableMultiSelect&&(d.getElementsByClassName(n.selectionType+"selectionMapStyle").length>0||d.getElementsByClassName("LineselectionMapStyle").length>0)){for(var p=d.getElementsByClassName(n.selectionType+"selectionMapStyle").length,h=void 0,m=0;m<p;m++)Be(h=d.getElementsByClassName(n.selectionType+"selectionMapStyle")[0]),n.removedSelectionList(h);if(d.getElementsByClassName("LineselectionMapStyle").length>0){p=d.getElementsByClassName("LineselectionMapStyle").length;for(m=0;m<p;m++)Be(h=d.getElementsByClassName("LineselectionMapStyle")[0]),n.removedSelectionList(h)}if("Shape"===n.selectionType){n.maps.shapeSelectionItem=[];for(var c=n.maps.selectedElementId.length,u=0;u<c;u++){Be(h=d.getElementsByClassName(n.selectionType+"selectionMapStyle")[0]);var g=n.maps.selectedElementId.indexOf(h.getAttribute("id"));n.maps.selectedElementId.splice(g,1)}}if(h.id.indexOf("NavigationIndex")>-1){var l=parseInt(e.id.split("_NavigationIndex_")[1].split("_")[0],10),s=parseInt(e.parentElement.id.split("_LayerIndex_")[1].split("_")[0],10);h.setAttribute("stroke-width",n.maps.layers[s].navigationLineSettings[l].width.toString()),h.setAttribute("stroke",n.maps.layers[s].navigationLineSettings[l].color)}}a?(Pe("LineselectionMap")?Ee("LineselectionMap","LineselectionMapStyle",r):document.body.appendChild(Ne("LineselectionMap","LineselectionMapStyle",r)),e.setAttribute("class","LineselectionMapStyle")):(Pe(n.selectionType+"selectionMap")?Ee(n.selectionType+"selectionMap",n.selectionType+"selectionMapStyle",r):document.body.appendChild(Ne(n.selectionType+"selectionMap",n.selectionType+"selectionMapStyle",r)),e.setAttribute("class",n.selectionType+"selectionMapStyle")),"ShapeselectionMapStyle"===e.getAttribute("class")&&(n.maps.shapeSelectionClass=Pe(n.selectionType+"selectionMap"),n.maps.selectedElementId.push(e.getAttribute("id")),n.maps.shapeSelectionItem.push(r.shapeData)),"MarkerselectionMapStyle"===e.getAttribute("class")&&(n.maps.markerSelectionClass=Pe(n.selectionType+"selectionMap"),n.maps.selectedMarkerElementId.push(e.getAttribute("id"))),"BubbleselectionMapStyle"===e.getAttribute("class")&&(n.maps.bubbleSelectionClass=Pe(n.selectionType+"selectionMap"),n.maps.selectedBubbleElementId.push(e.getAttribute("id"))),"navigationlineselectionMapStyle"===e.getAttribute("class")&&(n.maps.navigationSelectionClass=Pe(n.selectionType+"selectionMap"),n.maps.selectedNavigationElementId.push(e.getAttribute("id"))),"PolygonselectionMapStyle"===e.getAttribute("class")&&(n.maps.polygonSelectionClass=Pe(n.selectionType+"selectionMap"),n.maps.selectedPolygonElementId.push(e.getAttribute("id")))}})},e.prototype.removedSelectionList=function(e){"Shape"===this.selectionType&&this.maps.selectedElementId.splice(this.maps.selectedElementId.indexOf(e.getAttribute("id")),1),"Bubble"===this.selectionType&&this.maps.selectedBubbleElementId.splice(this.maps.selectedBubbleElementId.indexOf(e.getAttribute("id")),1),"Marker"===this.selectionType&&this.maps.selectedMarkerElementId.splice(this.maps.selectedMarkerElementId.indexOf(e.getAttribute("id")),1),"navigationline"===this.selectionType&&this.maps.selectedBubbleElementId.splice(this.maps.selectedBubbleElementId.indexOf(e.getAttribute("id")),1),"Polygon"===this.selectionType&&this.maps.selectedPolygonElementId.splice(this.maps.selectedPolygonElementId.indexOf(e.getAttribute("id")),1)},e.prototype.getModuleName=function(){return"Selection"},e.prototype.destroy=function(){this.selectionsettings=null,this.removeEventListener(),this.maps=null},e}(),Ei=function(){function e(e){this.maps=e,this.tooltipId=this.maps.element.id+"_mapsTooltip",this.addEventListener()}return e.prototype.renderTooltip=function(e){var o,n,a,l,r,d=this;if(-1!==e.type.indexOf("touch")?(this.isTouch=!0,o=(l=e).changedTouches[0].pageX,n=l.changedTouches[0].pageY,a=l.target):(this.isTouch="touch"===e.pointerType,o=e.pageX,n=e.pageY,a=e.target),-1===a.id.indexOf(this.maps.element.id)){var p=a.closest("."+this.maps.element.id+"_marker_template_element");!t.isNullOrUndefined(p)&&p.id.indexOf("_MarkerIndex_")>-1&&(a=p)}var h,m,c,u,g="",y=a.id,f=[],b=y.indexOf("_LayerIndex_")>-1&&parseFloat(y.split("_LayerIndex_")[1].split("_")[0]),v=this.maps.layersCollection[b],S=[],x=s(o,n,this.maps.svgObject);this.tooltipTargetID=y;var O,C,M,_=null,P=null,w=this.maps.getClickLocation(y,e.pageX,e.pageY,a,e.layerX,e.layerY,"tooltip");t.isNullOrUndefined(w)||(_=w.latitude,P=w.longitude);var T=y.indexOf("_PolygonIndex_")>-1;if((y.indexOf("_shapeIndex_")>-1||y.indexOf("_MarkerIndex_")>-1||y.indexOf("_BubbleIndex_")>-1||y.indexOf("_PolygonIndex_")>-1)&&null===this.maps.markerDragArgument){if(y.indexOf("_PolygonIndex_")>-1){var k=parseInt(y.split("_PolygonIndex_")[1].split("_")[0],10);m=v.polygonSettings.tooltipSettings,M=v.polygonSettings.polygons[k],O=m.textStyle,C=m.fill,S.push(M.tooltipText)}else if(y.indexOf("_shapeIndex_")>-1){h=v.tooltipSettings;var F=parseInt(y.split("_shapeIndex_")[1].split("_")[0],10);if(t.isNullOrUndefined(v.layerData)||t.isNullOrUndefined(v.layerData[F]))return;var N=v.layerData[F].property,E=!1,z="[object Array]"===Object.prototype.toString.call(v.shapePropertyPath)?v.shapePropertyPath:[v.shapePropertyPath];if(!t.isNullOrUndefined(z)){for(var B=0;B<z.length;B++)if(!t.isNullOrUndefined(v.dataSource)&&!t.isNullOrUndefined(v.shapeDataPath))for(var A=0;A<v.dataSource.length;A++){var U=v.dataSource[A],j=v.shapeDataPath.indexOf(".")>-1?I(U,v.shapeDataPath):U[v.shapeDataPath];if((!t.isNullOrUndefined(j)&&isNaN(U[v.shapeDataPath])?j.toLowerCase():j)===(!t.isNullOrUndefined(N[z[B]])&&isNaN(N[z[B]])?N[z[B]].toLowerCase():N[z[B]])){E=!0,b=A,B=z.length;break}}if(b=E?b:null,v.dataSource&&v.dataSource.length>0){if(!t.isNullOrUndefined(v.dataSource[b])){f=JSON.parse(JSON.stringify(v.dataSource[b]));for(u in N)f.hasOwnProperty(u)||(f[u]=N[u])}}else f=N}if(h.visible&&(!t.isNullOrUndefined(b)&&!isNaN(b)||!t.isNullOrUndefined(N)))if(v.tooltipSettings.format)g=this.formatter(v.tooltipSettings.format,f);else{var R=pe(v.shapeDataPath,v.shapePropertyPath,N);g=t.isNullOrUndefined(v.dataSource)||t.isNullOrUndefined(b)?N[R]:L(h.valuePath.indexOf(".")>-1?I(v.dataSource[b],h.valuePath):v.dataSource[b][h.valuePath],this.maps),t.isNullOrUndefined(g)&&!t.isNullOrUndefined(h.valuePath)&&(g=h.valuePath.indexOf(".")>-1?I(N,h.valuePath):N[h.valuePath])}}else if(y.indexOf("_MarkerIndex_")>-1){var Z=parseInt(y.split("_MarkerIndex_")[1].split("_")[0],10),D=parseInt(y.split("_MarkerIndex_")[1].split("_")[2],10),V=v.markerSettings[Z];h=V.tooltipSettings,f=V.dataSource[D],h.visible&&!isNaN(Z)&&(V.tooltipSettings.format?g=this.formatter(V.tooltipSettings.format,V.dataSource[D]):"function"!=typeof V.template&&V.template&&!V.tooltipSettings.valuePath?g=V.template.split(">")[1].split("<")[0]:t.isNullOrUndefined(V.tooltipSettings.valuePath)||(g=L(V.tooltipSettings.valuePath.indexOf(".")>-1?I(V.dataSource[D],V.tooltipSettings.valuePath):V.dataSource[D][V.tooltipSettings.valuePath],this.maps)))}else if(y.indexOf("_BubbleIndex_")>-1){var H=parseInt(y.split("_BubbleIndex_")[1].split("_")[0],10),D=parseInt(y.split("_BubbleIndex_")[1].split("_")[2],10),G=v.bubbleSettings[H];h=G.tooltipSettings,f=G.dataSource[D],h.visible&&!isNaN(D)&&(G.tooltipSettings.format?g=this.formatter(G.tooltipSettings.format,G.dataSource[D]):t.isNullOrUndefined(G.tooltipSettings.valuePath)||(g=L(G.tooltipSettings.valuePath.indexOf(".")>-1?I(G.dataSource[D],G.tooltipSettings.valuePath):G.dataSource[D][G.tooltipSettings.valuePath],this.maps)))}if(T?m.visible:h.visible){document.getElementById(this.tooltipId)?c=document.getElementById(this.tooltipId):(c=t.createElement("div",{id:this.maps.element.id+"_mapsTooltip",className:"EJ2-maps-Tooltip"}),t.isNullOrUndefined(T?M.tooltipTemplate:h.template)||(T?""===M.tooltipTemplate:""===h.template)||"MouseMove"===this.maps.tooltipDisplayMode?c.style.cssText="position: absolute;pointer-events:none;":c.style.position="absolute",document.getElementById(this.maps.element.id+"_Secondary_Element").appendChild(c)),T?M.tooltipTemplate:h.template,(T?null!==M.tooltipTemplate:null!==h.template)&&1===Object.keys((T?M.tooltipTemplate:h.template,T?M.tooltipTemplate:h.template)).length&&(T?M.tooltipTemplate=M.tooltipTemplate[Object.keys(M.tooltipTemplate)[0]]:h.template=h.template[Object.keys(h.template)[0]]);var W={location:x,text:S,data:f=this.setTooltipContent(h,f),textStyle:{color:T?O.color:h.textStyle.color,fontFamily:T?O.fontFamily:h.textStyle.fontFamily,fontStyle:T?O.fontStyle:h.textStyle.fontStyle,fontWeight:T?O.fontWeight:h.textStyle.fontWeight,opacity:T?O.opacity:h.textStyle.opacity,size:T?O.size:h.textStyle.size},template:T?M.tooltipTemplate:h.template};""!==(r={cancel:!1,name:"tooltipRender",options:W,fill:T?C:h.fill,maps:this.maps,latitude:_,longitude:P,element:a,eventArgs:e,content:T?t.isNullOrUndefined(M.tooltipText)?"":M.tooltipText:t.isNullOrUndefined(g)?"":g.toString()}).content||""!==r.options.template?this.maps.trigger("tooltipRender",r,function(o){if(r.cancel||t.isNullOrUndefined(g)||-1!==y.indexOf("_cluster_")||-1!==y.indexOf("_dataLabel_"))d.clearTooltip(e.target);else{d.maps.isProtectedOnChange=!0,r.options.textStyle.size=r.options.textStyle.size||d.maps.themeStyle.fontSize,r.options.textStyle.color=r.options.textStyle.color||d.maps.themeStyle.tooltipFontColor,r.options.textStyle.fontFamily=r.options.textStyle.fontFamily||d.maps.themeStyle.fontFamily,r.options.textStyle.fontWeight=r.options.textStyle.fontWeight||d.maps.themeStyle.fontWeight,r.options.textStyle.opacity=r.options.textStyle.opacity||d.maps.themeStyle.tooltipTextOpacity;var n=T?{color:m.border.color||d.maps.themeStyle.tooltipBorderColor,width:m.border.width,opacity:m.border.opacity}:{color:h.border.color||d.maps.themeStyle.tooltipBorderColor,width:h.border.width,opacity:h.border.opacity};if(r.cancel?d.svgTooltip=new i.Tooltip({theme:d.maps.theme,enable:!0,header:"",data:h.data,template:h.template,content:r.content.toString()!==g.toString()?[r.content.toString()]:[g.toString()],shapes:[],location:h.location,palette:[void 0],areaBounds:d.maps.mapAreaRect,textStyle:h.textStyle,availableSize:d.maps.availableSize,fill:h.fill||d.maps.themeStyle.tooltipFillColor,enableShadow:!0,border:n}):d.svgTooltip=new i.Tooltip({theme:d.maps.theme,enable:!0,header:"",data:r.options.data,template:r.options.template,content:r.content.toString()!==g.toString()?[r.content.toString()]:[g.toString()],shapes:[],location:r.options.location,palette:[void 0],areaBounds:d.maps.mapAreaRect,textStyle:r.options.textStyle,availableSize:d.maps.availableSize,fill:r.fill||d.maps.themeStyle.tooltipFillColor,enableShadow:!0,border:n}),(d.maps.isVue||d.maps.isVue3)&&(d.svgTooltip.controlInstance=d.maps),d.svgTooltip.opacity=d.maps.themeStyle.tooltipFillOpacity||d.svgTooltip.opacity,d.svgTooltip.appendTo(c),d.maps.renderReactTemplates(),d.maps.isDevice){var a=y.indexOf("_MarkerIndex_")>-1||y.indexOf("_BubbleIndex_")>-1||y.indexOf("_shapeIndex_")>-1?h.duration:m.duration;null!==(a=!t.isNullOrUndefined(a)&&a>0?a:a<0?2e3:null)&&(clearTimeout(d.tooltipTimer),d.tooltipTimer=setTimeout(d.removeTooltip.bind(d),a))}}}):this.clearTooltip(e.target),this.svgTooltip&&this.maps.trigger("tooltipRenderComplete",{cancel:!1,name:"tooltipRenderComplete",maps:this.maps,options:W,element:this.svgTooltip.element}),this.svgTooltip?this.maps.trigger("tooltipRenderComplete",{cancel:!1,name:"tooltipRenderComplete",maps:this.maps,options:W,element:this.svgTooltip.element}):this.clearTooltip(e.target)}else this.clearTooltip(e.target)}else{var X=e.target.closest("#"+this.maps.element.id+"_mapsTooltipparent_template");t.isNullOrUndefined(X)&&this.clearTooltip(e.target)}},e.prototype.setTooltipContent=function(e,i){var o=t.extend({},i,null,!0);return this.maps.format&&!isNaN(Number(o[e.valuePath]))?o[e.valuePath]=_e(this.maps,Number(o[e.valuePath])):o=Object.keys(o).length?o:void 0,o},e.prototype.formatter=function(e,t){void 0===t&&(t={});for(var i=0,o=Object.keys(t);i<o.length;i++){var n=o[i];e="object"==typeof t[n]?P("",e,t,this.maps):e.split("${"+n+"}").join(L(t[n],this.maps))}return e},e.prototype.mouseUpHandler=function(e){t.isNullOrUndefined(this.maps)||(this.renderTooltip(e),"MouseMove"===this.maps.tooltipDisplayMode&&(clearTimeout(this.tooltipTimer),this.tooltipTimer=setTimeout(this.removeTooltip.bind(this),2e3)))},e.prototype.removeTooltip=function(){var e=!1;return document.getElementsByClassName("EJ2-maps-Tooltip").length>0&&(t.remove(document.getElementsByClassName("EJ2-maps-Tooltip")[0]),e=!0),e},e.prototype.clearTooltip=function(e){var i=e.closest("#"+this.maps.element.id+"_mapsTooltipparent_template");t.isNullOrUndefined(i)&&this.removeTooltip()&&this.maps.clearTemplate()},e.prototype.addEventListener=function(){this.maps.isDestroyed||("DoubleClick"===this.maps.tooltipDisplayMode?this.maps.on("dblclick",this.renderTooltip,this):"Click"===this.maps.tooltipDisplayMode?this.maps.on(t.Browser.touchEndEvent,this.mouseUpHandler,this):this.maps.on(t.Browser.touchMoveEvent,this.renderTooltip,this),this.maps.on(t.Browser.touchCancelEvent,this.removeTooltip,this),this.maps.element.addEventListener("contextmenu",this.removeTooltip))},e.prototype.removeEventListener=function(){if(this.maps){if(this.maps.isDestroyed)return;"DoubleClick"===this.maps.tooltipDisplayMode?this.maps.off("dblclick",this.renderTooltip):"Click"===this.maps.tooltipDisplayMode?this.maps.off(t.Browser.touchEndEvent,this.mouseUpHandler):this.maps.off(t.Browser.touchMoveEvent,this.renderTooltip),this.maps.off(t.Browser.touchCancelEvent,this.removeTooltip),this.maps.element.removeEventListener("contextmenu",this.removeTooltip)}},e.prototype.getModuleName=function(){return"MapsTooltip"},e.prototype.destroy=function(){t.isNullOrUndefined(this.svgTooltip)||this.svgTooltip.destroy(),this.svgTooltip=null,this.maps=null},e}(),zi=function(){function e(e){this.isPanModeEnabled=!1,this.mouseEnter=!1,this.isTouch=!1,this.rectZoomingStart=!1,this.browserName=t.Browser.info.name,this.isPointer=t.Browser.isPointer,this.handled=!1,this.isPanningInProgress=!1,this.isPan=!1,this.isZoomFinal=!1,this.isZoomSelection=!1,this.pinchFactor=1,this.startTouches=[],this.mouseDownLatLong={x:0,y:0},this.mouseMoveLatLong={x:0,y:0},this.isSingleClick=!1,this.maps=e,this.wheelEvent="mozilla"===this.browserName?this.isPointer?"mousewheel":"DOMMouseScroll":"mousewheel",this.cancelEvent=this.isPointer?"pointerleave":"mouseleave",this.selectionColor=this.maps.zoomSettings.toolbarSettings.buttonSettings.selectionColor,this.fillColor=this.maps.zoomSettings.toolbarSettings.buttonSettings.color,this.addEventListener()}return e.prototype.performZooming=function(e,i,o){var n=this,a=this.maps;a.previousProjection=i<=1.5?void 0:a.projectionType,a.defaultState=!1,a.initialCheck=!1,a.markerZoomedState=a.isMarkerZoomCompleted=!1,a.zoomPersistence=a.enablePersistence;var l=a.tileZoomLevel,r=a.previousScale=a.scale,s=a.zoomSettings.maxZoom,d=a.zoomSettings.minZoom;i=s>=i?i:s;var p=!0;switch(o.toLowerCase()){case"zoomin":p=i<=this.maps.zoomSettings.maxZoom;break;case"zoomout":p=i>=this.maps.zoomSettings.minZoom}if(p){var h=a.tileTranslatePoint;if(a.isTileMap||!("ZoomIn"===o?i>=d&&i<=s:i>=d)&&!a.isReset){if(a.isTileMap&&i>=d&&i<=s)if(this.getTileTranslatePosition(l,i,e,o),a.tileZoomLevel=i,a.zoomSettings.zoomFactor=i,a.scale=Math.pow(2,i-1),"ZoomOut"===o&&a.zoomSettings.resetToInitial&&a.applyZoomReset&&i<=a.initialZoomLevel&&(a.initialCheck=!0,a.zoomPersistence=!1,a.tileTranslatePoint.x=a.initialTileTranslate.x,a.tileTranslatePoint.y=a.initialTileTranslate.y,i=a.tileZoomLevel=a.mapScaleValue=a.initialZoomLevel,a.scale=Math.pow(2,i-1)),a.mapScaleValue=isNaN(a.mapScaleValue)?1:a.mapScaleValue,a.translatePoint.y=(a.tileTranslatePoint.y-.01*a.mapScaleValue)/a.scale,a.translatePoint.x=(a.tileTranslatePoint.x-.01*a.mapScaleValue)/a.scale,this.triggerZoomEvent(h,l,o))a.translatePoint=a.tileTranslatePoint=new ht(0,0),a.scale=a.previousScale,a.tileZoomLevel=l,a.zoomSettings.zoomFactor=a.previousScale;else{document.querySelector(".GroupElement")&&(document.querySelector(".GroupElement").style.display="none"),document.getElementById(this.maps.element.id+"_LayerIndex_1")&&(document.getElementById(this.maps.element.id+"_LayerIndex_1").style.display="none"),this.markerLineAnimation(a),a.mapLayerPanel.generateTiles(i,a.tileTranslatePoint,o+"wheel",null,e);var m=0===this.maps.layersCollection[0].animationDuration&&"Enable"===t.animationMode?1e3:this.maps.layersCollection[0].animationDuration;setTimeout(function(){n.applyTransform(n.maps),document.getElementById(n.maps.element.id+"_LayerIndex_1")&&(document.getElementById(n.maps.element.id+"_LayerIndex_1").style.display="block")},m)}}else{var c=a.mapAreaRect,u=a.baseMapRectBounds.min,g=a.baseMapRectBounds.max,y=Math.abs(u.x-g.x),f=Math.abs(u.y-g.y),b=void 0,v=void 0;if(i<1.2&&"Eckert5"!==a.projectionType)0!==y&&0!==f&&y!==f||(y=c.width/2,f=c.height),i=(i=parseFloat(Math.min(c.width/y,c.height/f).toFixed(2)))>1.05?1:i,a.translatePoint=this.calculateInitalZoomTranslatePoint(i,y,f,c,u,a);else{var S=a.translatePoint;b=S.x-(c.width/r-c.width/i)/(c.width/e.x),v=S.y-(c.height/r-c.height/i)/(c.height/e.y);var x=Math.abs(a.baseMapRectBounds.max.y-a.baseMapRectBounds.min.y)*i;b=x<a.mapAreaRect.height?c.x+(-u.x+(c.width/2-y/2)):b,v=x<a.mapAreaRect.height?c.y+(-u.y+(c.height/2-f/2)):v,a.translatePoint=new ht(b,v)}a.scale=i,a.zoomTranslatePoint=a.translatePoint,this.triggerZoomEvent(h,l,o)?(a.translatePoint=a.previousPoint,a.scale=a.mapScaleValue=a.previousScale):this.applyTransform(a)}this.triggerZoomComplete(a,l,o)}this.maps.zoomNotApplied=!1,this.maps.isDevice&&this.removeToolbarOpacity(a.isTileMap?Math.round(a.tileZoomLevel):a.scale,a.element.id+"_Zooming_")},e.prototype.calculateInitalZoomTranslatePoint=function(e,t,i,o,n,a){t*=e,i*=e;var l=0!==n.x&&"layers"===a.translateType?a.availableSize.width-o.width:0,r=o.x+(-n.x+(o.width/2-t/2))-l,s=o.y+(-n.y+(o.height/2-i/2));return new ht(r,s)},e.prototype.triggerZoomEvent=function(e,i,o){var n,a=this.maps;a.isTileMap&&(a.mapScaleValue=t.isNullOrUndefined(a.mapScaleValue)?1:a.mapScaleValue,a.translatePoint.y=(a.tileTranslatePoint.y-.01*a.mapScaleValue)/a.scale,a.translatePoint.x=(a.tileTranslatePoint.x-.01*a.mapScaleValue)/a.scale);var l=this.maps.getMinMaxLatitudeLongitude();return n=a.isTileMap?{cancel:!1,name:"zoom",type:o,maps:a,tileTranslatePoint:{previous:e,current:a.tileTranslatePoint},translatePoint:{previous:a.previousPoint,current:a.translatePoint},tileZoomLevel:{previous:i,current:a.tileZoomLevel},scale:{previous:a.previousScale,current:a.scale},minLatitude:l.minLatitude,maxLatitude:l.maxLatitude,minLongitude:l.minLongitude,maxLongitude:l.maxLongitude}:{cancel:!1,name:"zoom",type:o,maps:a,tileTranslatePoint:{},translatePoint:{previous:a.previousPoint,current:a.translatePoint},tileZoomLevel:{},scale:{previous:a.previousScale,current:a.scale},minLatitude:l.minLatitude,maxLatitude:l.maxLatitude,minLongitude:l.minLongitude,maxLongitude:l.maxLongitude},a.trigger("zoom",n),n.cancel},e.prototype.getTileTranslatePosition=function(e,t,i,o){var n=this.maps,a="ZoomOut"===o?10:"Reset"===o&&t>1?0:10,l=n.availableSize,r=256*Math.pow(2,e),s=256*Math.pow(2,t),d=(i.x-n.tileTranslatePoint.x)/r*100,p=(i.y-n.tileTranslatePoint.y)/r*100;n.tileTranslatePoint.x=1===t?l.width/2-256:i.x-d*s/100,n.tileTranslatePoint.y=1===t?l.height/2-256+2*a:i.y-p*s/100},e.prototype.performRectZooming=function(){this.isDragZoom=!0;var e=this.maps,t=e.availableSize;e.previousProjection=e.projectionType;var i,o=e.tileZoomLevel,n=e.tileTranslatePoint,a=this.zoomingRect,l=e.zoomSettings.maxZoom,r=e.zoomSettings.minZoom;if(a.height>0&&a.width>0){var s=this.zoomingRect.x+this.zoomingRect.width/2,d=this.zoomingRect.y+this.zoomingRect.height/2,p=void 0;if(e.isTileMap)p=(p=o+Math.round(o+(t.width/a.width+t.height/a.height)/2))>=r&&p<=l?p:l,e.zoomSettings.zoomFactor=p,this.getTileTranslatePosition(o,p,{x:s,y:d}),e.tileZoomLevel=p,e.translatePoint.x=(e.tileTranslatePoint.x-.5*Math.pow(2,p))/Math.pow(2,p),e.translatePoint.y=(e.tileTranslatePoint.y-.5*Math.pow(2,p))/Math.pow(2,p),e.scale=Math.pow(2,p),(i=this.triggerZoomEvent(n,o,""))?(e.translatePoint=e.tileTranslatePoint=new ht(0,0),e.scale=e.tileZoomLevel=e.zoomSettings.zoomFactor=o):e.mapLayerPanel.generateTiles(p,e.tileTranslatePoint);else{var h=e.previousScale=e.scale;p=(p=h+Math.round((t.width/a.width+t.height/a.height)/2))<this.maps.zoomSettings.maxZoom?p:this.maps.zoomSettings.maxZoom;var m=e.previousPoint=e.translatePoint;if(p<=l){var c=m.x-(t.width/h-t.width/p)/(t.width/s),u=m.y-(t.height/h-t.height/p)/(t.height/d);e.translatePoint=new ht(c,u)}e.scale=p<this.maps.zoomSettings.maxZoom?p:this.maps.zoomSettings.maxZoom,(i=this.triggerZoomEvent(n,o,""))&&(e.translatePoint=e.previousPoint,e.scale=e.previousScale),e.zoomTranslatePoint=e.translatePoint}i||(e.mapScaleValue=p,this.applyTransform(e,!0),this.maps.zoomNotApplied=!1,this.zoomingRect=null)}this.isZoomFinal=this.isZoomSelection&&Math.round(e.scale)===this.maps.zoomSettings.maxZoom,this.triggerZoomComplete(e,o,""),this.removeToolbarOpacity(e.scale,this.maps.element.id+"_Zooming_")},e.prototype.setInteraction=function(e){this.lastScale=1,this.interaction=e},e.prototype.updateInteraction=function(){2===this.fingers?this.setInteraction("zoom"):this.setInteraction(null)},e.prototype.performPinchZooming=function(e){var i,o=this.maps,n=o.tileZoomLevel,a=this.pinchFactor,l=o.tileTranslatePoint;if(o.isTileMap){var r=this.getTouchCenterPoint(),s=Math.sqrt(Math.pow(this.touchMoveList[0].pageX-this.touchMoveList[1].pageX,2)+Math.pow(this.touchMoveList[0].pageY-this.touchMoveList[1].pageY,2)),d=o.tileZoomLevel;t.isNullOrUndefined(this.pinchDistance)||(this.pinchDistance>s?d-=1:this.pinchDistance<s&&(d+=1),(d=Math.min(this.maps.zoomSettings.maxZoom,Math.max(this.maps.zoomSettings.minZoom,d)))!==o.tileZoomLevel&&(this.pinchFactor=d,o.previousScale=o.scale,o.tileZoomLevel=this.pinchFactor,o.scale=Math.pow(2,o.tileZoomLevel-1),this.getTileTranslatePosition(n,this.pinchFactor,{x:r.x,y:r.y},null),o.translatePoint.x=(o.tileTranslatePoint.x-.01*o.scale)/o.scale,o.translatePoint.y=(o.tileTranslatePoint.y-.01*o.scale)/o.scale,(i=this.triggerZoomEvent(l,n,""))?(o.translatePoint=o.tileTranslatePoint=new ht(0,0),o.scale=o.previousScale,o.tileZoomLevel=n,o.zoomSettings.zoomFactor=o.previousScale):o.mapLayerPanel.generateTiles(d,o.tileTranslatePoint))),this.pinchDistance=s}else{var p=o.mapAreaRect;o.isMarkerZoomCompleted=!1,o.previousScale=o.scale,o.previousPoint=o.translatePoint,o.previousProjection=o.projectionType;var h=Ye(this.touchStartList,this.touchMoveList),r=Ke(Qe(this.touchMoveList,this.maps)),m=h/this.lastScale;this.lastScale=h,this.pinchFactor*=m,this.pinchFactor=Math.min(this.maps.zoomSettings.maxZoom,Math.max(this.pinchFactor,this.maps.zoomSettings.minZoom));var c=o.baseMapRectBounds.min,u=o.baseMapRectBounds.max,g=Math.abs(c.y-u.y),y=Math.abs(c.x-u.x),f=o.translatePoint,b=void 0,v=void 0;if(a<1.2&&"Eckert5"!==o.projectionType)0!==y&&0!==g&&y!==g||(y=p.width/2,g=p.height),a=(a=parseFloat(Math.min(p.width/y,p.height/g).toFixed(2)))>1.05?1:a,o.translatePoint=this.calculateInitalZoomTranslatePoint(a,y,g,p,c,o);else{var S=Math.abs(o.baseMapRectBounds.max.y-o.baseMapRectBounds.min.y)*a;b=f.x-(p.width/o.scale-p.width/a)/(p.width/r.x),v=f.y-(p.height/o.scale-p.height/a)/(p.height/r.y),b=S<o.mapAreaRect.height?p.x+(-c.x+(p.width/2-y/2)):b,v=S<o.mapAreaRect.height?p.y+(-c.y+(p.height/2-g/2)):v,o.translatePoint=new ht(b,v)}o.scale=a,(i=this.triggerZoomEvent(l,n,""))&&(o.translatePoint=o.previousPoint,o.scale=o.previousScale)}o.mapScaleValue=a,i||this.applyTransform(o),this.triggerZoomComplete(o,n,""),t.Browser.isDevice&&this.removeToolbarOpacity(o.isTileMap?Math.round(o.tileZoomLevel):o.scale,o.element.id+"_Zooming_")},e.prototype.getTouchCenterPoint=function(){for(var e=[],t=0;t<this.touchMoveList.length;t++)e.push(this.getMousePosition(this.touchMoveList[t].pageX,this.touchMoveList[t].pageY));return{x:(e[0].x+e[1].x)/2,y:(e[0].y+e[1].y)/2}},e.prototype.triggerZoomComplete=function(e,i,o){if(e.zoomSettings.enable){var n=void 0;e.isTileMap&&(e.mapScaleValue=t.isNullOrUndefined(e.mapScaleValue)?1:e.mapScaleValue,e.translatePoint.y=(e.tileTranslatePoint.y-.01*e.mapScaleValue)/e.scale,e.translatePoint.x=(e.tileTranslatePoint.x-.01*e.mapScaleValue)/e.scale);var a=this.maps.getMinMaxLatitudeLongitude();n=e.isTileMap?{cancel:!1,name:"zoomComplete",type:o,maps:e,tileTranslatePoint:{previous:e.tileTranslatePoint,current:e.tileTranslatePoint},translatePoint:{previous:e.previousPoint,current:e.translatePoint},tileZoomLevel:{previous:i,current:e.tileZoomLevel},scale:{previous:e.previousScale,current:e.scale},minLatitude:a.minLatitude,maxLatitude:a.maxLatitude,minLongitude:a.minLongitude,maxLongitude:a.maxLongitude}:{cancel:!1,name:"zoomComplete",type:o,maps:e,tileTranslatePoint:{},translatePoint:{previous:e.previousPoint,current:e.translatePoint},tileZoomLevel:{},scale:{previous:e.previousScale,current:e.scale},minLatitude:a.minLatitude,maxLatitude:a.maxLatitude,minLongitude:a.minLongitude,maxLongitude:a.maxLongitude},this.maps.trigger("zoomComplete",n)}},e.prototype.drawZoomRectangle=function(){var e=this.maps,t=this.mouseDownPoints,i=this.mouseMovePoints,o={width:1,color:this.maps.themeStyle.rectangleZoomBorderColor},n=Math.abs(i.x-t.x),a=Math.abs(i.y-t.y),l=i.x>t.x?t.x:t.x-n,r=i.y>t.y?t.y:t.y-a;if(l>e.mapAreaRect.x&&l<e.mapAreaRect.x+e.mapAreaRect.width&&r>e.mapAreaRect.y&&r<e.mapAreaRect.y+e.mapAreaRect.height){this.zoomingRect=new _t(l,r,n,a);var s=e.renderer.createSvg({id:e.element.id+"_Selection_Rect_Zooming",width:e.availableSize.width,height:e.availableSize.height,style:"position: absolute;"}),d=new bt(e.element.id+"_ZoomRect",this.maps.themeStyle.rectangleZoomFillColor,o,this.maps.themeStyle.rectangleZoomFillOpacity,this.zoomingRect,0,0,"","3");s.appendChild(e.renderer.drawRectangle(d)),Oe(e.element.id+"_Secondary_Element").appendChild(s)}},e.prototype.animateTransform=function(e,i,o,n,a){var l=0===this.currentLayer.animationDuration&&"Enable"===t.animationMode?1e3:this.currentLayer.animationDuration;if(!i||0===l||this.maps.isTileMap)return void(this.maps.isTileMap&&e.id.indexOf("_Polygons_Group")>-1||e.setAttribute("transform","scale("+a+") translate( "+o+" "+n+" )"));this.maps.isTileMap||et(e,0,l,new Mt(o,n),a,this.maps.mapAreaRect,this.maps)},e.prototype.applyTransform=function(e,i,o){var n,a=this;this.templateCount=0;var l,r=e.scale,s=e.translatePoint.x,d=e.translatePoint.y,p=0;if(e.zoomShapeCollection=[],this.isPanningInProgress=o||!1,document.getElementById(e.element.id+"_mapsTooltip")&&fe(e.element.id+"_mapsTooltip"),this.layerCollectionEle){for(var h=this,c=0;c<this.layerCollectionEle.childElementCount;c++)!function(c){var u=h.layerCollectionEle.childNodes[c];if("g"===u.tagName){h.templateCount++,h.index=u.id.indexOf("_LayerIndex_")>-1&&parseFloat(u.id.split("_LayerIndex_")[1].split("_")[0]),h.currentLayer=e.layersCollection[h.index];for(var g=e.mapLayerPanel.calculateFactor(h.currentLayer),y=u.childElementCount,f=0;f<y;f++)!function(c){var y=u.childNodes[c];if(y.id.indexOf("_Markers_Group")>-1||y.id.indexOf("_bubble_Group")>-1||y.id.indexOf("_dataLableIndex_Group")>-1){if(y.id.indexOf("_Markers_Group")>-1){h.isPanModeEnabled&&o||t.isNullOrUndefined(y.childNodes[0])||h.markerTranslates(y.childNodes[0],g,s,d,r,"Marker",u),y=u.childNodes[c];var f;if(!t.isNullOrUndefined(y)&&-1!==y.id.indexOf("Markers")&&(Array.prototype.forEach.call(y.childNodes,function(o,n){a.markerTranslate(o,g,s,d,r,"Marker",i);var p=parseInt(o.id.split("_dataIndex_")[1].split("_")[0],10),h=parseInt(o.id.split("_MarkerIndex_")[1].split("_")[0],10);if(f=a.currentLayer.markerSettings[h].animationDuration>0||"Enable"===t.animationMode,a.currentLayer.markerSettings[h].initialMarkerSelection.length>0)for(var m=a.currentLayer.markerSettings[h].dataSource[p],c=0;c<a.currentLayer.markerSettings[h].initialMarkerSelection.length;c++)a.currentLayer.markerSettings[h].initialMarkerSelection[c].latitude!==m.latitude&&a.currentLayer.markerSettings[h].initialMarkerSelection[c].longitude!==m.longitude||e.markerSelection(a.currentLayer.markerSettings[h].selectionSettings,e,y.children[n],a.currentLayer.markerSettings[h].dataSource[p]);if((a.currentLayer.animationDuration>0||"Enable"===t.animationMode||(e.layersCollection[0].animationDuration>0||"Enable"===t.animationMode)&&"SubLayer"===a.currentLayer.type)&&!a.isPanModeEnabled)if(e.isTileMap){var u=document.querySelector(".GroupElement");u&&!document.querySelector(".ClusterGroupElement")&&f&&(u.style.display="none")}else l="visibility:hidden",y.style.cssText=l}),h.isPanModeEnabled&&e.markerModule.sameMarkerData.length>0?R(e.markerModule.sameMarkerData,e,y,!0):e.markerModule.sameMarkerData.length>0&&(e.markerModule.sameMarkerData=[],document.getElementById(e.element.id+"_mapsTooltip")&&fe(e.element.id+"_mapsTooltip")),document.getElementById(e.element.id+"_mapsTooltip")&&e.mapsTooltipModule.tooltipTargetID.indexOf("_MarkerIndex_")&&!h.isPanModeEnabled)){var b=e.mapsTooltipModule,v=y.querySelector("#"+b.tooltipTargetID);if(!t.isNullOrUndefined(v))if("hidden"===v.style.visibility)fe(e.element.id+"_mapsTooltip");else{var S=parseFloat(v.getAttribute("transform").split("(")[1].split(")")[0].split(" ")[1]),x=parseFloat(v.getAttribute("transform").split("(")[1].split(")")[0].split(" ")[2]);e.isTileMap&&(S+=+Pe(e.element.id+"_tile_parent").style.left.split("px")[0],x+=+Pe(e.element.id+"_tile_parent").style.top.split("px")[0]),b.svgTooltip.location.x=S,b.svgTooltip.location.y=x,b.svgTooltip.enableAnimation=!1}}}else if(y.id.indexOf("_bubble_Group")>-1)for(var C=void 0,M=0;M<y.childElementCount;M++){C=y.childNodes[M],n=parseFloat(C.id.split("_LayerIndex_")[1].split("_")[0]);for(var _=parseFloat(C.id.split("_BubbleIndex_")[1].split("_")[0]),L=parseFloat(C.id.split("_BubbleIndex_")[1].split("_")[2]),P=0;P<e.bubbleModule.bubbleCollection.length;P++){var w=e.bubbleModule.bubbleCollection[P];if(w.LayerIndex===n&&w.BubbleIndex===_&&w.DataIndex===L){var T=w.center.x,I=w.center.y,k=(T+s)*r,F=(I+d)*r,N=0===h.currentLayer.animationDuration&&"Enable"===t.animationMode?1e3:h.currentLayer.animationDuration;i&&0!==N?it(C,0,N,new Mt(k,F)):C.setAttribute("transform","translate( "+k+" "+F+" )");break}}}else if(y.id.indexOf("_dataLableIndex_Group")>-1&&!t.isNullOrUndefined(e.layers[h.index])){e.zoomLabelPositions=[],e.zoomLabelPositions=e.dataLabelModule.dataLabelCollections;var E=!e.isTileMap&&i,z=[];Array.prototype.forEach.call(y.childNodes,function(i,n){if(y.childNodes[n].id.indexOf("_LabelIndex_")>-1){var l=parseFloat(y.childNodes[n].id.split("_LabelIndex_")[1].split("_")[0]),h=y.childNodes[n].id;e.zoomShapeCollection.push(h),a.dataLabelTranslate(y.childNodes[n],g,s,d,r,"DataLabel",E,p,o,z),p++;var m=e.layers[a.index].dataLabelSettings.border;if(n>0&&m.width>1&&y.childNodes[n-1].id.indexOf("_rectIndex_")>-1&&!t.isNullOrUndefined(e.zoomLabelPositions[l])){var c=(e.zoomLabelPositions[l].location.x+s)*r,u=(e.zoomLabelPositions[l].location.y+d)*r,f=O(y.childNodes[n].textContent,e.layers[a.index].dataLabelSettings.textStyle),b=y.childNodes[n-1],v=c-f.width/2,S=u-f.height/2-5;b.setAttribute("x",v),b.setAttribute("y",S)}}})}}else e.isTileMap&&y.id.indexOf("_line_Group")>-1?(y.remove(),u.children.length>0&&u.children[0]?u.insertBefore(e.navigationLineModule.renderNavigation(h.currentLayer,e.tileZoomLevel,h.index),u.children[1]):u.appendChild(e.navigationLineModule.renderNavigation(h.currentLayer,e.tileZoomLevel,h.index))):e.isTileMap&&y.id.indexOf("_Polygons_Group")>-1?h.currentLayer.polygonSettings.polygons.length>0&&(h.currentLayer.polygonSettings.polygons.map(function(i,o){var n=i.points,l=m(e,e.tileZoomLevel,a.currentLayer,n),r=document.getElementById(e.element.id+"_LayerIndex_"+a.index+"_PolygonIndex_"+o);t.isNullOrUndefined(r)||r.setAttribute("d",l)}),document.getElementById(e.element.id+"_LayerIndex_"+h.index+"_Polygons_Group").style.visibility=""):-1===y.id.indexOf("Legend")&&(We(y,h.index,r,e),e.zoomTranslatePoint=e.translatePoint,h.animateTransform(y,i,s,d,r))}(f)}e.arrangeTemplate()}(c);t.isNullOrUndefined(this.currentLayer)||i&&0!==this.currentLayer.animationDuration&&!e.isTileMap||this.processTemplate(s,d,r,e)}},e.prototype.markerTranslates=function(e,i,o,n,a,l,r){var s=this,d=0,p=0,m=0,u=parseInt((e||r).id.split("_LayerIndex_")[1].split("_")[0],10),g=this.maps.renderer.createGroup({id:this.maps.element.id+"_Markers_Group",class:"GroupElement"});g.style.pointerEvents="auto",document.getElementById(g.id)&&fe(g.id);var y=this.maps.mapAreaRect,f=t.createElement("div",{id:this.maps.element.id+"_LayerIndex_"+u+"_Markers_Template_Group",className:"template"});f.style.cssText="overflow: hidden; position: absolute;pointer-events: none;top:"+y.y+"px;left:"+y.x+"px;height:"+y.height+"px;width:"+y.width+"px;",document.getElementById(f.id)&&fe(f.id);var b=this.maps.layersCollection[u];Array.prototype.forEach.call(b.markerSettings,function(e,y){var v=e.dataSource;Array.prototype.forEach.call(v,function(S,x){s.maps.markerNullCount=y>=0&&0===x?0:s.maps.markerNullCount;var O={template:e.template,data:S,maps:s.maps,marker:e,cancel:!1,name:"markerRendering",fill:e.fill,colorValuePath:e.colorValuePath,shapeValuePath:e.shapeValuePath,height:e.height,width:e.width,imageUrl:e.imageUrl,imageUrlValuePath:e.imageUrlValuePath,shape:e.shape,border:e.border};O=F(O,S),O=k(O,S),s.maps.trigger("markerRendering",O,function(C){e.shapeValuePath!==O.shapeValuePath&&(O=F(O,S)),e.colorValuePath!==O.colorValuePath&&(O=k(O,S));var M=t.isNullOrUndefined(e.latitudeValuePath)?t.isNullOrUndefined(S.latitude)?t.isNullOrUndefined(S.Latitude)?null:S.Latitude:parseFloat(S.latitude):Number(I(S,e.latitudeValuePath)),_=t.isNullOrUndefined(e.longitudeValuePath)?t.isNullOrUndefined(S.longitude)?t.isNullOrUndefined(S.Longitude)?null:S.Longitude:parseFloat(S.longitude):Number(I(S,e.longitudeValuePath)),L=e.offset;if(!O.cancel&&e.visible&&!t.isNullOrUndefined(_)&&!t.isNullOrUndefined(M)){var P=s.maps.element.id+"_LayerIndex_"+u+"_MarkerIndex_"+y+"_dataIndex_"+x,w=s.maps.isTileMap?c(new Mt(_,M),s.maps.tileZoomLevel,s.maps.tileTranslatePoint,!0):h(M,_,i,b,s.maps),T={x:o,y:n};!O.template||isNaN(w.x)||isNaN(w.y)?O.template||isNaN(w.x)||isNaN(w.y)||(p++,Z(O,e,v,x,w,T,P,L,a,s.maps,g)):(m++,D(O,void 0,P,S,y,f,w,T,a,L,s.maps))}d+=isNaN(M)||isNaN(_)?1:0,m+=O.cancel?1:0,p+=O.cancel?1:0,s.maps.markerNullCount=t.isNullOrUndefined(M)||t.isNullOrUndefined(_)?s.maps.markerNullCount+1:s.maps.markerNullCount;var N=v.length-s.maps.markerNullCount,E=!1;if(g.childElementCount===N-m-d&&"Template"!==l){if(s.maps.isTileMap){var z=document.getElementById(s.maps.element.id+"_LayerIndex_"+u+"_Polygons_Group"),A=document.getElementById(s.maps.element.id+"_LayerIndex_"+u+"_Polygon_Group");t.isNullOrUndefined(z)?t.isNullOrUndefined(A)?r.insertBefore(g,r.firstElementChild):A.insertAdjacentElement("afterend",g):z.insertAdjacentElement("afterend",g)}else r.appendChild(g);b.markerClusterSettings.allowClustering&&(s.maps.svgObject.appendChild(g),s.maps.element.appendChild(s.maps.svgObject),E=B(b,g,s.maps,u,g,r,!0,!0))}f.childElementCount===N-p-d&&Oe(s.maps.element.id+"_Secondary_Element")&&(Oe(s.maps.element.id+"_Secondary_Element").appendChild(f),a>=1&&b.markerClusterSettings.allowClustering&&!E&&B(b,f,s.maps,u,g,r,!1,!0))})})})},e.prototype.processTemplate=function(e,i,o,n){for(var a=0,l=0;l<this.templateCount;l++){var r=n.mapLayerPanel.calculateFactor(this.currentLayer),s=Oe(n.element.id+"_LayerIndex_"+l+"_Markers_Template_Group"),d=Oe(n.element.id+"_LayerIndex_"+l+"_Label_Template_Group"),p=Oe(n.element.id+"_LayerIndex_"+l+"_Polygons_Group");if(!t.isNullOrUndefined(s)&&s.childElementCount>0){s.style.visibility="visible";for(h=0;h<s.childElementCount;h++)this.markerTranslate(s.childNodes[h],r,e,i,o,"Template")}if(!t.isNullOrUndefined(d)&&d.childElementCount>0)for(h=0;h<d.childElementCount;h++)this.dataLabelTranslate(d.childNodes[h],r,e,i,o,"Template",!1,a),a++;if(!t.isNullOrUndefined(p))for(var h=0;h<p.childElementCount;h++){var m=n.layersCollection[l].polygonSettings.polygons[h].borderWidth;p.childNodes[h].childNodes[0].setAttribute("stroke-width",(m/o).toString())}}},e.prototype.dataLabelTranslate=function(e,i,o,n,a,l,r,s,d,p){void 0===r&&(r=!1);var h,m,c,u,g,y=this.maps.dataLabelModule.dataLabelCollections,f=this.maps.layers[this.index].dataLabelSettings.textStyle,b=parseFloat(e.id.split("_LayerIndex_")[1].split("_")[0]),v=parseFloat(e.id.split("_shapeIndex_")[1].split("_")[0]);e.id.indexOf("_LabelIndex_")>-1&&(g=parseFloat(e.id.split("_LabelIndex_")[1].split("_")[0]));var S=0===this.currentLayer.animationDuration&&"Enable"===t.animationMode?1e3:this.currentLayer.animationDuration,x=y[s],M=s;if(x.layerIndex===b&&x.shapeIndex===v&&x.labelIndex===g){var _=x.location.x,L=x.location.y;if("Template"===l){var P=0,w=0;if(this.maps.isTileMap)P=(_+o)*a-(u=O(c=x.dataLabelText,f)).width/2,w=(L+n)*a-u.height;else{var T=Oe(this.maps.element.id+"_Layer_Collections");_=Math.abs(this.maps.baseMapRectBounds.min.x-_)*a,L=Math.abs(this.maps.baseMapRectBounds.min.y-L)*a;var I=T.getBoundingClientRect(),k=e.parentElement.getBoundingClientRect();P=_+(I.left-k.left),w=L+(I.top-k.top)}e.style.left=P+"px",e.style.top=w+"px"}else{if(_=(_+o)*a,L=(L+n)*a,c=x.dataLabelText,r&&0!==S||e.setAttribute("transform","translate( "+_+" "+L+" )"),(t.isNullOrUndefined(d)||!d)&&("None"!==this.maps.layers[this.index].dataLabelSettings.smartLabelMode||"None"!==this.maps.layers[this.index].dataLabelSettings.intersectionAction)){var F=L-(u=C(c,f)).height/2,N=L+u.height/2,E={rightWidth:_+u.width/2,leftWidth:_-u.width/2,heightTop:F,heightBottom:N};"Hide"===this.maps.layers[this.index].dataLabelSettings.smartLabelMode&&(a>1?(h=this.maps.dataLabelShape[M]*a>=u.width?c:"",e.textContent=h):(h=this.maps.dataLabelShape[M]>=u.width?c:"",e.textContent=h));var z=[];if("Trim"===this.maps.layers[this.index].dataLabelSettings.smartLabelMode&&(a>1?(h=ge(this.maps.dataLabelShape[M]*a,c,f,u.width,!0,z),e.textContent=h):(h=ge(this.maps.dataLabelShape[M],c,f,u.width,!0,z),e.textContent=h)),"Hide"===this.maps.layers[this.index].dataLabelSettings.intersectionAction){for(var B=0;B<p.length;B++)if(!t.isNullOrUndefined(p[B])){if(!(E.leftWidth>p[B].rightWidth||E.rightWidth<p[B].leftWidth||E.heightTop>p[B].heightBottom||E.heightBottom<p[B].heightTop)){h="",e.textContent=h;break}h=t.isNullOrUndefined(h)?c:h,e.textContent=h}p.push(E)}if("Trim"===this.maps.layers[this.index].dataLabelSettings.intersectionAction){for(var A=0;A<p.length;A++)if(!t.isNullOrUndefined(p[A]))if(E.rightWidth<p[A].leftWidth||E.leftWidth>p[A].rightWidth||E.heightBottom<p[A].heightTop||E.heightTop>p[A].heightBottom){if(m=t.isNullOrUndefined(h)?c:h,a>1){var U=z.length>0?z[0]:u.width;m=ge(this.maps.dataLabelShape[M]*a,m,f,U,!0)}e.textContent=m}else{if(E.leftWidth>p[A].leftWidth){m=ge(R=(j=p[A].rightWidth-E.leftWidth)-(E.rightWidth-E.leftWidth),h=t.isNullOrUndefined(h)?c:h,f,U=z.length>0?z[0]:u.width,!0),e.textContent=m;break}if(E.leftWidth<p[A].leftWidth){var j=E.rightWidth-p[A].leftWidth,R=Math.abs(j-(E.rightWidth-E.leftWidth));m=ge(R,h=t.isNullOrUndefined(h)?c:h,f,U=z.length>0?z[0]:u.width,!0),e.textContent=m;break}}p.push(E),t.isNullOrUndefined(m)&&(m=ge(this.maps.dataLabelShape[M]*a,c,f,u.width,!0),e.textContent=m)}}(r||S>0)&&it(e,0,S,new Mt(_,L))}}},e.prototype.markerTranslate=function(e,i,o,n,a,l,r){void 0===r&&(r=!1);var s=parseInt(e.id.split("_LayerIndex_")[1].split("_")[0],10),d=parseInt(e.id.split("_MarkerIndex_")[1].split("_")[0],10),p=parseInt(e.id.split("_dataIndex_")[1].split("_")[0],10),m=this.maps.layersCollection[s],u=m.markerSettings[d];if(!t.isNullOrUndefined(u)&&!t.isNullOrUndefined(u.dataSource)&&!t.isNullOrUndefined(u.dataSource[p])){var g=t.isNullOrUndefined(u.longitudeValuePath)?t.isNullOrUndefined(u.dataSource[p].longitude)?t.isNullOrUndefined(u.dataSource[p].Longitude)?0:parseFloat(u.dataSource[p].Longitude):parseFloat(u.dataSource[p].longitude):Number(I(u.dataSource[p],u.longitudeValuePath)),y=t.isNullOrUndefined(u.latitudeValuePath)?t.isNullOrUndefined(u.dataSource[p].latitude)?t.isNullOrUndefined(u.dataSource[p].Latitude)?0:parseFloat(u.dataSource[p].Latitude):parseFloat(u.dataSource[p].latitude):Number(I(u.dataSource[p],u.latitudeValuePath)),f=0===this.currentLayer.animationDuration&&"Enable"===t.animationMode?1e3:this.currentLayer.animationDuration,b=this.maps.isTileMap?c(new ht(g,y),this.maps.tileZoomLevel,this.maps.tileTranslatePoint,!0):h(y,g,i,m,this.maps);if(this.maps.isTileMap)if("Template"===l){var v=e.getBoundingClientRect();e.style.left=b.x-v.width/2+u.offset.x+"px",e.style.top=b.y-v.height/2+u.offset.y+"px"}else b.x+=u.offset.x,b.y+=u.offset.y,e.setAttribute("transform","translate( "+b.x+" "+b.y+" )");else if("Template"===l)if(f>0){b.x=Math.abs(this.maps.baseMapRectBounds.min.x-b.x)*a,b.y=Math.abs(this.maps.baseMapRectBounds.min.y-b.y)*a;var S=Oe(this.maps.element.id+"_Layer_Collections").getBoundingClientRect(),x=e.parentElement.getBoundingClientRect();e.style.left=b.x+(S.left-x.left)+u.offset.x+"px",e.style.top=b.y+(S.top-x.top)+u.offset.y+"px",e.style.transform="translate(-50%, -50%)"}else{x=e.getBoundingClientRect();e.style.left=(b.x+o)*a+u.offset.x-this.maps.mapAreaRect.x-x.width/2+"px",e.style.top=(b.y+n)*a+u.offset.y-this.maps.mapAreaRect.y-x.height/2+"px"}else b.x=(b.x+o)*a+u.offset.x,b.y=(b.y+n)*a+u.offset.y,r&&0!==f?it(e,0,f,b):e.setAttribute("transform","translate( "+b.x+" "+b.y+" )")}},e.prototype.markerLineAnimation=function(e){if(e.isTileMap)for(var i=0;i<e.layersCollection.length;i++){var o=Oe(this.maps.element.id+"_LayerIndex_"+i+"_Markers_Template_Group"),n=Oe(this.maps.element.id+"_LayerIndex_"+i+"_line_Group"),a=Oe(this.maps.element.id+"_LayerIndex_"+i+"_Polygons_Group");t.isNullOrUndefined(o)||(o.style.visibility="hidden"),t.isNullOrUndefined(n)||(n.style.visibility="hidden"),t.isNullOrUndefined(a)||(a.style.visibility="hidden")}},e.prototype.panning=function(e,i,o,n){var a,l=this.maps,r=this.mouseDownPoints,s=this.mouseMovePoints,d=l.scale;l.markerZoomedState=!1,l.zoomPersistence=l.enablePersistence,l.defaultState=!1,l.initialCheck=!1;var p,h,m=l.translatePoint,c=l.tileTranslatePoint;i=t.isNullOrUndefined(i)?r.x-s.x:i,o=t.isNullOrUndefined(o)?r.y-s.y:o;var u=n.type.indexOf("mouse")>-1||n.type.indexOf("key")>-1?n.layerX:n.touches[0].pageX,g=n.type.indexOf("mouse")>-1||n.type.indexOf("key")>-1?n.layerY:n.touches[0].pageY;if(this.maps.mergeCluster(),l.isTileMap){if(this.maps.tileZoomLevel>1){p=l.tileTranslatePoint.x-i,h=l.tileTranslatePoint.y-o,l.tileTranslatePoint.x=p,l.tileTranslatePoint.y=h,(l.tileTranslatePoint.y>-10&&o<0||l.tileTranslatePoint.y<-256*(Math.pow(2,this.maps.tileZoomLevel)-2)&&o>0)&&(l.tileTranslatePoint.x=p+i,l.tileTranslatePoint.y=h+o),l.translatePoint.x=l.tileTranslatePoint.x/l.scale,l.translatePoint.y=l.tileTranslatePoint.y/l.scale;var y=this.maps.getTileGeoLocation(u,g),f=this.maps.getMinMaxLatitudeLongitude();a={cancel:!1,name:"pan",maps:l,tileTranslatePoint:{previous:c,current:l.tileTranslatePoint},translatePoint:{previous:m,current:l.translatePoint},scale:l.scale,tileZoomLevel:l.tileZoomLevel,latitude:y.latitude,longitude:y.longitude,minLatitude:f.minLatitude,maxLatitude:f.maxLatitude,minLongitude:f.minLongitude,maxLongitude:f.maxLongitude},l.trigger("pan",a),l.mapLayerPanel.generateTiles(l.tileZoomLevel,l.tileTranslatePoint,"Pan"),this.applyTransform(l,!1,!0),l.translatePoint.x=(l.tileTranslatePoint.x-i)/l.scale,l.translatePoint.y=(l.tileTranslatePoint.y-o)/l.scale}}else{var b=Me(l.margin.top),v=document.getElementById(l.element.id+"_Legend_Group"),S=t.isNullOrUndefined(v)?0:v.getClientRects()[0].height;p=m.x-i/d,h=m.y-o/d;var x=Oe(l.element.id+"_Layer_Collections").getBoundingClientRect(),O=Oe(l.element.id+"_svg").getBoundingClientRect(),C=i<0?x.left<=O.left+l.mapAreaRect.x:x.left+x.width+l.mapAreaRect.x>=O.width,M=o<0?x.top<=O.top+l.mapAreaRect.y:x.top+x.height+S+b>=O.top+O.height,_=this.maps.getGeoLocation(this.maps.layersCollection.length-1,u,g),f=this.maps.getMinMaxLatitudeLongitude();a={cancel:!1,name:"pan",maps:l,tileTranslatePoint:{},translatePoint:{previous:m,current:new ht(p,h)},scale:l.scale,tileZoomLevel:l.tileZoomLevel,latitude:_.latitude,longitude:_.longitude,minLatitude:f.minLatitude,maxLatitude:f.maxLatitude,minLongitude:f.minLongitude,maxLongitude:f.maxLongitude},l.trigger("pan",a),a.cancel||(C&&M?(l.translatePoint=new ht(p,h),this.applyTransform(l,!1,!0)):C?(l.translatePoint=new ht(p,l.translatePoint.y),this.applyTransform(l,!1,!0)):M&&(l.translatePoint=new ht(l.translatePoint.x,h),this.applyTransform(l,!1,!0))),this.maps.zoomNotApplied=!1}l.zoomTranslatePoint=l.translatePoint,this.mouseDownPoints=this.mouseMovePoints,this.isSingleClick=!1},e.prototype.toolBarZooming=function(e,i){var o=this,n=this.maps;n.initialCheck=n.isMarkerZoomCompleted=!1,n.defaultState="Reset"===i&&1===e&&!(n.zoomSettings.resetToInitial&&n.applyZoomReset)||"ZoomOut"===i&&1===e;var a=n.tileZoomLevel,l=n.previousScale=n.scale;n.markerZoomedState=!1,n.zoomPersistence=n.enablePersistence,n.mapScaleValue=e;var r=n.zoomSettings.maxZoom,s=n.zoomSettings.minZoom,d=n.mapAreaRect,p=n.previousPoint=n.translatePoint,h=n.tileTranslatePoint;if(n.previousProjection="Reset"===i?void 0:n.projectionType,e="ZoomOut"===i&&1===Math.round(e)?1:e,e="Reset"===i?s:0===Math.round(e)?1:e,e=s>e&&"ZoomIn"===i?s+1:e,!n.isTileMap&&("ZoomIn"===i?e>=s&&Math.round(e)<=r:e>=s||n.isReset)){var m=n.baseMapRectBounds.min,c=n.baseMapRectBounds.max,u=Math.abs(c.x-m.x),g=Math.abs(m.y-c.y),y=void 0,f=void 0;if(e<1.2&&"Eckert5"!==n.projectionType)0!==g&&0!==u&&g!==u||(u=d.width/2,g=d.height),e=(e=parseFloat(Math.min(d.width/u,d.height/g).toFixed(2)))>1.05?1:e,n.translatePoint=this.calculateInitalZoomTranslatePoint(e,u,g,d,m,n);else{y=p.x-(d.width/l-d.width/e)/2,f=p.y-(d.height/l-d.height/e)/2;var b=Math.abs(n.baseMapRectBounds.max.y-n.baseMapRectBounds.min.y)*e;y=b<n.mapAreaRect.height?d.x+(-m.x+(d.width/2-u/2)):y,f=b<n.mapAreaRect.height?d.y+(-m.y+(d.height/2-g/2)):f,n.translatePoint=new ht(y,f)}n.zoomTranslatePoint=n.translatePoint,n.scale=e,this.triggerZoomEvent(h,a,i)?(n.translatePoint=n.zoomTranslatePoint=n.previousPoint,n.scale=n.previousScale):this.applyTransform(n,!0)}else if(n.isTileMap&&(e>=s&&e<=r||n.isReset)){var v=a<s&&!n.isReset?s:e;if(n.scale=Math.pow(2,v-1),n.tileZoomLevel=v,n.previousScale!==n.scale||n.isReset){n.zoomSettings.zoomFactor=e;var S={x:n.availableSize.width/2,y:n.availableSize.height/2};if(this.getTileTranslatePosition(a,v,S,i),(n.zoomSettings.resetToInitial&&n.applyZoomReset&&"Reset"===i||"ZoomOut"===i&&n.zoomSettings.resetToInitial&&n.applyZoomReset&&v<=n.initialZoomLevel)&&(n.initialCheck=!0,n.zoomPersistence=!1,n.tileTranslatePoint.x=n.initialTileTranslate.x,n.tileTranslatePoint.y=n.initialTileTranslate.y,v=n.tileZoomLevel=n.mapScaleValue=n.initialZoomLevel),this.triggerZoomEvent(h,a,i))n.translatePoint=n.tileTranslatePoint=new ht(0,0),n.scale=n.previousScale,n.tileZoomLevel=a,n.zoomSettings.zoomFactor=n.previousScale;else{n.translatePoint.y=(n.tileTranslatePoint.y-.01*n.mapScaleValue)/n.scale,n.translatePoint.x=(n.tileTranslatePoint.x-.01*n.mapScaleValue)/n.scale,document.getElementById(this.maps.element.id+"_LayerIndex_1")&&(document.getElementById(this.maps.element.id+"_LayerIndex_1").style.display="none"),document.querySelector(".GroupElement")&&(document.querySelector(".GroupElement").style.display="none"),this.markerLineAnimation(n),n.mapLayerPanel.generateTiles(v,n.tileTranslatePoint,i);var x=0===this.maps.layersCollection[0].animationDuration&&"Enable"===t.animationMode?1e3:this.maps.layersCollection[0].animationDuration;setTimeout(function(){o.applyTransform(o.maps,!0),document.getElementById(o.maps.element.id+"_LayerIndex_1")&&(document.getElementById(o.maps.element.id+"_LayerIndex_1").style.display="block"),o.maps.isAddLayer=!1},x)}}this.maps.zoomNotApplied=!1}this.triggerZoomComplete(n,a,i)},e.prototype.createZoomingToolbars=function(){var e=this.maps;this.toolBarGroup=e.renderer.createGroup({id:e.element.id+"_Zooming_KitCollection",opacity:"fluentdark"===e.theme.toLowerCase()?.6:.3});var i=15,o=15,n=e.zoomSettings.toolbarSettings,a=e.zoomSettings.toolbarSettings.buttonSettings;this.maps.toolbarProperties={toolBarOrientation:n.orientation,highlightColor:a.highlightColor,selectionColor:a.selectionColor,horizontalAlignment:n.horizontalAlignment,verticalAlignment:n.verticalAlignment,color:a.color,shapeOpacity:a.opacity,borderOpacity:a.borderOpacity};var l=a.radius||e.themeStyle.zoomButtonRadius,r=l/4,s=l/4,d=l/2,p=a.padding,h=this.maps.toolbarProperties.toolBarOrientation,m=e.zoomSettings.toolbarSettings.buttonSettings.toolbarItems.map(function(e){return e});i=l/4+a.borderWidth/2+p,o=l/4+a.borderWidth/2+p;var c='<filter id="chart_shadow" height="130%"><feGaussianBlur in="SourceAlpha" stdDeviation="5"/>';c+='<feOffset dx="-3" dy="4" result="offsetblur"/><feComponentTransfer><feFuncA type="linear" slope="1"/>',c+='</feComponentTransfer><feMerge><feMergeNode/><feMergeNode in="SourceGraphic"/></feMerge></filter>';var u=m.length,g="Horizontal"===h?u*l+u*p+p+u*a.borderWidth:l+a.borderWidth+2*p,y="Horizontal"===h?l+a.borderWidth+2*p:u*l+u*p+p+u*a.borderWidth,f=e.renderer.createDefs();f.innerHTML=c,this.toolBarGroup.appendChild(f);var b=e.renderer.drawRectangle(new bt(e.element.id+"_Zooming_Rect",n.backgroundColor,{color:n.borderColor,width:n.borderWidth,opacity:n.borderOpacity},n.borderOpacity,new _t(n.borderWidth/2,n.borderWidth/2,g-n.borderWidth,y-n.borderWidth),0,0));this.toolBarGroup.appendChild(b);for(var v=(l-a.borderWidth/2)/30,S=0;S<m.length;S++){0!==S&&(i="Horizontal"===e.toolbarProperties.toolBarOrientation?i+(l+p)+a.borderWidth:i,o="Horizontal"===e.toolbarProperties.toolBarOrientation?o:o+(l+p)+a.borderWidth);var x=m[S],O=t.isNullOrUndefined(this.maps.toolbarProperties.color)?this.maps.themeStyle.zoomFillColor:this.maps.toolbarProperties.color,C=a.borderColor||this.maps.themeStyle.zoomBorderColor||this.maps.themeStyle.zoomFillColor;this.currentToolbarEle=e.renderer.createGroup({id:e.element.id+"_Zooming_ToolBar_"+x+"_Group",transform:"translate( "+i+" "+o+" ) "}),this.currentToolbarEle.setAttribute("class","e-maps-toolbar"),this.currentToolbarEle.appendChild(e.renderer.drawCircle(new vt(e.element.id+"_Zooming_ToolBar_"+x+"_Rect",a.fill,{color:C,width:a.borderWidth,opacity:a.borderOpacity},a.opacity,r,s,d,"")));var M="",_=a.fill;switch(this.selectionColor=this.maps.toolbarProperties.selectionColor||this.maps.themeStyle.zoomSelectionColor,x.toLowerCase()){case"zoom":var L=void 0,P=void 0;M="M0.001,14.629L1.372,16l4.571-4.571v-0.685l0.228-0.274c1.051,0.868,2.423,1.417,3.885,1.417c3.291,0,",M+="5.943-2.651,5.943-5.943S13.395,0,10.103,0S4.16,2.651,4.16,5.943c0,1.508,0.503,2.834,1.417,3.885l-0.274,0.228H4.571",M+="L0.001,14.629L0.001,14.629z M5.943,5.943c0-2.285,1.828-4.114,4.114-4.114s4.114,1.828,4.114,",this.currentToolbarEle.setAttribute("class",this.maps.zoomSettings.enableSelectionZooming?"e-maps-toolbar":""),this.maps.zoomSettings.enablePanning&&!this.maps.zoomSettings.enableSelectionZooming?(L=_,P=O):this.maps.zoomSettings.enablePanning&&this.maps.zoomSettings.enableSelectionZooming?(L=_,P=O):this.maps.zoomSettings.enablePanning||this.maps.zoomSettings.enableSelectionZooming?!this.maps.zoomSettings.enablePanning&&this.maps.zoomSettings.enableSelectionZooming?(L=this.maps.themeStyle.zoomFillColor,P=O):(L=this.selectionColor,P=this.selectionColor):(L=_,P=O);var w=e.renderer.drawPath(new yt(e.element.id+"_Zooming_ToolBar_"+x,L,1,P,1,1,null,M+"4.114s-1.828,4.114-4.114,4.114S5.943,8.229,5.943,5.943z"));w.setAttribute("transform","scale( "+v+","+v+" )"),this.currentToolbarEle.appendChild(w),this.zoomElements=this.currentToolbarEle,this.wireEvents(this.currentToolbarEle,this.performToolBarAction);break;case"zoomin":M="M 8, 0 L 8, 16 M 0, 8 L 16, 8";var T=e.renderer.drawPath(new yt(e.element.id+"_Zooming_ToolBar_"+x+"_Path",_,3,O,1,1,null,M));T.setAttribute("transform","scale( "+v+","+v+" )"),this.currentToolbarEle.appendChild(T),this.wireEvents(this.currentToolbarEle,this.performToolBarAction);break;case"zoomout":M="M 0, 8 L 16, 8";var I=e.renderer.drawPath(new yt(e.element.id+"_Zooming_ToolBar_"+x,_,3,O,1,1,null,M));I.setAttribute("transform","scale( "+v+","+v+" )"),this.currentToolbarEle.appendChild(I),this.wireEvents(this.currentToolbarEle,this.performToolBarAction);break;case"pan":var k=void 0;M="M5,3h2.3L7.275,5.875h1.4L8.65,3H11L8,0L5,3z M3,11V8.7l2.875,0.025v-1.4L3,7.35V5L0,8L3,",M+="11z M11,13H8.7l0.025-2.875h-1.4L7.35,13H5l3,3L11,13z M13,5v2.3l-2.875-0.025v1.4L13,8.65V11l3-3L13,5z",this.currentToolbarEle.setAttribute("class",this.maps.zoomSettings.enablePanning?"e-maps-toolbar":""),this.maps.zoomSettings.enablePanning&&this.maps.zoomModule.isDragZoom?k=this.selectionColor||this.maps.themeStyle.zoomFillColor:this.maps.zoomSettings.enablePanning?k=_||this.maps.themeStyle.zoomFillColor:(k=this.selectionColor||this.maps.themeStyle.zoomFillColor,this.currentToolbarEle.setAttribute("class",""));var F=e.renderer.drawPath(new yt(e.element.id+"_Zooming_ToolBar_"+x,k,1,O,1,1,null,M));F.setAttribute("transform","scale( "+v+","+v+" )"),this.currentToolbarEle.appendChild(F),this.panColor=k,this.panElements=this.currentToolbarEle,this.wireEvents(this.currentToolbarEle,this.performToolBarAction);break;case"reset":M="M12.364,8h-2.182l2.909,3.25L16,8h-2.182c0-3.575-2.618-6.5-5.818-6.5c-1.128,0-2.218,0.366-3.091,",M+="1.016l1.055,1.178C6.581,3.328,7.272,3.125,8,3.125C10.4,3.125,12.363,5.319,12.364,8L12.364,8z M11.091,",M+="13.484l-1.055-1.178C9.419,12.672,8.728,12.875,8,12.875c-2.4,0-4.364-2.194-4.364-4.875h2.182L2.909,4.75L0,8h2.182c0,";var N=e.renderer.drawPath(new yt(e.element.id+"_Zooming_ToolBar_"+x,_,null,O,1,1,null,M+"3.575,2.618,6.5,5.818,6.5C9.128,14.5,10.219,14.134,11.091,13.484L11.091,13.484z"));N.setAttribute("transform","scale( "+v+","+v+" )"),this.currentToolbarEle.appendChild(N),this.wireEvents(this.currentToolbarEle,this.performToolBarAction)}this.toolBarGroup.appendChild(this.currentToolbarEle)}},e.prototype.performToolBarAction=function(e){var t=e.target;e.stopImmediatePropagation();var i="touch"===e.pointerType||"2"===e.pointerType||e.type.indexOf("touch")>-1,o=t.id.split("_Zooming_ToolBar_")[1].split("_")[0],n=!0;switch(o.toLowerCase()){case"zoomin":n=(this.maps.isTileMap?this.maps.tileZoomLevel:this.maps.scale)+1<=this.maps.zoomSettings.maxZoom;break;case"zoomout":var a=this.maps.isTileMap?this.maps.tileZoomLevel:this.maps.scale;n="Miller"===this.maps.projectionType||"Winkel3"===this.maps.projectionType||"AitOff"===this.maps.projectionType?Math.round(a)-1>=this.maps.zoomSettings.minZoom:a-1>=this.maps.zoomSettings.minZoom;break;case"reset":n=Math.round(this.maps.isTileMap?this.maps.tileZoomLevel:this.maps.scale)!==this.maps.zoomSettings.minZoom}i&&n?(this.handled=!0,this.performZoomingByToolBar(o)):"mousedown"!==e.type&&"pointerdown"!==e.type||this.handled||!n?this.handled=!1:(this.handled=!1,this.performZoomingByToolBar(o))},e.prototype.performZoomingByToolBar=function(e){var t=this.maps;t.isReset=!1;var i=0,o=this.fillColor||this.maps.themeStyle.zoomFillColor;switch(e.toLowerCase()){case"zoom":this.panColor=o,this.zoomColor=this.maps.zoomSettings.enableSelectionZooming?this.selectionColor:o,this.applySelection(this.zoomElements,this.zoomColor),this.applySelection(this.panElements,this.panColor),this.isPan=!1,this.isZoomSelection=this.maps.zoomSettings.enableSelectionZooming;break;case"pan":this.panColor=this.maps.zoomSettings.enablePanning?this.selectionColor:o,this.zoomColor=o,this.maps.zoomSettings.enablePanning?(this.applySelection(this.zoomElements,this.fillColor||o),this.applySelection(this.panElements,this.panColor)):(this.applySelection(this.zoomElements,this.selectionColor),this.applySelection(this.panElements,this.panColor)),this.isPan=this.maps.zoomSettings.enablePanning,this.isZoomSelection=!1;break;case"zoomin":t.staticMapZoom=t.tileZoomLevel,t.staticMapZoom>0&&t.staticMapZoom<t.zoomSettings.maxZoom&&(t.staticMapZoom+=1),t.isTileMap&&t.tileZoomLevel>=t.zoomSettings.minZoom&&t.tileZoomLevel<t.zoomSettings.maxZoom?this.toolBarZooming(t.tileZoomLevel+1,"ZoomIn"):t.isTileMap||this.toolBarZooming(t.scale+1,"ZoomIn"),i=this.maps.isTileMap?Math.round(this.maps.tileZoomLevel):Math.round(this.maps.mapScaleValue),this.isZoomSelection||(i===t.zoomSettings.maxZoom||i>1||1===i&&this.maps.isTileMap?(this.applySelection(this.zoomElements,o),this.applySelection(this.panElements,t.zoomSettings.enablePanning?this.selectionColor:o)):1!==i||this.maps.isTileMap||(this.applySelection(this.zoomElements,o),this.applySelection(this.panElements,o)));break;case"zoomout":t.staticMapZoom=t.tileZoomLevel,t.markerCenterLatitude=null,t.markerCenterLongitude=null,this.toolBarZooming((t.isTileMap?t.tileZoomLevel:t.scale)-1,"ZoomOut"),i=this.maps.isTileMap?Math.round(this.maps.tileZoomLevel):Math.round(this.maps.mapScaleValue),!this.isPan&&this.isZoomSelection?(this.panColor=o,this.zoomColor=this.selectionColor,this.applySelection(this.zoomElements,this.selectionColor),this.applySelection(this.panElements,this.panColor)):i<=1&&!t.isTileMap?this.applySelection(this.panElements,o):this.applySelection(this.panElements,t.zoomSettings.enablePanning?this.selectionColor:o);break;case"reset":t.staticMapZoom=t.zoomSettings.enable?t.zoomSettings.zoomFactor:0,t.markerCenterLatitude=null,t.markerCenterLongitude=null,this.isZoomSelection=!1,this.isPan=t.zoomSettings.enablePanning,this.toolBarZooming(t.zoomSettings.minZoom,"Reset"),this.isPan&&!this.isZoomSelection||!this.isPan&&this.isZoomSelection?this.maps.zoomSettings.enablePanning?(this.applySelection(this.zoomElements,o),this.applySelection(this.panElements,this.selectionColor)):(this.applySelection(this.zoomElements,this.selectionColor),this.applySelection(this.panElements,o)):this.isPan||this.isZoomSelection||(this.applySelection(this.zoomElements,o),this.applySelection(this.panElements,o))}this.panningStyle(e.toLowerCase())},e.prototype.panningStyle=function(e){var t=Oe(this.maps.element.id+"_svg");"pan"===e||this.isPanModeEnabled&&"reset"!==e?t.setAttribute("class","e-maps-panning"):t.setAttribute("class","")},e.prototype.applySelection=function(e,t){if(e)for(var i,o=0;o<e.childElementCount;o++)"circle"!==(i=e.childNodes[o]).tagName&&(i.setAttribute("fill",e.id.indexOf("Pan")>-1?t:"transparent"),i.setAttribute("stroke",t))},e.prototype.showTooltip=function(e){var t=e.target.id.split("_Zooming_ToolBar_")[1].split("_")[0],i=this.maps.zoomSettings.toolbarSettings.tooltipSettings,o={visible:i.visible,fill:i.fill,borderOpacity:i.borderOpacity,borderWidth:i.borderWidth,borderColor:i.borderColor,fontColor:i.fontColor,fontFamily:i.fontFamily,fontStyle:i.fontStyle,fontWeight:i.fontWeight,fontSize:i.fontSize||"10px",fontOpacity:i.fontOpacity};o.fontFamily=this.maps.themeStyle.fontFamily,this.isTouch||(Ze("EJ2_Map_Toolbar_Tip",this.maps.getLocalizedLabel(t),e.pageY+10,e.pageX+10,o),this.maps.isDevice&&(clearTimeout(this.clearTimeout),this.clearTimeout=setTimeout(this.removeTooltip.bind(this),2e3)))},e.prototype.removeTooltip=function(){Oe("EJ2_Map_Toolbar_Tip")&&t.remove(Oe("EJ2_Map_Toolbar_Tip"))},e.prototype.alignToolBar=function(){var e=this.maps,i=t.createElement("div",{id:e.element.id+"_ToolBar"});i.style.cssText="position:absolute;z-index:2";var o=e.renderer.createSvg({id:e.element.id+"_Zooming_ToolBar",width:10,height:10});o.appendChild(this.toolBarGroup),i.appendChild(o),Oe(e.element.id+"_Secondary_Element")&&Oe(e.element.id+"_Secondary_Element").appendChild(i);var n=this.toolBarGroup.getBoundingClientRect();o.setAttribute("height",(n.height+e.zoomSettings.toolbarSettings.borderWidth).toString()),o.setAttribute("width",(n.width+e.zoomSettings.toolbarSettings.borderWidth).toString());var a=t.isNullOrUndefined(e.totalRect)?e.mapAreaRect:e.totalRect,l=0,r=0;switch(e.toolbarProperties.verticalAlignment){case"Near":r=a.y;break;case"Center":r=a.height/2-n.height/2;break;case"Far":r=a.height-n.height-10}switch(e.toolbarProperties.horizontalAlignment){case"Near":l=a.x;break;case"Center":l=a.width/2-n.width/2;break;case"Far":l=t.isNullOrUndefined(e.legendModule)||"Left"!==e.legendSettings.position?a.width-n.width-10:a.width+a.x-n.width-10}i.style.left=l+"px",i.style.top=r+"px";var s=this.maps.toolbarProperties.highlightColor||this.maps.themeStyle.zoomSelectionColor,d=" .e-maps-toolbar:hover > circle { stroke:"+s+"; } .e-maps-toolbar:hover > path { fill: "+s+" ; stroke: "+s+"; }.e-maps-toolbar:hover { cursor: pointer; } .e-maps-cursor-disable:hover { cursor: not-allowed; } .e-maps-panning:hover { cursor: pointer; } .e-maps-popup-close { display: block; opacity: 0; }",p=document.createElement("style");p.appendChild(document.createTextNode(d)),i.appendChild(p)},e.prototype.removeToolbarOpacity=function(e,i){if(!t.isNullOrUndefined(this.maps)&&this.maps.zoomModule&&this.maps.zoomSettings.enable)if(Oe(this.maps.element.id+"_Zooming_KitCollection")&&i.indexOf(this.maps.element.id+"_Zooming_")>-1){this.maps.isDevice?(Oe(this.maps.element.id+"_Zooming_KitCollection").setAttribute("opacity","1"),this.removeToolbarClass("","","","","")):this.removeToolbarClass(this.maps.zoomSettings.enableSelectionZooming?"e-maps-toolbar":"","e-maps-toolbar","e-maps-toolbar",this.maps.zoomSettings.enablePanning?"e-maps-toolbar":"","e-maps-toolbar");var o=this.maps.toolbarProperties.shapeOpacity,n=this.maps.toolbarProperties.borderOpacity;this.maps.isTileMap&&(e<=1.1||this.maps.zoomSettings.minZoom===e)?(this.maps.isDevice||this.removeToolbarClass(this.maps.zoomSettings.enableSelectionZooming?"e-maps-toolbar":"","e-maps-toolbar","",this.maps.zoomSettings.enablePanning?"e-maps-toolbar":"",""),this.maps.zoomSettings.enablePanning&&this.removePanColor(this.maps.toolbarProperties.selectionColor||this.maps.themeStyle.zoomSelectionColor),this.isZoomSelection&&this.maps.zoomSettings.enableSelectionZooming&&!this.maps.isReset&&(this.removeZoomColor(this.maps.toolbarProperties.selectionColor||this.maps.themeStyle.zoomSelectionColor),this.removePanColor(this.maps.toolbarProperties.color||this.maps.themeStyle.zoomFillColor)),this.removeZoomOpacity(this.maps.zoomSettings.enableSelectionZooming?o:.3,this.maps.zoomSettings.enableSelectionZooming?n:.3,o,n,.3,.3,this.maps.zoomSettings.enablePanning?o:.3,this.maps.zoomSettings.enablePanning?n:.3,.3,.3)):e<=1.1||this.maps.zoomSettings.minZoom===e?(this.maps.isDevice||this.removeToolbarClass(this.maps.zoomSettings.enableSelectionZooming?"e-maps-toolbar":"","e-maps-toolbar","","",""),!this.isZoomSelection&&this.maps.zoomSettings.enablePanning&&this.removePanColor(this.maps.toolbarProperties.color||this.maps.themeStyle.zoomFillColor),this.isZoomSelection&&this.maps.zoomSettings.enableSelectionZooming&&!this.maps.isReset&&(this.removeZoomColor(this.maps.toolbarProperties.selectionColor||this.maps.themeStyle.zoomSelectionColor),this.removePanColor(this.maps.toolbarProperties.color||this.maps.themeStyle.zoomFillColor)),this.removeZoomOpacity(this.maps.zoomSettings.enableSelectionZooming?o:.3,this.maps.zoomSettings.enableSelectionZooming?n:.3,o,n,.3,.3,.3,.3,.3,.3)):e<this.maps.zoomSettings.maxZoom?(this.maps.isDevice||this.removeToolbarClass(this.maps.zoomSettings.enableSelectionZooming?"e-maps-toolbar":"","e-maps-toolbar","e-maps-toolbar",this.maps.zoomSettings.enablePanning?"e-maps-toolbar":"","e-maps-toolbar"),this.maps.zoomModule.isZoomFinal?this.maps.zoomModule.isZoomFinal=!1:this.removeZoomOpacity(this.maps.zoomSettings.enableSelectionZooming?o:.3,this.maps.zoomSettings.enableSelectionZooming?n:.3,o,n,o,n,this.maps.zoomSettings.enablePanning?o:.3,this.maps.zoomSettings.enablePanning?n:.3,o,n),this.isZoomSelection&&this.maps.zoomSettings.enableSelectionZooming?(this.removeZoomColor(this.maps.toolbarProperties.selectionColor||this.maps.themeStyle.zoomSelectionColor),this.maps.zoomModule.isPan&&this.maps.zoomSettings.enablePanning&&this.removePanColor(this.maps.toolbarProperties.color||this.maps.themeStyle.zoomFillColor)):!this.isZoomSelection&&this.maps.zoomSettings.enablePanning&&(this.removePanColor(this.maps.toolbarProperties.selectionColor||this.maps.themeStyle.zoomSelectionColor),this.maps.zoomSettings.enableSelectionZooming&&this.removeZoomColor(this.maps.toolbarProperties.color||this.maps.themeStyle.zoomFillColor))):(this.maps.isDevice||this.removeToolbarClass("","","e-maps-toolbar",this.maps.zoomSettings.enablePanning?"e-maps-toolbar":"","e-maps-toolbar"),this.removeZoomOpacity(.3,.3,.3,.3,o,n,this.maps.zoomSettings.enablePanning?o:.3,this.maps.zoomSettings.enablePanning?n:.3,o,n),this.maps.zoomSettings.enableSelectionZooming&&this.removeZoomColor(this.maps.toolbarProperties.color||this.maps.themeStyle.zoomFillColor),!this.isZoomSelection&&this.maps.zoomSettings.enablePanning&&this.removePanColor(this.maps.toolbarProperties.selectionColor||this.maps.themeStyle.zoomSelectionColor))}else this.maps.isDevice||(this.removePanColor(this.maps.toolbarProperties.color||this.maps.themeStyle.zoomFillColor),this.removeZoomColor(this.maps.toolbarProperties.color||this.maps.themeStyle.zoomFillColor),this.removeZoomOpacity(1,1,1,1,1,1,1,1,1,1))},e.prototype.setOpacity=function(e,t,i,o){Oe(this.maps.element.id+e)&&(Oe(this.maps.element.id+e).setAttribute("stroke-opacity",i.toString()),Oe(this.maps.element.id+e).setAttribute("fill-opacity",i.toString()),Oe(this.maps.element.id+t).setAttribute("stroke-opacity",o.toString()),Oe(this.maps.element.id+t).setAttribute("fill-opacity",o.toString()))},e.prototype.removeZoomOpacity=function(e,t,i,o,n,a,l,r,s,d){this.setOpacity("_Zooming_ToolBar_Zoom_Rect","_Zooming_ToolBar_Zoom",t,e),this.setOpacity("_Zooming_ToolBar_ZoomIn_Rect","_Zooming_ToolBar_ZoomIn_Path",o,i),this.setOpacity("_Zooming_ToolBar_ZoomOut_Rect","_Zooming_ToolBar_ZoomOut",a,n),this.setOpacity("_Zooming_ToolBar_Pan_Rect","_Zooming_ToolBar_Pan",r,l),this.setOpacity("_Zooming_ToolBar_Reset_Rect","_Zooming_ToolBar_Reset",d,s)},e.prototype.removeToolbarClass=function(e,t,i,o,n){Oe(this.maps.element.id+"_Zooming_KitCollection")&&(document.getElementById(this.maps.element.id+"_Zooming_ToolBar_ZoomIn_Group")&&Oe(this.maps.element.id+"_Zooming_ToolBar_ZoomIn_Group").setAttribute("class",t),document.getElementById(this.maps.element.id+"_Zooming_ToolBar_ZoomOut_Group")&&Oe(this.maps.element.id+"_Zooming_ToolBar_ZoomOut_Group").setAttribute("class",i),document.getElementById(this.maps.element.id+"_Zooming_ToolBar_Reset_Group")&&Oe(this.maps.element.id+"_Zooming_ToolBar_Reset_Group").setAttribute("class",n),document.getElementById(this.maps.element.id+"_Zooming_ToolBar_Zoom_Group")&&this.maps.zoomSettings.enableSelectionZooming&&Oe(this.maps.element.id+"_Zooming_ToolBar_Zoom_Group").setAttribute("class",e),document.getElementById(this.maps.element.id+"_Zooming_ToolBar_Pan_Group")&&this.maps.zoomSettings.enablePanning&&Oe(this.maps.element.id+"_Zooming_ToolBar_Pan_Group").setAttribute("class",o))},e.prototype.removePanColor=function(e){Oe(this.maps.element.id+"_Zooming_ToolBar_Pan_Rect")&&this.maps.zoomSettings.enablePanning&&(Oe(this.maps.element.id+"_Zooming_ToolBar_Pan").setAttribute("fill",e),Oe(this.maps.element.id+"_Zooming_ToolBar_Pan").setAttribute("stroke",e))},e.prototype.removeZoomColor=function(e){Oe(this.maps.element.id+"_Zooming_ToolBar_Zoom_Rect")&&this.maps.zoomSettings.enableSelectionZooming&&(Oe(this.maps.element.id+"_Zooming_ToolBar_Zoom").setAttribute("fill","transparent"),Oe(this.maps.element.id+"_Zooming_ToolBar_Zoom").setAttribute("stroke",e))},e.prototype.wireEvents=function(e,i){t.EventHandler.add(e,t.Browser.touchStartEvent,i,this),t.EventHandler.add(e,"mouseover",this.showTooltip,this),t.EventHandler.add(e,"mouseout",this.removeTooltip,this)},e.prototype.mapMouseWheel=function(e){if(this.maps.zoomSettings.enable&&this.maps.zoomSettings.mouseWheelZoom){var i=this.maps;i.markerZoomedState=!1,i.zoomPersistence=i.enablePersistence;var o=this.getMousePosition(e.pageX,e.pageY),n=i.tileZoomLevel,a=i.scale,l=i.zoomSettings.maxZoom,r=i.isTileMap?n:a;if(o.x>i.mapAreaRect.x&&o.x<i.mapAreaRect.x+i.mapAreaRect.width&&o.y>i.mapAreaRect.y&&o.y<i.mapAreaRect.y+i.mapAreaRect.height){e.preventDefault();var s="mozilla"!==this.browserName||this.isPointer?e.wheelDelta/120>0?"ZoomIn":"ZoomOut":-e.detail/3>0?"ZoomIn":"ZoomOut";"ZoomIn"===s?(i.mapScaleValue=r+1,i.isTileMap?(i.staticMapZoom=i.tileZoomLevel,i.staticMapZoom>0&&i.staticMapZoom<l&&(i.staticMapZoom+=1,this.performZooming(o,r+1,s))):this.performZooming(o,r+1,s)):(i.mapScaleValue=r-1,i.isReset=i.mapScaleValue<1,i.staticMapZoom=i.tileZoomLevel,1===i.mapScaleValue&&(i.markerCenterLatitude=null,i.markerCenterLongitude=null),i.staticMapZoom>1&&i.staticMapZoom<l&&(i.staticMapZoom-=1),this.performZooming(o,r-1,s))}this.removeToolbarOpacity(i.mapScaleValue,this.maps.isDevice?this.maps.element.id+"_Zooming_":t.isNullOrUndefined(e.target)?this.maps.element.id:e.target.id)}},e.prototype.doubleClick=function(e){var i=e.pageX,o=e.pageY,n=e.target.closest("#"+this.maps.element.id+"_mapsTooltipparent_template");if(this.maps.zoomSettings.enable&&this.maps.zoomSettings.doubleClickZoom&&!(e.target.id.indexOf("_Zooming_")>-1)&&t.isNullOrUndefined(n)){var a=this.getMousePosition(i,o),l=this.maps,r=l.tileZoomLevel,s=l.scale;l.mapScaleValue=l.mapScaleValue+1;var d=l.isTileMap?r:s;a.x>l.mapAreaRect.x&&a.x<l.mapAreaRect.x+l.mapAreaRect.width&&a.y>l.mapAreaRect.y&&a.y<l.mapAreaRect.y+l.mapAreaRect.height&&this.performZooming(a,d+1,"ZoomIn")}},e.prototype.mouseDownHandler=function(e){var t,i,o=null;e.target;"touchstart"===e.type?(this.isTouch=!0,o=e.touches,e.target,t=o[0].pageX,i=o[0].pageY):(t=e.pageX,i=e.pageY,e.target),this.isTouch||e.preventDefault(),this.maps.zoomSettings.enablePanning?this.isPan=this.isPanModeEnabled=!this.isZoomSelection:this.isPan=this.isPanModeEnabled=this.panColor!==this.selectionColor?this.maps.zoomSettings.enablePanning:this.zoomColor===this.selectionColor,this.mouseDownLatLong={x:t,y:i};var n=this.maps.isTileMap?Math.round(this.maps.tileZoomLevel):Math.round(this.maps.mapScaleValue);this.rectZoomingStart=this.isZoomSelection&&n<this.maps.zoomSettings.maxZoom&&this.maps.zoomSettings.enable,this.mouseDownPoints=this.getMousePosition(t,i),this.isTouch&&null!==o&&(this.firstMove=!0,this.pinchFactor=this.maps.scale,this.fingers=o.length),this.isSingleClick=!0},e.prototype.mouseMoveHandler=function(e){var i,o,n,a=this.maps,l=null,r=this.maps.zoomSettings;if("touchmove"===e.type?(this.isTouch=!0,n=e.target,i=(l=e.touches)[0].pageX,o=l[0].pageY):(i=e.pageX,o=e.pageY,n=e.target),Oe(a.element.id+"_Zooming_KitCollection")&&(n.id.indexOf("_Zooming_")>-1?Oe(a.element.id+"_Zooming_KitCollection").setAttribute("opacity","1"):a.isDevice||Oe(a.element.id+"_Zooming_KitCollection").setAttribute("opacity","fluentdark"===a.theme.toLowerCase()?"0.6":"0.3")),this.isTouch&&this.maps.zoomSettings.pinchZooming&&null!==l&&(this.firstMove&&2===l.length?(this.rectZoomingStart=!1,this.updateInteraction(),this.touchStartList=qe(e)):2===l.length&&2===this.touchStartList.length&&(this.touchMoveList=qe(e),e.preventDefault(),this.rectZoomingStart=!1,this.performPinchZooming(e)),this.firstMove=!1),this.mouseMovePoints=this.getMousePosition(i,o),r.enable&&this.isPanModeEnabled&&-1===this.maps.markerDragId.indexOf("_MarkerIndex_")&&(t.Browser.isDevice&&l.length>=1||!t.Browser.isDevice)&&(e.preventDefault(),this.maps.element.style.cursor="pointer",this.mouseMoveLatLong={x:i,y:o},this.mouseDownLatLong.x!==this.mouseMoveLatLong.x&&this.mouseDownLatLong.y!==this.mouseMoveLatLong.y&&(this.maps.zoomSettings.enablePanning&&this.panning("None",null,null,e),this.mouseDownLatLong.x=i,this.mouseDownLatLong.y=o)),this.isTouch?null!==l&&1===l.length&&this.rectZoomingStart:this.rectZoomingStart){e.preventDefault();var s=this.maps.isTileMap?Math.round(this.maps.tileZoomLevel):Math.round(this.maps.mapScaleValue);this.maps.zoomSettings.enableSelectionZooming&&s<this.maps.zoomSettings.maxZoom?this.drawZoomRectangle():(this.rectZoomingStart=!1,this.isPan=!0)}},e.prototype.mouseUpHandler=function(e){if(this.rectZoomingStart=!1,this.isSingleClick=!!this.isSingleClick,this.isTouch=!1,this.touchStartList=[],this.touchMoveList=[],this.lastScale=1,this.maps.element.style.cursor="auto",this.isPanModeEnabled&&this.maps.zoomSettings.enablePanning&&!t.isNullOrUndefined(this.maps.previousPoint)&&this.maps.translatePoint.x!==this.maps.previousPoint.x&&this.maps.translatePoint.y!==this.maps.previousPoint.y){var i=void 0,o=void 0,n=0,a=0,l=e.target;if(-1!==e.type.indexOf("touch")){var r=e;n=i=r.changedTouches[0].pageX,a=(o=r.changedTouches[0].pageY)-(this.maps.isTileMap?10:0),r.target,this.maps.mouseClickEvent={x:i,y:o}}else i=e.pageX,o=e.pageY,n=e.layerX,a=e.layerY-(this.maps.isTileMap?10:0),e.target;var s=void 0,d=this.maps.getMinMaxLatitudeLongitude();if(this.maps.isTileMap){var p=this.maps.getTileGeoLocation(n,a);s={cancel:!1,name:"panComplete",maps:this.maps,tileTranslatePoint:{previous:this.maps.tileTranslatePoint,current:this.maps.tileTranslatePoint},translatePoint:{previous:this.maps.previousPoint,current:this.maps.translatePoint},scale:this.maps.scale,tileZoomLevel:this.maps.tileZoomLevel,latitude:p.latitude,longitude:p.longitude,minLatitude:d.minLatitude,maxLatitude:d.maxLatitude,minLongitude:d.minLongitude,maxLongitude:d.maxLongitude}}else{this.maps.mouseClickEvent.x=this.maps.mouseDownEvent.x,this.maps.mouseClickEvent.y=this.maps.mouseDownEvent.y;var h=this.maps.getClickLocation(l.id,i,o,l,i,o);s={cancel:!1,name:"panComplete",maps:this.maps,tileTranslatePoint:{},translatePoint:{previous:this.maps.previousPoint,current:this.maps.translatePoint},scale:this.maps.scale,tileZoomLevel:this.maps.tileZoomLevel,latitude:t.isNullOrUndefined(h)?0:h.latitude,longitude:t.isNullOrUndefined(h)?0:h.longitude,minLatitude:d.minLatitude,maxLatitude:d.maxLatitude,minLongitude:d.minLongitude,maxLongitude:d.maxLongitude}}this.maps.trigger("panComplete",s)}this.isPanModeEnabled=!1;var m=Oe(this.maps.element.id+"_Selection_Rect_Zooming");m&&this.maps.zoomSettings.enable&&this.maps.zoomSettings.enableSelectionZooming&&(t.remove(m),this.performRectZooming()),this.mouseMoveLatLong={x:0,y:0},this.mouseDownLatLong={x:0,y:0},this.pinchDistance=null},e.prototype.mouseCancelHandler=function(e){this.isPanModeEnabled=!1,this.isTouch=!1,this.rectZoomingStart=!1;var i=Oe(this.maps.element.id+"_Selection_Rect_Zooming");i&&this.maps.zoomSettings.enable&&(t.remove(i),this.performRectZooming())},e.prototype.click=function(e){var i=this.maps,o=e.target.closest("#"+this.maps.element.id+"_mapsTooltipparent_template");if(i.markerModule&&i.markerModule.sameMarkerData.length>0||e.target.id.indexOf("MarkerIndex")>-1&&-1===e.target.id.indexOf("cluster")||!t.isNullOrUndefined(o))return null;if(this.isSingleClick&&i.zoomSettings.zoomOnClick&&!(e.target.id.indexOf("_Zooming_")>-1)&&!i.zoomSettings.doubleClickZoom&&this.zoomColor!==this.selectionColor){var n=e.pageX,a=e.pageY,l=this.getMousePosition(n,a),r=i.tileZoomLevel,s=i.scale;i.mapScaleValue=i.mapScaleValue+1;var d=i.isTileMap?r:s;l.x>i.mapAreaRect.x&&l.x<i.mapAreaRect.x+i.mapAreaRect.width&&l.y>i.mapAreaRect.y&&l.y<i.mapAreaRect.y+i.mapAreaRect.height&&this.performZooming(l,d+1,"ZoomIn")}},e.prototype.getMousePosition=function(e,t){var i=this.maps,o=i.element.getBoundingClientRect(),n=i.element.ownerDocument.defaultView.pageXOffset,a=i.element.ownerDocument.defaultView.pageYOffset,l=i.element.ownerDocument.documentElement.clientTop,r=i.element.ownerDocument.documentElement.clientLeft,s=o.left+n-r,d=o.top+a-l;return new ht(Math.abs(e-s),Math.abs(t-d))},e.prototype.addEventListener=function(){this.maps.isDestroyed||(t.EventHandler.add(this.maps.element,this.wheelEvent,this.mapMouseWheel,this),t.EventHandler.add(this.maps.element,"click",this.click,this),t.EventHandler.add(this.maps.element,"dblclick",this.doubleClick,this),this.maps.on(t.Browser.touchMoveEvent,this.mouseMoveHandler,this),this.maps.on(t.Browser.touchStartEvent,this.mouseDownHandler,this),this.maps.on(t.Browser.touchEndEvent,this.mouseUpHandler,this),t.EventHandler.add(this.maps.element,this.cancelEvent,this.mouseCancelHandler,this))},e.prototype.removeEventListener=function(){this.maps.isDestroyed||(t.EventHandler.remove(this.maps.element,this.wheelEvent,this.mapMouseWheel),t.EventHandler.remove(this.maps.element,"click",this.click),t.EventHandler.remove(this.maps.element,"dblclick",this.doubleClick),this.maps.off(t.Browser.touchMoveEvent,this.mouseMoveHandler),this.maps.off(t.Browser.touchStartEvent,this.mouseDownHandler),this.maps.off(t.Browser.touchEndEvent,this.mouseUpHandler),t.EventHandler.remove(this.maps.element,this.cancelEvent,this.mouseCancelHandler))},e.prototype.getModuleName=function(){return"Zoom"},e.prototype.destroy=function(){this.toolBarGroup=null,this.currentToolbarEle=null,this.zoomingRect=null,this.zoomElements=null,this.panElements=null,this.baseTranslatePoint=null,this.touchStartList=null,this.touchMoveList=null,this.previousTouchMoveList=null,this.mouseDownPoints=null,this.mouseMovePoints=null,this.startTouches=[],this.mouseDownLatLong=null,this.mouseMoveLatLong=null,this.removeEventListener(),this.layerCollectionEle=null,this.currentLayer=null,this.pinchDistance=null,this.maps=null},e}(),Bi=function(){function e(e){}return e.prototype.print=function(e,i){var o=window.open("","print","height="+window.outerHeight+",width="+window.outerWidth+",tabbar=no");o.moveTo(0,0),o.resizeTo(screen.availWidth,screen.availHeight);var n={cancel:!1,htmlContent:this.getHTMLContent(e,i),name:"beforePrint"};e.trigger("beforePrint",n,function(e){n.cancel||t.print(n.htmlContent,o)})},e.prototype.getHTMLContent=function(e,i){var o=t.createElement("div"),n=e.element.cloneNode(!0),a=e.isTileMap?n.getElementsByTagName("svg")[1]:n.getElementsByTagName("svg")[0];if(!t.isNullOrUndefined(a)&&(a=a.childNodes[0],!t.isNullOrUndefined(a))){var l=a.getAttribute("fill");"Tailwind"!==e.theme&&"Bootstrap5"!==e.theme&&"Fluent"!==e.theme&&"Material3"!==e.theme&&"Fluent2"!==e.theme||"rgba(255,255,255, 0.0)"!==l&&"transparent"!==l?"TailwindDark"!==e.theme&&"Bootstrap5Dark"!==e.theme&&"FluentDark"!==e.theme&&"Material3Dark"!==e.theme&&"Fluent2Dark"!==e.theme&&"Fluent2HighContrast"!==e.theme||"rgba(255,255,255, 0.0)"!==l&&"transparent"!==l||a.setAttribute("fill","rgba(0, 0, 0, 1)"):a.setAttribute("fill","rgba(255,255,255, 1)")}if(e.isTileMap)for(var r=0;r<n.childElementCount;r++)if(n.children[r].id===e.element.id+"_tile_parent"){n.children[r].style.removeProperty("height"),n.children[r].style.removeProperty("width"),n.children[r].style.removeProperty("top"),n.children[r].style.removeProperty("left"),n.children[r].style.removeProperty("right"),n.children[r].style.removeProperty("overflow");var s=document.getElementById(e.element.id+"_Tile_SVG_Parent");n.children[r].children[0].style.overflow="hidden",n.children[r].children[0].style.position="absolute",n.children[r].children[0].style.height=s.style.height,n.children[r].children[0].style.width=s.style.width,n.children[r].children[0].style.left=s.style.left,n.children[r].children[0].style.top=s.style.top;break}return i?i instanceof Array?Array.prototype.forEach.call(i,function(e){o.appendChild(Pe(e).cloneNode(!0))}):i instanceof Element?o.appendChild(i.cloneNode(!0)):o.appendChild(Pe(i).cloneNode(!0)):o.appendChild(n),o},e.prototype.getModuleName=function(){return"Print"},e.prototype.destroy=function(){},e}(),Ai=function(){function e(e){}return e.prototype.export=function(e,i,o,n){return new Promise(function(a,l){var r,s,d=t.createElement("canvas",{id:"ej2-canvas",attrs:{width:e.availableSize.width.toString(),height:e.availableSize.height.toString()}}),p=!(t.Browser.userAgent.toString().indexOf("HeadlessChrome")>-1),h=document.getElementById(e.element.id+"_Tile_SVG_Parent"),m=Oe(e.element.id+"_svg").cloneNode(!0),c=m.childNodes[0].getAttribute("fill");"Tailwind"!==e.theme&&"Bootstrap5"!==e.theme&&"Fluent"!==e.theme&&"Material3"!==e.theme&&"Fluent2"!==e.theme||"rgba(255,255,255, 0.0)"!==c&&"transparent"!==c?"TailwindDark"!==e.theme&&"Bootstrap5Dark"!==e.theme&&"FluentDark"!==e.theme&&"Material3Dark"!==e.theme&&"Fluent2Dark"!==e.theme&&"Fluent2HighContrast"!==e.theme||"rgba(255,255,255, 0.0)"!==c&&"transparent"!==c||m.childNodes[0].setAttribute("fill","rgba(0, 0, 0, 1)"):m.childNodes[0].setAttribute("fill","rgba(255,255,255, 1)"),e.isTileMap?(s=Oe(e.element.id+"_Tile_SVG").cloneNode(!0),r='<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">'+m.outerHTML+s.outerHTML+"</svg>"):r='<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">'+m.outerHTML+"</svg>";var u=window.URL.createObjectURL(new Blob("SVG"===i?[r]:[(new XMLSerializer).serializeToString(m)],{type:"image/svg+xml"}));if("SVG"===i)n?x(o,i,u,p):a(null);else{var g=new Image,y=d.getContext("2d");if(e.isTileMap){e.isExportInitialTileMap=!0;for(var f=document.getElementById(e.element.id+"_MapAreaBorder"),b=parseFloat(f.getAttribute("y")),v=parseFloat(f.getAttribute("x")),S=new XMLHttpRequest,O=e.mapLayerPanel.tiles.length,C=0;C<=O+1;C++)!function(l){var r=document.getElementById(e.element.id+"_tile_"+(l-1)),m=new Image;m.crossOrigin="Anonymous";var g=e.background?e.background:"Tailwind"!==e.theme&&"Bootstrap5"!==e.theme&&"Fluent"!==e.theme&&"Material3"!==e.theme||"rgba(255,255,255, 0.0)"!==c&&"transparent"!==c?"TailwindDark"!==e.theme&&"Bootstrap5Dark"!==e.theme&&"FluentDark"!==e.theme&&"Material3Dark"!==e.theme||"rgba(255,255,255, 0.0)"!==c&&"transparent"!==c?"#ffffff":"#000000":"#ffffff";y.fillStyle=g,y.fillRect(0,0,e.availableSize.width,e.availableSize.height),y.font=e.titleSettings.textStyle.size+" Arial";var f=document.getElementById(e.element.id+"_Map_title");t.isNullOrUndefined(f)||(y.fillStyle=f.getAttribute("fill"),y.fillText(e.titleSettings.text,parseFloat(f.getAttribute("x")),parseFloat(f.getAttribute("y")))),m.onload=function(){if(0===l||l===O+1?0===l?(y.setTransform(1,0,0,1,0,0),y.rect(0,b,parseFloat(h.style.width),parseFloat(h.style.height)),y.clip()):y.setTransform(1,0,0,1,v,b):y.setTransform(1,0,0,1,parseFloat(r.style.left)+v,parseFloat(r.style.top)+b),y.drawImage(m,0,0),l===O+1){localStorage.setItem("local-canvasImage",d.toDataURL("image/png"));var t=localStorage.getItem("local-canvasImage");n?(x(o,i,t,p),localStorage.removeItem("local-canvasImage"),e.isExportInitialTileMap=!1):(e.isExportInitialTileMap=!1,"PNG"===i?a(t):"JPEG"===i&&a(d.toDataURL("image/jpeg")))}},0===l||l===O+1?0===l?m.src=u:setTimeout(function(){m.src=window.URL.createObjectURL(new Blob([(new XMLSerializer).serializeToString(s)],{type:"image/svg+xml"}))},300):(S.open("GET",r.children[0].getAttribute("src"),!0),S.send(),m.src=r.children[0].getAttribute("src"))}(C)}else g.onload=function(){y.drawImage(g,0,0),window.URL.revokeObjectURL(u),n?x(o,i,d.toDataURL("image/png").replace("image/png","image/octet-stream"),p):"PNG"===i?a(d.toDataURL("image/png")):"JPEG"===i&&a(d.toDataURL("image/jpeg"))},g.src=u}})},e.prototype.getModuleName=function(){return"ImageExport"},e.prototype.destroy=function(){},e}(),Ui=function(){function e(){}return e.prototype.export=function(e,i,o,a,l){return new Promise(function(r){e.isTileMap&&(e.isExportInitialTileMap=!0);var s=t.createElement("canvas",{id:"ej2-canvas",attrs:{width:e.availableSize.width.toString(),height:e.availableSize.height.toString()}});l=t.isNullOrUndefined(l)?n.PdfPageOrientation.Landscape:l;var d=document.getElementById(e.element.id+"_Tile_SVG_Parent"),p=e.svgObject.cloneNode(!0),h=p.childNodes[0].getAttribute("fill");"Tailwind"!==e.theme&&"Bootstrap5"!==e.theme&&"Fluent"!==e.theme&&"Material3"!==e.theme&&"Fluent2"!==e.theme||"rgba(255,255,255, 0.0)"!==h&&"transparent"!==h?"TailwindDark"!==e.theme&&"Bootstrap5Dark"!==e.theme&&"FluentDark"!==e.theme&&"Material3Dark"!==e.theme&&"Fluent2Dark"!==e.theme&&"Fluent2HighContrast"!==e.theme||"rgba(255,255,255, 0.0)"!==h&&"transparent"!==h||p.childNodes[0].setAttribute("fill","rgba(0, 0, 0, 1)"):p.childNodes[0].setAttribute("fill","rgba(255,255,255, 1)");var m=window.URL.createObjectURL(new Blob("SVG"===i?[void 0]:[(new XMLSerializer).serializeToString(p)],{type:"image/svg+xml"})),c=new n.PdfDocument,u=new Image,g=s.getContext("2d");if(e.isTileMap)for(var y=document.getElementById(e.element.id+"_MapAreaBorder"),f=parseFloat(y.getAttribute("y")),b=parseFloat(y.getAttribute("x")),v=new XMLHttpRequest,S=e.mapLayerPanel.tiles.length,x=0;x<=S+1;x++)!function(p){var u=document.getElementById(e.element.id+"_tile_"+(p-1)),y=new Image;y.crossOrigin="Anonymous";var x=e.background?e.background:"Tailwind"!==e.theme&&"Bootstrap5"!==e.theme&&"Fluent"!==e.theme&&"Material3"!==e.theme||"rgba(255,255,255, 0.0)"!==h&&"transparent"!==h?"TailwindDark"!==e.theme&&"Bootstrap5Dark"!==e.theme&&"FluentDark"!==e.theme&&"Material3Dark"!==e.theme||"rgba(255,255,255, 0.0)"!==h&&"transparent"!==h?"#ffffff":"#000000":"#ffffff";g.fillStyle=x,g.fillRect(0,0,e.availableSize.width,e.availableSize.height),g.font=e.titleSettings.textStyle.size+" Arial";var O=document.getElementById(e.element.id+"_Map_title");t.isNullOrUndefined(O)||(g.fillStyle=O.getAttribute("fill"),g.fillText(e.titleSettings.text,parseFloat(O.getAttribute("x")),parseFloat(O.getAttribute("y")))),y.onload=function(){if(0===p||p===S+1?0===p?(g.setTransform(1,0,0,1,0,0),g.rect(0,f,parseFloat(d.style.width),parseFloat(d.style.height)),g.clip()):g.setTransform(1,0,0,1,b,f):g.setTransform(1,0,0,1,parseFloat(u.style.left)+b,parseFloat(u.style.top)+f),g.drawImage(y,0,0),p===S+1&&"PDF"===i){localStorage.setItem("saved-image-example",s.toDataURL("image/jpeg"));var t=localStorage.getItem("saved-image-example");c.pageSettings.orientation=l,t=t.slice(t.indexOf(",")+1),c.pages.add().graphics.drawImage(new n.PdfBitmap(t),0,0,e.availableSize.width-60,e.availableSize.height),e.isExportInitialTileMap=!1,a?(c.save(o+".pdf"),c.destroy()):r(null)}},0===p||p===S+1?0===p?y.src=m:setTimeout(function(){var t=document.getElementById(e.element.id+"_Tile_SVG");y.src=window.URL.createObjectURL(new Blob([(new XMLSerializer).serializeToString(t)],{type:"image/svg+xml"}))},300):(v.open("GET",u.children[0].getAttribute("src"),!0),v.send(),y.src=u.children[0].getAttribute("src"))}(x);else u.onload=function(){if(g.drawImage(u,0,0),window.URL.revokeObjectURL(m),"PDF"===i){var t=s.toDataURL("image/jpeg").replace("image/jpeg","image/octet-stream");c.pageSettings.orientation=l,t=t.slice(t.indexOf(",")+1),c.pages.add().graphics.drawImage(new n.PdfBitmap(t),0,0,e.availableSize.width-60,e.availableSize.height),a?(c.save(o+".pdf"),c.destroy()):r(null)}},u.src=m})},e.prototype.getModuleName=function(){return"PdfExport"},e.prototype.destroy=function(){},e}();return _i.Inject(Li,ki,Pi,Fi,Ni,Ei,zi,Ti,Ii,Oi,Bi,Ui,Ai,wi),e.Annotation=Et,e.Annotations=Oi,e.Arrow=zt,e.BingMap=vi,e.Border=Rt,e.Bubble=Li,e.BubbleSettings=ii,e.CenterPosition=Zt,e.CircleOption=vt,e.ColorMapping=Si,e.ColorMappingSettings=qt,e.ColorValue=ft,e.CommonTitleSettings=oi,e.ConnectorLineSettings=Gt,e.Coordinate=mt,e.DataLabel=Ti,e.DataLabelSettings=di,e.Font=Bt,e.GeoLocation=ut,e.Highlight=Fi,e.HighlightSettings=Kt,e.ImageExport=Ai,e.InitialMarkerSelectionSettings=Yt,e.InitialShapeSelectionSettings=Jt,e.Internalize=_e,e.LayerPanel=xi,e.LayerSettings=ci,e.Legend=ki,e.LegendSettings=si,e.Line=Ct,e.LineOption=Ot,e.MapAjax=Pt,e.MapLocation=Mt,e.Maps=_i,e.MapsAreaSettings=gi,e.MapsTooltip=Ei,e.Margin=Ht,e.Marker=Pi,e.MarkerBase=hi,e.MarkerClusterData=Xt,e.MarkerClusterSettings=Wt,e.MarkerSettings=mi,e.MinMax=ct,e.NavigationLine=Ii,e.NavigationLineSettings=ti,e.PathOption=yt,e.PatternOptions=Lt,e.PdfExport=Ui,e.Point=ht,e.Polygon=wi,e.PolygonOption=St,e.PolygonSetting=$t,e.PolygonSettings=ei,e.PolygonTooltipSettings=Vt,e.PolylineOption=xt,e.Print=Bi,e.Rect=_t,e.RectOption=bt,e.Selection=Ni,e.SelectionSettings=Qt,e.ShapeSettings=pi,e.Size=pt,e.SubTitleSettings=ni,e.TextOption=gt,e.Tile=ui,e.TitleSettings=ai,e.ToggleLegendSettings=ri,e.TooltipSettings=Dt,e.Zoom=zi,e.ZoomSettings=li,e.ZoomToolbarButtonSettings=At,e.ZoomToolbarSettings=jt,e.ZoomToolbarTooltipSettings=Ut,e.acos=v,e.aitoff=y,e.animate=tt,e.animationComplete=fi,e.annotationRendering="annotationRendering",e.appendShape=W,e.beforePrint="beforePrint",e.bubbleClick="bubbleClick",e.bubbleMouseMove="bubbleMouseMove",e.bubbleRendering="bubbleRendering",e.calculateBound=S,e.calculateCenterFromPixel=be,e.calculatePolygonPath=m,e.calculateScale=Ye,e.calculateShapes=$,e.calculateSize=l,e.calculateZoomLevel=nt,e.changeBorderWidth=We,e.changeNavaigationLineWidth=Xe,e.checkPropertyPath=pe,e.checkShapeDataFields=de,e.click="click",e.clusterSeparate=R,e.clusterTemplate=B,e.compareZoomFactor=ot,e.convertElement=_,e.convertElementFromLabel=w,e.convertGeoToPoint=h,e.convertStringToValue=P,e.convertTileLatLongToPoint=c,e.createStyle=Ne,e.createSvg=r,e.createTooltip=Ze,e.customizeStyle=Ee,e.dataLabelRendering="dataLabelRendering",e.degreesToRadians=d,e.doubleClick="doubleClick",e.drawBalloon=le,e.drawCircle=X,e.drawCross=ie,e.drawDiamond=ee,e.drawHorizontalLine=oe,e.drawLine=K,e.drawPath=Y,e.drawPattern=re,e.drawPolygon=J,e.drawPolyline=Q,e.drawRectangle=q,e.drawStar=ae,e.drawSymbol=Ve,e.drawSymbols=T,e.drawTriangle=te,e.drawVerticalLine=ne,e.elementAnimate=Ae,e.filter=he,e.findMidPointOfPolygon=ce,e.findPosition=ye,e.fixInitialScaleForTile=xe,e.formatValue=L,e.getClientElement=Ce,e.getDistance=Je,e.getElement=Pe,e.getElementByID=Oe,e.getElementOffset=Ge,e.getElementsByClassName=Ie,e.getFieldData=se,e.getHexColor=De,e.getMousePosition=s,e.getProcessedMarginValue=Me,e.getRatioOfBubble=me,e.getShapeData=we,e.getTargetElement=Fe,e.getTemplateFunction=Le,e.getTouchCenter=Ke,e.getTouches=Qe,e.getTranslate=ve,e.getValueFromObject=I,e.getZoomTranslate=Se,e.isCustomPath=ue,e.itemHighlight="itemHighlight",e.itemSelection=bi,e.layerRendering="layerRendering",e.legendRendering="legendRendering",e.load="load",e.loaded="loaded",e.maintainSelection=V,e.maintainStyleClass=G,e.maintainToggleSelection=H,e.marker=Z,e.markerBoundsComparer=U,e.markerClick="markerClick",e.markerClusterClick="markerClusterClick",e.markerClusterListHandler=A,e.markerClusterMouseMove="markerClusterMouseMove",e.markerClusterRendering=yi,e.markerColorChoose=k,e.markerDragEnd="markerDragEnd",e.markerDragStart="markerDragStart",e.markerMouseMove="markerMouseMove",e.markerRendering="markerRendering",e.markerShapeChoose=F,e.markerTemplate=D,e.measureText=O,e.measureTextElement=C,e.mergeSeparateCluster=j,e.mousedown="mousedown",e.mousemove="mousemove",e.mouseup="mouseup",e.onclick="onclick",e.pan="pan",e.panComplete="panComplete",e.processResult=at,e.querySelector=ke,e.radiansToDegrees=p,e.removeClass=Be,e.removeElement=fe,e.renderLegendShape=He,e.renderTextElement=M,e.resize="resize",e.rightClick="rightClick",e.roundTo=f,e.shapeHighlight="shapeHighlight",e.shapeRendering="shapeRendering",e.shapeSelected="shapeSelected",e.showTooltip=je,e.sinci=b,e.smoothTranslate=it,e.stringToNumber=a,e.sum=$e,e.targetTouches=qe,e.textTrim=ge,e.timeout=Ue,e.tooltipRender="tooltipRender",e.triggerDownload=x,e.triggerItemSelectionEvent=ze,e.triggerShapeEvent=Te,e.wordWrap=Re,e.xToCoordinate=u,e.yToCoordinate=g,e.zoomAnimate=et,e.zoomComplete="zoomComplete",e.zoomIn="zoomIn",e.zoomOut="zoomOut",e}({},ej.base,ej.svgbase,ej.data,ej.pdfexport),this.ejs=ej;
10
+ this.ej=this.ej||{},this.ej.maps=function(e,t,i,o,n){"use strict";function a(e,i){return"string"!=typeof e?e:t.isNullOrUndefined(e)?null:-1!==e.indexOf("%")?i/100*parseInt(e,10):parseInt(e,10)}function l(e){e.element.style.height=t.isNullOrUndefined(e.height)?"auto":e.height,e.element.style.width=t.isNullOrUndefined(e.width)?"auto":e.width,e.element.style.setProperty("display","block");var i=e.element.clientWidth,o=e.element.clientHeight,n="string"==typeof e.element.style.width?a(e.element.style.width,i):e.element.style.width,l="string"==typeof e.element.style.height?a(e.element.style.height,o):e.element.style.height;new pt(0,0);return"0px"===e.width||"0%"===e.width||"0%"===e.height||"0px"===e.height?new pt(0,0):new pt(a(e.width,i)||i||n||600,a(e.height,o)||o||l||(e.isDevice?Math.min(window.innerWidth,window.innerHeight):450))}function r(e){e.renderer=new i.SvgRenderer(e.element.id),e.availableSize=l(e),e.svgObject=e.renderer.createSvg({id:e.element.id+"_svg",width:e.availableSize.width,height:e.availableSize.height}),"0px"!==e.width&&"0%"!==e.width&&"0%"!==e.height&&"0px"!==e.height||(e.svgObject.setAttribute("height","0"),e.svgObject.setAttribute("width","0"))}function s(e,t,i){var o=i.getBoundingClientRect(),n=i.ownerDocument.defaultView.pageXOffset,a=i.ownerDocument.defaultView.pageYOffset,l=i.ownerDocument.documentElement.clientTop,r=i.ownerDocument.documentElement.clientLeft,s=o.left+n-r,d=o.top+a-l;return new Mt(e-s,t-d)}function d(e){return e*(Math.PI/180)}function p(e){return e*(180/Math.PI)}function h(e,i,o,n,a){var l,r,s,h,m,c,b=new pt(a.mapAreaRect.width,a.mapAreaRect.height),v=a.baseMapBounds.longitude,x=a.baseMapBounds.latitude,O=d(e),C=d(i),M=t.isNullOrUndefined(a.projectionType)?"Mercator":a.projectionType,_=a.isTileMap?256*Math.pow(2,1):t.isNullOrUndefined(o)?Math.min(b.width,b.height):Math.min(b.width,b.height)*o;if("Normal"===n.geometryType)l=t.isNullOrUndefined(o)?i:Math.abs((i-v.min)*o),r=t.isNullOrUndefined(o)?e:Math.abs((x.max-e)*o);else if("Geographic"===n.geometryType){switch(M){case"Mercator":var L=new ht(_/2,_/2);l=L.x+i*(_/360);var P=S(Math.sin(d(e)),-.9999,.9999);r=L.y+.5*Math.log((1+P)/(1-P))*(-_/(2*Math.PI));break;case"Winkel3":m=((s=y(C,O)).x+C/(Math.PI/2))/2,h=(s.y+O)/2;break;case"Miller":m=C,h=1.25*Math.log(Math.tan(Math.PI/4+.4*O));break;case"Eckert3":m=2/(c=Math.sqrt(Math.PI*(4+Math.PI)))*C*(1+Math.sqrt(1-4*O*O/(Math.PI*Math.PI))),h=4/c*O;break;case"AitOff":m=(s=y(C,O)).x,h=s.y;break;case"Eckert5":m=C*(1+Math.cos(O))/Math.sqrt(2+Math.PI),h=2*O/Math.sqrt(2+Math.PI);break;case"Equirectangular":m=C,h=O;break;case"Eckert6":c=(1+Math.PI/2)*Math.sin(O);for(var w=1/0,T=0;T<10&&Math.abs(w)>1e-6;T++)O-=w=(O+Math.sin(O)-c)/(1+Math.cos(O));c=Math.sqrt(2+Math.PI),m=C*(1+Math.cos(O))/c,h=2*O/c}l="Mercator"===M?l:f(u(a,p(m)),3),r="Mercator"===M?r:-f(g(a,p(h)),3)}return new ht(l,r)}function m(e,i,o,n){var a="";return!t.isNullOrUndefined(n)&&n.length>1&&(Array.prototype.forEach.call(n,function(t,n){var l=t.latitude,r=t.longitude,s=e.isTileMap?c(new Mt(r,l),i,e.tileTranslatePoint,!0):h(l,r,i,o,e);a+=0===n?"M "+s.x+" "+s.y:" L "+s.x+" "+s.y}),a+=" z "),a}function c(e,t,i,o){var n=256*Math.pow(2,t),a=(e.x+180)/360,l=Math.sin(e.y*Math.PI/180),r=.5-Math.log((1+l)/(1-l))/(4*Math.PI),s=e.x,d=e.y;return o&&(s=a*n+.5+i.x,d=r*n+.5+i.y),{x:s,y:d}}function u(e,i){var o=e.baseMapBounds.longitude,n=t.isNullOrUndefined(e.baseSize)?e.mapAreaRect.width:e.mapAreaRect.width+Math.abs(e.baseSize.width-e.mapAreaRect.width)/2;return Math.round(n*(i-o.min)/(o.max-o.min)*100)/100}function g(e,t){var i=e.baseMapBounds.latitude;return Math.round(e.mapAreaRect.height*(t-i.min)/(i.max-i.min)*100)/100}function y(e,t){var i=Math.cos(t),o=b(v(i*Math.cos(e/=2)));return new ht(2*i*Math.sin(e)*o,Math.sin(t)*o)}function f(e,t){var i=Math.pow(10,t);return Math.round(e*i)/i}function b(e){return e/Math.sin(e)}function v(e){return Math.acos(e)}function S(e,i,o){return t.isNullOrUndefined(i)||(e=Math.max(e,i)),t.isNullOrUndefined(o)||(e=Math.min(e,o)),e}function x(e,i,o,n){t.createElement("a",{attrs:{download:e+"."+i.toLocaleLowerCase(),href:o}}).dispatchEvent(new MouseEvent(n?"click":"move",{view:window,bubbles:!1,cancelable:!0}))}function O(e,t){var i=document.getElementById("mapsmeasuretext");return null===i&&((i=document.createElement("text")).id="mapsmeasuretext",document.body.appendChild(i)),i.innerText=e,i.style.cssText="position: absolute; font-size: "+("number"==typeof t.size?t.size+"px":t.size)+"; font-weight: "+t.fontWeight+"; font-style: "+t.fontStyle+"; font-family: "+t.fontFamily+"; visibility: hidden; top: -100; left: 0; whiteSpace: nowrap; lineHeight: normal",new pt(i.clientWidth,i.clientHeight)}function C(e,t){var i=document.createElement("canvas").getContext("2d");i.font=t.fontStyle+" "+t.fontWeight+" "+("number"==typeof t.size?t.size+"px":t.size)+" "+t.fontFamily;var o=i.measureText(e).width,n=parseFloat(t.size)||16;return new pt(o,n)}function M(e,t,o,n,a){void 0===a&&(a=!1);var l,r,s={id:e.id,x:e.x,y:e.y,fill:o,"font-size":t.size,"font-style":t.fontStyle,"font-family":t.fontFamily,"font-weight":t.fontWeight,"text-anchor":e.anchor,transform:e.transform,opacity:t.opacity,"dominant-baseline":e.baseLine},d="string"==typeof e.text||"number"==typeof e.text?e.text:a?e.text[e.text.length-1]:e.text[0],p=new i.SvgRenderer(""),h=p.createText(s,d);if(h.style["user-select"]="none",h.style["font-family"]=t.fontFamily,h.style["font-size"]=t.size,h.style["font-weight"]=t.fontWeight,h.style["font-color"]=t.color,h.style["-moz-user-select"]="none",h.style["-webkit-touch-callout"]="none",h.style["-webkit-user-select"]="none",h.style["-khtml-user-select"]="none",h.style["-ms-user-select"]="none",h.style["-o-user-select"]="none","string"!=typeof e.text&&e.text.length>1)for(var m=1,c=e.text.length;m<c;m++)r=O(e.text[m],t).height,l=p.createTSpan({x:e.x,id:e.id,y:e.y+(a?-m*r:m*r)},a?e.text[e.text.length-(m+1)]:e.text[m]),h.appendChild(l);return n.appendChild(h),h}function _(e,i,o,n,a,l){var r=t.createElement("div",{id:i,className:a.element.id+"_marker_template_element"});r.style.cssText="position: absolute;pointer-events: auto;";for(var s=e.length;s>0;)r.appendChild(e[0]),s--;if(!a.isReact||"function"!==l){for(var d=r.innerHTML,p=Object.keys(o),h=RegExp,m=0;m<p.length;m++)"object"==typeof o[p[m]]?d=P(d,"",o,a):"latitude"!==p[m].toLowerCase()&&"longitude"!==p[m].toLowerCase()&&(d=d.replace(new h("{{:"+p[m]+"}}","g"),o[p[m].toString()]));r.innerHTML=d}return r}function L(e,t){return t.format&&!isNaN(Number(e))?t.intl.getNumberFormat({format:t.format,useGrouping:t.useGroupingSeparator})(Number(e)):e}function P(e,t,i,o){for(var n=""===e?t:e,a=""===e?n.split("${"):n.split("{{:"),l=RegExp,r=0;r<a.length;r++)if(a[r].indexOf("}}")>-1&&a[r].indexOf(".")>-1||a[r].indexOf("}")>-1&&a[r].search(".")>-1)for(var s=""===e?a[r].split("}"):a[r].split("}}"),d=0;d<s.length;d++)if(s[d].indexOf(".")>-1){var p=I(i,s[d]).toString();n=""===e?n.split("${"+s[d]+"}").join(L(p,o)):n.replace(new l("{{:"+s[d]+"}}","g"),p)}return n}function w(e,i,o){for(var n=(t.isNullOrUndefined(e.childElementCount)?e[0]:e).outerHTML,a=Object.keys(o),l=RegExp,r=0;r<a.length;r++)n=n.replace(new l("{{:"+a[r]+"}}","g"),o[a[r].toString()]);var s=t.createElement("div",{id:i,innerHTML:n});return s.style.position="absolute",s}function T(e,i,o,n,a,l,r){var s,d,p,h,m=a.size,c=a.borderColor,u=parseFloat(a.borderWidth),g=parseFloat(a.borderOpacity),y=a.fill,f=a.dashArray,b={color:c,width:u,opacity:g},v=a.opacity,S=new yt(n,y,u,c,v,g,f,"");if(m.width="string"==typeof m.width?parseInt(m.width,10):m.width,m.height="string"==typeof m.height?parseInt(m.height,10):m.height,"Circle"===e){var x=(m.width+m.height)/4,O=new vt(n,y,b,v,o.x,o.y,x,f);s=r.renderer.drawCircle(O)}else"Rectangle"===e?(d=o.x-m.width/2,p=o.y-m.height/2,h=new bt(n,y,b,v,new _t(d,p,m.width,m.height),null,null,"",f),s=r.renderer.drawRectangle(h)):"Image"===e?(d=o.x-m.width/2,p=o.y-(n.indexOf("cluster")>-1?m.height/2:m.height),t.merge(S,{href:i,height:m.height,width:m.width,x:d,y:p}),s=r.renderer.drawImage(S)):s=$(r,e,S,m,o,l);return s}function I(e,i){if(!t.isNullOrUndefined(e)&&!t.isNullOrUndefined(i)){var o=i.replace(/\[/g,".").replace(/\]/g,"").split(".");if(1===o.length)e=e[o[0]];else for(var n=0;n<o.length&&!t.isNullOrUndefined(e);n++)e=e[o[n]]}return e}function k(e,i){var o=t.isNullOrUndefined(e.colorValuePath)?i[e.colorValuePath]:e.colorValuePath.indexOf(".")>-1?I(i,e.colorValuePath).toString():i[e.colorValuePath];return e.fill=t.isNullOrUndefined(e.colorValuePath)||t.isNullOrUndefined(o)?e.fill:e.colorValuePath.indexOf(".")>-1?I(i,e.colorValuePath).toString():i[e.colorValuePath],e}function F(e,i){return t.isNullOrUndefined(e.shapeValuePath)||t.isNullOrUndefined(i[e.shapeValuePath])?(E(e,i),z(e,i)):(E(e,i),"Image"===i[e.shapeValuePath]&&z(e,i)),e}function N(e,t){return e.indexOf(".")>-1?I(t,e).toString():t[e]}function E(e,i){if(!t.isNullOrUndefined(e.shapeValuePath)){var o=N(e.shapeValuePath,i);e.shape=t.isNullOrUndefined(o)||""===o.toString()?e.shape:o}}function z(e,i){if(!t.isNullOrUndefined(e.imageUrlValuePath)){var o=N(e.imageUrlValuePath,i);e.imageUrl=t.isNullOrUndefined(o)?e.imageUrl:o}}function B(e,i,o,n,a,l,r,s){var d,p,m,u,g,y,f,b=[],v=[],S=0,x=0,O=e.markerClusterSettings.labelStyle,C=0,_=[],L=e.markerClusterSettings,P=o.renderer.createGroup({id:o.element.id+"_LayerIndex_"+n+"_markerCluster"}),w={cancel:!1,name:yi,fill:L.fill,height:L.height,width:L.width,imageUrl:L.imageUrl,shape:L.shape,data:void 0,maps:o,cluster:L,border:L.border},k=o.element.getBoundingClientRect();o.isTileMap?new Object:ve(o,e,!1);var F;o.isTileMap||(F=o.mapLayerPanel.calculateFactor(e));var N=!1,E=o.isTileMap?o.tileZoomLevel:o.mapScaleValue;return o.trigger("markerClusterRendering",w,function(z){for(Array.prototype.forEach.call(i.childNodes,function(l,r){if(_=[],"hidden"!==l.style.visibility){if(f=l,d=f.getBoundingClientRect(),_.push(r),!t.isNullOrUndefined(d)){var s=o.markerModule.zoomedMarkerCluster.length>0&&o.markerModule.zoomedMarkerCluster[n]&&o.markerModule.zoomedMarkerCluster[n][r]&&o.markerModule.zoomedMarkerCluster[n][r].length>0||o.markerModule.initialMarkerCluster.length>0&&o.markerModule.initialMarkerCluster[n]&&o.markerModule.initialMarkerCluster[n][r]&&o.markerModule.initialMarkerCluster[n][r].length>0?o.previousScale<E?o.markerModule.zoomedMarkerCluster[n][r]:o.markerModule.initialMarkerCluster[n][r]:null;if(t.isNullOrUndefined(s)||0===s.length?Array.prototype.forEach.call(i.childNodes,function(e,t){t>=r+1&&"hidden"!==e.style.visibility&&U(e,d,b,_,t)}):Array.prototype.forEach.call(s,function(e){if(r!==e){var t=document.getElementById(o.element.id+"_LayerIndex_"+n+"_MarkerIndex_0_dataIndex_"+e);"hidden"!==t.style.visibility&&U(t,d,b,_,e)}}),A(o,E,n,r,_),S=d.left+d.width/2,x=d.top+d.height,b.length>0){_=_.filter(function(e,t,i){return i.indexOf(e)===t}),S-=k.left,x-=o.availableSize.height<=k.height?k.top:k.bottom-k.top;var p,g=parseInt(l.id.split("_dataIndex_")[1].split("_")[0],10),v=parseInt(l.id.split("_MarkerIndex_")[1].split("_")[0],10),z=e.markerSettings[v],B=z.dataSource[g],j=t.isNullOrUndefined(z.longitudeValuePath)?t.isNullOrUndefined(B.longitude)?t.isNullOrUndefined(B.Longitude)?0:parseFloat(B.Longitude):parseFloat(B.longitude):Number(I(B,z.longitudeValuePath)),R=t.isNullOrUndefined(z.latitudeValuePath)?t.isNullOrUndefined(B.latitude)?t.isNullOrUndefined(B.Latitude)?0:parseFloat(B.Latitude):parseFloat(B.latitude):Number(I(B,z.latitudeValuePath));o.isTileMap?o.isTileMap&&!o.zoomSettings.enable&&(p=c(new ht(j,R),o.tileZoomLevel,o.tileTranslatePoint,!0)):p=h(R,j,F,e,o),l.style.visibility="hidden",w.cancel?(y={size:new pt(L.width,L.height),fill:L.fill,borderColor:L.border.color,borderWidth:L.border.width,opacity:L.opacity,dashArray:L.dashArray,imageUrl:L.imageUrl,shape:L.shape}).borderOpacity=t.isNullOrUndefined(L.border.opacity)?L.opacity:L.border.opacity:(y={size:new pt(w.width,w.height),fill:w.fill,borderColor:w.border.color,borderWidth:w.border.width,opacity:L.opacity,dashArray:L.dashArray,imageUrl:w.imageUrl,shape:w.shape}).borderOpacity=t.isNullOrUndefined(w.border.opacity)?L.opacity:w.border.opacity,S=o.isTileMap?S:i.id.indexOf("_Markers_Group")>-1?S:S+3.75-w.width/2,x=o.isTileMap?x:i.id.indexOf("_Markers_Group")>-1?x:x-w.height/2,o.isTileMap&&!o.zoomSettings.enable&&(S=p.x,x=p.y);var Z=o.element.id+"_LayerIndex_"+n+"_MarkerIndex_"+v+"_dataIndex_"+g+"_cluster_"+C,D=o.element.id+"_LayerIndex_"+n+"_MarkerIndex_"+v+"_dataIndex_"+g+"_cluster_"+C+"_datalabel_"+C;C++;var V=T(y.shape,y.imageUrl,{x:0,y:0},Z,y,a,o);V.setAttribute("transform","translate( "+S+" "+x+" )"),"Balloon"===w.shape?V.children[0].textContent=_.toString():V.textContent=_.toString(),m=new gt(D,0,3.75,"middle",(b.length+1).toString(),"",""),(u=M(m,O,O.color,a)).setAttribute("transform","translate( "+S+" "+x+" )"),P.appendChild(u),P.appendChild(V)}}b=[]}else A(o,E,n,r,_);N=!0}),l.appendChild(P),o.svgObject.appendChild(l),o.element.appendChild(o.svgObject),L.allowDeepClustering&&Array.prototype.forEach.call(P.childNodes,function(e,i){if("hidden"!==e.style.visibility&&(f=e,d=f.getBoundingClientRect(),!(t.isNullOrUndefined(d)||f.id.indexOf("_datalabel_")>-1))){for(var o=i+1;o<P.childElementCount;o++)"hidden"!==P.childNodes[o].style.visibility&&(g=P.childNodes[o],p=g.getBoundingClientRect(),t.isNullOrUndefined(p)||g.id.indexOf("_datalabel_")>-1||d.left>p.right||d.right<p.left||d.top>p.bottom||d.bottom<p.top||(v.push(g),v.push(P.childNodes[o-1]),P.childNodes[o].style.visibility="hidden",P.childNodes[o-1].style.visibility="hidden",_.push(o)));if(v.length>0){f=e;for(var n=0;n<v.length;n++)"g"===f.tagName?f.childNodes[0].textContent=f.childNodes[0].textContent+","+v[n].textContent:f.textContent=f.textContent+","+v[n].textContent,P.childNodes[i-1].textContent=(+P.childNodes[i-1].textContent+ +v[n+1].textContent).toString(),n++}v=[]}});0<P.childNodes.length;)a.insertBefore(P.childNodes[0],a.firstChild);r||Oe(o.element.id+"_Secondary_Element").appendChild(a);var B=document.getElementById(o.element.id+"_LayerIndex_"+n+"_Polygon_Group"),j=document.getElementById(o.element.id+"_LayerIndex_"+n+"_Polygons_Group");t.isNullOrUndefined(B)&&!o.isTileMap?l.insertBefore(a,l.firstChild):o.isTileMap?t.isNullOrUndefined(j)?t.isNullOrUndefined(B)?l.insertBefore(a,l.firstChild):B.insertAdjacentElement("afterend",a):j.insertAdjacentElement("afterend",a):l.appendChild(a);var R=document.getElementById(o.element.id+"_LayerIndex_"+n+"_markerCluster");if(t.isNullOrUndefined(R)||R.remove(),s){var Z=document.getElementById(o.element.id+"_Layer_Collections"),D=document.getElementById(o.element.id+"_LayerIndex_"+(n+1));t.isNullOrUndefined(Z)||t.isNullOrUndefined(D)?t.isNullOrUndefined(Z)||Z.appendChild(l):Z.insertBefore(l,D)}}),N}function A(e,i,o,n,a){if(1===i){var l=t.isNullOrUndefined(e.markerModule.initialMarkerCluster[o][n])?[]:a.length>1?a:[];e.markerModule.initialMarkerCluster[o][n]=l;var r=t.isNullOrUndefined(e.markerModule.zoomedMarkerCluster[o][n])?[]:a.length>1?a:[];e.markerModule.zoomedMarkerCluster[o][n]=r}else i>1&&(e.markerModule.zoomedMarkerCluster[o][n]=a.length>1?a:[])}function U(e,i,o,n,a){var l=e.getBoundingClientRect();t.isNullOrUndefined(l)||i.left>l.right||i.right<l.left||i.top>l.bottom||i.bottom<l.top||(o.push(l),e.style.visibility="hidden",n.push(a))}function j(e,i){var o=e[0].layerIndex,n=e[0].targetClusterIndex,a=e[0].markerIndex,l=e[0].dataIndex,r=i.element.id+"_LayerIndex_"+o+"_MarkerIndex_"+a,s=i.layers[o].markerSettings[a],d=r+"_dataIndex_"+l+"_cluster_"+n,p=Pe("Balloon"===i.layers[o].markerClusterSettings.shape?d+"_Group":d),h=Pe(d+"_datalabel_"+n);p.setAttribute("visibility","visible"),h.setAttribute("visibility","visible");for(var m=e[0].data.length,c=0;c<m;c++)Pe("Balloon"===s.shape&&t.isNullOrUndefined(s.template)?r+"_dataIndex_"+e[0].data[c].index+"_Group":r+"_dataIndex_"+e[0].data[c].index).style.visibility="hidden";fe(i.element.id+"_LayerIndex_"+o+"_MarkerIndex_"+a+"_markerClusterConnectorLine")}function R(e,i,o,n){var a=e[0].layerIndex,l=e[0].markerIndex,r=e[0].targetClusterIndex,s=e[0].dataIndex,d=n?Pe:o.querySelector.bind(o),p=n?"":"#",h=i.element.id+"_LayerIndex_"+a+"_MarkerIndex_"+l,m=i.layers[a].markerSettings[l],c=h+"_dataIndex_"+s+"_cluster_"+r,u=d("Balloon"===i.layers[a].markerClusterSettings.shape?p+""+c+"_Group":p+""+c),g=d(p+""+c+"_datalabel_"+r);u.setAttribute("visibility","hidden"),g.setAttribute("visibility","hidden");var y=d("Balloon"===m.shape&&t.isNullOrUndefined(m.template)?p+""+h+"_dataIndex_"+s+"_Group":p+""+h+"_dataIndex_"+s),f=y.parentElement.id.indexOf("Template_Group")>-1?y.getBoundingClientRect().height:m.height,b=y.parentElement.id.indexOf("Template_Group")>-1?y.getBoundingClientRect().width:m.width,v=+u.getAttribute("transform").split("translate(")[1].trim().split(" ")[0],S=+u.getAttribute("transform").split("translate(")[1].trim().split(" ")[1].split(")")[0].trim(),x=b+5,O=6.28*x,C=0,M=Math.round(O/b);C+=M;for(var _=e[0].data.length,L=Math.round(f/O*100),P=(L=_<M?100/_:L)/100*360,w=_<M?45:0,T=1,I="M "+v+" "+S+" ",k="",F=0;F<_;F++){if(C===F||Math.round(w)>=360){for(w=0,O=6.28*(x=(b+5)*++T),M=Math.round(O/f),L=Math.round(f/O*100);L*M<100;)M++;P=L/100*360,C+=M}var N=v+x*Math.sin(2*Math.PI*w/360),E=S+x*Math.cos(2*Math.PI*w/360);k+=I+"L "+N+" "+E+" ",(y=d("Balloon"===m.shape&&t.isNullOrUndefined(m.template)?p+""+h+"_dataIndex_"+e[0].data[F].index+"_Group":p+""+h+"_dataIndex_"+e[0].data[F].index)).parentElement.id.indexOf("Template_Group")>-1?(y.style.transform="",y.style.left=i.isTileMap?N-b/2+"px":N-b/2-10+"px",y.style.top=i.isTileMap?E-f/2+"px":E-f/2-10+"px",y.setAttribute("transform","translate( "+N+" "+E+")")):y.setAttribute("transform","translate( "+N+" "+E+")"),y.style.visibility="visible",w+=P}var z=i.layers[a].markerClusterSettings.connectorLineSettings,B={d:k,id:i.element.id+"_LayerIndex_"+a+"_MarkerIndex_"+l+"_dataIndex_"+s+"_markerClusterConnectorLine",stroke:z.color,"fill-opacity":z.opacity,"stroke-opacity":z.opacity,"stroke-width":z.width};o=n?d(i.element.id+"_Markers_Group"):o;var A=i.renderer.createGroup({id:i.element.id+"_LayerIndex_"+a+"_MarkerIndex_"+l+"_markerClusterConnectorLine"});A.appendChild(i.renderer.drawPath(B)),"Balloon"===m.shape?o.insertBefore(A,o.querySelector("#"+h+"_dataIndex_0_Group")):o.insertBefore(A,o.querySelector("#"+h+"_dataIndex_0"))}function Z(e,i,o,n,a,l,r,s,d,p,h){var m={size:new pt(e.width,e.height),fill:e.fill,borderColor:e.border.color,borderWidth:e.border.width,opacity:i.opacity,dashArray:i.dashArray,borderOpacity:t.isNullOrUndefined(e.border.opacity)?i.opacity:e.border.opacity};fe(r);var c=T(e.shape,e.imageUrl,{x:0,y:0},r,m,h,p),u=(p.isTileMap?a.x:(a.x+l.x)*d)+(t.isNullOrUndefined(s)||t.isNullOrUndefined(s.x)?0:s.x),g=(p.isTileMap?a.y:(a.y+l.y)*d)+(t.isNullOrUndefined(s)||t.isNullOrUndefined(s.y)?0:s.y);if(c.setAttribute("transform","translate( "+u+" "+g+" )"),V(p.selectedMarkerElementId,p.markerSelectionClass,c,"MarkerselectionMapStyle"),p.legendSettings.toggleLegendSettings.enable&&"Markers"===p.legendSettings.type){var y=parseInt(c.id.split("_LayerIndex_")[1],10);H(p.toggledElementId,"g"===c.tagName?c.children[0]:c,p.legendSettings.toggleLegendSettings.applyShapeSettings?p.layers[y].shapeSettings:p.legendSettings.toggleLegendSettings)}h.appendChild(c);var f=o.length-1===n?"marker":null,b=new ht(u,g);return(i.animationDuration>0||"Enable"===t.animationMode)&&Ae(c,i.animationDelay,i.animationDuration,b,p,f),h}function D(e,t,i,o,n,a,l,r,s,d,p){if((t=Le(e.template,p))&&t(o,p,e.template,p.element.id+"_MarkerTemplate"+n,!1).length){for(var h=_(t(o,p,e.template,p.element.id+"_MarkerTemplate"+n,!1),i,o,n,p,typeof e.template),m=0;m<h.children.length;m++)h.children[m].style.pointerEvents="auto";h.style.left=(p.isTileMap?l.x:(l.x+r.x)*s)+d.x-p.mapAreaRect.x+"px",h.style.top=(p.isTileMap?l.y:(l.y+r.y)*s)+d.y-p.mapAreaRect.y+"px",a.appendChild(h)}return a}function V(e,i,o,n){if(e)for(var a=0;a<e.length;a++)o.getAttribute("id")===e[a]&&(0!==a&&"g"!==o.tagName||(t.isNullOrUndefined(i)||t.isNullOrUndefined(i.id)||document.body.appendChild(i),o.id.indexOf("_MarkerIndex_")>-1&&o.childElementCount>0&&o.children[0].setAttribute("class",n)),o.setAttribute("class",n))}function H(e,i,o){if(!t.isNullOrUndefined(e)&&e.length>0)for(var n=0;n<e.length;n++)e[n]===i.id&&(i.setAttribute("fill",o.fill),i.setAttribute("stroke",o.border.color),i.setAttribute("fill-opacity",o.opacity.toString()),i.setAttribute("stroke-opacity",(t.isNullOrUndefined(o.border.opacity)?o.opacity:o.border.opacity).toString()),i.setAttribute("stroke-width",(t.isNullOrUndefined(o.border.width)?0:o.border.width).toString()))}function G(e,i,o,n,a,l,r){if(!Pe(e)){var s=t.createElement("style",{id:e});s.innerText="."+i+"{fill:"+o+";opacity:"+n+";stroke-width:"+l+";stroke:"+a+";}",r.shapeSelectionClass=s,document.body.appendChild(s)}}function W(e,t){return t&&t.appendChild(e),e}function X(e,t,i){return W(e.renderer.drawCircle(t),i)}function q(e,t,i){return W(e.renderer.drawRectangle(t),i)}function Y(e,t,i){return W(e.renderer.drawPath(t),i)}function J(e,t,i){return W(e.renderer.drawPolygon(t),i)}function Q(e,t,i){return W(e.renderer.drawPolyline(t),i)}function K(e,t,i){return W(e.renderer.drawLine(t),i)}function $(e,t,i,o,n,a){var l;switch(t){case"Balloon":l=le(e,i,o,n,"Marker",a);break;case"Cross":i.d="M "+n.x+" "+(n.y-o.height/2)+" L "+n.x+" "+(n.y+o.height/2)+" M "+(n.x-o.width/2)+" "+n.y+" L "+(n.x+o.width/2)+" "+n.y;break;case"Diamond":i.d="M "+n.x+" "+(n.y-o.height/2)+" L "+(n.x+o.width/2)+" "+n.y+" L "+n.x+" "+(n.y+o.height/2)+" L "+(n.x-o.width/2)+" "+n.y+" Z";break;case"Star":i.d="M "+(n.x+o.width/3)+" "+(n.y+o.height/2)+" L "+(n.x-o.width/2)+" "+(n.y-o.height/6)+" L "+(n.x+o.width/2)+" "+(n.y-o.height/6)+" L "+(n.x-o.width/3)+" "+(n.y+o.height/2)+" L "+n.x+" "+(n.y-o.height/2)+" L "+(n.x+o.width/3)+" "+(n.y+o.height/2)+" Z";break;case"Triangle":i.d="M "+n.x+" "+(n.y-o.height/2)+" L "+(n.x+o.width/2)+" "+(n.y+o.height/2)+" L "+(n.x-o.width/2)+" "+(n.y+o.height/2)+" Z";break;case"HorizontalLine":i.d=" M "+(n.x-o.width/2)+" "+n.y+" L "+(n.x+o.width/2)+" "+n.y;break;case"VerticalLine":i.d="M "+n.x+" "+(n.y-o.height/2)+" L "+n.x+" "+(n.y+o.height/2);break;case"InvertedTriangle":i.d="M "+(n.x-o.width/2)+" "+(n.y-o.height/2)+" L "+(n.x+o.width/2)+" "+(n.y-o.height/2)+" L "+n.x+" "+(n.y+o.height/2)+" Z";break;case"Pentagon":for(var r=void 0,s=void 0,d=0;d<5;d++)r=o.width/2*Math.cos(Math.PI/180*(72*d)),s=o.height/2*Math.sin(Math.PI/180*(72*d)),i.d+=(0===d?"M ":"L ")+(n.x+r)+" "+(n.y+s);i.d+=" Z"}return"Cross"!==t&&"HorizontalLine"!==t&&"VerticalLine"!==t||(i.stroke="transparent"===i.stroke?i.fill:i.stroke),"Balloon"===t?l:e.renderer.drawPath(i)}function ee(e,t,i,o,n){return t.d="M "+o.x+" "+(o.y-i.height/2)+" L "+(o.x+i.width/2)+" "+o.y+" L "+o.x+" "+(o.y+i.height/2)+" L "+(o.x-i.width/2)+" "+o.y+" Z",W(e.renderer.drawPath(t),n)}function te(e,t,i,o,n){return t.d="M "+o.x+" "+(o.y-i.height/2)+" L "+(o.x+i.width/2)+" "+(o.y+i.height/2)+" L "+(o.x-i.width/2)+" "+(o.y+i.height/2)+" Z",W(e.renderer.drawPath(t),n)}function ie(e,t,i,o,n){return t.d="M "+o.x+" "+(o.y-i.height/2)+" L "+o.x+" "+(o.y+i.height/2)+" M "+(o.x-i.width/2)+" "+o.y+" L "+(o.x+i.width/2)+" "+o.y,W(e.renderer.drawPath(t),n)}function oe(e,t,i,o,n){return t.d=" M "+(o.x-i.width/2)+" "+o.y+" L "+(o.x+i.width/2)+" "+o.y,W(e.renderer.drawPath(t),n)}function ne(e,t,i,o,n){return t.d="M "+o.x+" "+(o.y-i.height/2)+" L "+o.x+" "+(o.y+i.height/2),W(e.renderer.drawPath(t),n)}function ae(e,t,i,o,n){return t.d="M "+(o.x+i.width/3)+" "+(o.y+i.height/2)+" L "+(o.x-i.width/2)+" "+(o.y-i.height/6)+" L "+(o.x+i.width/2)+" "+(o.y-i.height/6)+" L "+(o.x-i.width/3)+" "+(o.y+i.height/2)+" L "+o.x+" "+(o.y-i.height/2)+" L "+(o.x+i.width/3)+" "+(o.y+i.height/2)+" Z",W(e.renderer.drawPath(t),n)}function le(e,t,i,o,n,a){var l,r=i.width,s=i.height;o.x-=r/2,o.y-=t.id.indexOf("cluster")>-1?s/2:t.id.indexOf("Legend")>-1?s/1.25:s,t.d="M15,0C8.8,0,3.8,5,3.8,11.2C3.8,17.5,9.4,24.4,15,30c5.6-5.6,11.2-12.5,11.2-18.8C26.2,5,21.2,0,15,0z M15,16c-2.8,0-5-2.2-5-5s2.2-5,5-5s5,2.2,5,5S17.8,16,15,16z";var d=e.renderer.drawPath(t),p=i.width/30,h=i.height/30;if(d.setAttribute("transform","translate("+o.x+", "+o.y+") scale("+p+", "+h+")"),"Marker"===n){var m=e.renderer.createGroup({id:t.id+"_Group"});W(d,m),l=W(m,a)}else l=d;return l}function re(e,t,i,o){for(var n=e.renderer.createPattern(t,"pattern"),a=0,l=i;a<l.length;a++)W(l[a],n);return W(n,o)}function se(e,t){for(var i,o=[],n=0,a=e;n<a.length;n++){var l=a[n];i={};for(var r=0,s=t;r<s.length;r++){var d=s[r];l[d]&&(i[d]=l[d])}o.push(i)}return o}function de(e,i,o,n,a){if(!t.isNullOrUndefined(i)&&!t.isNullOrUndefined(e)&&!t.isNullOrUndefined(o))for(var l=0;l<e.length;l++){var r=o.indexOf(".")>-1?I(e[l],o):e[l][o],s=pe(r,n,i);if((!t.isNullOrUndefined(r)&&isNaN(i[s])&&"string"==typeof r?r.toLowerCase():r)===(!t.isNullOrUndefined(i[s])&&isNaN(i[s])?i[s].toLowerCase():i[s]))return l}return null}function pe(e,i,o){if(!t.isNullOrUndefined(e)&&!t.isNullOrUndefined(o)&&!t.isNullOrUndefined(i))for(var n="[object Array]"===Object.prototype.toString.call(i)?i:[i],a=0;a<n.length;a++)if((t.isNullOrUndefined(e)||"string"!=typeof e?e:e.toLowerCase())===(!t.isNullOrUndefined(o[n[a]])&&isNaN(o[n[a]])?o[n[a]].toLowerCase():o[n[a]]))return n[a];return null}function he(e,t,i){for(var o=[],n=0;n<e.length;n++){var a=e[n];t<=a.y&&i>=a.y&&o.push(a)}return o}function me(e,t,i,o,n){var a=(t-e)/100*(100/(n-o)*(i-o))+e;return n===o&&(a=(t-e)/100+e),a}function ce(e,t,i){if(!e.length)return null;for(var o,n,a,l,r=e.length,s=0,d=0,p=0,h=0;h<=r-1;h++)o=e[h].x,n="Mercator"===t||"Normal"===i?e[h].y:-e[h].y,h===r-1?(a=e[0].x,l="Mercator"===t||"Normal"===i?e[0].y:-e[0].y):(a=e[h+1].x,l="Mercator"===t||"Normal"===i?e[h+1].y:-e[h+1].y),s+=Math.abs(o*l-a*n),d+=Math.abs((o+a)*(o*l-a*n)),p+=Math.abs((n+l)*(o*l-a*n));s*=.5;var m=e.some(function(e){return e.x<5&&e.y<5})&&"Normal"===i?6:4;d=0!==s?1/(m*s)*d:0,p=0!==s?1/(m*s)*p:0;for(var c={x:0,y:0},u={x:0,y:0},g={x:0,y:0},y={x:0,y:0},f={x:0,y:0},b={x:0,y:0},v={x:0,y:0},S={x:0,y:0},x=0,h=0;h<=r-1;h++){var O=e[h];O.y="Mercator"===t||"Normal"===i?O.y:-O.y,O.y>p?O.x<d&&d-O.x<d-f.x?f={x:O.x,y:O.y}:O.x>d&&(0===b.x||O.x-d<b.x-d)&&(b={x:O.x,y:O.y}):O.x<d&&d-O.x<d-v.x?v={x:O.x,y:O.y}:O.x>d&&(0===S.x||O.x-d<S.x-d)&&(S={x:O.x,y:O.y}),x=b.y-S.y+(b.y-S.y)/4,O.x>d?O.y<p&&p-O.y<p-c.y?c={x:O.x,y:O.y}:O.y>p&&(0===u.y||O.y-p<u.y-p)&&(u={x:O.x,y:O.y}):O.y<p&&p-O.y<p-g.y?g={x:O.x,y:O.y}:O.y>p&&(0===y.y||O.y-p<y.y-p)&&(y={x:O.x,y:O.y})}return{x:d,y:p,rightMin:c,rightMax:u,leftMin:g,leftMax:y,points:e,topMax:S,topMin:v,bottomMax:b,bottomMin:f,height:x}}function ue(e){var i=!1;return"[object Array]"===Object.prototype.toString.call(e)&&Array.prototype.forEach.call(e,function(e){t.isNullOrUndefined(e.geometry)||"Path"!==e.geometry.type||(i=!0)}),i}function ge(e,i,o,n,a,l){var r=i;if(t.isNullOrUndefined(n)&&(n=a?C(i,o).width:O(i,o).width),n>e)for(var s=i.length-1;s>=0;--s)if(r=i.substring(0,s)+"...",(n=a?C(r,o).width:O(r,o).width)<=e||r.length<4)return r.length<4&&(r=" "),t.isNullOrUndefined(l)||l.push(n),r;return t.isNullOrUndefined(l)||l.push(n),r}function ye(e,t,i,o){var n;switch(t){case"Near":n=e.x;break;case"Center":n="title"===o?e.width/2-i.width/2:e.x+e.width/2-i.width/2;break;case"Far":n="title"===o?e.width-e.y-i.width:e.x+e.width-i.width}var a="title"===o?e.y+i.height/2:e.y+e.height/2+i.height/2;return new ht(n,a)}function fe(e){var i=document.getElementById(e);return i?t.remove(i):null}function be(e,t){var i=h(e.minLatOfGivenLocation,e.minLongOfGivenLocation,e.mapLayerPanel.calculateFactor(t),t,e),o=h(e.maxLatOfGivenLocation,e.maxLongOfGivenLocation,e.mapLayerPanel.calculateFactor(t),t,e),n=(i.x+o.x)/2,a=(i.y+o.y)/2;return new ht(n,a)}function ve(e,i,o){var n,a=e.zoomSettings.zoomFactor,l=e.centerPosition,r=l.latitude,s=l.longitude,d=!t.isNullOrUndefined(e.centerLatOfGivenLocation)&&!t.isNullOrUndefined(e.centerLongOfGivenLocation)&&e.zoomNotApplied;t.isNullOrUndefined(e.mapScaleValue)&&(e.mapScaleValue=a),e.zoomSettings.shouldZoomInitially&&e.zoomSettings.enable&&(e.mapScaleValue=n=a=(e.zoomSettings.shouldZoomInitially||e.enablePersistence)&&1===e.scale?e.scale:t.isNullOrUndefined(e.markerZoomFactor)?1:e.markerZoomedState?e.markerZoomFactor:parseInt(e.scale.toString()),e.markerZoomedState&&e.mapScaleValue!==e.markerZoomFactor&&!e.enablePersistence&&(e.mapScaleValue=a=e.markerZoomFactor),!e.markerZoomedState||t.isNullOrUndefined(e.markerCenterLatitude)||t.isNullOrUndefined(e.markerCenterLongitude)||(r=e.markerCenterLatitude,s=e.markerCenterLongitude)),d&&(e.mapScaleValue=n=a=e.scaleOfGivenLocation);var p=t.isNullOrUndefined(e.baseMapRectBounds)?null:e.baseMapRectBounds.min,m=t.isNullOrUndefined(e.baseMapRectBounds)?null:e.baseMapRectBounds.max,c=o?1:e.mapScaleValue;t.isNullOrUndefined(e.currentShapeDataLength)&&!t.isNullOrUndefined(i.shapeData)&&(e.currentShapeDataLength=t.isNullOrUndefined(i.shapeData.features)?t.isNullOrUndefined(i.shapeData.geometries)?0:i.shapeData.geometries.length:i.shapeData.features.length);var u,g,y=e.totalRect&&e.legendSettings.visible?e.totalRect:e.mapAreaRect,f=e.availableSize;if(!t.isNullOrUndefined(p)&&!t.isNullOrUndefined(m)){var b=Math.abs(m.x-p.x),v=Math.abs(p.y-m.y),S=o?1:1===e.markerZoomFactor?e.mapScaleValue:a;if(l=e.zoomSettings.shouldZoomInitially&&e.markerZoomedState&&!e.zoomPersistence?e.markerZoomCenterPoint:e.centerPosition,!t.isNullOrUndefined(s)&&0!==s&&!t.isNullOrUndefined(r)&&0!==r||d){var x=((b+Math.abs(e.mapAreaRect.width-b))/2+e.mapAreaRect.x)/S,O=((v+Math.abs(e.mapAreaRect.height-v))/2+e.mapAreaRect.y)/S,C=d?be(e,i):h(r,s,e.mapLayerPanel.calculateFactor(i),i,e);t.isNullOrUndefined(e.previousProjection)||e.previousProjection!==e.projectionType||e.isMarkerZoomCompleted?(u=-C.x+x,g=-C.y+O,n=c):(1!==Math.floor(e.scale)&&e.zoomSettings.shouldZoomInitially||e.zoomNotApplied?(u=-C.x+x,g=-C.y+O):e.zoomSettings.shouldZoomInitially||e.zoomNotApplied?(u=-C.x+x,g=-C.y+O,n=c):(u=e.zoomTranslatePoint.x,g=e.zoomTranslatePoint.y),n=e.mapScaleValue)}else if(t.isNullOrUndefined(e.previousProjection)||e.previousProjection!==e.projectionType){0!==v&&0!==b&&v!==b||(b=y.width/2,v=y.height),b*=n=(n=parseFloat(Math.min(y.width/b,y.height/v).toFixed(2)))>1.05?1:n,v*=n;var M=0!==p.x&&"layers"===e.translateType?f.width-y.width:0;u=y.x+(-p.x+(y.width/2-b/2))-M,g=y.y+(-p.y+(y.height/2-v/2)),e.previousTranslate=new ht(u,g)}else if(e.zoomSettings.shouldZoomInitially||1!==e.markerZoomFactor||1!==e.mapScaleValue)if(n=e.mapScaleValue<1?e.mapScaleValue+1:e.mapScaleValue,e.mapScaleValue=e.zoomSettings.enable&&1!==e.mapScaleValue?e.mapScaleValue:1,e.currentShapeDataLength!==(t.isNullOrUndefined(i.shapeData.features)?i.shapeData.geometries.length:i.shapeData.features.length)&&"SubLayer"!==i.type){var _=parseFloat(Math.min(y.height/v,y.width/b).toFixed(2));v*=_,b*=_,g=y.y+(-p.y+(y.height/2-v/2)),n=_,u=y.x+(-p.x+(y.width/2-b/2))}else if(e.availableSize.height===e.heightBeforeRefresh&&e.widthBeforeRefresh===e.availableSize.width||t.isNullOrUndefined(e.translatePoint)||t.isNullOrUndefined(e.previousTranslate))t.isNullOrUndefined(e.previousProjection)||!(1===e.mapScaleValue||e.mapScaleValue<=1.05)||e.zoomModule.isDragZoom?(u=e.zoomTranslatePoint.x,g=e.zoomTranslatePoint.y,n=e.scale):(b*=n=(n=parseFloat(Math.min(y.width/b,y.height/v).toFixed(2)))>1.05?1:n,u=y.x+(-p.x+(y.width/2-b/2)),v*=n,g=y.y+(-p.y+(y.height/2-v/2)));else{var L=parseFloat(Math.min(y.width/b,y.height/v).toFixed(2)),P=b;P*=L;var w=v;w*=L;var T=y.x+(-p.x+(y.width/2-P/2)),I=y.y+(-p.y+(y.height/2-w/2)),k=(e.translatePoint.x-e.previousTranslate.x)/e.widthBeforeRefresh,F=(e.translatePoint.y-e.previousTranslate.y)/e.heightBeforeRefresh;u=T+k*e.availableSize.width,g=I+F*e.availableSize.height,e.previousTranslate=new ht(T,I),e.zoomTranslatePoint.x=u,e.zoomTranslatePoint.y=g}else v*=n=parseFloat(Math.min(y.width/b,y.height/v).toFixed(2)),b*=n,g=y.y+(-p.y+(y.height/2-v/2)),u=y.x+(-p.x+(y.width/2-b/2));t.isNullOrUndefined(e.translatePoint)||(u=e.enablePersistence&&0!==e.translatePoint.x&&!e.zoomNotApplied?e.translatePoint.x:u,g=e.enablePersistence&&0!==e.translatePoint.y&&!e.zoomNotApplied?e.translatePoint.y:g)}return n=e.enablePersistence?e.mapScaleValue>=1?e.mapScaleValue:1:n,e.widthBeforeRefresh=e.availableSize.width,e.heightBeforeRefresh=e.availableSize.height,{scale:n,location:new ht(u,g)}}function Se(e,i,o){var n,a=e.zoomSettings.zoomFactor,l=e.centerPosition,r=l.latitude,s=l.longitude,d=!t.isNullOrUndefined(e.centerLongOfGivenLocation)&&!t.isNullOrUndefined(e.centerLatOfGivenLocation)&&e.zoomNotApplied;t.isNullOrUndefined(e.previousCenterLatitude)&&t.isNullOrUndefined(e.previousCenterLongitude)?(e.previousCenterLatitude=e.centerPosition.latitude,e.previousCenterLongitude=e.centerPosition.longitude):e.previousCenterLatitude!==e.centerPosition.latitude&&e.previousCenterLongitude!==e.centerPosition.longitude?(e.centerPositionChanged=!0,e.previousCenterLatitude=e.centerPosition.latitude,e.previousCenterLongitude=e.centerPosition.longitude):e.centerPositionChanged=!1,(t.isNullOrUndefined(e.mapScaleValue)||a>e.mapScaleValue)&&(e.isReset&&1===e.mapScaleValue?e.mapScaleValue=e.mapScaleValue:!t.isNullOrUndefined(e.mapScaleValue)&&e.mapScaleValue<=e.scale?e.mapScaleValue=e.scale:e.mapScaleValue=a),e.mapScaleValue=1!==e.zoomSettings.zoomFactor&&e.zoomSettings.zoomFactor===e.mapScaleValue?e.zoomSettings.zoomFactor:e.zoomSettings.zoomFactor===e.mapScaleValue||e.centerPositionChanged?e.zoomSettings.zoomFactor:e.mapScaleValue,e.zoomSettings.shouldZoomInitially&&!e.isZoomByPosition&&(e.mapScaleValue=a=n=(e.enablePersistence||e.zoomSettings.shouldZoomInitially)&&1===e.scale?e.scale:t.isNullOrUndefined(e.markerZoomFactor)?e.mapScaleValue:e.markerZoomFactor,a=e.mapScaleValue,t.isNullOrUndefined(e.markerCenterLatitude)||t.isNullOrUndefined(e.markerCenterLongitude)||(r=e.markerCenterLatitude,s=e.markerCenterLongitude)),d&&(e.mapScaleValue=n=a=e.scaleOfGivenLocation);var p,m,c=o?1:e.mapScaleValue,u=e.mapAreaRect,g=e.baseMapRectBounds.min,y=e.baseMapRectBounds.max,f=o?1:e.mapScaleValue,b=Math.abs(y.x-g.x),v=Math.abs(g.y-y.y);if(!t.isNullOrUndefined(s)&&0!==s&&!t.isNullOrUndefined(r)&&0!==r||d){var S=(v+Math.abs(e.mapAreaRect.height-v))/2/f,x=(b+Math.abs(e.mapAreaRect.width-b))/2/f,O=d?be(e,i):h(r,s,e.mapLayerPanel.calculateFactor(i),i,e);t.isNullOrUndefined(e.zoomTranslatePoint)&&t.isNullOrUndefined(e.previousProjection)||e.zoomNotApplied?(p=-O.x+x+e.mapAreaRect.x/c,m=-O.y+S+e.mapAreaRect.y/c):e.previousProjection!==e.projectionType?(p=-O.x+x,m=-O.y+S):(e.isZoomByPosition&&(e.zoomTranslatePoint.x=-O.x+x,e.zoomTranslatePoint.y=-O.y+S),p=e.zoomTranslatePoint.x,m=e.zoomTranslatePoint.y,a=c),t.isNullOrUndefined(e.translatePoint)||(m=e.enablePersistence&&0!==e.translatePoint.y&&!e.zoomNotApplied?e.translatePoint.y:m,p=e.enablePersistence&&0!==e.translatePoint.x&&!e.zoomNotApplied?e.translatePoint.x:p),n=0!==a?a:1}else{var C=0===e.zoomSettings.zoomFactor?1:e.zoomSettings.zoomFactor,M=e.zoomSettings.maxZoom;n=C=C>M?M:C;var _=0===e.mapScaleValue?1:e.mapScaleValue>M?M:e.mapScaleValue,x=u.x+(-g.x+(u.width/2-b/2)),S=u.y+(-g.y+(u.height/2-v/2));if(!t.isNullOrUndefined(e.zoomTranslatePoint)||!t.isNullOrUndefined(e.previousProjection))if(e.previousProjection!==e.projectionType){var L=[],P={x:x,y:S};L.push(P);for(var w=1;w<M;w++)P={x:L[w-1].x-(u.width/w-u.width/(w+1))/2,y:L[w-1].y-(u.height/w-u.height/(w+1))/2},L.push(P);x=L[C-1].x,S=L[C-1].y}else x=e.zoomTranslatePoint.x,S=e.zoomTranslatePoint.y,C!==_&&(n=_);t.isNullOrUndefined(e.translatePoint)||(p=e.enablePersistence&&0!==e.translatePoint.x&&!e.zoomNotApplied?e.translatePoint.x:x,m=e.enablePersistence&&0!==e.translatePoint.y&&!e.zoomNotApplied?e.translatePoint.y:S)}return n=e.enablePersistence?0===e.mapScaleValue?1:e.mapScaleValue:n,e.widthBeforeRefresh=e.availableSize.width,e.heightBeforeRefresh=e.availableSize.height,{scale:o?1:n,location:new ht(p,m)}}function xe(e){e.tileZoomScale=e.tileZoomLevel=Math.floor(e.availableSize.height/512)+1;var t=256*Math.pow(2,e.tileZoomLevel);e.tileTranslatePoint.x=e.availableSize.width/2-t/2,e.tileTranslatePoint.y=e.availableSize.height/2-t/2+20,e.previousTileWidth=e.availableSize.width,e.previousTileHeight=e.availableSize.height}function Oe(e){return document.getElementById(e)}function Ce(e){var i=document.getElementById(e);return t.isNullOrUndefined(i)?null:i.getClientRects()[0]}function Me(e){return"string"==typeof e?parseFloat(e):e}function _e(e,t){return e.formatFunction=e.intl.getNumberFormat({format:e.format,useGrouping:e.useGroupingSeparator}),e.formatFunction(t)}function Le(e,i){var o=null;try{"function"!=typeof e&&document.querySelectorAll(e).length?o=t.compile(document.querySelector(e).innerHTML.trim()):i.isVue||i.isVue3?o=t.compile(e):"function"==typeof e&&(o=t.compile(e))}catch(i){o=t.compile(e)}return o}function Pe(e){return document.getElementById(e)}function we(e,t){var i,o=parseInt(e.split("_LayerIndex_")[1].split("_")[0],10),n=parseInt(e.split("_shapeIndex_")[1].split("_")[0],10),a=t.layersCollection[o],l=a.layerData[n].property;return a.dataSource&&(i=a.dataSource[de(a.dataSource,l,a.shapeDataPath,a.shapePropertyPath)]),{shapeData:l,data:i}}function Te(e,i,o,n){var a=we(e,o),l={color:i.border.color,opacity:i.border.opacity,width:i.border.width},r=i.enableMultiSelect?{cancel:!1,name:n,fill:i.fill,opacity:i.opacity,border:l,shapeData:a.shapeData,data:a.data,target:e,maps:o,shapeDataCollection:o.shapeSelectionItem}:{cancel:!1,name:n,fill:i.fill,opacity:i.opacity,border:l,shapeData:a.shapeData,data:a.data,target:e,maps:o};return o.trigger(n,r,function(){r.border.opacity=t.isNullOrUndefined(r.border.opacity)?r.opacity:r.border.opacity}),r}function Ie(e){return document.getElementsByClassName(e)}function ke(e,t){var i=null;return document.getElementById(t)&&(i=document.getElementById(t).querySelector("#"+e)),i}function Fe(e,t,i,o){for(var n,a=o.layers[e].shapeData.features,l=0;l<a.length;l++)if(a[l].properties.name===t){n=o.element.id+"_LayerIndex_"+e+"_shapeIndex_"+l+"_dataIndex_undefined";break}return Pe(n)}function Ne(e,i,o){var n=t.createElement("style",{id:e});return n.innerText="."+i+"{fill:"+o.fill+";fill-opacity:"+(t.isNullOrUndefined(o.opacity)?"1":o.opacity.toString())+";stroke-opacity:"+(t.isNullOrUndefined(o.border.opacity)?"1":o.border.opacity.toString())+";stroke-width:"+o.border.width.toString()+";stroke:"+o.border.color+";}",n}function Ee(e,i,o){var n=Pe(e);t.isNullOrUndefined(n)||(n.innerText="."+i+"{fill:"+o.fill+";fill-opacity:"+(t.isNullOrUndefined(o.opacity)?"1":o.opacity.toString())+";stroke-width:"+o.border.width.toString()+";stroke-opacity:"+(t.isNullOrUndefined(o.border.opacity)?"1":o.border.opacity.toString())+";stroke:"+o.border.color+"}")}function ze(e,i,o,n,a){var l={color:e.border.color,width:e.border.width/i.scale,opacity:e.border.opacity},r={opacity:e.opacity,fill:e.fill,border:l,name:bi,target:o.id,cancel:!1,shapeData:n,data:a,maps:i};i.trigger("itemSelection",r,function(o){r.border.opacity=t.isNullOrUndefined(e.border.opacity)?e.opacity:e.border.opacity,i.shapeSelectionItem.push(r.shapeData),Pe("ShapeselectionMap")?Ee("ShapeselectionMap","ShapeselectionMapStyle",r):document.body.appendChild(Ne("ShapeselectionMap","ShapeselectionMapStyle",r))})}function Be(e){e.removeAttribute("class")}function Ae(e,i,o,n,a,l,r){void 0===r&&(r=0);var s=n.x,d=n.y,p=0,h=e.getAttribute("transform")||"";new t.Animation({}).animate(e,{duration:0===o&&"Enable"===t.animationMode?1e3:o,delay:i,progress:function(i){if(i.timeStamp>i.delay&&!a.zoomModule.isPanningInProgress){if(a.isTileMap&&0===p){var o=document.querySelector(".GroupElement");t.isNullOrUndefined(o)||(o.style.display="block")}p=(i.timeStamp-i.delay)/i.duration,e.setAttribute("transform","translate( "+(s-r*p)+" "+(d-r*p)+" ) scale("+p+")")}},end:function(t){if(a.zoomModule.isPanningInProgress||e.setAttribute("transform",h),a.zoomModule.isPanningInProgress=!1,l){var i={cancel:!1,name:fi,element:l,maps:a};a.trigger(fi,i)}}})}function Ue(e){fe(e)}function je(e,i,o,n,a,l,r,d,p){var h=s(o,n,d);t.isNullOrUndefined(h)||(o=h.x,n=h.y);for(var m=document.getElementById(r),c=O(e,{fontFamily:"Segoe UI",size:"8px",fontStyle:"Normal",fontWeight:"Regular"}).width,u=e.split(" "),g=u[0].length,y=1;y<u.length;y++)g<u[y].length&&(g=u[y].length);m||((m=t.createElement("div",{id:r})).style.cssText='background-color: rgb(255, 255, 255) !important; color:black !important; position:absolute;border:1px solid rgb(0, 0, 0); padding-left:5px;font-size:12px; font-family: "Segoe UI"; text-align:center'),o<a-c?o=o:o>a-c&&o<a-8*g?c=a-o:o>=a-8*g&&(o>c?o-=c:(c=o,o=0));var f=i.split("px");Re(m,e,o,n,f,c,a,d),m.clientHeight+2*parseInt(f[0],10)>l&&(c=o,o=0),Re(m,e,o,n,f,c,a,d),p&&setTimeout(Ue,5e3,r)}function Re(e,t,i,o,n,a,l,r){e.innerText=t,e.style.top=-1!==e.id.indexOf("_Legend")?(parseInt(n[0],10)+o).toString()+"px":(2*parseInt(n[0],10)).toString()+"px",e.style.left=i.toString()+"px",e.style.width=a.toString()+"px",e.style.maxWidth=l.toString()+"px",e.style.wordWrap="break-word",r.appendChild(e)}function Ze(e,i,o,n,a){var l=Pe(e),r=De(a.borderColor),s=De(a.fontColor),d="top:"+o.toString()+"px;left:"+n.toString()+"px;color:"+(s?"rgba("+s.r+","+s.g+","+s.b+","+a.fontOpacity+")":a.fontColor)+";background:"+a.fill+";z-index: 2;position:absolute;border:"+a.borderWidth+"px solid "+(r?"rgba("+r.r+","+r.g+","+r.b+","+a.borderOpacity+")":a.borderColor)+";font-family:"+a.fontFamily+";font-style:"+a.fontStyle+";font-weight:"+a.fontWeight+";font-size:"+a.fontSize+";border-radius:"+a.borderWidth+"px;";!l&&a.visible?((l=t.createElement("div",{id:e})).innerHTML=t.SanitizeHtmlHelper.sanitize("&nbsp;"+i+"&nbsp;"),l.style.cssText=d,document.body.appendChild(l)):a.visible&&(l.innerHTML=t.SanitizeHtmlHelper.sanitize("&nbsp;"+i+"&nbsp;"),l.style.cssText=d)}function De(e){if(-1!==e.indexOf("#")&&-1===e.toLowerCase().indexOf("rgb"))return(i=/^#?([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i.exec(e))?{r:parseInt(i[1],16),g:parseInt(i[2],16),b:parseInt(i[3],16)}:null;if(-1!==e.toLowerCase().indexOf("rgb"))return(i=e.match(/\d+/g).map(function(e){return parseInt(e,10)}))?{r:i[0],g:i[1],b:i[2]}:null;var t=document.createElement("div");t.style.color=e;var i=window.getComputedStyle(document.body.appendChild(t)).color.match(/\d+/g).map(function(e){return parseInt(e,10)});return document.body.removeChild(t),i?{r:i[0],g:i[1],b:i[2]}:null}function Ve(e,t,o,n,a){var l=new i.SvgRenderer(""),r=He(e,o,t,a,n);return l["draw"+r.functionName](r.renderOption)}function He(e,i,o,n,a){var l,r="Path",s=i.width,d=i.height,p=e.x,h=e.y,m=e.x+-s/2,c=e.y+-d/2;switch(n.stroke="HorizontalLine"===o||"VerticalLine"===o||"Cross"===o?n.fill:n.stroke,n["stroke-width"]=0!==n["stroke-width"]||"HorizontalLine"!==o&&"VerticalLine"!==o&&"Cross"!==o?n["stroke-width"]:1,o){case"Circle":case"Bubble":r="Ellipse",t.merge(n,{rx:s/2,ry:d/2,cx:p,cy:h});break;case"VerticalLine":l="M "+p+" "+(h+d/2)+" L "+p+" "+(h+-d/2),t.merge(n,{d:l});break;case"HorizontalLine":l="M "+p+" "+h+" L "+(p+s/2)+" "+h,t.merge(n,{d:l});break;case"Diamond":l="M "+m+" "+h+" L "+p+" "+(h+-d/2)+" L "+(p+s/2)+" "+h+" L "+p+" "+(h+d/2)+" L "+m+" "+h+" z",t.merge(n,{d:l});break;case"Rectangle":l="M "+m+" "+(h+-d/2)+" L "+(p+s/2)+" "+(h+-d/2)+" L "+(p+s/2)+" "+(h+d/2)+" L "+m+" "+(h+d/2)+" L "+m+" "+(h+-d/2)+" z",t.merge(n,{d:l});break;case"Triangle":l="M "+m+" "+(h+d/2)+" L "+p+" "+(h+-d/2)+" L "+(p+s/2)+" "+(h+d/2)+" L "+m+" "+(h+d/2)+" z",t.merge(n,{d:l});break;case"InvertedTriangle":l="M "+(p+s/2)+" "+(h-d/2)+" L "+p+" "+(h+d/2)+" L "+(p-s/2)+" "+(h-d/2)+" L "+(p+s/2)+" "+(h-d/2)+" z",t.merge(n,{d:l});break;case"Pentagon":for(var u=void 0,g=void 0,y=0;y<=5;y++)u=s/2*Math.cos(Math.PI/180*(72*y)),g=s/2*Math.sin(Math.PI/180*(72*y)),l=0===y?"M "+(p+u)+" "+(h+g)+" ":l.concat("L "+(p+u)+" "+(h+g)+" ");l=l.concat("Z"),t.merge(n,{d:l});break;case"Star":l="M "+(e.x+i.width/3)+" "+(e.y+i.height/2)+" L "+(e.x-i.width/2)+" "+(e.y-i.height/6)+" L "+(e.x+i.width/2)+" "+(e.y-i.height/6)+" L "+(e.x-i.width/3)+" "+(e.y+i.height/2)+" L "+e.x+" "+(e.y-i.height/2)+" L "+(e.x+i.width/3)+" "+(e.y+i.height/2)+" Z",t.merge(n,{d:l});break;case"Cross":l="M "+m+" "+h+" L "+(p+s/2)+" "+h+" M "+p+" "+(h+d/2)+" L "+p+" "+(h+-d/2),t.merge(n,{d:l});break;case"Image":r="Image",t.merge(n,{href:a,height:d,width:s,x:m,y:c})}return{renderOption:n,functionName:r}}function Ge(e,t){t.appendChild(e);var i=e.offsetWidth,o=e.offsetHeight;return t.removeChild(e),new pt(i,o)}function We(e,i,o,n){for(var a,l=0;l<e.childElementCount;l++)if((a=e.childNodes[l]).id.indexOf("_NavigationGroup")>-1)Xe(a,i,o,n);else if(a.id.indexOf("_Polygons_Group")>-1)for(var r=0;r<a.childElementCount;r++){var s=n.layersCollection[i].polygonSettings.polygons[parseInt(a.children[r].id.split("_PolygonIndex_")[1])].borderWidth;a.children[r].setAttribute("stroke-width",(s/o).toString())}else{var d=void 0,p=0,h=n.layersCollection[i].shapeSettings.borderWidthValuePath,m=n.layersCollection[i].shapeSettings.border.width,c=n.layersCollection[i].shapeSettings.circleRadius;d=n.layersCollection[i].shapeSettings.borderWidthValuePath&&null!==(p=de(n.layersCollection[i].dataSource,n.layersCollection[i].layerData[l].property,n.layersCollection[i].shapeDataPath,n.layersCollection[i].shapePropertyPath,n.layersCollection[i]))&&n.layersCollection[i].dataSource[p][h]?n.layersCollection[i].dataSource[p][h]:t.isNullOrUndefined(m)?0:m,a.setAttribute("stroke-width",(d/o).toString()),(e.id.indexOf("_Point")>-1||e.id.indexOf("_MultiPoint")>-1)&&a.setAttribute("r",(c/o).toString())}}function Xe(e,t,i,o){for(var n,a=0;a<e.childElementCount;a++)if("path"===(n=e.childNodes[a]).tagName){var l=o.layersCollection[t].navigationLineSettings[parseFloat(n.id.split("_NavigationIndex_")[1].split("_")[0])].width;n.setAttribute("stroke-width",(l/i).toString())}}function qe(e){for(var t=[],i=e.touches,o=0;o<i.length;o++)t.push({pageX:i[o].pageX,pageY:i[o].pageY});return t}function Ye(e,t){var i=Je(e[0],e[1]);return Je(t[0],t[1])/i}function Je(e,t){var i=e.pageX-t.pageX,o=e.pageY-t.pageY;return Math.sqrt(i*i+o*o)}function Qe(e,t){var i=t.element.getBoundingClientRect(),o=i.top+document.defaultView.pageXOffset,n=i.left+document.defaultView.pageYOffset;return Array.prototype.slice.call(e).map(function(e){return{x:e.pageX-n,y:e.pageY-o}})}function Ke(e){return{x:e.map(function(e){return e.x}).reduce($e)/e.length,y:e.map(function(e){return e.y}).reduce($e)/e.length}}function $e(e,t){return e+t}function et(e,t,i,o,n,a,l){var r=0,s=l.previousPoint,d=l.previousScale,p=n-d,h=new Mt(0,0),m=1;if(n===d)return void e.setAttribute("transform","scale( "+n+" ) translate( "+o.x+" "+o.y+" )");var c=function(e,t){return e.x===t.x?null:(t.y-e.y)/(t.x-e.x)}(s,o),u=function(e,t){return null===t?e.x:e.y-t*e.x}(s,c),g=o.x-s.x,y=o.y-s.y;tt(e,t,i,function(e){e.timeStamp>e.delay&&(r=(e.timeStamp-e.delay)/e.duration,m=d+r*p,h.x=s.x+r*g/(m/n),h.y=null==c?s.y+r*y:c*h.x+u,e.element.setAttribute("transform","scale( "+m+" ) translate( "+h.x+" "+h.y+" )"),l.translatePoint=h,l.scale=m,l.zoomModule.processTemplate(o.x,o.y,m,l))},function(){l.translatePoint=o,l.scale=n,e.setAttribute("transform","scale( "+n+" ) translate( "+o.x+" "+o.y+" )"),l.zoomModule.processTemplate(o.x,o.y,n,l)})}function tt(e,i,o,n,a){var l,r=this,s=null;o="Disable"===t.animationMode?0:o;var d=function(t){s||(s=t);var i=t-s;i<o?(n.call(r,{element:e,delay:0,timeStamp:i,duration:o}),window.requestAnimationFrame(d)):(window.cancelAnimationFrame(l),a.call(r,{element:e}),e.id.indexOf("Marker")>-1&&(Oe(e.id.split("_Layer")[0]+"_Markers_Group").style.cssText="visibility:visible"))};l=window.requestAnimationFrame(d)}function it(e,t,i,o){var n=0,a=e.getAttribute("transform").split(" ");2===a.length&&(a[2]=a[1].split(")")[0],a[1]=a[0].split("(")[1]);var l=new Mt(parseInt(a[1],10),parseInt(a[2],10)),r=o.x-l.x,s=o.y-l.y,d=new Mt(0,0);tt(e,t,i,function(e){e.timeStamp>e.delay&&(n=(e.timeStamp-e.delay)/e.duration,d.x=l.x+n*r,d.y=l.y+n*s,e.element.setAttribute("transform","translate( "+d.x+" "+d.y+" )"))},function(){e.setAttribute("transform","translate( "+o.x+" "+o.y+" )")})}function ot(e,i){var o=t.isNullOrUndefined(i.shouldZoomPreviousFactor)?null:i.shouldZoomPreviousFactor,n=t.isNullOrUndefined(i.shouldZoomCurrentFactor)?null:i.shouldZoomCurrentFactor;t.isNullOrUndefined(n)?!t.isNullOrUndefined(o)&&t.isNullOrUndefined(n)&&i.shouldZoomPreviousFactor!==e?i.shouldZoomCurrentFactor=e:i.shouldZoomPreviousFactor=e:(i.shouldZoomCurrentFactor=null,i.shouldZoomPreviousFactor=null)}function nt(e,t,i,o,n,a,l,r){var s,d,p=l.zoomSettings.maxZoom,h=Math.sin(t*Math.PI/180),m=Math.log((1+h)/(1-h))/2,c=Math.max(Math.min(m,Math.PI),-Math.PI)/2,u=Math.sin(e*Math.PI/180),g=Math.log((1+u)/(1-u))/2,y=Math.max(Math.min(g,Math.PI),-Math.PI)/2;if(l.zoomNotApplied&&!l.isTileMap){var f=Math.abs((l.baseMapBounds.latitude.max-l.baseMapBounds.latitude.min)/(t-e)),b=Math.abs((l.baseMapBounds.longitude.max-l.baseMapBounds.longitude.min)/(o-i));d=r?(f+b)/2:Math.min(f,b)}var v=(c-y)/Math.PI,S=o-i,x=(S<0?S+360:S)/360,O=Math.log(a/256/v)/Math.LN2,C=Math.log(n/256/x)/Math.LN2,M=l.zoomNotApplied&&!l.isTileMap?d:r&&!l.isTileMap?(O+C)/2:Math.min(O,C);return s=Math.min(M,p),s=l.isTileMap||!l.zoomNotApplied?Math.floor(s):s,l.isTileMap||ot(s,l),s}function at(e){var i,o=t.isNullOrUndefined(e.result)?e.actual:e.result;return t.isNullOrUndefined(o.length)?t.isNullOrUndefined(o.Items)||(i=o.Items):i=o,i}function lt(e){var t;switch(e.toLowerCase()){case"tailwind":t=["#0369A1","#14B8A6","#15803D","#334155","#5A61F6","#65A30D","#8B5CF6","#9333EA","#F59E0B","#F97316"];break;case"tailwinddark":t=["#10B981","#22D3EE","#2DD4BF","#4ADE80","#8B5CF6","#E879F9","#F472B6","#F87171","#F97316","#FCD34D"];break;case"fluent":t=["#614570","#4C6FB1","#CC6952","#3F579A","#4EA09B","#6E7A89","#D4515C","#E6AF5D","#639751","#9D4D69"];break;case"fluentdark":t=["#8AB113","#2A72D5","#43B786","#584EC6","#E85F9C","#6E7A89","#EA6266","#EBA844","#26BC7A","#BC4870"];break;case"material3":t=["#6200EE","#E77A16","#82C100","#7107DC","#05BB3D","#D21020","#FAD200","#0085FF","#9204EA","#08EE9B"];break;case"material3dark":t=["#4EAAFF","#FA4EAB","#FFF500","#17EA58","#38FFE7","#FF9E45","#B3F32F","#B93CE4","#FC5664","#9B55FF"];break;case"fluent2":t=["#6200EE","#09AF74","#0076E5","#CB3587","#E7910F","#0364DE","#66CD15","#F3A93C","#107C10","#C19C00"];break;case"fluent2dark":case"fluent2highcontrast":t=["#9BB449","#2A72D5","#43B786","#3F579A","#584EC6","#E85F9C","#6E7A89","#EA6266","#0B6A0B","#C19C00"];break;case"bootstrap5":case"bootstrap5dark":t=["#6610F2","#6f42C1","#D63384","#DC3545","#FD7E14","#FFC107","#198754","#0DCAF0"];break;default:t=["#B5E485","#7BC1E8","#DF819C","#EC9B79","#78D0D3","#D6D572","#9178E3","#A1E5B4","#87A4B4","#E4C16C"]}return t}function rt(e){var t,i;switch(e.toLowerCase()){case"materialdark":i="#303030";break;case"fabricdark":i="#201F1F";break;case"bootstrapdark":i="#1A1A1A"}switch(e.toLowerCase()){case"materialdark":case"fabricdark":case"bootstrapdark":t={backgroundColor:i,areaBackgroundColor:i,titleFontColor:"#FFFFFF",titleFontSize:"14px",subTitleFontColor:"#FFFFFF",legendTitleFontColor:"#DADADA",legendTextColor:"#DADADA",dataLabelFontColor:"#DADADA",tooltipFontColor:"#FFFFFF",tooltipFillColor:"#363F4C",zoomFillColor:"#FFFFFF",labelFontFamily:"Roboto, Noto, Sans-serif",fontFamily:"Roboto, Noto, Sans-serif",fontSize:"12px",legendFontSize:"12px",fontWeight:"Medium",titleFontWeight:"Medium",zoomSelectionColor:"#e61576",shapeFill:"#A6A6A6",shapeBorderColor:"#000000",rectangleZoomFillColor:"#d3d3d3",rectangleZoomFillOpacity:.5,rectangleZoomBorderColor:"#009900",legendBorderColor:"#000000",legendBorderWidth:0,tooltipBorderColor:"transparent",zoomButtonRadius:30};break;case"highcontrast":t={backgroundColor:"#000000",areaBackgroundColor:"#000000",titleFontColor:"#FFFFFF",titleFontSize:"14px",subTitleFontColor:"#FFFFFF",legendTitleFontColor:"#FFFFFF",legendTextColor:"#FFFFFF",dataLabelFontColor:"#000000",tooltipFontColor:"#000000",tooltipFillColor:"#ffffff",zoomFillColor:"#FFFFFF",fontFamily:"Roboto, Noto, Sans-serif",fontSize:"12px",legendFontSize:"12px",fontWeight:"Medium",labelFontFamily:"Roboto, Noto, Sans-serif",titleFontWeight:"Medium",zoomSelectionColor:"#e61576",shapeFill:"#A6A6A6",shapeBorderColor:"#000000",rectangleZoomFillColor:"#d3d3d3",rectangleZoomFillOpacity:.5,rectangleZoomBorderColor:"#009900",legendBorderColor:"#000000",legendBorderWidth:0,tooltipBorderColor:"transparent",zoomButtonRadius:30};break;case"bootstrap4":t={backgroundColor:"#FFFFFF",areaBackgroundColor:"#FFFFFF",titleFontColor:"#212529",subTitleFontColor:"#212529",legendTitleFontColor:"#212529",legendTextColor:"#212529",dataLabelFontColor:"#212529",tooltipFontColor:"#FFFFFF",tooltipFillColor:"#000000",zoomFillColor:"#5B6269",fontFamily:"HelveticaNeue-Medium",fontSize:"12px",fontWeight:"Medium",titleFontSize:"16px",legendFontSize:"14px",tooltipFillOpacity:1,tooltipTextOpacity:.9,labelFontFamily:"HelveticaNeue-Medium",titleFontWeight:"Medium",zoomSelectionColor:"#e61576",shapeFill:"#A6A6A6",shapeBorderColor:"#000000",rectangleZoomFillColor:"#d3d3d3",rectangleZoomFillOpacity:.5,rectangleZoomBorderColor:"#009900",legendBorderColor:"#000000",legendBorderWidth:0,tooltipBorderColor:"transparent",zoomButtonRadius:30};break;case"tailwind":t={backgroundColor:"rgba(255,255,255, 0.0)",areaBackgroundColor:"rgba(255,255,255, 0.0)",titleFontColor:"#374151",subTitleFontColor:"#374151",legendTitleFontColor:"#374151",legendTextColor:"#6B7280",dataLabelFontColor:"#505967",tooltipFontColor:"#F9FAFB",tooltipFillColor:"#111827",zoomFillColor:"#6b7280",fontFamily:"Inter",fontSize:"12px",fontWeight:"Medium",titleFontSize:"14px",legendFontSize:"12px",tooltipFillOpacity:1,tooltipTextOpacity:.9,labelFontFamily:"Inter",titleFontWeight:"500",zoomSelectionColor:"#374151",shapeFill:"#E5E7EB",shapeBorderColor:"#000000",rectangleZoomFillColor:"#d3d3d3",rectangleZoomFillOpacity:.5,rectangleZoomBorderColor:"#009900",legendBorderColor:"#000000",legendBorderWidth:0,tooltipBorderColor:"transparent",zoomButtonRadius:30};break;case"tailwinddark":t={backgroundColor:"rgba(255,255,255, 0.0)",areaBackgroundColor:"rgba(255,255,255, 0.0)",titleFontColor:"#D1D5DB",subTitleFontColor:"#D1D5DB",legendTitleFontColor:"#D1D5DB",legendTextColor:"#D1D5DB",dataLabelFontColor:"#D1D5DB",tooltipFontColor:"#1F2937",tooltipFillColor:"#F9FAFB",zoomFillColor:"#D1D5DB",fontFamily:"Inter",fontSize:"12px",fontWeight:"Medium",titleFontSize:"14px",legendFontSize:"12px",tooltipFillOpacity:1,tooltipTextOpacity:.9,labelFontFamily:"Inter",titleFontWeight:"500",zoomSelectionColor:"#F3F4F6",shapeFill:"#374151",shapeBorderColor:"#000000",rectangleZoomFillColor:"#d3d3d3",rectangleZoomFillOpacity:.5,rectangleZoomBorderColor:"#009900",legendBorderColor:"#000000",legendBorderWidth:0,tooltipBorderColor:"transparent",zoomButtonRadius:30};break;case"bootstrap5":t={backgroundColor:"transparent",areaBackgroundColor:"transparent",titleFontColor:"#212529",subTitleFontColor:"#212529",legendTitleFontColor:"#212529",legendTextColor:"#212529",dataLabelFontColor:"#212529",tooltipFontColor:"#FFFFFF",tooltipFillColor:"#000000",zoomFillColor:"#6E757D",fontFamily:"Segoe UI",fontSize:"10px",fontWeight:"400",titleFontSize:"14px",subTitleFontSize:"12px",legendFontSize:"10px",tooltipFillOpacity:.9,tooltipTextOpacity:1,labelFontFamily:"Segoe UI",titleFontWeight:"400",zoomSelectionColor:"#212529",zoomBorderColor:"#DEE2E6",shapeFill:"#E9ECEF",shapeBorderColor:"#DEE2E6",zoomButtonRadius:32,rectangleZoomBorderColor:"#0D6EFD",rectangleZoomFillColor:"#86B7FE",rectangleZoomFillOpacity:.3,legendBorderColor:"#000000",legendBorderWidth:0,tooltipBorderColor:"transparent"};break;case"bootstrap5dark":t={backgroundColor:"transparent",areaBackgroundColor:"transparent",titleFontColor:"#DEE2E6",subTitleFontColor:"#DEE2E6",legendTitleFontColor:"#DEE2E6",legendTextColor:"#DEE2E6",dataLabelFontColor:"#DEE2E6",tooltipFontColor:"#212529",tooltipFillColor:"#FFFFFF",zoomFillColor:"#ADB5BD",fontFamily:"Segoe UI",fontSize:"10px",fontWeight:"400",titleFontSize:"14px",subTitleFontSize:"12px",legendFontSize:"10px",tooltipFillOpacity:.9,tooltipTextOpacity:1,labelFontFamily:"Segoe UI",titleFontWeight:"400",zoomSelectionColor:"#F8F9FA",zoomBorderColor:"#495057",shapeFill:"#343A40",shapeBorderColor:"#495057",zoomButtonRadius:32,rectangleZoomFillColor:"#86B7FE",rectangleZoomBorderColor:"#0D6EFD",rectangleZoomFillOpacity:.3,legendBorderColor:"#000000",legendBorderWidth:0,tooltipBorderColor:"transparent"};break;case"fluent":t={backgroundColor:"rgba(255,255,255, 0.0)",areaBackgroundColor:"rgba(255,255,255, 0.0)",titleFontColor:"#201F1E",subTitleFontColor:"#201F1E",legendTitleFontColor:"#201F1E",legendTextColor:"#201F1E",dataLabelFontColor:"#201F1E",tooltipFontColor:"#323130",tooltipFillColor:"#FFFFFF",zoomFillColor:"#A19F9D",fontFamily:"Segoe UI",fontSize:"12px",fontWeight:"Medium",titleFontSize:"14px",legendFontSize:"12px",tooltipFillOpacity:1,tooltipTextOpacity:1,labelFontFamily:"Segoe UI",titleFontWeight:"600",zoomSelectionColor:"#323130",shapeFill:"#F3F2F1",shapeBorderColor:"#000000",rectangleZoomFillColor:"#d3d3d3",rectangleZoomFillOpacity:.5,rectangleZoomBorderColor:"#009900",legendBorderColor:"#000000",legendBorderWidth:0,tooltipBorderColor:"transparent",zoomButtonRadius:30};break;case"fluentdark":t={backgroundColor:"rgba(255,255,255, 0.0)",areaBackgroundColor:"rgba(255,255,255, 0.0)",titleFontColor:"#F3F2F1",subTitleFontColor:"#F3F2F1",legendTitleFontColor:"#F3F2F1",legendTextColor:"#F3F2F1",dataLabelFontColor:"#F3F2F1",tooltipFontColor:"#F3F2F1",tooltipFillColor:"#252423",zoomFillColor:"#484644",fontFamily:"Segoe UI",fontSize:"12px",fontWeight:"Medium",titleFontSize:"14px",legendFontSize:"12px",tooltipFillOpacity:1,tooltipTextOpacity:1,labelFontFamily:"Segoe UI",titleFontWeight:"600",zoomSelectionColor:"#F3F2F1",shapeFill:"#252423",shapeBorderColor:"#000000",rectangleZoomFillColor:"#d3d3d3",rectangleZoomFillOpacity:.5,rectangleZoomBorderColor:"#009900",legendBorderColor:"#000000",legendBorderWidth:0,tooltipBorderColor:"transparent",zoomButtonRadius:30};break;case"material3":t={backgroundColor:"transparent",areaBackgroundColor:"transparent",titleFontColor:"#1C1B1F",subTitleFontColor:"#1C1B1F",legendTitleFontColor:"#1C1B1F",legendTextColor:"#49454E",dataLabelFontColor:"#1C1B1F",tooltipFontColor:"#F4EFF4",tooltipFillColor:"#313033",zoomFillColor:"#49454E",fontFamily:"Roboto",fontSize:"14px",titleFontSize:"16px",subTitleFontSize:"14px",legendFontSize:"12px",tooltipFillOpacity:1,tooltipTextOpacity:1,labelFontFamily:"Roboto",titleFontWeight:"500",fontWeight:"400",zoomSelectionColor:"#49454E",shapeFill:"#E7E0EC",shapeBorderColor:"#000000",rectangleZoomFillColor:"#6750A4",rectangleZoomFillOpacity:.24,rectangleZoomBorderColor:"#6750A4",legendBorderColor:"#000000",legendBorderWidth:0,tooltipBorderColor:"transparent",zoomButtonRadius:30};break;case"material3dark":t={backgroundColor:"transparent",areaBackgroundColor:"transparent",titleFontColor:"#E6E1E5",subTitleFontColor:"#E6E1E5",legendTitleFontColor:"#E6E1E5",legendTextColor:"#CAC4D0",dataLabelFontColor:"#E6E1E5",tooltipFontColor:"#313033",tooltipFillColor:"#E6E1E5",zoomFillColor:"#E6E1E5",fontFamily:"Roboto",fontSize:"14px",titleFontSize:"16px",subTitleFontSize:"14px",legendFontSize:"12px",tooltipFillOpacity:1,tooltipTextOpacity:1,labelFontFamily:"Roboto",titleFontWeight:"500",fontWeight:"400",zoomSelectionColor:"#E6E1E5",shapeFill:"#49454F",shapeBorderColor:"#000000",rectangleZoomFillColor:"#D0BCFF",rectangleZoomFillOpacity:.24,rectangleZoomBorderColor:"#D0BCFF",legendBorderColor:"#000000",legendBorderWidth:0,tooltipBorderColor:"transparent",zoomButtonRadius:30};break;case"fluent2":t={backgroundColor:"transparent",areaBackgroundColor:"transparent",titleFontColor:"#242424",subTitleFontColor:"#242424",legendTitleFontColor:"#242424",legendTextColor:"#242424",dataLabelFontColor:"#242424",tooltipFontColor:"#242424",tooltipFillColor:"#FFFFFF",zoomFillColor:"#D1D1D1",fontFamily:"Segoe UI",fontSize:"10px",fontWeight:"400",titleFontSize:"14px",subTitleFontSize:"12px",legendFontSize:"12px",tooltipFillOpacity:1,tooltipTextOpacity:1,labelFontFamily:"Segoe UI",titleFontWeight:"600",zoomSelectionColor:"#242424",shapeFill:"#E6E6E6",shapeBorderColor:"#EBEBEB",rectangleZoomFillColor:"#B4D6FA",rectangleZoomFillOpacity:.25,rectangleZoomBorderColor:"#0F6CBD",legendBorderColor:"#000000",legendBorderWidth:0,tooltipBorderColor:"transparent",zoomButtonRadius:32};break;case"fluent2dark":t={backgroundColor:"transparent",areaBackgroundColor:"transparent",titleFontColor:"#FFFFFF",subTitleFontColor:"#FFFFFF",legendTitleFontColor:"#FFFFFF",legendTextColor:"#FFFFFF",dataLabelFontColor:"#FFFFFF",tooltipFontColor:"#FFFFFF",tooltipFillColor:"#292929",zoomFillColor:"#666",fontFamily:"Segoe UI",fontSize:"10px",fontWeight:"400",titleFontSize:"14px",subTitleFontSize:"12px",legendFontSize:"12px",tooltipFillOpacity:1,tooltipTextOpacity:1,labelFontFamily:"Segoe UI",titleFontWeight:"600",zoomSelectionColor:"#FFFFFF",shapeFill:"#333333",shapeBorderColor:"#000000",rectangleZoomFillColor:"#0E4775",rectangleZoomFillOpacity:.25,rectangleZoomBorderColor:"#0E4775",legendBorderColor:"#000000",legendBorderWidth:0,tooltipBorderColor:"transparent",zoomButtonRadius:32};break;case"fluent2highcontrast":t={backgroundColor:"transparent",areaBackgroundColor:"transparent",titleFontColor:"#FFFFFF",subTitleFontColor:"#FFFFFF",legendTitleFontColor:"#FFFFFF",legendTextColor:"#FFFFFF",dataLabelFontColor:"#FFFFFF",tooltipFontColor:"#FFFFFF",tooltipFillColor:"#000000",zoomFillColor:"#3FF23F",fontFamily:"Segoe UI",fontSize:"10px",fontWeight:"400",titleFontSize:"14px",subTitleFontSize:"12px",legendFontSize:"12px",tooltipFillOpacity:1,tooltipTextOpacity:1,labelFontFamily:"Segoe UI",titleFontWeight:"600",zoomSelectionColor:"#FFFFFF",zoomBorderColor:"#FFFFFF",shapeFill:"#FFFFFF",shapeBorderColor:"#FFFFFF",rectangleZoomFillColor:"#1AEBFF",rectangleZoomFillOpacity:.25,rectangleZoomBorderColor:"#1AEBFF",legendBorderColor:"#FFFFFF",legendBorderWidth:1,tooltipBorderColor:"#FFF",zoomButtonRadius:32};break;default:t={backgroundColor:"#FFFFFF",areaBackgroundColor:"#FFFFFF",titleFontColor:"#424242",titleFontSize:"14px",subTitleFontColor:"#424242",legendTitleFontColor:"#757575",legendTextColor:"#757575",dataLabelFontColor:"#000000",tooltipFontColor:"#FFFFFF",tooltipFillColor:"#000000",zoomFillColor:"#737373",labelFontFamily:"Roboto, Noto, Sans-serif",fontFamily:"Roboto, Noto, Sans-serif",fontSize:"12px",legendFontSize:"12px",fontWeight:"Medium",titleFontWeight:"Medium",zoomSelectionColor:"#e61576",shapeFill:"#A6A6A6",shapeBorderColor:"#000000",rectangleZoomFillColor:"#d3d3d3",rectangleZoomFillOpacity:.5,rectangleZoomBorderColor:"#009900",legendBorderColor:"#000000",legendBorderWidth:0,tooltipBorderColor:"transparent",zoomButtonRadius:30}}return t}var st,dt=function(){var e=function(t,i){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var i in t)t.hasOwnProperty(i)&&(e[i]=t[i])})(t,i)};return function(t,i){function o(){this.constructor=t}e(t,i),t.prototype=null===i?Object.create(i):(o.prototype=i.prototype,new o)}}(),pt=function(){function e(e,t){this.width=e,this.height=t}return e}(),ht=function(){function e(e,t){this.x=e,this.y=t}return e}(),mt=function(){function e(e,t){this.latitude=e,this.longitude=t}return e}(),ct=function(){function e(e,t){this.min=e,this.max=t}return e}(),ut=function(){function e(e,t){this.latitude=new ct(e.min,e.max),this.longitude=new ct(t.min,t.max)}return e}(),gt=function(){function e(e,t,i,o,n,a,l){void 0===a&&(a=""),this.transform="",this.baseLine="auto",this.id=e,this.text=n,this.transform=a,this.anchor=o,this.x=t,this.y=i,this.baseLine=l}return e}(),yt=function(){function e(e,t,i,o,n,a,l,r){this.id=e,this["fill-opacity"]=n,this["stroke-opacity"]=a,this.fill=t,this.stroke=o,this["stroke-width"]=i,this["stroke-dasharray"]=l,this.d=r}return e}(),ft=function(){function e(e,t,i){this.r=e,this.g=t,this.b=i}return e}(),bt=function(e){function t(t,i,o,n,a,l,r,s,d){var p=e.call(this,t,i,o.width,o.color,n,o.opacity)||this;return p.y=a.y,p.x=a.x,p.height=a.height,p.width=a.width,p.rx=l||0,p.ry=r||0,p.transform=s||"",p["stroke-dasharray"]=d,p["fill-opacity"]=n,p["stroke-opacity"]=o.opacity,p}return dt(t,e),t}(yt),vt=function(e){function t(t,i,o,n,a,l,r,s){var d=e.call(this,t,i,o.width,o.color,n,o.opacity,s)||this;return d.cy=l,d.cx=a,d.r=r,d["stroke-dasharray"]=s,d["fill-opacity"]=n,d["stroke-opacity"]=o.opacity,d}return dt(t,e),t}(yt),St=function(e){function t(t,i,o,n,a,l,r,s){void 0===l&&(l=1),void 0===r&&(r=1),void 0===s&&(s="");var d=e.call(this,t,o,n,a,l,r,s)||this;return d.points=i,d}return dt(t,e),t}(yt),xt=function(e){function t(t,i,o,n,a,l,r,s){return void 0===l&&(l=1),void 0===r&&(r=1),void 0===s&&(s=""),e.call(this,t,i,o,n,a,l,r,s)||this}return dt(t,e),t}(St),Ot=function(e){function t(t,i,o,n,a,l,r,s){void 0===l&&(l=1),void 0===r&&(r=1),void 0===s&&(s="");var d=e.call(this,t,o,n,a,l,r,s)||this;return d.x1=i.x1,d.y1=i.y1,d.x2=i.x2,d.y2=i.y2,d}return dt(t,e),t}(yt),Ct=function(){function e(e,t,i,o){this.x1=e,this.y1=t,this.x2=i,this.y2=o}return e}(),Mt=function(){function e(e,t){this.x=e,this.y=t}return e}(),_t=function(){function e(e,t,i,o){this.x=e,this.y=t,this.width=i,this.height=o}return e}(),Lt=function(){function e(e,t,i,o,n,a,l,r,s){void 0===a&&(a="userSpaceOnUse"),void 0===l&&(l="userSpaceOnUse"),void 0===r&&(r=""),void 0===s&&(s=""),this.id=e,this.x=t,this.y=i,this.width=o,this.height=n,this.patternUnits=a,this.patternContentUnits=l,this.patternTransform=r,this.href=s}return e}(),Pt=function(){function e(e,t,i,o,n){this.dataOptions=e,this.type=t||"GET",this.async=i||!0,this.contentType=o,this.sendData=n}return e}();!function(e){e.mapsTitleFont={size:"14px",fontWeight:null,color:"#424242",fontStyle:"Medium",fontFamily:"Roboto, Noto, Sans-serif"},e.mapsSubTitleFont={size:"13px",fontWeight:null,color:"#424242",fontStyle:"Medium",fontFamily:"Roboto, Noto, Sans-serif"},e.tooltipLabelFont={size:"12px",fontWeight:"Regular",color:null,fontStyle:"Regular",fontFamily:null},e.legendTitleFont={size:"12px",fontWeight:"Medium",color:null,fontStyle:"Medium",fontFamily:null},e.legendLabelFont={size:"13px",fontWeight:"Medium",color:null,fontStyle:"Medium",fontFamily:"Roboto, Noto, Sans-serif"},e.dataLabelFont={size:null,fontWeight:"Medium",color:"#000000",fontStyle:"Medium",fontFamily:"Roboto, Noto, Sans-serif"}}(st||(st={}));var wt;!function(e){e.mapsTitleFont={size:"14px",fontWeight:"Semibold",color:"#424242",fontStyle:"Semibold",fontFamily:"SegoeUI, Helvetica Neue, Helvetica, Arial, sans-serif"},e.mapsSubTitleFont={size:"13px",fontWeight:"Regular",color:"#424242",fontStyle:"Regular",fontFamily:"SegoeUI, Helvetica Neue, Helvetica, Arial, sans-serif"},e.tooltipLabelFont={size:"12px",fontWeight:"Regular",color:"#FFFFFF",fontStyle:"Regular",fontFamily:"Roboto"},e.legendTitleFont={size:"14px",fontWeight:"Regular",color:"#757575",fontStyle:"Regular",fontFamily:"SegoeUI, Helvetica Neue, Helvetica, Arial, sans-serif"},e.legendLabelFont={size:"13px",fontWeight:"Medium",color:"#757575",fontStyle:"Medium",fontFamily:"SegoeUI, Helvetica Neue, Helvetica, Arial, sans-serif"},e.dataLabelFont={size:"12px",fontWeight:"Medium",color:"#000000",fontStyle:"Medium",fontFamily:"SegoeUI, Helvetica Neue, Helvetica, Arial, sans-serif"}}(wt||(wt={}));var Tt;!function(e){e.mapsTitleFont={size:"14px",fontWeight:"Semibold",color:"#424242",fontStyle:"Semibold",fontFamily:"Helvetica Neue, Helvetica, Arial, sans-serif"},e.mapsSubTitleFont={size:"13px",fontWeight:"Regular",color:"#424242",fontStyle:"Regular",fontFamily:"Helvetica Neue, Helvetica, Arial, sans-serif"},e.tooltipLabelFont={size:"12px",fontWeight:"Regular",color:"#FFFFFF",fontStyle:"Regular",fontFamily:"Roboto"},e.legendTitleFont={size:"14px",fontWeight:"Regular",color:"#757575",fontStyle:"Regular",fontFamily:"Helvetica Neue, Helvetica, Arial, sans-serif"},e.legendLabelFont={size:"13px",fontWeight:"Medium",color:"#757575",fontStyle:"Medium",fontFamily:"Helvetica Neue, Helvetica, Arial, sans-serif"},e.dataLabelFont={size:"12px",fontWeight:"Medium",color:"#000000",fontStyle:"Medium",fontFamily:"Helvetica Neue, Helvetica, Arial, sans-serif"}}(Tt||(Tt={}));var It;!function(e){e.mapsTitleFont={size:"14px",fontWeight:"Medium",color:"#FFFFFF",fontStyle:"Medium",fontFamily:"Roboto, Noto, Sans-serif"},e.mapsSubTitleFont={size:"13px",fontWeight:"Medium",color:"#FFFFFF",fontStyle:"Medium",fontFamily:"Roboto, Noto, Sans-serif"},e.tooltipLabelFont={size:"12px",fontWeight:"Regular",color:"#000000",fontStyle:"Regular",fontFamily:"Roboto"},e.legendTitleFont={size:"14px",fontWeight:"Regular",color:"#FFFFFF",fontStyle:"Regular",fontFamily:"Roboto, Noto, Sans-serif"},e.legendLabelFont={size:"13px",fontWeight:"Medium",color:"#FFFFFF",fontStyle:"Medium",fontFamily:"Roboto, Noto, Sans-serif"},e.dataLabelFont={size:null,fontWeight:"Medium",color:"#000000",fontStyle:"Medium",fontFamily:"Roboto, Noto, Sans-serif"}}(It||(It={}));var kt;!function(e){e.mapsTitleFont={fontFamily:"Roboto, Noto, Sans-serif",fontWeight:"Medium",size:"14px",fontStyle:"Medium",color:"#FFFFFF"},e.mapsSubTitleFont={size:"13px",color:"#FFFFFF",fontWeight:"Medium",fontFamily:"Roboto, Noto, Sans-serif",fontStyle:"Medium"},e.tooltipLabelFont={size:"12px",color:"#282727",fontWeight:"Regular",fontFamily:"Roboto",fontStyle:"Regular"},e.legendTitleFont={size:"14px",fontWeight:"Regular",color:"#FFFFFF",fontStyle:"Regular",fontFamily:"Roboto, Noto, Sans-serif"},e.legendLabelFont={size:"13px",fontFamily:"Roboto, Noto, Sans-serif",fontWeight:"Medium",color:"#DADADA",fontStyle:"Medium"}}(kt||(kt={}));var Ft=function(){var e=function(t,i){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var i in t)t.hasOwnProperty(i)&&(e[i]=t[i])})(t,i)};return function(t,i){function o(){this.constructor=t}e(t,i),t.prototype=null===i?Object.create(i):(o.prototype=i.prototype,new o)}}(),Nt=function(e,t,i,o){var n,a=arguments.length,l=a<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)l=Reflect.decorate(e,t,i,o);else for(var r=e.length-1;r>=0;r--)(n=e[r])&&(l=(a<3?n(l):a>3?n(t,i,l):n(t,i))||l);return a>3&&l&&Object.defineProperty(t,i,l),l},Et=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return Ft(i,e),Nt([t.Property("")],i.prototype,"content",void 0),Nt([t.Property("0px")],i.prototype,"x",void 0),Nt([t.Property("0px")],i.prototype,"y",void 0),Nt([t.Property("None")],i.prototype,"verticalAlignment",void 0),Nt([t.Property("None")],i.prototype,"horizontalAlignment",void 0),Nt([t.Property("-1")],i.prototype,"zIndex",void 0),i}(t.ChildProperty),zt=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return Ft(i,e),Nt([t.Property("Start")],i.prototype,"position",void 0),Nt([t.Property("false")],i.prototype,"showArrow",void 0),Nt([t.Property(2)],i.prototype,"size",void 0),Nt([t.Property("black")],i.prototype,"color",void 0),Nt([t.Property(0)],i.prototype,"offSet",void 0),i}(t.ChildProperty),Bt=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return Ft(i,e),Nt([t.Property(null)],i.prototype,"size",void 0),Nt([t.Property(null)],i.prototype,"color",void 0),Nt([t.Property("Roboto, Noto, Sans-serif")],i.prototype,"fontFamily",void 0),Nt([t.Property("Medium")],i.prototype,"fontWeight",void 0),Nt([t.Property("Medium")],i.prototype,"fontStyle",void 0),Nt([t.Property(1)],i.prototype,"opacity",void 0),i}(t.ChildProperty),At=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return Ft(i,e),Nt([t.Property("transparent")],i.prototype,"fill",void 0),Nt([t.Property(null)],i.prototype,"color",void 0),Nt([t.Property(1)],i.prototype,"borderOpacity",void 0),Nt([t.Property(1)],i.prototype,"borderWidth",void 0),Nt([t.Property(null)],i.prototype,"borderColor",void 0),Nt([t.Property(null)],i.prototype,"radius",void 0),Nt([t.Property(null)],i.prototype,"selectionColor",void 0),Nt([t.Property(null)],i.prototype,"highlightColor",void 0),Nt([t.Property(5)],i.prototype,"padding",void 0),Nt([t.Property(1)],i.prototype,"opacity",void 0),Nt([t.Property(["ZoomIn","ZoomOut","Reset"])],i.prototype,"toolbarItems",void 0),i}(t.ChildProperty),Ut=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return Ft(i,e),Nt([t.Property(!0)],i.prototype,"visible",void 0),Nt([t.Property("white")],i.prototype,"fill",void 0),Nt([t.Property(1)],i.prototype,"borderOpacity",void 0),Nt([t.Property(1)],i.prototype,"borderWidth",void 0),Nt([t.Property("#707070")],i.prototype,"borderColor",void 0),Nt([t.Property("black")],i.prototype,"fontColor",void 0),Nt([t.Property("")],i.prototype,"fontFamily",void 0),Nt([t.Property("")],i.prototype,"fontStyle",void 0),Nt([t.Property("")],i.prototype,"fontWeight",void 0),Nt([t.Property("")],i.prototype,"fontSize",void 0),Nt([t.Property(1)],i.prototype,"fontOpacity",void 0),i}(t.ChildProperty),jt=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return Ft(i,e),Nt([t.Property("transparent")],i.prototype,"backgroundColor",void 0),Nt([t.Property(1)],i.prototype,"borderOpacity",void 0),Nt([t.Property(1)],i.prototype,"borderWidth",void 0),Nt([t.Property("transparent")],i.prototype,"borderColor",void 0),Nt([t.Property("Far")],i.prototype,"horizontalAlignment",void 0),Nt([t.Property("Near")],i.prototype,"verticalAlignment",void 0),Nt([t.Property("Horizontal")],i.prototype,"orientation",void 0),Nt([t.Complex({},At)],i.prototype,"buttonSettings",void 0),Nt([t.Complex({},Ut)],i.prototype,"tooltipSettings",void 0),i}(t.ChildProperty),Rt=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return Ft(i,e),Nt([t.Property("")],i.prototype,"color",void 0),Nt([t.Property(0)],i.prototype,"width",void 0),Nt([t.Property(null)],i.prototype,"opacity",void 0),i}(t.ChildProperty),Zt=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return Ft(i,e),Nt([t.Property(null)],i.prototype,"latitude",void 0),Nt([t.Property(null)],i.prototype,"longitude",void 0),i}(t.ChildProperty),Dt=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return Ft(i,e),Nt([t.Property(!1)],i.prototype,"visible",void 0),Nt([t.Property("")],i.prototype,"template",void 0),Nt([t.Property("")],i.prototype,"fill",void 0),Nt([t.Complex({color:null,width:1},Rt)],i.prototype,"border",void 0),Nt([t.Complex({fontFamily:null,size:null,fontWeight:null},Bt)],i.prototype,"textStyle",void 0),Nt([t.Property(null)],i.prototype,"format",void 0),Nt([t.Property(null)],i.prototype,"valuePath",void 0),Nt([t.Property(2e3)],i.prototype,"duration",void 0),i}(t.ChildProperty),Vt=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return Ft(i,e),Nt([t.Property(!1)],i.prototype,"visible",void 0),Nt([t.Property("")],i.prototype,"fill",void 0),Nt([t.Complex({color:null,width:1},Rt)],i.prototype,"border",void 0),Nt([t.Complex({fontFamily:null,size:null,fontWeight:null},Bt)],i.prototype,"textStyle",void 0),Nt([t.Property(2e3)],i.prototype,"duration",void 0),i}(t.ChildProperty),Ht=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return Ft(i,e),Nt([t.Property(10)],i.prototype,"left",void 0),Nt([t.Property(10)],i.prototype,"right",void 0),Nt([t.Property(10)],i.prototype,"top",void 0),Nt([t.Property(10)],i.prototype,"bottom",void 0),i}(t.ChildProperty),Gt=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return Ft(i,e),Nt([t.Property("#000000")],i.prototype,"color",void 0),Nt([t.Property(1)],i.prototype,"width",void 0),Nt([t.Property(1)],i.prototype,"opacity",void 0),i}(t.ChildProperty),Wt=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return Ft(i,e),Nt([t.Property(!1)],i.prototype,"allowClustering",void 0),Nt([t.Property(!0)],i.prototype,"allowDeepClustering",void 0),Nt([t.Complex({color:"transparent",width:1},Rt)],i.prototype,"border",void 0),Nt([t.Property("#D2691E")],i.prototype,"fill",void 0),Nt([t.Property(1)],i.prototype,"opacity",void 0),Nt([t.Property("Rectangle")],i.prototype,"shape",void 0),Nt([t.Property(12)],i.prototype,"width",void 0),Nt([t.Property(12)],i.prototype,"height",void 0),Nt([t.Property(new ht(0,0))],i.prototype,"offset",void 0),Nt([t.Property("")],i.prototype,"imageUrl",void 0),Nt([t.Property("")],i.prototype,"dashArray",void 0),Nt([t.Complex({},Bt)],i.prototype,"labelStyle",void 0),Nt([t.Property(!1)],i.prototype,"allowClusterExpand",void 0),Nt([t.Complex({},Gt)],i.prototype,"connectorLineSettings",void 0),i}(t.ChildProperty),Xt=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return Ft(t,e),t}(t.ChildProperty),qt=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return Ft(i,e),Nt([t.Property(null)],i.prototype,"from",void 0),Nt([t.Property(null)],i.prototype,"to",void 0),Nt([t.Property(null)],i.prototype,"value",void 0),Nt([t.Property(null)],i.prototype,"color",void 0),Nt([t.Property(null)],i.prototype,"minOpacity",void 0),Nt([t.Property(null)],i.prototype,"maxOpacity",void 0),Nt([t.Property(null)],i.prototype,"label",void 0),Nt([t.Property(!0)],i.prototype,"showLegend",void 0),i}(t.ChildProperty),Yt=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return Ft(i,e),Nt([t.Property(null)],i.prototype,"latitude",void 0),Nt([t.Property(null)],i.prototype,"longitude",void 0),i}(t.ChildProperty),Jt=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return Ft(i,e),Nt([t.Property(null)],i.prototype,"shapePath",void 0),Nt([t.Property(null)],i.prototype,"shapeValue",void 0),i}(t.ChildProperty),Qt=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return Ft(i,e),Nt([t.Property(!1)],i.prototype,"enable",void 0),Nt([t.Property(null)],i.prototype,"fill",void 0),Nt([t.Property(1)],i.prototype,"opacity",void 0),Nt([t.Property(!1)],i.prototype,"enableMultiSelect",void 0),Nt([t.Complex({color:"transparent",width:0},Rt)],i.prototype,"border",void 0),i}(t.ChildProperty),Kt=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return Ft(i,e),Nt([t.Property(null)],i.prototype,"fill",void 0),Nt([t.Property(!1)],i.prototype,"enable",void 0),Nt([t.Property(1)],i.prototype,"opacity",void 0),Nt([t.Complex({color:"transparent",width:0},Rt)],i.prototype,"border",void 0),i}(t.ChildProperty),$t=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return Ft(i,e),Nt([t.Property(1)],i.prototype,"borderWidth",void 0),Nt([t.Property(1)],i.prototype,"borderOpacity",void 0),Nt([t.Property(1)],i.prototype,"opacity",void 0),Nt([t.Property("#FF471A")],i.prototype,"borderColor",void 0),Nt([t.Property("#FF471A")],i.prototype,"fill",void 0),Nt([t.Property([])],i.prototype,"points",void 0),Nt([t.Property("")],i.prototype,"tooltipText",void 0),Nt([t.Property("")],i.prototype,"tooltipTemplate",void 0),i}(t.ChildProperty),ei=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return Ft(i,e),Nt([t.Collection([],$t)],i.prototype,"polygons",void 0),Nt([t.Complex({},Qt)],i.prototype,"selectionSettings",void 0),Nt([t.Complex({},Kt)],i.prototype,"highlightSettings",void 0),Nt([t.Complex({},Vt)],i.prototype,"tooltipSettings",void 0),i}(t.ChildProperty),ti=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return Ft(i,e),Nt([t.Property(!1)],i.prototype,"visible",void 0),Nt([t.Property(1)],i.prototype,"width",void 0),Nt([t.Property(null)],i.prototype,"longitude",void 0),Nt([t.Property(null)],i.prototype,"latitude",void 0),Nt([t.Property("")],i.prototype,"dashArray",void 0),Nt([t.Property("black")],i.prototype,"color",void 0),Nt([t.Property(0)],i.prototype,"angle",void 0),Nt([t.Complex({showArrow:!1,position:"Start",size:5,color:"black"},zt)],i.prototype,"arrowSettings",void 0),Nt([t.Complex({},Qt)],i.prototype,"selectionSettings",void 0),Nt([t.Complex({},Kt)],i.prototype,"highlightSettings",void 0),i}(t.ChildProperty),ii=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return Ft(i,e),Nt([t.Complex({},Rt)],i.prototype,"border",void 0),Nt([t.Property(!1)],i.prototype,"visible",void 0),Nt([t.Property([])],i.prototype,"dataSource",void 0),Nt([t.Property()],i.prototype,"query",void 0),Nt([t.Property(1e3)],i.prototype,"animationDuration",void 0),Nt([t.Property(0)],i.prototype,"animationDelay",void 0),Nt([t.Property("")],i.prototype,"fill",void 0),Nt([t.Property(10)],i.prototype,"minRadius",void 0),Nt([t.Property(20)],i.prototype,"maxRadius",void 0),Nt([t.Property(1)],i.prototype,"opacity",void 0),Nt([t.Property(null)],i.prototype,"valuePath",void 0),Nt([t.Property("Circle")],i.prototype,"bubbleType",void 0),Nt([t.Property(null)],i.prototype,"colorValuePath",void 0),Nt([t.Collection([],qt)],i.prototype,"colorMapping",void 0),Nt([t.Complex({},Dt)],i.prototype,"tooltipSettings",void 0),Nt([t.Complex({},Qt)],i.prototype,"selectionSettings",void 0),Nt([t.Complex({},Kt)],i.prototype,"highlightSettings",void 0),i}(t.ChildProperty),oi=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return Ft(i,e),Nt([t.Property("")],i.prototype,"text",void 0),Nt([t.Property("")],i.prototype,"description",void 0),i}(t.ChildProperty),ni=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return Ft(i,e),Nt([t.Complex({size:null,fontWeight:null,fontFamily:null},Bt)],i.prototype,"textStyle",void 0),Nt([t.Property("Center")],i.prototype,"alignment",void 0),i}(oi),ai=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return Ft(i,e),Nt([t.Complex({size:null,fontWeight:null,fontFamily:null},Bt)],i.prototype,"textStyle",void 0),Nt([t.Property("Center")],i.prototype,"alignment",void 0),Nt([t.Complex({},ni)],i.prototype,"subtitleSettings",void 0),i}(oi),li=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return Ft(i,e),Nt([t.Property(!1)],i.prototype,"enable",void 0),Nt([t.Property(!0)],i.prototype,"enablePanning",void 0),Nt([t.Property(!0)],i.prototype,"enableSelectionZooming",void 0),Nt([t.Property(!0)],i.prototype,"mouseWheelZoom",void 0),Nt([t.Property(!1)],i.prototype,"doubleClickZoom",void 0),Nt([t.Property(!0)],i.prototype,"pinchZooming",void 0),Nt([t.Property(!1)],i.prototype,"zoomOnClick",void 0),Nt([t.Property(1)],i.prototype,"zoomFactor",void 0),Nt([t.Property(10)],i.prototype,"maxZoom",void 0),Nt([t.Property(1)],i.prototype,"minZoom",void 0),Nt([t.Property(!1)],i.prototype,"shouldZoomInitially",void 0),Nt([t.Property(!0)],i.prototype,"resetToInitial",void 0),Nt([t.Complex({},jt)],i.prototype,"toolbarSettings",void 0),i}(t.ChildProperty),ri=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return Ft(i,e),Nt([t.Property(!1)],i.prototype,"enable",void 0),Nt([t.Property(!0)],i.prototype,"applyShapeSettings",void 0),Nt([t.Property(1)],i.prototype,"opacity",void 0),Nt([t.Property("")],i.prototype,"fill",void 0),Nt([t.Complex({color:"",width:0},Rt)],i.prototype,"border",void 0),i}(t.ChildProperty),si=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return Ft(i,e),Nt([t.Property(!1)],i.prototype,"useMarkerShape",void 0),Nt([t.Property(!1)],i.prototype,"toggleVisibility",void 0),Nt([t.Property(!1)],i.prototype,"visible",void 0),Nt([t.Property("transparent")],i.prototype,"background",void 0),Nt([t.Property("Layers")],i.prototype,"type",void 0),Nt([t.Property(!1)],i.prototype,"invertedPointer",void 0),Nt([t.Property("After")],i.prototype,"labelPosition",void 0),Nt([t.Property("None")],i.prototype,"labelDisplayMode",void 0),Nt([t.Property("Circle")],i.prototype,"shape",void 0),Nt([t.Property("")],i.prototype,"width",void 0),Nt([t.Property("")],i.prototype,"height",void 0),Nt([t.Complex({fontFamily:null,fontWeight:null},Bt)],i.prototype,"textStyle",void 0),Nt([t.Property(15)],i.prototype,"shapeWidth",void 0),Nt([t.Property(15)],i.prototype,"shapeHeight",void 0),Nt([t.Property(10)],i.prototype,"shapePadding",void 0),Nt([t.Complex({color:null,width:0},Rt)],i.prototype,"border",void 0),Nt([t.Complex({color:"#000000",width:0},Rt)],i.prototype,"shapeBorder",void 0),Nt([t.Complex({},oi)],i.prototype,"title",void 0),Nt([t.Complex({size:null,color:st.legendTitleFont.color,fontStyle:st.legendTitleFont.fontStyle,fontWeight:null,fontFamily:null},Bt)],i.prototype,"titleStyle",void 0),Nt([t.Property("Bottom")],i.prototype,"position",void 0),Nt([t.Property("Center")],i.prototype,"alignment",void 0),Nt([t.Property("None")],i.prototype,"orientation",void 0),Nt([t.Property({x:0,y:0})],i.prototype,"location",void 0),Nt([t.Property(null)],i.prototype,"fill",void 0),Nt([t.Property(1)],i.prototype,"opacity",void 0),Nt([t.Property("Default")],i.prototype,"mode",void 0),Nt([t.Property(null)],i.prototype,"showLegendPath",void 0),Nt([t.Property(null)],i.prototype,"valuePath",void 0),Nt([t.Property(!1)],i.prototype,"removeDuplicateLegend",void 0),Nt([t.Complex({},ri)],i.prototype,"toggleLegendSettings",void 0),i}(t.ChildProperty),di=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return Ft(i,e),Nt([t.Property(!1)],i.prototype,"visible",void 0),Nt([t.Complex({width:0,color:"transparent"},Rt)],i.prototype,"border",void 0),Nt([t.Property("black")],i.prototype,"fill",void 0),Nt([t.Property(1)],i.prototype,"opacity",void 0),Nt([t.Property(5)],i.prototype,"rx",void 0),Nt([t.Property(5)],i.prototype,"ry",void 0),Nt([t.Complex({fontWeight:null},Bt)],i.prototype,"textStyle",void 0),Nt([t.Property("")],i.prototype,"labelPath",void 0),Nt([t.Property("None")],i.prototype,"smartLabelMode",void 0),Nt([t.Property("None")],i.prototype,"intersectionAction",void 0),Nt([t.Property("")],i.prototype,"template",void 0),Nt([t.Property(0)],i.prototype,"animationDuration",void 0),i}(t.ChildProperty),pi=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return Ft(i,e),Nt([t.Property(null)],i.prototype,"fill",void 0),Nt([t.Property([])],i.prototype,"palette",void 0),Nt([t.Property(5)],i.prototype,"circleRadius",void 0),Nt([t.Complex({width:null,color:null},Rt)],i.prototype,"border",void 0),Nt([t.Property("")],i.prototype,"dashArray",void 0),Nt([t.Property(1)],i.prototype,"opacity",void 0),Nt([t.Property(null)],i.prototype,"colorValuePath",void 0),Nt([t.Property(null)],i.prototype,"borderColorValuePath",void 0),Nt([t.Property(null)],i.prototype,"borderWidthValuePath",void 0),Nt([t.Property(null)],i.prototype,"valuePath",void 0),Nt([t.Collection([],qt)],i.prototype,"colorMapping",void 0),Nt([t.Property(!1)],i.prototype,"autofill",void 0),i}(t.ChildProperty),hi=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return Ft(i,e),Nt([t.Complex({color:"transparent",width:1},Rt)],i.prototype,"border",void 0),Nt([t.Property(null)],i.prototype,"dashArray",void 0),Nt([t.Property(!1)],i.prototype,"visible",void 0),Nt([t.Property(!1)],i.prototype,"enableDrag",void 0),Nt([t.Property("#FF471A")],i.prototype,"fill",void 0),Nt([t.Property(10)],i.prototype,"height",void 0),Nt([t.Property(10)],i.prototype,"width",void 0),Nt([t.Property(1)],i.prototype,"opacity",void 0),Nt([t.Property(null)],i.prototype,"colorValuePath",void 0),Nt([t.Property(null)],i.prototype,"shapeValuePath",void 0),Nt([t.Property(null)],i.prototype,"imageUrlValuePath",void 0),Nt([t.Property("Balloon")],i.prototype,"shape",void 0),Nt([t.Property("")],i.prototype,"legendText",void 0),Nt([t.Property(new ht(0,0))],i.prototype,"offset",void 0),Nt([t.Property("")],i.prototype,"imageUrl",void 0),Nt([t.Property(null)],i.prototype,"template",void 0),Nt([t.Property([])],i.prototype,"dataSource",void 0),Nt([t.Property()],i.prototype,"query",void 0),Nt([t.Complex({},Dt)],i.prototype,"tooltipSettings",void 0),Nt([t.Property(1e3)],i.prototype,"animationDuration",void 0),Nt([t.Property(0)],i.prototype,"animationDelay",void 0),Nt([t.Complex({},Qt)],i.prototype,"selectionSettings",void 0),Nt([t.Complex({},Kt)],i.prototype,"highlightSettings",void 0),Nt([t.Property(null)],i.prototype,"latitudeValuePath",void 0),Nt([t.Property(null)],i.prototype,"longitudeValuePath",void 0),Nt([t.Collection([],Yt)],i.prototype,"initialMarkerSelection",void 0),i}(t.ChildProperty),mi=function(e){function t(t,i,o,n){return e.call(this,t,i,o,n)||this}return Ft(t,e),t}(hi),ci=function(e){function i(){var t=null!==e&&e.apply(this,arguments)||this;return t.isBaseLayer=!1,t}return Ft(i,e),Nt([t.Property(null)],i.prototype,"shapeData",void 0),Nt([t.Property()],i.prototype,"query",void 0),Nt([t.Complex({},pi)],i.prototype,"shapeSettings",void 0),Nt([t.Property([])],i.prototype,"dataSource",void 0),Nt([t.Property("Layer")],i.prototype,"type",void 0),Nt([t.Property("Geographic")],i.prototype,"geometryType",void 0),Nt([t.Property("")],i.prototype,"urlTemplate",void 0),Nt([t.Property(!0)],i.prototype,"visible",void 0),Nt([t.Property("name")],i.prototype,"shapeDataPath",void 0),Nt([t.Property("name")],i.prototype,"shapePropertyPath",void 0),Nt([t.Property(0)],i.prototype,"animationDuration",void 0),Nt([t.Collection([],mi)],i.prototype,"markerSettings",void 0),Nt([t.Complex({},Wt)],i.prototype,"markerClusterSettings",void 0),Nt([t.Complex({},di)],i.prototype,"dataLabelSettings",void 0),Nt([t.Collection([],ii)],i.prototype,"bubbleSettings",void 0),Nt([t.Collection([],ti)],i.prototype,"navigationLineSettings",void 0),Nt([t.Complex({},ei)],i.prototype,"polygonSettings",void 0),Nt([t.Complex({},Dt)],i.prototype,"tooltipSettings",void 0),Nt([t.Complex({},Qt)],i.prototype,"selectionSettings",void 0),Nt([t.Complex({},Kt)],i.prototype,"highlightSettings",void 0),Nt([t.Complex({},ri)],i.prototype,"toggleLegendSettings",void 0),Nt([t.Collection([],Jt)],i.prototype,"initialShapeSelection",void 0),i}(t.ChildProperty),ui=function(){function e(e,t,i,o,n,a,l){void 0===i&&(i=256),void 0===o&&(o=256),void 0===n&&(n=0),void 0===a&&(a=0),void 0===l&&(l=null),this.x=e,this.y=t,this.top=n,this.left=a,this.height=i,this.width=o,this.src=l}return e}(),gi=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return Ft(i,e),Nt([t.Property(null)],i.prototype,"background",void 0),Nt([t.Complex({color:"transparent",width:1},Rt)],i.prototype,"border",void 0),i}(t.ChildProperty),yi="markerClusterRendering",fi="animationComplete",bi="itemSelection",vi=function(){function e(e){this.maps=e}return e.prototype.getBingMap=function(e,i,o,n,a,l){for(var r="",s=Math.min(this.maps.tileZoomLevel,parseInt(this.maxZoom,10));s>0;s--){var d=0,p=1<<s-1;0!=(e.x&p)&&d++,0!=(e.y&p)&&(d+=2),r=r+""+d}if(t.isNullOrUndefined(l))return"";var h=l[Math.min(parseInt(r.substr(r.length-1,1),10),l.length)];return a=a.replace("{quadkey}",r).replace("{subdomain}",h),a+="&mkt="+n+"&ur=IN&Key="+i},e.prototype.destroy=function(){this.maps=null,this.subDomains=[]},e}(),Si=function(){function e(e){}return e.prototype.getShapeColorMapping=function(e,i,o){var n=e.colorValuePath?e.colorValuePath:e.valuePath,a=t.isNullOrUndefined(n)?i[n]:n.indexOf(".")>-1?I(i,n):i[n],l=Number(a),r=this.getColorByValue(e.colorMapping,l,a);return t.isNullOrUndefined(r)?o:r},e.prototype.getColorByValue=function(e,i,o){if(isNaN(i)&&t.isNullOrUndefined(o))return null;for(var n,a="",l=0,r=e;l<r.length;l++){var s=r[l];(!t.isNullOrUndefined(s.from)&&!t.isNullOrUndefined(s.to)&&i>=s.from&&i<=s.to||s.value===o)&&(a="[object Array]"===Object.prototype.toString.call(s.color)?t.isNullOrUndefined(s.value)?this.getColor(s,i):s.color[0]:s.color),(i>=s.from&&i<=s.to||s.value===o)&&!t.isNullOrUndefined(s.minOpacity)&&!t.isNullOrUndefined(s.maxOpacity)&&a&&(n=this.deSaturationColor(s,a,i,o)),(""===a||t.isNullOrUndefined(a))&&t.isNullOrUndefined(s.from)&&t.isNullOrUndefined(s.to)&&t.isNullOrUndefined(s.minOpacity)&&t.isNullOrUndefined(s.maxOpacity)&&t.isNullOrUndefined(s.value)&&(a="[object Array]"===Object.prototype.toString.call(s.color)?s.color[0]:s.color)}return{fill:a||(e.length?null:o),opacity:n}},e.prototype.deSaturationColor=function(e,t,i,o){var n=1;return(i>=e.from&&i<=e.to||e.value===o)&&(n=(isNaN(i)?e.from/(e.to-e.from):(i-e.from)/(e.to-e.from))*(e.maxOpacity-e.minOpacity)+e.minOpacity),n},e.prototype.rgbToHex=function(e,t,i){return"#"+this.componentToHex(e)+this.componentToHex(t)+this.componentToHex(i)},e.prototype.componentToHex=function(e){var t=e.toString(16);return 1===t.length?"0"+t:t},e.prototype.getColor=function(e,t){var i,o="";return Number(t)===e.from?o=e.color[0]:Number(t)===e.to?o=e.color[e.color.length-1]:(i=this.getGradientColor(Number(t),e),o=this.rgbToHex(i.r,i.g,i.b)),o},e.prototype.getGradientColor=function(e,t){var i=t.from,o=t.to,n=0,a=o-i;n=(e-i)/a;var l,r;if(t.color.length<=2)l="#"===t.color[0].charAt(0)?t.color[0]:this._colorNameToHex(t.color[0]),r="#"===t.color[t.color.length-1].charAt(0)?t.color[t.color.length-1]:this._colorNameToHex(t.color[t.color.length-1]);else{l="#"===t.color[0].charAt(0)?t.color[0]:this._colorNameToHex(t.color[0]),r="#"===t.color[t.color.length-1].charAt(0)?t.color[t.color.length-1]:this._colorNameToHex(t.color[t.color.length-1]);for(var s=a/(t.color.length-1),d=t.color.length-1,p=[],h={},m=1;m<d;m++)h={b:i+m*s,color:t.color[m]},p.push(h);for(var c=0;c<p.length;c++)i<=e&&e<=p[c].b&&0===c?(r="#"===p[c].color.charAt(0)?p[c].color:this._colorNameToHex(p[c].color),n=e<p[c].b?1-Math.abs((e-p[c].b)/s):(e-p[c].b)/s):p[c].b<=e&&e<=o&&c===p.length-1&&(l="#"===p[c].color.charAt(0)?p[c].color:this._colorNameToHex(p[c].color),n=e<p[c].b?1-Math.abs((e-p[c].b)/s):(e-p[c].b)/s),c!==p.length-1&&c<p.length&&p[c].b<=e&&e<=p[c+1].b&&(l="#"===p[c].color.charAt(0)?p[c].color:this._colorNameToHex(p[c].color),r="#"===p[c+1].color.charAt(0)?p[c+1].color:this._colorNameToHex(p[c+1].color),n=Math.abs(e-p[c+1].b)/s)}return this.getPercentageColor(n,l,r)},e.prototype.getPercentageColor=function(e,t,i){var o=i.split("#")[1],n=t.split("#")[1],a=this.getPercentage(e,parseInt(n.substr(0,2),16),parseInt(o.substr(0,2),16)),l=this.getPercentage(e,parseInt(n.substr(2,2),16),parseInt(o.substr(2,2),16)),r=this.getPercentage(e,parseInt(n.substr(4,2),16),parseInt(o.substr(4,2),16));return new ft(a,l,r)},e.prototype.getPercentage=function(e,t,i){var o=i-t;return Math.round(t+o*e)},e.prototype._colorNameToHex=function(e){var t={aliceblue:"#f0f8ff",antiquewhite:"#faebd7",aqua:"#00ffff",aquamarine:"#7fffd4",azure:"#f0ffff",beige:"#f5f5dc",bisque:"#ffe4c4",black:"#000000",blanchedalmond:"#ffebcd",blue:"#0000ff",blueviolet:"#8a2be2",brown:"#a52a2a",burlywood:"#deb887",cadetblue:"#5f9ea0",chartreuse:"#7fff00",chocolate:"#d2691e",coral:"#ff7f50",cornflowerblue:"#6495ed",cornsilk:"#fff8dc",crimson:"#dc143c",cyan:"#00ffff",darkblue:"#00008b",darkcyan:"#008b8b",darkgoldenrod:"#b8860b",darkgray:"#a9a9a9",darkgreen:"#006400",darkkhaki:"#bdb76b",darkmagenta:"#8b008b",darkolivegreen:"#556b2f",darkorange:"#ff8c00",darkorchid:"#9932cc",darkred:"#8b0000",darksalmon:"#e9967a",darkseagreen:"#8fbc8f",darkslateblue:"#483d8b",darkslategray:"#2f4f4f",darkturquoise:"#00ced1",darkviolet:"#9400d3",deeppink:"#ff1493",deepskyblue:"#00bfff",dimgray:"#696969",dodgerblue:"#1e90ff",firebrick:"#b22222",floralwhite:"#fffaf0",forestgreen:"#228b22",fuchsia:"#ff00ff",gainsboro:"#dcdcdc",ghostwhite:"#f8f8ff",gold:"#ffd700",goldenrod:"#daa520",gray:"#808080",green:"#008000",greenyellow:"#adff2f",honeydew:"#f0fff0",hotpink:"#ff69b4","indianred ":"#cd5c5c","indigo ":"#4b0082",ivory:"#fffff0",khaki:"#f0e68c",lavender:"#e6e6fa",lavenderblush:"#fff0f5",lawngreen:"#7cfc00",lemonchiffon:"#fffacd",lightblue:"#add8e6",lightcoral:"#f08080",lightcyan:"#e0ffff",lightgoldenrodyellow:"#fafad2",lightgrey:"#d3d3d3",lightgreen:"#90ee90",lightpink:"#ffb6c1",lightsalmon:"#ffa07a",lightseagreen:"#20b2aa",lightskyblue:"#87cefa",lightslategray:"#778899",lightsteelblue:"#b0c4de",lightyellow:"#ffffe0",lime:"#00ff00",limegreen:"#32cd32",linen:"#faf0e6",magenta:"#ff00ff",maroon:"#800000",mediumaquamarine:"#66cdaa",mediumblue:"#0000cd",mediumorchid:"#ba55d3",mediumpurple:"#9370d8",mediumseagreen:"#3cb371",mediumslateblue:"#7b68ee",mediumspringgreen:"#00fa9a",mediumturquoise:"#48d1cc",mediumvioletred:"#c71585",midnightblue:"#191970",mintcream:"#f5fffa",mistyrose:"#ffe4e1",moccasin:"#ffe4b5",navajowhite:"#ffdead",navy:"#000080",orchid:"#da70d6",papayawhip:"#ffefd5",oldlace:"#fdf5e6",olive:"#808000",olivedrab:"#6b8e23",orange:"#ffa500",orangered:"#ff4500",palegoldenrod:"#eee8aa",palegreen:"#98fb98",paleturquoise:"#afeeee",palevioletred:"#d87093",peachpuff:"#ffdab9",peru:"#cd853f",pink:"#ffc0cb",plum:"#dda0dd",powderblue:"#b0e0e6",purple:"#800080",red:"#ff0000",rosybrown:"#bc8f8f",royalblue:"#4169e1",saddlebrown:"#8b4513",salmon:"#fa8072",sandybrown:"#f4a460",seagreen:"#2e8b57",seashell:"#fff5ee",sienna:"#a0522d",silver:"#c0c0c0",skyblue:"#87ceeb",slateblue:"#6a5acd",slategray:"#708090",snow:"#fffafa",springgreen:"#00ff7f",steelblue:"#4682b4",tan:"#d2b48c",teal:"#008080",thistle:"#d8bfd8",tomato:"#ff6347",turquoise:"#40e0d0",violet:"#ee82ee",wheat:"#f5deb3",white:"#ffffff",whitesmoke:"#f5f5f5",yellow:"#ffff00",yellowgreen:"#9acd32"};return"[object Array]"===Object.prototype.toString.call(e)?e:void 0!==t[e.toLowerCase()]?t[e.toLowerCase()]:e},e}(),xi=function(){function e(e){this.isMapCoordinates=!0,this.horizontalPan=!1,this.horizontalPanXCount=0,this.mapObject=e,this.ajaxModule=new t.Fetch,this.ajaxResponse=[]}return e.prototype.measureLayerPanel=function(){var e=this,i=this.mapObject.layersCollection,o=this.mapObject.mapAreaRect,n=Oe(this.mapObject.element.id+"_Secondary_Element");if(this.mapObject.isTileMap&&n){this.tileSvgObject=this.mapObject.renderer.createSvg({id:this.mapObject.element.id+"_Tile_SVG",width:o.width,height:o.height});var a=t.createElement("div",{id:this.mapObject.element.id+"_Tile_SVG_Parent"});a.style.cssText="position: absolute; height: "+o.height+"px; width: "+o.width+"px;",a.appendChild(this.tileSvgObject),n.appendChild(a)}this.layerGroup=this.mapObject.renderer.createGroup({id:this.mapObject.element.id+"_Layer_Collections","clip-path":"url(#"+this.mapObject.element.id+"_MapArea_ClipRect)"}),this.clipRectElement=this.mapObject.renderer.drawClipPath(new bt(this.mapObject.element.id+"_MapArea_ClipRect","transparent",{width:1,color:"Gray"},1,{x:this.mapObject.isTileMap?0:o.x,y:this.mapObject.isTileMap?0:o.y,width:o.width,height:o.height})),this.layerGroup.appendChild(this.clipRectElement),this.mapObject.baseMapBounds=null,this.mapObject.baseMapRectBounds=null,this.mapObject.baseSize=null,Array.prototype.forEach.call(i,function(t,i){e.currentLayer=t,e.processLayers(t,i)}),t.isNullOrUndefined(this.mapObject.legendModule)||"Float"!==this.mapObject.legendSettings.position||(this.mapObject.isTileMap?this.layerGroup.appendChild(this.mapObject.legendModule.legendGroup):this.mapObject.svgObject.appendChild(this.mapObject.legendModule.legendGroup))},e.prototype.renderTileLayer=function(e,i,o,n){e.currentFactor=e.calculateFactor(i),e.mapObject.defaultState=!(1!==e.mapObject.zoomSettings.zoomFactor&&!t.isNullOrUndefined(e.mapObject.tileZoomLevel)&&1!==e.mapObject.tileZoomLevel),t.isNullOrUndefined(e.mapObject.previousCenterLatitude)&&t.isNullOrUndefined(e.mapObject.previousCenterLongitude)&&!e.mapObject.isZoomByPosition?(e.mapObject.previousCenterLatitude=e.mapObject.centerPosition.latitude,e.mapObject.previousCenterLongitude=e.mapObject.centerPosition.longitude):e.mapObject.previousCenterLatitude!==e.mapObject.centerPosition.latitude&&e.mapObject.previousCenterLongitude!==e.mapObject.centerPosition.longitude||e.mapObject.isZoomByPosition?(e.mapObject.centerPositionChanged=!0,e.mapObject.previousCenterLatitude=e.mapObject.centerPosition.latitude,e.mapObject.previousCenterLongitude=e.mapObject.centerPosition.longitude):e.mapObject.centerPositionChanged=!1;var a=new ht(e.mapObject.centerPosition.longitude,e.mapObject.centerPosition.latitude),l=a;this.mapObject.isTileMap&&e.mapObject.markerModule&&e.mapObject.zoomSettings.enable&&(e.mapObject.markerModule.calculateZoomCenterPositionAndFactor(this.mapObject.layersCollection),t.isNullOrUndefined(this.mapObject.markerCenterLatitude)||t.isNullOrUndefined(this.mapObject.markerCenterLongitude)||e.mapObject.isZoomByPosition||(l=new ht(e.mapObject.markerCenterLongitude,e.mapObject.markerCenterLatitude))),a=!e.mapObject.zoomSettings.shouldZoomInitially&&e.mapObject.centerPosition.longitude&&e.mapObject.centerPosition.latitude&&!e.mapObject.zoomPersistence&&e.mapObject.defaultState?new ht(e.mapObject.centerPosition.longitude,e.mapObject.centerPosition.latitude):e.mapObject.zoomSettings.shouldZoomInitially&&e.mapObject.markerZoomedState&&!e.mapObject.zoomPersistence&&!t.isNullOrUndefined(e.mapObject.markerZoomCenterPoint)?new ht(e.mapObject.markerZoomCenterPoint.longitude,e.mapObject.markerZoomCenterPoint.latitude):{x:null,y:null};var r=e.mapObject.zoomSettings.shouldZoomInitially&&!e.mapObject.isZoomByPosition?t.isNullOrUndefined(e.mapObject.markerZoomFactor)?1:e.mapObject.markerZoomFactor:e.mapObject.zoomSettings.zoomFactor;if(r=e.mapObject.enablePersistence?t.isNullOrUndefined(e.mapObject.mapScaleValue)?t.isNullOrUndefined(e.mapObject.markerZoomFactor)?e.mapObject.zoomSettings.zoomFactor:e.mapObject.markerZoomFactor:e.mapObject.mapScaleValue:r,r=e.mapObject.zoomSettings.enable?r:e.mapObject.zoomSettings.zoomFactor,r=r>0?r:1,e.mapObject.defaultState=1===r,!e.mapObject.markerZoomedState&&e.mapObject.zoomSettings.shouldZoomInitially&&1===e.mapObject.zoomSettings.zoomFactor&&(e.mapObject.defaultState=!0),t.isNullOrUndefined(e.mapObject.tileZoomLevel))e.mapObject.tileZoomLevel=r,e.mapObject.previousZoomFactor=r;else if(this.mapObject.isReset&&1===e.mapObject.tileZoomLevel&&!e.mapObject.zoomSettings.shouldZoomInitially){var s=e.mapObject.tileZoomLevel;e.mapObject.tileZoomLevel=s}else 1!==e.mapObject.zoomSettings.zoomFactor||e.mapObject.zoomSettings.shouldZoomInitially?(e.mapObject.previousZoomFactor=e.mapObject.tileZoomLevel,e.mapObject.tileZoomLevel=e.mapObject.defaultState&&e.mapObject.zoomSettings.enable?e.mapObject.tileZoomLevel:e.mapObject.zoomSettings.shouldZoomInitially||e.mapObject.centerPositionChanged?r:e.mapObject.previousZoomFactor!==e.mapObject.zoomSettings.zoomFactor?e.mapObject.zoomSettings.zoomFactor:e.mapObject.tileZoomLevel,e.mapObject.tileZoomLevel=1===r&&0===e.mapObject.zoomSettings.zoomFactor?r:e.mapObject.tileZoomLevel,!t.isNullOrUndefined(e.mapObject.tileTranslatePoint)&&(e.mapObject.markerZoomFactor!==e.mapObject.mapScaleValue||t.isNullOrUndefined(e.mapObject.markerZoomFactor)&&t.isNullOrUndefined(e.mapObject.mapScaleValue))&&(e.mapObject.zoomSettings.zoomFactor<=1||e.mapObject.previousZoomFactor!==e.mapObject.zoomSettings.zoomFactor)&&(e.mapObject.tileTranslatePoint.x=0,e.mapObject.tileTranslatePoint.y=0)):e.mapObject.defaultState&&(e.mapObject.previousZoomFactor=e.mapObject.tileZoomLevel,e.mapObject.tileZoomLevel=r,t.isNullOrUndefined(e.mapObject.tileTranslatePoint)||(e.mapObject.tileTranslatePoint.x=0,e.mapObject.tileTranslatePoint.y=0));if(r<=1&&!t.isNullOrUndefined(e.mapObject.height)&&!e.mapObject.zoomSettings.shouldZoomInitially&&e.mapObject.tileZoomLevel===e.mapObject.tileZoomScale&&this.mapObject.initialCheck&&xe(this.mapObject),t.isNullOrUndefined(e.mapObject.centerLatOfGivenLocation)||t.isNullOrUndefined(e.mapObject.centerLongOfGivenLocation)||!e.mapObject.zoomNotApplied||(t.isNullOrUndefined(l)||(l.y=e.mapObject.centerLatOfGivenLocation,l.x=e.mapObject.centerLongOfGivenLocation),e.mapObject.tileZoomLevel=e.mapObject.mapScaleValue=e.mapObject.scaleOfGivenLocation),e.mapObject.tileTranslatePoint=e.panTileMap(e.mapObject.availableSize.width,e.mapObject.availableSize.height,l),this.mapObject.zoomSettings.resetToInitial&&this.mapObject.initialCheck&&!t.isNullOrUndefined(e.mapObject.height)&&this.mapObject.availableSize.height>512){this.mapObject.applyZoomReset=!0,this.mapObject.initialZoomLevel=Math.floor(this.mapObject.availableSize.height/512);var d=256*Math.pow(2,this.mapObject.initialZoomLevel);t.isNullOrUndefined(this.mapObject.initialTileTranslate)||(this.mapObject.initialTileTranslate.x=this.mapObject.availableSize.width/2-d/2,this.mapObject.initialTileTranslate.y=this.mapObject.availableSize.height/2-d/2+20)}if(e.generateTiles(e.mapObject.tileZoomLevel,e.mapObject.tileTranslatePoint,null,n),t.isNullOrUndefined(e.mapObject.previousZoomFactor)||e.mapObject.previousZoomFactor===e.mapObject.zoomSettings.zoomFactor||(e.mapObject.previousZoomFactor=e.mapObject.zoomSettings.zoomFactor),e.mapObject.polygonModule){var p=e.mapObject.polygonModule.polygonRender(this.mapObject,o,e.mapObject.tileZoomLevel);t.isNullOrUndefined(p)||e.layerObject.appendChild(p)}if(e.mapObject.navigationLineModule){var h=e.mapObject.navigationLineModule.renderNavigation(e.currentLayer,e.mapObject.tileZoomLevel,o);t.isNullOrUndefined(h)||e.layerObject.appendChild(h)}e.mapObject.markerModule&&e.mapObject.markerModule.markerRender(this.mapObject,e.layerObject,o,e.mapObject.tileZoomLevel,null),e.translateLayerElements(e.layerObject),e.layerGroup.appendChild(e.layerObject)},e.prototype.processLayers=function(e,i){var o=this;if(this.layerObject=this.mapObject.renderer.createGroup({id:this.mapObject.element.id+"_LayerIndex_"+i}),!this.mapObject.enablePersistence){var n=this.mapObject.getModuleName()+this.mapObject.element.id;if(-1===navigator.userAgent.indexOf("Edge")){var a=void 0;try{a=window.localStorage}catch(e){a=null}!t.isNullOrUndefined(a)&&window.localStorage.getItem(n)&&window.localStorage.removeItem(n)}}var l={cancel:!1,name:"layerRendering",index:i,layer:e,maps:this.mapObject,visible:e.visible};this.mapObject.trigger("layerRendering",l,function(n){if(!l.cancel&&l.visible)if(t.isNullOrUndefined(e.shapeData)&&!t.isNullOrUndefined(e.urlTemplate)&&""!==e.urlTemplate)if(!t.isNullOrUndefined(e.urlTemplate)&&e.urlTemplate.indexOf("quadkey")>-1){var a=new vi(o.mapObject);o.bingMapCalculation(e,i,o,a)}else o.renderTileLayer(o,e,i);else if(!(t.isNullOrUndefined(e.shapeData)||t.isNullOrUndefined(e.shapeData.geometries)&&t.isNullOrUndefined(e.shapeData.features))){var r=!t.isNullOrUndefined(e.shapeData.geometries)&&e.shapeData.geometries.length>0?e.shapeData.geometries:e.shapeData.features;e.layerData=[];var s=e.shapeData.bbox;!t.isNullOrUndefined(s)&&e.isBaseLayer?o.mapObject.baseMapBounds=new ut({min:s[0][1],max:s[1][1]},{min:s[0][0],max:s[1][0]}):t.isNullOrUndefined(o.mapObject.baseMapBounds)&&!ue(r)&&o.calculateRectBounds(r),o.calculatePathCollection(i,r)}}),this.mapObject.isTileMap?this.tileSvgObject&&(this.tileSvgObject.appendChild(this.layerGroup),this.mapObject.baseMapBounds=null):this.mapObject.svgObject.appendChild(this.layerGroup)},e.prototype.bingMapCalculation=function(e,t,i,o){o.imageUrl=e.urlTemplate,o.subDomains=["t0","t1","t2","t3"],o.maxZoom="21",i.mapObject.bingMap=o,i.renderTileLayer(i,e,t,o),this.mapObject.arrangeTemplate(),this.mapObject.zoomModule&&this.mapObject.previousScale!==this.mapObject.scale&&this.mapObject.zoomModule.applyTransform(this.mapObject,!0)},e.prototype.bubbleCalculation=function(e,i){if(null!=e.dataSource&&null!=e)for(var o=e.dataSource,n=0;n<o.length;n++){var a=t.isNullOrUndefined(e.valuePath)?parseFloat(e.dataSource[n][e.valuePath]):e.valuePath.indexOf(".")>-1?Number(I(e.dataSource[n],e.valuePath)):parseFloat(e.dataSource[n][e.valuePath]);isNaN(a)||(0!==n?a>i.max?i.max=a:a<i.min&&(i.min=a):i.max=i.min=a)}},e.prototype.calculatePathCollection=function(e,i){var o=this;this.groupElements=[],ue(i)||(this.currentFactor=this.calculateFactor(this.currentLayer)),this.rectBounds=null;var n=this.currentLayer.shapeSettings;Array.prototype.forEach.call(i,function(e){if(!t.isNullOrUndefined(e.geometry)||!t.isNullOrUndefined(e.coordinates)){var i=t.isNullOrUndefined(e.geometry)?e.type:e.geometry.type,n=t.isNullOrUndefined(e.geometry)?e.coordinates:e.geometry.coordinates,a=e.geometry,l=e.properties;o.generatePoints(i,n,a,l)}}),this.currentLayer.rectBounds=this.rectBounds,t.isNullOrUndefined(this.mapObject.baseMapRectBounds)&&this.currentLayer.isBaseLayer&&(this.mapObject.baseMapRectBounds=this.rectBounds);var a=!t.isNullOrUndefined(n.palette)&&n.palette.length>1?n.palette:lt(this.mapObject.theme),l=t.createElement("div",{id:this.mapObject.element.id+"_LayerIndex_"+e+"_Label_Template_Group",className:this.mapObject.element.id+"_template"});if(l.style.cssText="pointer-events: none; overflow: hidden; position: absolute;top:"+this.mapObject.mapAreaRect.y+"px;left:"+this.mapObject.mapAreaRect.x+"px;height:"+this.mapObject.mapAreaRect.height+"px;width:"+this.mapObject.mapAreaRect.width+"px;",0!==this.currentLayer.layerData.length)for(var r=this,s=0;s<this.currentLayer.layerData.length;s++)!function(s){var d,p,h,m=void 0,c={color:n.border.color||r.mapObject.themeStyle.shapeBorderColor,width:n.border.width,opacity:n.border.opacity},u=r.currentLayer.layerData[s],g="",y=n.autofill?a[s%a.length]:n.fill||r.mapObject.themeStyle.shapeFill;null===n.colorValuePath||t.isNullOrUndefined(u.property)||(null!==(m=de(r.currentLayer.dataSource,u.property,r.currentLayer.shapeDataPath,r.currentLayer.shapePropertyPath,r.currentLayer))&&0===n.colorMapping.length?y=r.currentLayer.shapeSettings.colorValuePath.indexOf(".")>-1?I(r.currentLayer.dataSource[m],n.colorValuePath):r.currentLayer.dataSource[m][n.colorValuePath]:u.property[n.colorValuePath]&&0===r.currentLayer.dataSource.length&&0===n.colorMapping.length&&(y=r.currentLayer.shapeSettings.colorValuePath.indexOf(".")>-1?I(u.property,n.colorValuePath):u.property[n.colorValuePath]),y=t.isNullOrUndefined(y)?n.fill||r.mapObject.themeStyle.shapeFill:y);var f=r.mapObject.element.id+"_LayerIndex_"+e+"_shapeIndex_"+s+"_dataIndex_"+m,b=r.getShapeColorMapping(r.currentLayer,u.property,y);y="[object Object]"!==Object.prototype.toString.call(b)||t.isNullOrUndefined(b.fill)?y:b.fill,(r.currentLayer.shapeSettings.borderColorValuePath||r.currentLayer.shapeSettings.borderWidthValuePath)&&null!==(m=de(r.currentLayer.dataSource,u.property,r.currentLayer.shapeDataPath,r.currentLayer.shapePropertyPath,r.currentLayer))&&(r.currentLayer.dataSource[m][n.borderColorValuePath]&&(c.color=r.currentLayer.dataSource[m][n.borderColorValuePath]),r.currentLayer.dataSource[m][n.borderWidthValuePath]&&(c.width=r.currentLayer.dataSource[m][n.borderWidthValuePath]));var v="[object Object]"!==Object.prototype.toString.call(b)||t.isNullOrUndefined(b.opacity)?n.opacity:b.opacity,S={cancel:!1,name:"shapeRendering",index:s,data:r.currentLayer.dataSource?r.currentLayer.dataSource[m]:null,maps:r.mapObject,shape:n,fill:y,border:{width:c.width,color:c.color,opacity:c.opacity}},x=function(r){var m=t.isNullOrUndefined(u._isMultiPolygon)?t.isNullOrUndefined(u.type)?u[0].type:u.type:"MultiPolygon";if(m="Polygon"===m||"MultiPolygon"===m?"Polygon":m,r.cancel?(r.fill=y,r.border.color=n.border.color||o.mapObject.themeStyle.shapeBorderColor,r.border.width=n.border.width):(r.fill="#A6A6A6"===r.fill?r.shape.fill||o.mapObject.themeStyle.shapeFill:r.fill,r.border.color="transparent"===r.border.color?r.shape.border.color:r.border.color,r.border.width=0===r.border.width?r.shape.border.width:r.border.width,t.isNullOrUndefined(n.borderColorValuePath)&&(c.color=r.border.color),t.isNullOrUndefined(n.borderWidthValuePath)&&(c.width=r.border.width)),r.border.opacity=t.isNullOrUndefined(r.border.opacity)?v:r.border.opacity,o.groupElements.length<1)h=o.mapObject.renderer.createGroup({id:o.mapObject.element.id+"_LayerIndex_"+e+"_"+m+"_Group",transform:""}),o.groupElements.push(h);else for(var b=0;b<o.groupElements.length;b++){var S=o.groupElements[b];if(S.id.indexOf(m)>-1){h=S;break}if(b>=o.groupElements.length-1){h=o.mapObject.renderer.createGroup({id:o.mapObject.element.id+"_LayerIndex_"+e+"_"+m+"_Group"}),o.groupElements.push(h);break}}var x;switch(m){case"Polygon":u._isMultiPolygon?g=o.generateMultiPolygonPath(u):(g+="M"+u[0].point.x+" "+u[0].point.y,u.map(function(e){g+=" L "+e.point.x+" "+e.point.y})),(g+=" z ").length>3&&(d=new yt(f,r.fill,r.border.width,r.border.color,v,r.border.opacity,n.dashArray,g),x=o.mapObject.renderer.drawPath(d));break;case"LineString":u.map(function(e,t){g+=0===t?"M "+e.point.x+" "+e.point.y:"L"+e.point.x+" , "+e.point.y+" "}),g.length>3&&(d=new yt(f,"transparent",t.isNullOrUndefined(r.border.width)?1:r.border.width,t.isNullOrUndefined(r.fill)?r.border.color:r.fill,v,r.border.opacity,n.dashArray,g),x=o.mapObject.renderer.drawPath(d));break;case"MultiLineString":u.map(function(e){e.map(function(e,t){g+=0===t?"M "+e.point.x+" "+e.point.y:"L"+e.point.x+" , "+e.point.y+" "})}),g.length>3&&(d=new yt(f,"transparent",t.isNullOrUndefined(r.border.width)?1:r.border.width,t.isNullOrUndefined(r.fill)?r.border.color:r.fill,v,r.border.opacity,n.dashArray,g),x=o.mapObject.renderer.drawPath(d));break;case"Point":var O=u.point,C="SubLayer"!==o.mapObject.layers[e].type?n.circleRadius:n.circleRadius/(o.mapObject.isTileMap?o.mapObject.scale:o.currentFactor);p=new vt(f,r.fill,r.border,v,O.x,O.y,C,n.dashArray),x=o.mapObject.renderer.drawCircle(p);break;case"MultiPoint":u.map(function(t,i){var a=t.point,l="SubLayer"!==o.mapObject.layers[e].type?n.circleRadius:n.circleRadius/(o.mapObject.isTileMap?o.mapObject.scale:o.currentFactor);p=new vt(f+"_multiLine_"+i,r.fill,r.border,v,a.x,a.y,l,n.dashArray),x=o.mapObject.renderer.drawCircle(p),o.pathAttributeCalculate(h,x,m,u)});break;case"Path":g=u.point,d=new yt(f,r.fill,r.border.width,r.border.color,v,r.border.opacity,n.dashArray,g),x=o.mapObject.renderer.drawPath(d)}t.isNullOrUndefined(x)||"MultiPoint"===m||o.pathAttributeCalculate(h,x,m,u),s===o.currentLayer.layerData.length-1&&o.layerFeatures(e,a,i,l)};x.bind(r),r.mapObject.trigger("shapeRendering",S,x)}(s);else this.layerFeatures(e,a,i,l)},e.prototype.pathAttributeCalculate=function(e,i,o,n){for(var a,l="[object Array]"===Object.prototype.toString.call(this.currentLayer.shapePropertyPath)?this.currentLayer.shapePropertyPath:[this.currentLayer.shapePropertyPath],r=0;r<l.length;r++)if(!t.isNullOrUndefined(n.property)){a=l[r];break}i.setAttribute("aria-label",t.isNullOrUndefined(n.property)?"":n.property[a]),this.currentLayer.selectionSettings.enable||this.currentLayer.highlightSettings.enable?(i.tabIndex=this.mapObject.tabIndex,i.setAttribute("role","button"),i.style.cursor=this.currentLayer.highlightSettings.enable&&!this.currentLayer.selectionSettings.enable?"default":"pointer"):i.setAttribute("role","region"),"LineString"!==o&&"MultiLineString"!==o||(i.style.cssText="outline:none"),V(this.mapObject.selectedElementId,this.mapObject.shapeSelectionClass,i,"ShapeselectionMapStyle"),this.mapObject.legendSettings.toggleLegendSettings.enable&&"Layers"===this.mapObject.legendSettings.type&&H(this.mapObject.toggledElementId,i,this.mapObject.legendSettings.toggleLegendSettings.applyShapeSettings?this.currentLayer.shapeSettings:this.mapObject.legendSettings.toggleLegendSettings),e.appendChild(i)},e.prototype.layerFeatures=function(e,i,o,n){var a,l=this;if(this.mapObject.polygonModule&&this.groupElements.push(this.mapObject.polygonModule.polygonRender(this.mapObject,e,this.mapObject.isTileMap?Math.floor(this.currentFactor):this.currentFactor)),this.currentLayer.bubbleSettings.length&&this.mapObject.bubbleModule)for(var r,s=this.currentLayer.bubbleSettings.length,d=this,p=0;p<s;p++)!function(o){r=d.currentLayer.bubbleSettings[o],a=d.mapObject.renderer.createGroup({id:d.mapObject.element.id+"_LayerIndex_"+e+"_bubble_Group_"+o});var n={min:0,max:0};d.bubbleCalculation(r,n);var s=r.dataSource;d.mapObject.bubbleModule.bubbleCollection=[],!t.isNullOrUndefined(s)&&s.length>0&&(s.map(function(t,s){l.renderBubble(l.currentLayer,t,i[s%i.length],n,o,s,a,e,r)}),d.groupElements.push(a))}(p);this.mapObject.markerModule&&!this.mapObject.isTileMap&&this.mapObject.zoomSettings.enable&&this.mapObject.markerModule.calculateZoomCenterPositionAndFactor(this.mapObject.layersCollection);var h=this.mapObject.renderer.createGroup({id:this.mapObject.element.id+"_LayerIndex_"+e+"_dataLableIndex_Group"});if(h.style.pointerEvents="none",this.mapObject.dataLabelModule&&this.currentLayer.dataLabelSettings.visible){var m=[];Array.prototype.forEach.call(o,function(t,i){l.renderLabel(l.currentLayer,e,t,h,i,n,m)}),this.groupElements.push(h)}this.mapObject.navigationLineModule&&this.groupElements.push(this.mapObject.navigationLineModule.renderNavigation(this.currentLayer,this.currentFactor,e)),t.isNullOrUndefined(this.groupElements)||t.isNullOrUndefined(this.layerObject)||this.groupElements.map(function(e){t.isNullOrUndefined(e)||l.layerObject.appendChild(e)}),this.mapObject.markerModule&&this.mapObject.markerModule.markerRender(this.mapObject,this.layerObject,e,this.mapObject.isTileMap?Math.floor(this.currentFactor):this.currentFactor,null),this.translateLayerElements(this.layerObject),this.layerGroup.appendChild(this.layerObject)},e.prototype.renderLabel=function(e,t,i,o,n,a,l){this.mapObject.dataLabelModule.renderLabel(e,t,i,e.layerData,o,a,n,l)},e.prototype.generateMultiPolygonPath=function(e){for(var t="",i=0;i<e.length;i++)t+="M"+e[i][0].point.x+" "+e[i][0].point.y,e[i].map(function(e){t+=" L "+e.point.x+" "+e.point.y});return t},e.prototype.renderBubble=function(e,i,o,n,a,l,r,s,d){if(t.isNullOrUndefined(this.mapObject.bubbleModule)||!d.visible)return null;o=d.fill?d.fill:o,this.mapObject.bubbleModule.id=this.mapObject.element.id+"_LayerIndex_"+s+"_BubbleIndex_"+a+"_dataIndex_"+l,this.mapObject.bubbleModule.renderBubble(d,i,o,n,a,l,s,e,r,this.mapObject.bubbleModule.id)},e.prototype.getShapeColorMapping=function(e,i,o){if(o=o||e.shapeSettings.fill,0===e.shapeSettings.colorMapping.length&&t.isNullOrUndefined(e.dataSource))return o;var n=de(e.dataSource,i,e.shapeDataPath,e.shapePropertyPath),a=new Si(this.mapObject);return t.isNullOrUndefined(e.dataSource)||t.isNullOrUndefined(e.dataSource[n])?o:a.getShapeColorMapping(e.shapeSettings,e.dataSource[n],o)},e.prototype.generatePoints=function(e,i,o,n){var a,l,r=this,s=[];switch(e.toLowerCase()){case"polygon":(s=this.calculatePolygonBox(i[0])).length>0&&(s.property=n,s.type=e,s._isMultiPolygon=!1,this.currentLayer.layerData.push(s));break;case"multipolygon":for(var d=[],p=0;p<i.length;p++)for(var m=0;m<i[p].length;m++)(s=this.calculatePolygonBox(i[p][m])).length>0&&d.push(s);d.property=n,d.type=e,d._isMultiPolygon=!0,this.currentLayer.layerData.push(d);break;case"linestring":var c=t.isNullOrUndefined(this.currentLayer.shapeSettings.border.width)?1:"string"==typeof this.currentLayer.shapeSettings.border.width?parseInt(this.currentLayer.shapeSettings.border.width,10):this.currentLayer.shapeSettings.border.width;i.map(function(e){a=e[1],l=e[0];var t=h(a,l,r.currentFactor,r.currentLayer,r.mapObject);r.calculateBox(t,c),s.push({point:t,lat:a,lng:l})}),s.property=n,s.type=e,this.currentLayer.layerData.push(s);break;case"multilinestring":var u=t.isNullOrUndefined(this.currentLayer.shapeSettings.border.width)?1:"string"==typeof this.currentLayer.shapeSettings.border.width?parseInt(this.currentLayer.shapeSettings.border.width,10):this.currentLayer.shapeSettings.border.width,g=[];i.map(function(e){s=[],e.map(function(e){a=e[1],l=e[0];var t=h(a,l,r.currentFactor,r.currentLayer,r.mapObject);r.calculateBox(t,u),s.push({point:t,lat:a,lng:l})}),g.push(s)}),g.property=n,g.type=e,this.currentLayer.layerData.push(g);break;case"point":var y=(t.isNullOrUndefined(this.currentLayer.shapeSettings.border.width)?1:"string"==typeof this.currentLayer.shapeSettings.border.width?parseInt(this.currentLayer.shapeSettings.border.width,10):this.currentLayer.shapeSettings.border.width)+2*this.currentLayer.shapeSettings.circleRadius;a=i[1],l=i[0];var f=h(a,l,this.currentFactor,this.currentLayer,this.mapObject);this.calculateBox(f,y),this.currentLayer.layerData.push({point:f,type:e,lat:a,lng:l,property:n});break;case"multipoint":var b=(t.isNullOrUndefined(this.currentLayer.shapeSettings.border.width)?1:"string"==typeof this.currentLayer.shapeSettings.border.width?parseInt(this.currentLayer.shapeSettings.border.width,10):this.currentLayer.shapeSettings.border.width)+2*this.currentLayer.shapeSettings.circleRadius;s=[],i.map(function(e){a=e[1],l=e[0];var t=h(a,l,r.currentFactor,r.currentLayer,r.mapObject);r.calculateBox(t,b),s.push({point:t,lat:a,lng:l})}),s.property=n,s.type=e,this.currentLayer.layerData.push(s);break;case"path":this.currentLayer.layerData.push({point:o.d,type:e,property:n})}},e.prototype.calculateBox=function(e,i){t.isNullOrUndefined(this.rectBounds)?this.rectBounds={min:{x:e.x-i,y:e.y-i},max:{x:e.x+i,y:e.y+i}}:(this.rectBounds.min.x=Math.min(this.rectBounds.min.x,e.x-i),this.rectBounds.min.y=Math.min(this.rectBounds.min.y,e.y-i),this.rectBounds.max.x=Math.max(this.rectBounds.max.x,e.x+i),this.rectBounds.max.y=Math.max(this.rectBounds.max.y,e.y+i))},e.prototype.calculateFactor=function(e){var t,i,o,n=1,a=this.mapObject.baseMapBounds,l=new pt(this.mapObject.mapAreaRect.width,this.mapObject.mapAreaRect.height-5);if(a){var r=h(a.latitude.min,a.longitude.min,null,e,this.mapObject),s=h(a.latitude.max,a.longitude.max,null,e,this.mapObject);i=s.y-r.y,o=s.x-r.x,0!==i&&0!==o||(o=l.width/2,i=l.height)}else i=o=500;return t=i<l.height?parseFloat(Math.abs(100*Number(l.height/Number(i.toString()+"e+1"))).toString().split(".")[0])/10:l.height/i,n=o<l.width?parseFloat(Math.abs(100*Number(l.width/Number(o.toString()+"e+1"))).toString().split(".")[0])/10:l.width/o,Math.min(n,t)},e.prototype.translateLayerElements=function(e){var i;if(this.mapObject.translateType="layer",t.isNullOrUndefined(this.mapObject.baseMapRectBounds)){if(this.mapObject.isTileMap&&!t.isNullOrUndefined(this.mapObject.scale))for(var o=0;o<e.childElementCount;o++)if(!((i=e.childNodes[o]).id.indexOf("_Markers_Group")>-1||i.id.indexOf("_bubble_Group")>-1||i.id.indexOf("_dataLableIndex_Group")>-1||i.id.indexOf("_line_Group")>-1)&&-1===i.id.indexOf("_Polygons_Group")){p="scale( "+this.mapObject.scale+" ) translate( "+this.mapObject.translatePoint.x+" "+this.mapObject.translatePoint.y+" ) ";i.setAttribute("transform",p)}}else{var n="Disable"===t.animationMode?0:0===this.currentLayer.animationDuration&&"Enable"===t.animationMode?1e3:this.currentLayer.animationDuration,a=0!==n||t.isNullOrUndefined(this.mapObject.zoomModule);this.mapObject.baseTranslatePoint=this.mapObject.zoomTranslatePoint;var l=void 0;l=this.mapObject.zoomSettings.zoomFactor>1&&!t.isNullOrUndefined(this.mapObject.zoomModule)?Se(this.mapObject,this.currentLayer,a):ve(this.mapObject,this.currentLayer,a);var r=this.mapObject.previousScale=l.scale,s=this.mapObject.previousPoint=l.location;this.mapObject.baseTranslatePoint=this.mapObject.translatePoint=s,this.mapObject.baseScale=this.mapObject.scale=r;for(var d=0;d<e.childElementCount;d++)if(!((i=e.childNodes[d]).id.indexOf("_Markers_Group")>-1||i.id.indexOf("_bubble_Group")>-1||i.id.indexOf("_dataLableIndex_Group")>-1)){var p="scale( "+r+" ) translate( "+s.x+" "+s.y+" ) ";i.setAttribute("transform",p),n>0&&!t.isNullOrUndefined(this.mapObject.zoomModule)&&(l=this.mapObject.zoomSettings.zoomFactor>1?Se(this.mapObject,this.currentLayer):ve(this.mapObject,this.currentLayer),this.mapObject.scale=l.scale,this.mapObject.zoomTranslatePoint=this.mapObject.translatePoint=l.location)}}},e.prototype.calculateRectBounds=function(e){var i=this;Array.prototype.forEach.call(e,function(e){if(!t.isNullOrUndefined(e.geometry)||!t.isNullOrUndefined(e.coordinates)){var o=t.isNullOrUndefined(e.geometry)?e.type:e.geometry.type,n=t.isNullOrUndefined(e.geometry)?e.coordinates:e.geometry.coordinates;switch(o.toLowerCase()){case"polygon":i.calculateRectBox(n[0]);break;case"multipolygon":n.map(function(e){i.calculateRectBox(e[0])});break;case"multilinestring":n.map(function(e){e.map(function(e,t){i.calculateRectBox(e,"multilinestring",0===t)})});break;case"linestring":n.map(function(e,t){i.calculateRectBox(e,"linestring",0===t)});break;case"point":i.calculateRectBox(n,"point");break;case"multipoint":n.map(function(e,t){i.calculateRectBox(e,"multipoint",0===t)})}}})},e.prototype.calculatePolygonBox=function(e){var i=this,o=[],n=this.mapObject.baseMapBounds;return e.map(function(e){var a=e[1],l=e[0];if(l>=n.longitude.min&&l<=n.longitude.max&&a>=n.latitude.min&&a<=n.latitude.max){var r=h(a,l,i.currentFactor,i.currentLayer,i.mapObject);t.isNullOrUndefined(i.rectBounds)?i.rectBounds={min:{x:r.x,y:r.y},max:{x:r.x,y:r.y}}:(i.rectBounds.min.x=Math.min(i.rectBounds.min.x,r.x),i.rectBounds.min.y=Math.min(i.rectBounds.min.y,r.y),i.rectBounds.max.x=Math.max(i.rectBounds.max.x,r.x),i.rectBounds.max.y=Math.max(i.rectBounds.max.y,r.y)),o.push({point:r,lat:a,lng:l})}}),o},e.prototype.calculateRectBox=function(e,i,o){var n=this;"linestring"!==i&&"multilinestring"!==i&&"point"!==i&&"multipoint"!==i?Array.prototype.forEach.call(e,function(e){t.isNullOrUndefined(n.mapObject.baseMapBounds)?n.mapObject.baseMapBounds=new ut({min:e[1],max:e[1]},{min:e[0],max:e[0]}):(n.mapObject.baseMapBounds.latitude.min=Math.min(n.mapObject.baseMapBounds.latitude.min,e[1]),n.mapObject.baseMapBounds.latitude.max=Math.max(n.mapObject.baseMapBounds.latitude.max,e[1]),n.mapObject.baseMapBounds.longitude.min=Math.min(n.mapObject.baseMapBounds.longitude.min,e[0]),n.mapObject.baseMapBounds.longitude.max=Math.max(n.mapObject.baseMapBounds.longitude.max,e[0]))}):(o||"point"===i)&&t.isNullOrUndefined(this.mapObject.baseMapBounds)?this.mapObject.baseMapBounds=new ut({min:e[1],max:e[1]},{min:e[0],max:e[0]}):(this.mapObject.baseMapBounds.latitude.min=Math.min(this.mapObject.baseMapBounds.latitude.min,e[1]),this.mapObject.baseMapBounds.latitude.max=Math.max(this.mapObject.baseMapBounds.latitude.max,e[1]),this.mapObject.baseMapBounds.longitude.min=Math.min(this.mapObject.baseMapBounds.longitude.min,e[0]),this.mapObject.baseMapBounds.longitude.max=Math.max(this.mapObject.baseMapBounds.longitude.max,e[0]))},e.prototype.generateTiles=function(e,i,o,n,a){var l=this.mapObject.locale,r=this.mapObject.availableSize;this.tiles=[];var s,d;s=d=Math.pow(2,e);var p=0,h=0;i.x+256*s<r.width&&(p=i.x>0?Math.ceil(i.x/256):0,h=i.x+256*s<r.width?Math.ceil((r.width-(i.x+256*s))/256):0),s+=p+h,"Pan"===o?(s=this.horizontalPanXCount>=s?this.horizontalPanXCount:s,this.horizontalPan=!1):(this.horizontalPanXCount=s,this.horizontalPan=!0);var m=this.mapObject.layers[this.mapObject.baseLayerIndex];this.urlTemplate=m.urlTemplate;var c=Math.min(d,(-i.y+r.height)/256+1),u=Math.min(s,(-i.x+r.width+256*h)/256+1),g=-(i.x+256*p+256)/256,y=-(i.y+256)/256;n=n||this.bing||this.mapObject.bingMap;for(var f=Math.round(g);f<Math.round(u);f++)for(var b=Math.round(y);b<Math.round(c);b++){var v=256*f+i.x,S=256*b+i.y;if(v>-256&&v<=r.width&&S>-256&&S<r.height&&b>=0){var x=f;f<0&&(x=x%d+d);var O=new ui(x%d,b);O.left=Math.round(v),O.top=Math.round(S),n&&!t.isNullOrUndefined(m.urlTemplate)&&""!==m.urlTemplate&&m.urlTemplate.indexOf("quadkey")>-1?O.src=n.getBingMap(O,"","",l,n.imageUrl,n.subDomains):(n=null,O.src=this.urlTemplate.replace("level",e.toString()).replace("tileX",O.x.toString()).replace("tileY",O.y.toString())),this.tiles.push(O)}}t.isNullOrUndefined(o)||(o.indexOf("wheel")>1?(this.animateToZoomX=this.mapObject.availableSize.width/2-a.x-10,this.animateToZoomY=-a.y):(this.animateToZoomX=-10,this.animateToZoomY=10-(this.mapObject.availableSize.height/2+11.5)));for(var C=t.extend([],this.tiles,[],!0),M=0,_=this.mapObject.layers;M<_.length;M++){var L=_[M];if("SubLayer"===L.type&&L.visible&&(t.isNullOrUndefined(L.shapeData)&&!t.isNullOrUndefined(L.urlTemplate)&&""!==L.urlTemplate))for(var P=0,w=C;P<w.length;P++){var T=w[P],I=t.extend({},T,{},!0);L.urlTemplate.indexOf("quadkey")?(n=new vi(this.mapObject),I.src=n.getBingMap(I,"","",l,n.imageUrl,n.subDomains)):I.src=L.urlTemplate.replace("level",e.toString()).replace("tileX",T.x.toString()).replace("tileY",T.y.toString()),this.tiles.push(I)}}(this.mapObject.previousScale!==this.mapObject.scale||this.mapObject.isReset||this.mapObject.isZoomByPosition||this.mapObject.zoomNotApplied)&&this.arrangeTiles(o,this.animateToZoomX,this.animateToZoomY)},e.prototype.arrangeTiles=function(e,i,o){var n,a=this,l=document.getElementById(this.mapObject.element.id+"_tile_parent"),r=document.getElementById(this.mapObject.element.id+"_tiles");t.isNullOrUndefined(e)||"Pan"===e?n=0:(this.tileAnimation(e,i,o),n="Disable"===t.animationMode?0:0===this.mapObject.layersCollection[0].animationDuration&&"Enable"===t.animationMode?1e3:this.mapObject.layersCollection[0].animationDuration),setTimeout(function(){l&&(l.style.zIndex="1"),r&&(r.style.zIndex="0");var i;!document.getElementById(a.mapObject.element.id+"_animated_tiles")&&l?(i=t.createElement("div",{id:a.mapObject.element.id+"_animated_tiles"}),l.appendChild(i)):"Pan"!==e&&r&&l?(r.appendChild(l.children[0]),a.mapObject.isAddLayer||t.isNullOrUndefined(document.getElementById(a.mapObject.element.id+"_animated_tiles"))||(document.getElementById(a.mapObject.element.id+"_animated_tiles").id=a.mapObject.element.id+"_animated_tiles_old"),i=t.createElement("div",{id:a.mapObject.element.id+"_animated_tiles"}),l.appendChild(i)):i=l?l.children[0]:null;for(var o=0;o<a.tiles.length;o++){var n=a.tiles[o],s=null,d=a.mapObject.element.id;if("Pan"===e){var p=document.getElementById(d+"_tile_"+o),h=!1;t.isNullOrUndefined(p)?(h=!0,p=t.createElement("div",{id:d+"_tile_"+o}),s=t.createElement("img")):(p.style.removeProperty("display"),s=p.children[0]),!h&&s&&s.src!==n.src&&(s.src=n.src),p.style.position="absolute",p.style.left=n.left+"px",p.style.top=n.top+"px",p.style.height=n.height+"px",p.style.width=n.width+"px",h&&(s.setAttribute("height","256px"),s.setAttribute("width","256px"),s.setAttribute("src",n.src),s.setAttribute("alt",a.mapObject.getLocalizedLabel("ImageNotFound")),s.style.setProperty("user-select","none"),p.appendChild(s),i.appendChild(p))}else(s=t.createElement("img")).setAttribute("height","256px"),s.setAttribute("width","256px"),s.setAttribute("src",n.src),s.style.setProperty("user-select","none"),s.setAttribute("alt",a.mapObject.getLocalizedLabel("ImageNotFound")),(p=t.createElement("div",{id:d+"_tile_"+o})).style.position="absolute",p.style.left=n.left+"px",p.style.top=n.top+"px",p.style.height=n.height+"px",p.style.width=n.width+"px",p.appendChild(s),i&&i.appendChild(p);o===a.tiles.length-1&&document.getElementById(a.mapObject.element.id+"_animated_tiles_old")&&fe(a.mapObject.element.id+"_animated_tiles_old")}if(!t.isNullOrUndefined(a.mapObject.currentTiles))for(var m=a.tiles.length;m<i.childElementCount;m++){for(var c=!1,u=0;u<a.mapObject.currentTiles.childElementCount;u++)c||a.mapObject.currentTiles.children[u].id!==i.children[m].id||(c=!0);c?i.children[m].style.display="none":i.removeChild(i.children[m])}},n)},e.prototype.tileAnimation=function(e,i,o){var n=document.getElementById(this.mapObject.element.id+"_tile_parent"),a=document.getElementById(this.mapObject.element.id+"_animated_tiles"),l=document.getElementById(this.mapObject.element.id+"_tiles"),r="2";if(0===e.indexOf("ZoomOut")||"Reset"===e){for(l.style.zIndex="1",n.style.zIndex="0";l.childElementCount>=1;)l.removeChild(l.children[0]);i=0,o=document.getElementById(this.mapObject.element.id+"_tile_parent").getClientRects()[0].height/4,r=0===e.indexOf("ZoomOut")?"0.5":"0.2"}t.isNullOrUndefined(a)||(a.style.transition="Disable"===t.animationMode?"0ms":0===this.mapObject.layersCollection[0].animationDuration&&"Enable"===t.animationMode?"1000ms":this.mapObject.layersCollection[0].animationDuration+"ms",a.style.transform="translate("+i+"px, "+o+"px) scale("+r+")")},e.prototype.panTileMap=function(e,i,o){this.mapObject.tileZoomLevel<=this.mapObject.tileZoomScale&&this.mapObject.initialCheck&&(this.mapObject.tileZoomLevel=this.mapObject.tileZoomScale);var n,a,l=this.mapObject.tileZoomLevel,r=20,s=256*Math.pow(2,l),d=c(o,l,{x:n=e/2-s/2,y:a=i/2-s/2},this.isMapCoordinates);if(r=this.mapObject.zoomNotApplied?0:r,n-=d.x-e/2,a=a-(d.y-i/2)+r,this.mapObject.scale=Math.pow(2,l-1),(t.isNullOrUndefined(this.mapObject.tileTranslatePoint)||0===this.mapObject.tileTranslatePoint.y&&0===this.mapObject.tileTranslatePoint.x||t.isNullOrUndefined(this.mapObject.previousTileWidth)||t.isNullOrUndefined(this.mapObject.previousTileHeight))&&(this.mapObject.previousTileWidth=e,this.mapObject.previousTileHeight=i),!t.isNullOrUndefined(this.mapObject.tileTranslatePoint)&&t.isNullOrUndefined(o.x)&&(1===this.mapObject.zoomSettings.zoomFactor||this.mapObject.zoomSettings.zoomFactor!==l||!this.mapObject.defaultState)&&(e!==this.mapObject.previousTileWidth||i!==this.mapObject.previousTileHeight)){var p=n-(this.mapObject.previousTileWidth/2-s/2),h=a-(this.mapObject.previousTileHeight/2-s/2+r);this.mapObject.tileTranslatePoint.x=this.mapObject.tileTranslatePoint.x+p,this.mapObject.tileTranslatePoint.y=this.mapObject.tileTranslatePoint.y+h}return t.isNullOrUndefined(this.mapObject.tileTranslatePoint)||this.mapObject.zoomNotApplied||(0===this.mapObject.tileTranslatePoint.x||this.mapObject.tileTranslatePoint.x===n||this.mapObject.centerPositionChanged||(n=this.mapObject.tileTranslatePoint.x),0===this.mapObject.tileTranslatePoint.y||this.mapObject.tileTranslatePoint.y===a||this.mapObject.centerPositionChanged||(a=this.mapObject.tileTranslatePoint.y)),this.mapObject.translatePoint=new ht((n-.01*this.mapObject.zoomSettings.zoomFactor)/this.mapObject.scale,(a-.01*this.mapObject.zoomSettings.zoomFactor)/this.mapObject.scale),this.mapObject.previousTileWidth=e,this.mapObject.previousTileHeight=i,new ht(n,a)},e.prototype.destroy=function(){this.mapObject=null,this.groupElements=[],this.layerObject=null,this.currentLayer=null,this.rectBounds=null,this.tiles=[],this.clipRectElement=null,this.tileSvgObject=null,this.ajaxModule=null,this.ajaxResponse=[],this.layerGroup=null,t.isNullOrUndefined(this.bing)||this.bing.destroy(),this.bing=null},e}(),Oi=function(){function e(e){this.map=e}return e.prototype.renderAnnotationElements=function(){var e=this,i=this.map.element.id+"_Secondary_Element",o=t.createElement("div",{id:this.map.element.id+"_Annotations_Group"});o.style.position="absolute",o.style.top="0px",o.style.left="0px",this.map.annotations.map(function(t,i){null!==t.content&&e.createAnnotationTemplate(o,t,i)}),o.childElementCount>0&&!t.isNullOrUndefined(Oe(i))&&Oe(i).appendChild(o),this.map.renderReactTemplates()},e.prototype.createAnnotationTemplate=function(e,i,o){var n,a,l,r,s=this,d=this.map,p=d.availableSize,h=t.createElement("div",{id:d.element.id+"_Annotation_"+o});h.style.cssText="position: absolute; z-index:"+i.zIndex+";";var m={cancel:!1,name:"annotationRendering",content:i.content,annotation:i};this.map.trigger("annotationRendering",m,function(e){if(!m.cancel)if((l=Le(m.content,s.map))&&l(s.map,s.map,m.content,s.map.element.id+"_ContentTemplate_"+o).length)for(var i=(r=Array.prototype.slice.call(l(s.map,s.map,m.content,s.map.element.id+"_ContentTemplate_"+o))).length,n=0;n<i;n++)h.appendChild(r[n]);else h.appendChild(t.createElement("div",{innerHTML:m.content}))});var c=Ge(h.cloneNode(!0),d.element),u=d.element.getBoundingClientRect(),g=d.svgObject.getBoundingClientRect();n=Math.abs(g.left-u.left),a=Math.abs(g.top-u.top);var y=t.isNullOrUndefined(i.x)?"0%":i.x,f=t.isNullOrUndefined(i.y)?"0%":i.y,b=y.indexOf("%")>-1?p.width/100*parseFloat(y):parseFloat(y),v=f.indexOf("%")>-1?p.height/100*parseFloat(f):parseFloat(f);switch(n="None"===i.horizontalAlignment?n+b:n,a="None"===i.verticalAlignment?a+v:a,i.verticalAlignment){case"Near":a+=v;break;case"Center":a=a+v+(g.height/2-c.height/2);break;case"Far":a=a+g.height+v-c.height}switch(i.horizontalAlignment){case"Near":n+=b;break;case"Center":n=n+b+(g.width/2-c.width/2);break;case"Far":n=n+g.width+b-c.width}h.style.left=n+"px",h.style.top=a+"px",e.appendChild(h)},e.prototype.getModuleName=function(){return"Annotations"},e.prototype.destroy=function(){this.map=null},e}(),Ci=function(){var e=function(t,i){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var i in t)t.hasOwnProperty(i)&&(e[i]=t[i])})(t,i)};return function(t,i){function o(){this.constructor=t}e(t,i),t.prototype=null===i?Object.create(i):(o.prototype=i.prototype,new o)}}(),Mi=function(e,t,i,o){var n,a=arguments.length,l=a<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)l=Reflect.decorate(e,t,i,o);else for(var r=e.length-1;r>=0;r--)(n=e[r])&&(l=(a<3?n(l):a>3?n(t,i,l):n(t,i))||l);return a>3&&l&&Object.defineProperty(t,i,l),l},_i=function(e){function n(i,o){var n=e.call(this,i,o)||this;return n.isTileMap=!1,n.isResize=!1,n.isReset=!1,n.baseSize=new pt(0,0),n.translatePoint=new ht(0,0),n.baseTranslatePoint=new ht(0,0),n.zoomTranslatePoint=new ht(0,0),n.markerZoomedState=!0,n.zoomPersistence=!1,n.defaultState=!0,n.centerPositionChanged=!1,n.markerNullCount=0,n.tileTranslatePoint=new ht(0,0),n.baseTileTranslatePoint=new ht(0,0),n.isDevice=!1,n.staticMapZoom=n.zoomSettings.enable?n.zoomSettings.zoomFactor:0,n.zoomNotApplied=!1,n.dataLabelShape=[],n.zoomShapeCollection=[],n.zoomLabelPositions=[],n.mouseDownEvent={x:null,y:null},n.mouseClickEvent={x:null,y:null},n.selectedElementId=[],n.selectedMarkerElementId=[],n.selectedBubbleElementId=[],n.selectedNavigationElementId=[],n.selectedPolygonElementId=[],n.selectedLegendElementId=[],n.legendSelectionCollection=[],n.shapeSelections=!0,n.legendSelection=!0,n.toggledLegendId=[],n.toggledElementId=[],n.checkInitialRender=!0,n.initialTileTranslate=new ht(0,0),n.isMarkerZoomCompleted=!1,n.markerDragId="",n.initialCheck=!0,n.applyZoomReset=!1,n.markerClusterExpandCheck=!1,n.markerClusterExpand=!1,n.mouseMoveId="",n.shapeSelectionItem=[],n.markerDragArgument=null,t.setValue("mergePersistData",n.mergePersistMapsData,n),n}return Ci(n,e),Object.defineProperty(n.prototype,"isShapeSelected",{get:function(){return this.mapSelect},enumerable:!0,configurable:!0}),n.prototype.mergePersistMapsData=function(){var e,i;try{i=window.localStorage}catch(e){i=null}if(t.isNullOrUndefined(i)||(e=window.localStorage.getItem(this.getModuleName()+this.element.id)),!t.isNullOrUndefined(e)&&""!==e){var o=JSON.parse(e),n=Object.keys(o);this.isProtectedOnChange=!0;for(var a=0,l=n;a<l.length;a++){var r=l[a];"object"!=typeof this[r]||t.isNullOrUndefined(this[r])?this[r]=o[r]:t.extend(this[r],o[r])}this.isProtectedOnChange=!1}},n.prototype.getLocalizedLabel=function(e){return this.localeObject.getConstant(e)},n.prototype.preRender=function(){this.isDevice=t.Browser.isDevice,this.initPrivateVariable(),this.allowServerDataBinding=!1,this.unWireEVents(),this.wireEVents(),this.setCulture()},n.prototype.renderElements=function(){this.isDestroyed||(this.trigger("load",{maps:this}),this.createSVG(),this.findBaseAndSubLayers(),!t.isNullOrUndefined(this.markerModule)&&this.markerModule.getMapsInstance()&&this.markerModule.initializeMarkerClusterList(),this.createSecondaryElement(),this.addTabIndex(),this.themeStyle=rt(this.theme),this.renderBorder(),this.renderTitle(this.titleSettings,"title",null,null),this.renderArea(),this.processRequestJsonData(),this.renderComplete(),this.isAddLayer=!!this.isTileMap&&this.isAddLayer)},n.prototype.render=function(){this.renderElements()},n.prototype.processRequestJsonData=function(){var e=this,i=this.layersCollection.length-1;this.serverProcess={request:0,response:0};var n,a;Array.prototype.forEach.call(this.layersCollection,function(l,r){if(l.shapeData instanceof o.DataManager?(e.serverProcess.request++,a=l.shapeData,n=l.query instanceof o.Query?l.query:new o.Query,(s=a.executeQuery(n)).then(function(t){e.processResponseJsonData("DataManager",t,l,"ShapeData")})):(l.shapeData instanceof Pt||l.shapeData)&&(t.isNullOrUndefined(l.shapeData.dataOptions)||e.processAjaxRequest(l,l.shapeData,"ShapeData")),l.dataSource instanceof o.DataManager){e.serverProcess.request++,a=l.dataSource,n=l.query instanceof o.Query?l.query:new o.Query;var s=a.executeQuery(n);s.then(function(e){l.dataSource=at(e)})}if(l.markerSettings.length>0)for(d=0;d<l.markerSettings.length;d++)!function(t){l.markerSettings[t].dataSource instanceof o.DataManager&&(e.serverProcess.request++,a=l.markerSettings[t].dataSource,n=l.markerSettings[t].query instanceof o.Query?l.markerSettings[t].query:new o.Query,a.executeQuery(n).then(function(e){l.markerSettings[t].dataSource=at(e)}))}(d);if(l.bubbleSettings.length>0)for(var d=0;d<l.bubbleSettings.length;d++)!function(t){l.bubbleSettings[t].dataSource instanceof o.DataManager&&(e.serverProcess.request++,a=l.bubbleSettings[t].dataSource,n=l.bubbleSettings[t].query instanceof o.Query?l.bubbleSettings[t].query:new o.Query,a.executeQuery(n).then(function(e){l.bubbleSettings[t].dataSource=at(e)}))}(d);(l.dataSource instanceof Pt||!t.isNullOrUndefined(l.dataSource)&&!t.isNullOrUndefined(l.dataSource.dataOptions))&&e.processAjaxRequest(l,l.dataSource,"DataSource"),e.serverProcess.request===e.serverProcess.response&&i===r&&e.processResponseJsonData(null)})},n.prototype.processAjaxRequest=function(e,i,o){var n=this;this.serverProcess.request++;var a=new t.Fetch(i.dataOptions,i.type,i.contentType);a.onSuccess=function(i){if(t.isNullOrUndefined(i.type)||"application/octet-stream"!==i.type)n.processResponseJsonData("Fetch",i,e,o);else{var a=new FileReader,l=n;a.onload=function(){i=JSON.parse(a.result.toString()),l.processResponseJsonData("Fetch",i,e,o)},a.readAsText(i)}},a.send(i.sendData)},n.prototype.processResponseJsonData=function(e,i,o,n){if(this.serverProcess.response++,e&&("ShapeData"===n?o.shapeData="DataManager"===e?at(i):i:o.dataSource="DataManager"===e?at(i):i),t.isNullOrUndefined(e)||this.serverProcess.request!==this.serverProcess.response)t.isNullOrUndefined(e)&&this.renderMap();else{var a=this.layersCollection;this.layersCollection=[];for(var l=0;l<a.length;l++)a[l].isBaseLayer&&this.layersCollection.push(a[l]);for(var r=0;r<a.length;r++)a[r].isBaseLayer||this.layersCollection.push(a[r]);this.renderMap()}},n.prototype.renderMap=function(){this.legendModule&&this.legendSettings.visible&&this.legendModule.renderLegend(),this.createTile(),this.zoomSettings.enable&&this.zoomModule&&this.zoomModule.createZoomingToolbars(),t.isNullOrUndefined(this.dataLabelModule)||(this.dataLabelModule.dataLabelCollections=[]),this.mapLayerPanel.measureLayerPanel(),t.isNullOrUndefined(this.svgObject)||this.element.appendChild(this.svgObject),this.setSecondaryElementPosition();for(u=0;u<this.layers.length;u++){if(this.layers[u].selectionSettings&&this.layers[u].selectionSettings.enable&&this.layers[u].initialShapeSelection.length>0&&this.checkInitialRender){var e=this.layers[u].selectionSettings.enableMultiSelect;this.layers[u].selectionSettings.enableMultiSelect=e||!0;for(var i=this.layers[u].initialShapeSelection,o=0;o<this.layers[u].initialShapeSelection.length;o++)this.shapeSelection(u,i[o].shapePath,i[o].shapeValue,!0);this.layers[u].selectionSettings.enableMultiSelect=e,u===this.layers.length-1&&(this.checkInitialRender=!1)}if(!this.isResize)for(var n=0;n<this.layers[u].markerSettings.length;n++)if(this.layers[u].markerSettings[n].selectionSettings&&this.layers[u].markerSettings[n].selectionSettings.enable&&this.layers[u].markerSettings[n].initialMarkerSelection.length>0)for(var a=this.layers[u].markerSettings[n].initialMarkerSelection,o=0;o<a.length;o++)this.markerInitialSelection(u,n,this.layers[u].markerSettings[n],a[o].latitude,a[o].longitude)}if(!t.isNullOrUndefined(document.getElementById(this.element.id+"_tile_parent"))){var l,r=this.svgObject.getBoundingClientRect(),s=document.getElementById(this.element.id),d=document.getElementById(this.element.id+"_tile_parent"),p=document.getElementById(this.element.id+"_tiles"),h=d.getBoundingClientRect(),m=void 0;m=parseFloat(d.style.left);var c=r.bottom-h.bottom-s.offsetTop;l=parseFloat(d.style.top),l=c<=11?l:t.isNullOrUndefined(this.legendModule)||"Bottom"!==this.legendSettings.position?2*l:this.mapAreaRect.y,m=c<=11?m:t.isNullOrUndefined(this.legendModule)?2*m:m,d.style.top=l+"px",d.style.left=m+"px",p.style.top=l+"px",p.style.left=m+"px",!t.isNullOrUndefined(this.legendModule)&&this.legendModule.totalPages.length>0&&(d.style.height=p.style.height=this.legendModule.legendTotalRect.height+"px",d.style.width=p.style.width=this.legendModule.legendTotalRect.width+"px")}this.arrangeTemplate(),this.annotationsModule&&"0px"!==this.width&&"0px"!==this.height&&"0%"!==this.width&&"0%"!==this.height&&this.annotationsModule.renderAnnotationElements(),this.element.style.outline="none",this.element.style.position="relative";for(var u=0;u<document.getElementsByTagName("path").length-1;u++)document.getElementsByTagName("path")[u].id.indexOf("shapeIndex")>-1&&(document.getElementsByTagName("path")[u].style.outline="none");this.zoomingChange(),this.zoomModule&&this.isDevice&&this.zoomModule.removeToolbarOpacity(this.isTileMap?Math.round(this.tileZoomLevel):this.mapScaleValue,this.element.id+"_Zooming_"),this.isZoomByPosition||this.zoomNotApplied||this.triggerZoomEvent(),this.isResize=!1},n.prototype.triggerZoomEvent=function(){var e,t=this.getMinMaxLatitudeLongitude();e={maps:this,isResized:this.isResize,minLatitude:t.minLatitude,maxLatitude:t.maxLatitude,minLongitude:t.minLongitude,maxLongitude:t.maxLongitude,cancel:!1,name:"Loaded"},this.trigger("loaded",e)},n.prototype.markerSelection=function(e,t,i,o){var n={color:e.border.color,width:e.border.width/t.scale,opacity:e.border.opacity},a={opacity:e.opacity,fill:e.fill,border:n,target:i.id,cancel:!1,data:o,maps:t};Pe("MarkerselectionMap")?Ee("MarkerselectionMap","MarkerselectionMapStyle",a):document.body.appendChild(Ne("MarkerselectionMap","MarkerselectionMapStyle",a)),(0===this.selectedMarkerElementId.length||e.enableMultiSelect)&&("g"===i.tagName?(i.children[0].setAttribute("class","MarkerselectionMapStyle"),this.selectedMarkerElementId.push(i.children[0].id)):(i.setAttribute("class","MarkerselectionMapStyle"),this.selectedMarkerElementId.push(i.id)))},n.prototype.markerInitialSelection=function(e,t,i,o,n){var a=i.selectionSettings;if(a.enable)for(var l=0;l<i.dataSource.length;l++){var r=i.dataSource[l];if(r.latitude===o&&r.longitude===n){var s=this.element.id+"_LayerIndex_"+e+"_MarkerIndex_"+t+"_dataIndex_"+l;this.markerSelection(a,this,Pe(s),r)}}},n.prototype.renderArea=function(){var e=this.mapsArea.border.width,i=this.mapsArea.background;if(e>0||i||this.themeStyle.areaBackgroundColor){var o={opacity:t.isNullOrUndefined(this.mapsArea.border.opacity)?1:this.mapsArea.border.opacity,color:this.mapsArea.border.color,width:this.mapsArea.border.width},n=new bt(this.element.id+"_MapAreaBorder",i||this.themeStyle.areaBackgroundColor,o,1,this.mapAreaRect);this.svgObject.appendChild(this.renderer.drawRectangle(n))}},n.prototype.addTabIndex=function(){this.element.setAttribute("aria-label",this.description||"Maps Element"),this.element.setAttribute("role","region"),this.element.tabIndex=this.tabIndex},n.prototype.setSecondaryElementPosition=function(){var e=Oe(this.element.id+"_Secondary_Element"),i=this.element.getBoundingClientRect(),o=Oe(this.element.id+"_svg");if(!t.isNullOrUndefined(o)){var n=o.getBoundingClientRect();e.style.left=Math.max(n.left-i.left,0)+"px",e.style.top=Math.max(n.top-i.top,0)+"px"}},n.prototype.zoomingChange=function(){var e,i;if(Oe(this.element.id+"_Layer_Collections")&&this.zoomModule&&(this.zoomModule.layerCollectionEle=Oe(this.element.id+"_Layer_Collections")),this.isTileMap&&Oe(this.element.id+"_Tile_SVG")&&Oe(this.element.id+"_tile_parent")){var o=Oe(this.element.id+"_tile_parent"),n=Oe(this.element.id+"_Tile_SVG"),a=Oe(this.element.id+"_Tile_SVG_Parent"),l=o.getBoundingClientRect(),r=n.getBoundingClientRect();e=l.left-r.left,i=l.top-r.top,a.style.left=e+"px",a.style.top=i+"px",!t.isNullOrUndefined(this.legendModule)&&this.legendModule.totalPages.length>0&&(o.style.width=n.style.width=this.legendModule.legendTotalRect.width.toString(),o.style.height=n.style.height=this.legendModule.legendTotalRect.height.toString(),a.style.width=this.legendModule.legendTotalRect.width+"px",a.style.height=this.legendModule.legendTotalRect.height+"px");var s=document.getElementsByClassName("template");if(!t.isNullOrUndefined(s)&&s.length>0)for(h=0;h<s.length;h++){var d=s[h];d.style.left=e+"px",d.style.top=i+"px"}}if(this.zoomSettings.zoomFactor>=0){this.zoomModule&&this.zoomModule.toolBarGroup&&this.zoomSettings.enable&&this.zoomModule.alignToolBar();var p=document.getElementById(this.element.id+"_Layer_Collections");if(!t.isNullOrUndefined(p)&&p.childElementCount>0)for(var h=0;h<p.childNodes.length;h++){var m=p.childNodes[h];if("g"===m.tagName&&-1===m.id.indexOf("_Legend_Group"))for(var c=parseFloat(m.id.split("_LayerIndex_")[1].split("_")[0]),u=0;u<m.childNodes.length;u++){var g=m.childNodes[u];g.id.indexOf("_Markers_Group")>-1||g.id.indexOf("_bubble_Group")>-1||g.id.indexOf("_dataLableIndex_Group")>-1||We(g,c,this.scale,this)}}this.zoomModule&&(this.previousScale!==this.scale||this.zoomNotApplied||this.isZoomByPosition)&&this.zoomModule.applyTransform(this,!0)}},n.prototype.createSecondaryElement=function(){if(t.isNullOrUndefined(document.getElementById(this.element.id+"_Secondary_Element"))){var e=t.createElement("div",{id:this.element.id+"_Secondary_Element"});e.style.cssText="position: relative;z-index:2;",this.element.appendChild(e)}},n.prototype.getMinMaxLatitudeLongitude=function(){var e=document.getElementById(this.element.id);if(t.isNullOrUndefined(e))return{minLatitude:0,maxLatitude:0,minLongitude:0,maxLongitude:0};var i=e.getBoundingClientRect(),o=Me(this.margin.left),n=this.isTileMap?this.pointToLatLong(this.mapAreaRect.x-o,-this.mapAreaRect.y):this.getGeoLocation(0,this.mapAreaRect.x+i.left,this.mapAreaRect.y),a=this.isTileMap?this.pointToLatLong(this.mapAreaRect.width,this.mapAreaRect.height-this.mapAreaRect.y):this.getGeoLocation(0,this.mapAreaRect.x+i.left+this.mapAreaRect.width,this.mapAreaRect.y+this.mapAreaRect.height);return{minLatitude:n.latitude,maxLatitude:a.latitude,minLongitude:n.longitude,maxLongitude:a.longitude}},n.prototype.arrangeTemplate=function(){var e=this;document.getElementById(this.element.id+"_Legend_Border")&&(document.getElementById(this.element.id+"_Legend_Border").style.pointerEvents="none");var i=document.getElementsByClassName(this.element.id+"_template");!t.isNullOrUndefined(i)&&i.length>0&&Oe(this.element.id+"_Layer_Collections")&&!this.isTileMap&&Array.prototype.forEach.call(i,function(i){var o=0,n=0;if(!t.isNullOrUndefined(i)&&i.childElementCount>0){var a=Oe(e.element.id+"_Layer_Collections").getBoundingClientRect(),l=Oe(i.id).getBoundingClientRect();-1===i.id.indexOf("Marker")&&(o=e.isTileMap?0:a.left<l.left?-Math.abs(l.left-a.left):Math.abs(l.left-a.left),n=e.isTileMap?0:a.top<l.top?-Math.abs(l.top-a.top):Math.abs(l.top-a.top)),Array.prototype.forEach.call(i.childNodes,function(t){if(-1!==t.id.indexOf("Marker")){if("hidden"!==t.style.visibility){var i=Oe(t.id).getBoundingClientRect();t.style.left=parseFloat(t.style.left)-(e.isTileMap?0:i.width/2)+"px",t.style.top=parseFloat(t.style.top)-(e.isTileMap?0:i.height/2)+"px"}}else t.style.left=parseFloat(t.style.left)+o+"px",t.style.top=parseFloat(t.style.top)+n+"px",t.style.transform="translate(-50%, -50%)"})}})},n.prototype.createTile=function(){var e=this.layersCollection[0];if(e.isBaseLayer&&!t.isNullOrUndefined(e.urlTemplate)&&""!==e.urlTemplate&&t.isNullOrUndefined(e.shapeData)){fe(this.element.id+"_tile_parent"),fe(this.element.id+"_tiles"),fe("animated_tiles");var i=t.createElement("div",{id:this.element.id+"_tile_parent"}),o=Me(this.margin.right);i.style.cssText="position: absolute; left: "+this.mapAreaRect.x+"px; right: "+o+"px; top: "+(this.mapAreaRect.y+0)+"px; height: "+this.mapAreaRect.height+"px; width: "+this.mapAreaRect.width+"px; overflow: hidden;";var n=t.createElement("div",{id:this.element.id+"_tiles"});n.style.cssText="position: absolute; left: "+this.mapAreaRect.x+"px; right: "+o+"px; top: "+(this.mapAreaRect.y+0)+"px; height: "+this.mapAreaRect.height+"px; width: "+this.mapAreaRect.width+"px; overflow: hidden;",this.element.appendChild(i),this.element.appendChild(n)}},n.prototype.initPrivateVariable=function(){if(""===this.element.id){var e=document.getElementsByClassName("e-maps").length;this.element.id="maps_control_"+e}this.renderer=new i.SvgRenderer(this.element.id),this.mapLayerPanel=new xi(this)},n.prototype.findBaseAndSubLayers=function(){var e=this,i=this.baseLayerIndex,o=[],n=[];this.layersCollection=[],Array.prototype.forEach.call(this.layers,function(e){"Layer"===e.type?o.push(e):n.push(e)});for(var a=0;a<o.length;a++){var l=o[a];if(l.visible&&i===a){l.isBaseLayer=!0,this.isTileMap=!!t.isNullOrUndefined(l.shapeData),this.layersCollection.push(l);break}if(a===o.length-1){this.layersCollection.push(o[0]);break}}n.map(function(t){t.visible&&e.layersCollection.push(t)})},n.prototype.renderBorder=function(){var e=this.border.width,i=this.svgObject.querySelector("#"+this.element.id+"_MapBorder");if((e>0||this.background||this.themeStyle.backgroundColor)&&t.isNullOrUndefined(i)){var o={opacity:t.isNullOrUndefined(this.border.opacity)?1:this.border.opacity,color:this.border.color,width:this.border.width},n=new bt(this.element.id+"_MapBorder",this.background||this.themeStyle.backgroundColor,o,1,new _t(e/2,e/2,this.availableSize.width-e,this.availableSize.height-e));this.svgObject.appendChild(this.renderer.drawRectangle(n))}else i.setAttribute("fill",this.background||this.themeStyle.backgroundColor)},n.prototype.renderTitle=function(e,i,o,n){var a,l={size:e.textStyle.size,color:e.textStyle.color,fontFamily:e.textStyle.fontFamily,fontWeight:e.textStyle.fontWeight,fontStyle:e.textStyle.fontStyle,opacity:e.textStyle.opacity},r=Me(this.margin.top),s=Me(this.margin.bottom),d=Me(this.margin.left),p=Me(this.margin.right),h=Math.abs(d+p-this.availableSize.width);if(l.fontFamily=t.isNullOrUndefined(l.fontFamily)?this.themeStyle.fontFamily:l.fontFamily,l.fontWeight=l.fontWeight||this.themeStyle.titleFontWeight,l.size="title"===i?l.size||this.themeStyle.titleFontSize:l.size||this.themeStyle.subTitleFontSize||st.mapsSubTitleFont.size,e.text){t.isNullOrUndefined(n)&&(n=this.renderer.createGroup({id:this.element.id+"_Title_Group"}));var m=ge(h,e.text,l),c=O(m,l),u=ye(t.isNullOrUndefined(o)?new _t(d,r,this.availableSize.width,this.availableSize.height):o,t.isNullOrUndefined(e.alignment)?"Center":e.alignment,c,i),g=new gt(this.element.id+"_Map_"+i,u.x,u.y,"start",m),y=new _t(u.x,u.y,c.width,c.height),f=M(g,l,l.color||("title"===i?this.themeStyle.titleFontColor:this.themeStyle.subTitleFontColor),n);f.setAttribute("aria-label",e.text),f.setAttribute("role","region"),("title"===i&&!e.subtitleSettings.text||"subtitle"===i)&&(a=Math.abs(y.y+s-this.availableSize.height),this.mapAreaRect=new _t(d,y.y+10,h,a-10)),"subtitle"!==i&&e.subtitleSettings.text?this.renderTitle(e.subtitleSettings,"subtitle",y,n):this.svgObject.appendChild(n)}else a=Math.abs(r+s-this.availableSize.height),this.mapAreaRect=new _t(d,r,h,a)},n.prototype.createSVG=function(){this.removeSvg(),r(this)},n.prototype.removeSvg=function(){if(fe(this.element.id+"_Secondary_Element"),fe(this.element.id+"_tile_parent"),fe(this.element.id+"_tiles"),this.svgObject){for(;this.svgObject.childNodes.length>0;)this.svgObject.removeChild(this.svgObject.firstChild);!this.svgObject.hasChildNodes()&&this.svgObject.parentNode&&t.remove(this.svgObject)}this.clearTemplate()},n.prototype.wireEVents=function(){t.EventHandler.add(this.element,"click",this.mapsOnClick,this),t.EventHandler.add(this.element,"contextmenu",this.mapsOnRightClick,this),t.EventHandler.add(this.element,"dblclick",this.mapsOnDoubleClick,this),t.EventHandler.add(this.element,t.Browser.touchStartEvent,this.mouseDownOnMap,this),t.EventHandler.add(this.element,t.Browser.touchMoveEvent,this.mouseMoveOnMap,this),t.EventHandler.add(this.element,t.Browser.touchEndEvent,this.mouseEndOnMap,this),t.EventHandler.add(this.element,"pointerleave mouseleave",this.mouseLeaveOnMap,this),t.EventHandler.add(this.element,"keydown",this.keyDownHandler,this),t.EventHandler.add(this.element,"keyup",this.keyUpHandler,this),this.resizeEvent=this.mapsOnResize.bind(this),window.addEventListener(t.Browser.isTouch&&"orientation"in window&&"onorientationchange"in window?"orientationchange":"resize",this.resizeEvent)},n.prototype.unWireEVents=function(){t.EventHandler.remove(this.element,"click",this.mapsOnClick),t.EventHandler.remove(this.element,"contextmenu",this.mapsOnRightClick),t.EventHandler.remove(this.element,"dblclick",this.mapsOnDoubleClick),t.EventHandler.remove(this.element,t.Browser.touchStartEvent,this.mouseDownOnMap),t.EventHandler.remove(this.element,t.Browser.touchMoveEvent,this.mouseMoveOnMap),t.EventHandler.remove(this.element,t.Browser.touchEndEvent,this.mouseEndOnMap),t.EventHandler.remove(this.element,"pointerleave mouseleave",this.mouseLeaveOnMap),t.EventHandler.remove(this.element,"keydown",this.keyDownHandler),t.EventHandler.remove(this.element,"keyup",this.keyUpHandler),window.removeEventListener(t.Browser.isTouch&&"orientation"in window&&"onorientationchange"in window?"orientationchange":"resize",this.resizeEvent)},n.prototype.mouseLeaveOnMap=function(e){document.getElementsByClassName("highlightMapStyle").length>0&&this.legendModule&&(this.legendModule.removeShapeHighlightCollection(),Be(document.getElementsByClassName("highlightMapStyle")[0]))},n.prototype.keyUpHandler=function(e){var t=e.target.id;this.isTileMap&&this.removeTileMap(),"Tab"===e.code&&t.indexOf("_LayerIndex_")>-1&&t.indexOf("shapeIndex")>-1?this.keyboardHighlightSelection(t,e):-1===t.indexOf("_LayerIndex_")&&-1===t.indexOf("shapeIndex")&&Ie("highlightMapStyle").length>0&&(Be(Ie("highlightMapStyle")[0]),this.legendSettings.visible&&this.legendModule&&this.legendModule.removeShapeHighlightCollection())},n.prototype.keyboardHighlightSelection=function(e,i){var o=i.type,n=parseInt(e.split("_LayerIndex_")[1].split("_")[0],10),a=parseInt(e.split("_shapeIndex_")[1].split("_")[0],10),l=this.layers[n].shapeData.features.length>a?this.layers[n].shapeData.features[a].properties:null,r=parseInt(e.split("_dataIndex_")[1].split("_")[0],10),s=t.isNullOrUndefined(r)?null:this.layers[n].dataSource[r];this.layers[n].selectionSettings.enable&&"keydown"===o&&this.selectionModule?(this.selectionModule.selectionsettings=this.layers[n].selectionSettings,this.selectionModule.selectionType="Shape",this.selectionModule.selectElement(i.target,n,s,l)):this.highlightModule&&this.layers[n].highlightSettings.enable&&"keyup"===o&&!i.target.classList.contains("ShapeselectionMapStyle")&&(this.highlightModule.highlightSettings=this.layers[n].highlightSettings,this.highlightModule.handleHighlight(i.target,n,s,l))},n.prototype.keyDownHandler=function(e){var i=this.zoomModule,o=e.target.id;if(("ArrowUp"===e.code||"ArrowDown"===e.code||"ArrowLeft"===e.code||"ArrowRight"===e.code)&&i){var n=document.getElementById(this.element.id+"_animated_tiles");this.isTileMap&&!t.isNullOrUndefined(n)&&(this.currentTiles=n.cloneNode(!0))}if(this.zoomSettings.enable&&i&&("+"===e.key||"Equal"===e.code))i.performZoomingByToolBar("zoomin");else if(this.zoomSettings.enable&&i&&("-"===e.key||"Minus"===e.code))i.performZoomingByToolBar("zoomout");else if(this.zoomSettings.enable&&i&&82===e.keyCode)i.performZoomingByToolBar("reset"),i.isPanModeEnabled=!1;else if(this.zoomSettings.enable&&this.zoomSettings.enablePanning&&i&&("ArrowUp"===e.code||"ArrowDown"===e.code))e.preventDefault(),i.mouseDownLatLong.x=0,i.mouseMoveLatLong.y=this.mapAreaRect.height/7,i.panning("None",i.mouseDownLatLong.x,"ArrowUp"===e.code?-i.mouseMoveLatLong.y:i.mouseMoveLatLong.y,e),i.mouseDownLatLong.y=i.mouseMoveLatLong.y;else if(this.zoomSettings.enable&&this.zoomSettings.enablePanning&&i&&("ArrowLeft"===e.code||"ArrowRight"===e.code))e.preventDefault(),i.mouseDownLatLong.y=0,i.mouseMoveLatLong.x=this.mapAreaRect.width/7,i.panning("None","ArrowLeft"===e.code?-i.mouseMoveLatLong.x:i.mouseMoveLatLong.x,i.mouseDownLatLong.y,e),i.mouseDownLatLong.x=i.mouseMoveLatLong.x;else if("Enter"===e.code){if(o=e.target.id,e.preventDefault(),this.legendModule&&(o.indexOf("_Left_Page_Rect")>-1||o.indexOf("_Right_Page_Rect")>-1)){this.mapAreaRect=this.legendModule.initialMapAreaRect,this.legendModule.currentPage=o.indexOf("_Left_Page_")>-1?this.legendModule.currentPage-1:this.legendModule.currentPage+1,this.legendModule.legendGroup=this.renderer.createGroup({id:this.element.id+"_Legend_Group"}),this.legendModule.drawLegendItem(this.legendModule.currentPage);var a=document.getElementById(this.element.id+"_Paging_Text").textContent.split("/").map(Number);o.indexOf("_Left_Page_Rect")>-1?(1!==a[0]&&e.target.focus(),e.target.style.outlineColor=a[0]-1!==a[1]?"":"transparent"):o.indexOf("_Right_Page_Rect")>-1&&(a[0]!==a[1]&&e.target.focus(),e.target.style.outlineColor=a[0]!==a[1]+1?"":"transparent"),ke(this.element.id+"_Legend_Border",this.element.id)&&(ke(this.element.id+"_Legend_Border",this.element.id).style.pointerEvents="none")}o.indexOf("shapeIndex")>-1&&this.keyboardHighlightSelection(o,e)}this.zoomModule&&this.zoomModule.removeToolbarOpacity(this.isTileMap?Math.round(this.tileZoomLevel):this.mapScaleValue,this.mouseMoveId)},n.prototype.SelectedElement=function(e){var t=!1;return"ShapeselectionMapStyle"===e.getAttribute("class")&&(t=!0),t},n.prototype.mapsOnClick=function(e){var i=this,o=e.target,n=o.id,a=null,l=null;if(this.mouseClickEvent={x:e.x,y:e.y},-1===o.id.indexOf("_ToolBar")){var r=this.getClickLocation(n,e.pageX,e.pageY,o,e.layerX,e.layerY);t.isNullOrUndefined(r)||(a=r.latitude,l=r.longitude);var s={cancel:!1,name:"click",target:n,x:e.clientX,y:e.clientY,latitude:a,longitude:l,isShapeSelected:this.SelectedElement(o)};this.onclick?(s.name="onclick",this.trigger("onclick",s,function(t){i.clickHandler(e,s,o)})):this.trigger("click",s,function(t){i.clickHandler(e,s,o)})}this.zoomModule&&(this.zoomModule.removeToolbarOpacity(this.isTileMap?Math.round(this.tileZoomLevel):this.mapScaleValue,n),this.isDevice&&this.zoomModule.removeToolbarClass("","","","",""))},n.prototype.clickHandler=function(e,t,i){i.id.indexOf("shapeIndex")>-1&&(this.mergeCluster(),Pe(this.element.id+"_mapsTooltip")&&this.mapsTooltipModule.tooltipTargetID.indexOf("_MarkerIndex_")>-1&&fe(this.element.id+"_mapsTooltip")),this.markerModule&&this.markerModule.markerClusterClick(e),t.cancel||this.notify("click",i),t.cancel||-1===i.id.indexOf("shapeIndex")||this.triggerShapeSelection(i)},n.prototype.triggerShapeSelection=function(e){var i=parseInt(e.id.split("_LayerIndex_")[1].split("_")[0],10),o=Te(e.id,this.layers[i].selectionSettings,this,"shapeSelected");o.cancel||!this.selectionModule||t.isNullOrUndefined(this.shapeSelected)?o.cancel&&this.selectionModule&&t.isNullOrUndefined(o.data)&&(Be(e),this.selectionModule.removedSelectionList(e)):Ee(this.selectionModule.selectionType+"selectionMap",this.selectionModule.selectionType+"selectionMapStyle",o)},n.prototype.getMarkerClickLocation=function(e,t,i,o,n,a){document.getElementById(this.element.id+"_svg").style.cursor="grabbing";var l=Pe(n.targetId),r=this.getClickLocation(n.targetId,e,t,l,i,o),s=this.isTileMap?c(new Mt(r.longitude,r.latitude),this.tileZoomLevel,this.tileTranslatePoint,!0):h(r.latitude,r.longitude,this.mapLayerPanel.currentFactor,this.layersCollection[n.layerIndex],this),d=this.translatePoint,p=this.isTileMap?s.x:(s.x+d.x)*this.scale,m=this.isTileMap?s.y:(s.y+d.y)*this.scale;if("Balloon"!==this.markerDragArgument.shape?l.setAttribute("transform","translate( "+p+" "+m+" )"):l.parentElement.setAttribute("transform","translate( "+p+" "+m+" )"),a){var u=this.layers[n.layerIndex].markerSettings[n.markerIndex];r=this.getClickLocation(n.targetId,e-u.offset.x,t-u.offset.y,l,i-u.offset.x,o-u.offset.y)}return r},n.prototype.getClickLocation=function(e,i,o,n,a,l,r){var d,p=0;if(-1===e.indexOf("_LayerIndex_")||this.isTileMap||t.isNullOrUndefined(r)&&(parseInt(this.mouseDownEvent.x,10)!==parseInt(this.mouseClickEvent.x,10)||parseInt(this.mouseDownEvent.y,10)!==parseInt(this.mouseClickEvent.y,10)))this.isTileMap&&(!t.isNullOrUndefined(r)||parseInt(this.mouseDownEvent.x,10)===parseInt(this.mouseClickEvent.x,10)&&parseInt(this.mouseDownEvent.y,10)===parseInt(this.mouseClickEvent.y,10))&&(d=this.getTileGeoLocation(a,l));else if(p=parseFloat(e.split("_LayerIndex_")[1].split("_")[0]),"Normal"===this.layers[p].geometryType)if(e.indexOf("_shapeIndex_")>-1){var h=n.parentElement,m=s(i,o,h.id.indexOf("_Point_Group")>-1||h.id.indexOf("_LineString_Group")>-1||h.id.indexOf("_MultiLineString_Group")>-1||h.id.indexOf("_Polygon_Group")>-1?h.parentElement:h),c=this.mapLayerPanel.currentFactor*this.mapScaleValue,u=Math.abs(-this.baseMapBounds.longitude.min*c),g=Math.abs(this.baseMapBounds.latitude.max*c);d={latitude:Math.abs(this.baseMapBounds.latitude.max-m.y/c),longitude:Math.abs(m.x/c+this.baseMapBounds.longitude.min)},this.baseMapBounds.longitude.min<0&&u>m.x&&(d.longitude=-d.longitude),this.baseMapBounds.latitude.min<0&&g>m.y&&(d.latitude=-d.latitude)}else if(e.indexOf("_MarkerIndex_")>-1&&this.markerModule&&!this.markerDragArgument){var y=parseInt(e.split("_MarkerIndex_")[1].split("_")[0],10),f=parseInt(e.split("_dataIndex_")[1].split("_")[0],10);if(isNaN(y)||isNaN(f))d={latitude:null,longitude:null};else{var b=this.layers[p].markerSettings[y].dataSource[f];d={latitude:b.latitude,longitude:b.longitude}}}else if(e.indexOf("_MarkerIndex_")>-1&&this.markerModule&&this.markerDragArgument){var v=document.getElementById(this.element.id+"_LayerIndex_"+this.markerDragArgument.layerIndex).getBoundingClientRect(),S=new Mt(i>v.left?Math.abs(v.left-i):0,o>v.top?Math.abs(v.top-o):0),u=Math.abs(-this.baseMapBounds.longitude.min*this.mapLayerPanel.currentFactor),g=Math.abs(this.baseMapBounds.latitude.max*this.mapLayerPanel.currentFactor);d={latitude:Math.abs(this.baseMapBounds.latitude.max-S.y/(this.mapLayerPanel.currentFactor*this.scale)),longitude:Math.abs(S.x/(this.mapLayerPanel.currentFactor*this.scale)+this.baseMapBounds.longitude.min)},this.baseMapBounds.longitude.min<0&&u>S.x&&(d.longitude=-d.longitude),this.baseMapBounds.latitude.min<0&&g>S.y&&(d.latitude=-d.latitude)}else d={latitude:null,longitude:null};else d=this.getGeoLocation(p,i,o);return d},n.prototype.removeTileMap=function(){var e=document.getElementById(this.element.id+"_animated_tiles");if(!t.isNullOrUndefined(this.currentTiles)&&e.childElementCount<this.currentTiles.childElementCount)for(var i=e.childElementCount-1;i>=this.currentTiles.childElementCount;i--)e.removeChild(e.children[i]);this.currentTiles=null},n.prototype.mouseEndOnMap=function(e){var i,o,n,a=0,l=0;if(-1!==e.type.indexOf("touch")?(this.isTouch=!0,a=i=(n=e).changedTouches[0].pageX,l=(o=n.changedTouches[0].pageY)-(this.isTileMap?10:0),this.mouseClickEvent={x:i,y:o}):(this.isTouch="touch"===e.pointerType,i=e.pageX,o=e.pageY,a=e.layerX,l=e.layerY-(this.isTileMap?10:0)),this.isTileMap&&this.removeTileMap(),this.isTouch&&(this.titleTooltip(e,i,o,!0),t.isNullOrUndefined(this.legendModule)||this.legendTooltip(e,e.pageX,e.pageY,!0)),this.notify(t.Browser.touchEndEvent,e),e.cancelable&&!this.isTouch&&e.preventDefault(),t.isNullOrUndefined(this.markerDragArgument))document.getElementById(this.element.id+"_svg").style.cursor="auto";else{var r=this.markerDragArgument;this.mouseClickEvent.x=this.mouseDownEvent.x,this.mouseClickEvent.y=this.mouseDownEvent.y;var s=this.getMarkerClickLocation(i,o,a,l,this.markerDragArgument,!0),d=this.layers[r.layerIndex].markerSettings[r.markerIndex];document.getElementById(this.element.id+"_svg").style.cursor=d.enableDrag?"pointer":"grabbing";var p={name:"markerDragEnd",x:i,y:o,latitude:s.latitude,longitude:s.longitude,layerIndex:r.layerIndex,markerIndex:r.markerIndex,dataIndex:r.dataIndex};if(t.isNullOrUndefined(d.latitudeValuePath)&&t.isNullOrUndefined(d.longitudeValuePath)){var h=d.dataSource[r.dataIndex];t.isNullOrUndefined(h.Longitude)||t.isNullOrUndefined(h.Latitude)?(d.dataSource[r.dataIndex].latitude=p.latitude,d.dataSource[r.dataIndex].longitude=p.longitude):(d.dataSource[r.dataIndex].Latitude=p.latitude,d.dataSource[r.dataIndex].Longitude=p.longitude)}else d.dataSource[r.dataIndex][d.latitudeValuePath]=p.latitude,d.dataSource[r.dataIndex][d.longitudeValuePath]=p.longitude;this.markerDragId="",this.markerDragArgument=null,this.trigger("markerDragEnd",p)}return this.zoomModule&&this.isDevice&&(this.zoomModule.removeToolbarOpacity(this.isTileMap?Math.round(this.tileZoomLevel):this.scale,this.element.id+"_Zooming_"),this.zoomModule.removeToolbarClass("","","","","")),!1},n.prototype.mouseDownOnMap=function(e){this.mouseDownEvent={x:e.x,y:e.y},-1!==e.type.indexOf("touch")&&e.changedTouches&&(this.mouseDownEvent={x:e.changedTouches[0].pageX,y:e.changedTouches[0].pageY}),this.isDevice&&!t.isNullOrUndefined(this.mapsTooltipModule)&&this.mapsTooltipModule.renderTooltip(e);var i=e.target;this.markerDragId=i.id;var o=document.getElementById(this.element.id+"_animated_tiles");if(this.isTileMap&&!t.isNullOrUndefined(o)&&(this.currentTiles=o.cloneNode(!0)),-1===i.id.indexOf("_ToolBar")){var n=this.markerModule;(i.id.indexOf("shapeIndex")>-1||i.id.indexOf("Tile")>-1)&&this.mergeCluster(),n&&(n.markerClick(e),n.markerClusterClick(e)),this.bubbleModule&&this.bubbleModule.bubbleClick(e)}this.notify(t.Browser.touchStartEvent,e)},n.prototype.mergeCluster=function(){this.markerModule&&this.markerModule.sameMarkerData.length>0&&(!this.zoomModule||this.zoomModule.isSingleClick)&&(j(this.markerModule.sameMarkerData,this),this.markerModule.sameMarkerData=[])},n.prototype.mapsOnRightClick=function(e){var i=e.target,o=i.id,n=null,a=null;if(this.mouseClickEvent=this.mouseDownEvent={x:e.x,y:e.y},-1===i.id.indexOf("_ToolBar")){var l=this.getClickLocation(o,e.pageX,e.pageY,i,e.layerX,e.layerY);t.isNullOrUndefined(l)||(n=l.latitude,a=l.longitude);var r={cancel:!1,name:"rightClick",target:o,x:e.clientX,y:e.clientY,latitude:n,longitude:a,isShapeSelected:!1};this.trigger("rightClick",r)}},n.prototype.mapsOnDoubleClick=function(e){this.notify("dblclick",e);var t,i=e.target,o=i.id,n=0,a=null,l=null;if(-1===i.id.indexOf("_ToolBar")){-1===i.id.indexOf("_LayerIndex_")||this.isTileMap||this.mouseDownEvent.x!==e.clientX||this.mouseDownEvent.y!==e.clientY?this.isTileMap&&this.mouseDownEvent.x===e.clientX&&this.mouseDownEvent.y===e.clientY&&(a=(t=this.getTileGeoLocation(e.layerX,e.layerY)).latitude,l=t.longitude):(n=parseFloat(i.id.split("_LayerIndex_")[1].split("_")[0]),a=(t=this.getGeoLocation(n,e.layerX,e.layerY)).latitude,l=t.longitude);var r={cancel:!1,name:"doubleClick",x:e.clientX,y:e.clientY,target:o,latitude:a,longitude:l,isShapeSelected:null};this.trigger("doubleClick",r)}},n.prototype.mouseMoveOnMap=function(e){var i;i="touchmove"===e.type?e.target:i=e.target,this.markerModule&&(this.markerModule.markerMove(e),this.markerModule.markerClusterMouseMove(e)),this.bubbleModule&&this.bubbleModule.bubbleMove(e),-1===i.id.indexOf("MarkerIndex")&&(document.getElementById(this.element.id+"_svg").style.cursor="auto"),this.onMouseMove(e),this.notify(t.Browser.touchMoveEvent,e)},n.prototype.onMouseMove=function(e){var i=e.target;this.mouseMoveId=i.id;var o,n,a=null,l=0,r=0;if(-1===e.type.indexOf("touch")?(o=e.pageX,n=e.pageY,l=e.layerX,r=e.layerY-(this.isTileMap?10:0),this.titleTooltip(e,e.pageX,e.pageY),t.isNullOrUndefined(this.legendModule)||this.legendTooltip(e,e.pageX,e.pageY,!0)):(l=o=(a=e.touches)[0].clientX,r=n=a[0].clientY-(this.isTileMap?10:0)),!t.isNullOrUndefined(this.markerDragArgument)){var s=this.markerDragArgument;this.mouseClickEvent.x=this.mouseDownEvent.x,this.mouseClickEvent.y=this.mouseDownEvent.y,this.getMarkerClickLocation(o,n,l,r,s,!1)}return this.zoomModule&&this.zoomModule.removeToolbarOpacity(this.isTileMap?Math.round(this.tileZoomLevel):this.scale,e.target.id),!1},n.prototype.legendTooltip=function(e,t,i,o){var n,a,l=e.target.id,r=this.legendModule.currentPage,s=e.target.id.split("_Index_")[1];r=this.legendModule.totalPages.length<=this.legendModule.currentPage?this.legendModule.totalPages.length-1:this.legendModule.currentPage<0?0:this.legendModule.currentPage;for(var d=0!==this.legendModule.totalPages.length?this.legendModule.totalPages[r].Collection.length:this.legendModule.totalPages.length,p=0;p<d;p++)n=(a=this.legendModule.totalPages[r].Collection[p]).DisplayText,l=e.target.id,s=e.target.id.split("_Index_")[1],l===this.element.id+"_Legend_Text_Index_"+s&&e.target.textContent.indexOf("...")>-1&&a.idIndex===parseInt(s,10)&&je(n,this.legendSettings.textStyle.size,t,i,this.element.offsetWidth,this.element.offsetHeight,this.element.id+"_EJ2_Legend_Text_Tooltip",Pe(this.element.id+"_Secondary_Element"),o);l!==this.element.id+"_Legend_Text_Index_"+s&&fe(this.element.id+"_EJ2_Legend_Text_Tooltip")},n.prototype.titleTooltip=function(e,t,i,o){var n=e.target.id;n===this.element.id+"_LegendTitle"&&e.target.textContent.indexOf("...")>-1?je(this.legendSettings.title.text,this.legendSettings.titleStyle.size,t,i,this.element.offsetWidth,this.element.offsetHeight,this.element.id+"_EJ2_LegendTitle_Tooltip",Pe(this.element.id+"_Secondary_Element"),o):fe(this.element.id+"_EJ2_LegendTitle_Tooltip"),n===this.element.id+"_Map_title"&&e.target.textContent.indexOf("...")>-1?je(this.titleSettings.text,this.titleSettings.textStyle.size||this.themeStyle.titleFontSize,t,i,this.element.offsetWidth,this.element.offsetHeight,this.element.id+"_EJ2_Title_Tooltip",Pe(this.element.id+"_Secondary_Element"),o):fe(this.element.id+"_EJ2_Title_Tooltip")},n.prototype.mapsOnResize=function(e){var i=this;if(!this.isDestroyed&&!this.isExportInitialTileMap){this.isResize=this.isReset=!0;var o={cancel:!1,name:"resize",previousSize:this.availableSize,currentSize:l(this),maps:this};this.trigger("resize",o),o.cancel||(this.resizeTo&&clearTimeout(this.resizeTo),!t.isNullOrUndefined(this.element)&&this.element.classList.contains("e-maps")&&(this.resizeTo=setTimeout(function(){i.unWireEVents(),i.createSVG(),i.refreshing=!0,i.wireEVents(),i.render(),i.refreshing=!1},500)))}return!1},n.prototype.zoomByPosition=function(e,i){if(!this.isDestroyed){this.zoomNotApplied=this.isMarkerZoomCompleted=!1;var o=this.zoomSettings.zoomFactor===i;this.previousProjection=null,!this.isTileMap&&this.zoomModule?t.isNullOrUndefined(e)?(this.zoomSettings.zoomFactor=i,this.isZoomByPosition=!0,this.mapScaleValue=null):(this.zoomSettings.zoomFactor=i,o=this.centerPosition.latitude===e.latitude&&this.centerPosition.longitude===e.longitude||o,this.centerPosition=e,this.isZoomByPosition=!0,this.mapScaleValue=null):this.zoomModule&&(this.tileZoomLevel=this.zoomSettings.zoomFactor=i,o=this.centerPosition.latitude===e.latitude&&this.centerPosition.longitude===e.longitude||o,this.centerPosition=e,this.isZoomByPosition=!0),o&&this.refresh()}},n.prototype.panByDirection=function(e,t){if(!this.isDestroyed){var i=0,o=0;switch(e){case"Left":i=-this.mapAreaRect.width/7;break;case"Right":i=this.mapAreaRect.width/7;break;case"Top":o=-this.mapAreaRect.height/7;break;case"Bottom":o=this.mapAreaRect.height/7}this.zoomModule&&this.zoomModule.panning(e,i,o,t)}},n.prototype.addLayer=function(e){if(!this.isDestroyed){var t=this.layers;t.push(e),this.isAddLayer=!0,this.layers=t}},n.prototype.removeLayer=function(e){if(!this.isDestroyed){var t=this.layers;t.splice(e,1),this.layers=t}},n.prototype.addMarker=function(e,i){if(!this.isDestroyed&&!t.isNullOrUndefined(this.markerModule)){var o=document.getElementById(this.element.id+"_LayerIndex_"+e);if(i.length>0&&o){for(var n=0,a=i;n<a.length;n++){var l=a[n];this.layersCollection[e].markerSettings.push(new mi(this,"markerSettings",l))}this.markerModule.markerRender(this,o,e,this.mapLayerPanel.currentFactor,"AddMarker"),this.arrangeTemplate()}}},n.prototype.shapeSelection=function(e,i,o,n){if(!this.isDestroyed&&!t.isNullOrUndefined(this.layers[e])){var a=void 0,l=void 0,r=Array.isArray(i)?i:Array(i);t.isNullOrUndefined(n)&&(n=!0);var s=this.layers[e].selectionSettings;if(!s.enableMultiSelect&&this.legendSelection&&n&&this.removeShapeSelection(),"SubLayer"===this.layers[e].type)for(y=0;y<this.layersCollection.length;y++)if(this.layersCollection[y].shapeData===this.layers[e].shapeData){l=y;break}if(!t.isNullOrUndefined(s)&&s.enable)for(var d=void 0,p=void 0,h=void 0,m=void 0,c=void 0,u=void 0,g=this.layers[e].shapeData.features,y=0;y<g.length;y++)for(var f=0;f<r.length;f++){var b=void 0;if((!t.isNullOrUndefined(g[y].properties[r[f]])&&isNaN(g[y].properties[r[f]])?g[y].properties[r[f]].toLowerCase():g[y].properties[r[f]])===(t.isNullOrUndefined(o)||"string"!=typeof o?o:o.toLowerCase())){t.isNullOrUndefined(this.layers[e].shapeSettings.colorValuePath)||(b=de(this.layers[e].dataSource,g[y].properties,this.layers[e].shapeDataPath,this.layers[e].shapePropertyPath,this.layers[e]));var v=this.layers[e];if(this.baseLayerIndex>=0&&v.isBaseLayer?m=0:"SubLayer"===this.layers[e].type&&(m=l),d=this.element.id+"_LayerIndex_"+m+"_shapeIndex_"+y+"_dataIndex_"+b,a=Pe(d),t.isNullOrUndefined(b)&&t.isNullOrUndefined(a)&&(a=Pe(d=this.element.id+"_LayerIndex_"+e+"_shapeIndex_"+y+"_dataIndex_null")),h=parseInt(a.id.split("_shapeIndex_")[1].split("_")[0],10),c=this.layers[e].shapeData.features.length>h?this.layers[e].shapeData.features[h].properties:null,p=parseInt(a.id.split("_dataIndex_")[1].split("_")[0],10),u=t.isNullOrUndefined(p)?null:this.layers[e].dataSource[p],n){if(ze(s,this,a,c,u),this.shapeSelectionClass=Pe("ShapeselectionMap"),this.legendSettings.visible&&-1===a.id.indexOf("_MarkerIndex_")&&this.legendModule.shapeHighLightAndSelection(a,u,s,"selection",e),(S=!this.legendSettings.visible||this.legendModule.shapeToggled)&&(a.setAttribute("class","ShapeselectionMapStyle"),-1===this.selectedElementId.indexOf(a.getAttribute("id"))&&this.selectedElementId.push(a.getAttribute("id")),!s.enableMultiSelect))return}else{this.legendSelection=!s.enableMultiSelect&&!this.legendSelection||this.legendSelection,this.legendSettings.visible&&-1===a.id.indexOf("_MarkerIndex_")&&"ShapeselectionMapStyle"===a.getAttribute("class")&&this.legendModule.shapeHighLightAndSelection(a,u,s,"selection",e);var S=!this.legendSettings.visible||this.legendModule.shapeToggled;if(S){Be(a);var x=this.selectedElementId.indexOf(a.getAttribute("id"));-1!==x&&(this.selectedElementId.splice(x,1),!s.enableMultiSelect&&this.legendSelection&&this.selectedElementId.length>0&&this.removeShapeSelection())}}}}}},n.prototype.zoomToCoordinates=function(e,i,o,n){var a,l;if(!this.isDestroyed){this.isMarkerZoomCompleted=!1;var r=void 0,s=void 0,d=!1;this.centerPosition={latitude:null,longitude:null},this.isZoomByPosition=!1,(t.isNullOrUndefined(o)&&t.isNullOrUndefined(n)||t.isNullOrUndefined(e)&&t.isNullOrUndefined(i))&&(e=t.isNullOrUndefined(e)?0:e,i=t.isNullOrUndefined(e)?0:i,o=t.isNullOrUndefined(o)?e:o,n=t.isNullOrUndefined(n)?i:n,d=!0),e>o&&(e=(a=[o,e])[0],o=a[1]),i>n&&(i=(l=[n,i])[0],n=l[1]),d?(r=e+o,s=i+n):(r=(e+o)/2,s=(i+n)/2),this.centerLatOfGivenLocation=r,this.centerLongOfGivenLocation=s,this.minLatOfGivenLocation=e,this.minLongOfGivenLocation=i,this.maxLatOfGivenLocation=o,this.maxLongOfGivenLocation=n,this.zoomNotApplied=!0,this.scaleOfGivenLocation=nt(e,o,i,n,this.mapAreaRect.width,this.mapAreaRect.height,this,!0);var p=this.getMinMaxLatitudeLongitude(),h={cancel:!1,name:"zoom",type:"zoomIn",maps:this,tileTranslatePoint:{},translatePoint:{},tileZoomLevel:this.isTileMap?{previous:this.tileZoomLevel,current:this.scaleOfGivenLocation}:{},scale:this.isTileMap?{previous:this.tileZoomLevel,current:this.scaleOfGivenLocation}:{previous:this.scale,current:this.scaleOfGivenLocation},minLatitude:p.minLatitude,maxLatitude:p.maxLatitude,minLongitude:p.minLongitude,maxLongitude:p.maxLongitude};this.trigger("zoom",h),this.refresh()}},n.prototype.removeShapeSelection=function(){for(var e=this.selectedElementId.length,t=0;t<e;t++)Be(Oe(this.selectedElementId[0])),this.selectedElementId.splice(0,1);if(this.legendSettings.visible)for(var i=this.legendSelectionCollection.length,t=0;t<i;t++)Be(Oe(this.legendSelectionCollection[t].legendElement.id)),this.selectedLegendElementId.splice(0,1);this.shapeSelectionItem=[],this.legendSelectionCollection=[]},n.prototype.setCulture=function(){this.intl=new t.Internationalization,this.setLocaleConstants(),this.localeObject=new t.L10n(this.getModuleName(),this.defaultLocalConstants,this.locale)},n.prototype.setLocaleConstants=function(){this.defaultLocalConstants={ZoomIn:"Zoom in",Zoom:"Zoom",ZoomOut:"Zoom out",Pan:"Pan",Reset:"Reset",ImageNotFound:"Image Not Found"}},n.prototype.destroy=function(){this.unWireEVents(),t.isNullOrUndefined(this.mapsTooltipModule)||this.mapsTooltipModule.removeEventListener(),t.isNullOrUndefined(this.bingMap)||this.bingMap.destroy(),e.prototype.destroy.call(this),this.shapeSelectionItem=[],this.toggledElementId=[],this.toggledLegendId=[],this.legendSelectionCollection=[],this.selectedLegendElementId=[],this.selectedNavigationElementId=[],this.selectedBubbleElementId=[],this.selectedMarkerElementId=[],this.selectedElementId=[],this.dataLabelShape=[],this.zoomShapeCollection=[],this.zoomLabelPositions=[],this.mouseDownEvent={x:null,y:null},this.mouseClickEvent={x:null,y:null},this.formatFunction=null,this.localeObject=null,this.defaultLocalConstants=null,this.intl=null,this.mapAreaRect=null,this.layersCollection=null,this.themeStyle=null,this.totalRect=null,this.baseSize=null,this.baseMapBounds=null,this.baseMapRectBounds=null,this.baseTranslatePoint=null,this.baseTileTranslatePoint=null,this.markerZoomCenterPoint=null,this.currentTiles=null,this.serverProcess=null,this.toolbarProperties=null,this.zoomLabelPositions=null,this.resizeEvent=null,this.availableSize=null,document.getElementById("mapsmeasuretext")&&document.getElementById("mapsmeasuretext").remove(),this.removeSvg(),this.svgObject=null,this.mapLayerPanel=null,this.renderer=null,this.translatePoint=null,this.tileTranslatePoint=null,this.previousPoint=null,this.dataLabelShape=[],this.zoomShapeCollection=[],this.selectedElementId=[],this.selectedMarkerElementId=[],this.selectedBubbleElementId=[],this.shapeSelectionClass=null,this.markerSelectionClass=null,this.bubbleSelectionClass=null,this.navigationSelectionClass=null,this.selectedNavigationElementId=[],this.polygonSelectionClass=null,this.selectedPolygonElementId=[],this.legendSelectionClass=null,this.previousTranslate=null,this.initialTileTranslate=null,this.markerDragArgument=null},n.prototype.getModuleName=function(){return"maps"},n.prototype.getPersistData=function(){var e=["translatePoint","zoomSettings","mapScaleValue","tileTranslatePoint","baseTranslatePoint","scale","zoomPersistence","defaultState","markerZoomedState","initialCheck","initialZoomLevel","initialTileTranslate","applyZoomReset","markerZoomFactor"];return this.addOnPersist(e)},n.prototype.onPropertyChanged=function(i,o){if(!this.isDestroyed){for(var n=!1,a=!1,l=!1,r=0,s=Object.keys(i);r<s.length;r++){var d=s[r];switch(d){case"background":this.renderBorder();break;case"height":case"width":case"layers":case"projectionType":case"centerPosition":case"legendSettings":case"baseLayerIndex":if("layers"===d){l=!0;for(var p=Object.keys(i.layers).length,h=0;h<p;h++)if(!t.isNullOrUndefined(i.layers[h]))for(var m=0,c=Object.keys(i.layers[h]);m<c.length;m++){var u=c[m];t.isNullOrUndefined(this.layers[h].shapeData)&&!t.isNullOrUndefined(this.layers[h].urlTemplate)&&""!==this.layers[h].urlTemplate?this.isReset=!0:"markerSettings"===u&&(a=!0)}}n=!0;break;case"zoomSettings":t.isNullOrUndefined(o.zoomSettings)||(i.zoomSettings.zoomFactor===o.zoomSettings.zoomFactor||l?i.zoomSettings.shouldZoomInitially!==o.zoomSettings.shouldZoomInitially?(this.zoomSettings.zoomFactor=1,this.previousProjection=null,this.scale=this.isMarkerZoomCompleted?null:this.scale,this.isMarkerZoomCompleted=!i.zoomSettings.shouldZoomInitially,n=!0):i.zoomSettings.enable!==o.zoomSettings.enable?(this.zoomSettings.zoomFactor=1,n=!0):n=!0:n=!1);break;case"locale":case"currencyCode":e.prototype.refresh.call(this)}}n&&(i.layers&&a?(fe(this.element.id+"_Markers_Group"),this.isTileMap?this.mapLayerPanel.renderTileLayer(this.mapLayerPanel,this.layers.currentFactor,this.layers.length-1):this.render()):(this.createSVG(),this.renderElements()))}},n.prototype.requiredModules=function(){var e=[],t=this.findVisibleLayers(this.layers),i=!1;return this.annotations.map(function(e){i=null!=e.content}),this.isBubbleVisible()&&e.push({member:"Bubble",args:[this],name:"Bubble"}),t.highlight&&e.push({member:"Highlight",args:[this],name:"Highlight"}),t.selection&&e.push({member:"Selection",args:[this],name:"Selection"}),this.legendSettings.visible&&e.push({member:"Legend",args:[this],name:"Legend"}),(this.zoomSettings.enable||this.zoomSettings.zoomFactor>this.zoomSettings.minZoom)&&e.push({member:"Zoom",args:[this],name:"Zoom"}),this.isMarkersVisible()&&e.push({member:"Marker",args:[this],name:"Marker"}),this.isDataLabelVisible()&&e.push({member:"DataLabel",args:[this],name:"DataLabel"}),this.isNavigationVisible()&&e.push({member:"NavigationLine",args:[this],name:"NavigationLine"}),this.isPolygonVisible()&&e.push({member:"Polygon",args:[this],name:"Polygon"}),t.tooltip&&e.push({member:"MapsTooltip",args:[this],name:"MapsTooltip"}),i&&e.push({member:"Annotations",args:[this,Oi],name:"Annotations"}),this.allowPrint&&e.push({member:"Print",args:[this],name:"Print"}),this.allowImageExport&&e.push({member:"ImageExport",args:[this],name:"ImageExport"}),this.allowPdfExport&&e.push({member:"PdfExport",args:[this],name:"PdfExport"}),e},n.prototype.isMarkersVisible=function(){var e=!1;return Array.prototype.forEach.call(this.layers,function(t){for(var i=0;i<t.markerSettings.length;i++)if(t.markerSettings[i].visible){e=!0;break}}),e},n.prototype.isDataLabelVisible=function(){for(var e=!1,t=0;t<this.layers.length;t++)if(this.layers[t].dataLabelSettings.visible){e=!0;break}return e},n.prototype.isNavigationVisible=function(){var e=!1;return Array.prototype.forEach.call(this.layers,function(t){for(var i=0;i<t.navigationLineSettings.length;i++)if(t.navigationLineSettings[i].visible){e=!0;break}}),e},n.prototype.isPolygonVisible=function(){var e=!1;return Array.prototype.forEach.call(this.layers,function(t){for(var i=0;i<t.polygonSettings.polygons.length;i++)if(t.polygonSettings.polygons.length>0){e=!0;break}}),e},n.prototype.isBubbleVisible=function(){for(var e=!1,t=0,i=this.layers;t<i.length;t++){var o=i[t];if(this.getBubbleVisible(o)){e=!0;break}}return e},n.prototype.getBubbleVisible=function(e){for(var t=!1,i=0,o=e.bubbleSettings;i<o.length;i++)if(o[i].visible){t=!0;break}return t},n.prototype.print=function(e){this.allowPrint&&this.printModule&&!this.isDestroyed&&this.printModule.print(this,e)},n.prototype.export=function(e,i,o,n){var a=this;if(!this.isDestroyed){if(t.isNullOrUndefined(n)&&(n=!0),"PDF"!==e&&this.allowImageExport&&this.imageExportModule)return new Promise(function(t){t(a.imageExportModule.export(a,e,i,n))});if(this.allowPdfExport&&this.pdfExportModule)return new Promise(function(t){t(a.pdfExportModule.export(a,e,i,n,o))})}return null},n.prototype.getBingUrlTemplate=function(e){var i;return this.isDestroyed||(i=new Promise(function(i){var o=new t.Fetch({url:e});o.onSuccess=function(e){var t=e.resourceSets[0].resources[0];i(t.imageUrl)},o.send()})),i},n.prototype.findVisibleLayers=function(e,i,o,n,a,l){void 0===i&&(i=!1),void 0===o&&(o=!1),void 0===n&&(n=!1),void 0===a&&(a=!1),void 0===l&&(l=!1);for(var r,s,d,p=0,h=e;p<h.length;p++){var m=h[p];if(i=m.visible||i,m.visible){r=m.bubbleSettings,s=m.markerSettings,d=m.polygonSettings;for(var c=0,u=m.navigationLineSettings;c<u.length;c++){var g=u[c];g.visible&&(a=!t.isNullOrUndefined(g.highlightSettings)&&g.highlightSettings.enable||a,l=!t.isNullOrUndefined(g.selectionSettings)&&g.selectionSettings.enable||l)}for(var y=0,f=d.polygons;y<f.length;y++){var b=f[y];!t.isNullOrUndefined(b.points)&&b.points.length>0&&(a=m.polygonSettings.highlightSettings.enable||a,l=m.polygonSettings.selectionSettings.enable||l,n=m.polygonSettings.tooltipSettings.visible||n)}for(var v=0,S=s;v<S.length;v++){var x=S[v];if(x.visible&&(n=x.tooltipSettings.visible||n,a=x.selectionSettings.enable||a,l=x.highlightSettings.enable||l),n)break}for(var O=0,C=r;O<C.length;O++){var M=C[O];if(M.visible&&(n=M.tooltipSettings.visible||n,a=M.selectionSettings.enable||a,l=M.highlightSettings.enable||l),n)break}n=m.tooltipSettings.visible||n,a=m.selectionSettings.enable||a,l=m.highlightSettings.enable||l}if(i&&o&&n)break}return{layer:i,bubble:o,tooltip:n,selection:a,highlight:l}},n.prototype.getGeoLocation=function(e,t,i){var o=null,n=null;if(!this.isDestroyed&&!this.isTileMap){var a=document.getElementById(this.element.id),l=this.element.getBoundingClientRect(),r=t-a.offsetLeft-(l.left-a.offsetLeft)-window.scrollX,s=i-a.offsetTop-(l.top-a.offsetTop)-window.scrollY,d=ve(this,this.layersCollection[e],!1).location,p=d.x*this.scale,h=d.y*this.scale,m=Math.min(this.mapAreaRect.height,this.mapAreaRect.width)*this.mapLayerPanel.currentFactor*this.scale,c=this.clip(r-p,0,m-1)/m-.5,u=.5-this.clip(s-h,0,m-1)/m;o=90-360*Math.atan(Math.exp(2*-u*Math.PI))/Math.PI,n=360*c}return{latitude:o,longitude:n}},n.prototype.clip=function(e,t,i){return Math.min(Math.max(e,t),i)},n.prototype.getTileGeoLocation=function(e,i){var o=null,n=null;if(this.isTileMap){var a=document.getElementById(this.element.id+"_tile_parent");if(!this.isDestroyed&&!t.isNullOrUndefined(a)){var l=this.pointToLatLong(e+this.mapAreaRect.x-a.offsetLeft,i+this.mapAreaRect.y-a.offsetTop);o=l.latitude,n=l.longitude}}return{latitude:o,longitude:n}},n.prototype.pointToLatLong=function(e,i){var o=0,n=0;if(!this.isDestroyed&&!t.isNullOrUndefined(this.translatePoint)){i=t.isNullOrUndefined(this.markerDragArgument)?i:i+10;var a=256*Math.pow(2,this.tileZoomLevel),l=this.clip(e-this.translatePoint.x*this.scale,0,a-1)/a-.5,r=.5-this.clip(i-this.translatePoint.y*this.scale,0,a-1)/a;o=90-360*Math.atan(Math.exp(2*-r*Math.PI))/Math.PI,n=360*l}return{latitude:o,longitude:n}},Mi([t.Property(null)],n.prototype,"background",void 0),Mi([t.Property(!1)],n.prototype,"useGroupingSeparator",void 0),Mi([t.Property(null)],n.prototype,"format",void 0),Mi([t.Property(null)],n.prototype,"width",void 0),Mi([t.Property(null)],n.prototype,"height",void 0),Mi([t.Property("MouseMove")],n.prototype,"tooltipDisplayMode",void 0),Mi([t.Property(!1)],n.prototype,"allowPrint",void 0),Mi([t.Property(!1)],n.prototype,"allowImageExport",void 0),Mi([t.Property(!1)],n.prototype,"allowPdfExport",void 0),Mi([t.Complex({},ai)],n.prototype,"titleSettings",void 0),Mi([t.Complex({},li)],n.prototype,"zoomSettings",void 0),Mi([t.Complex({},si)],n.prototype,"legendSettings",void 0),Mi([t.Collection([],ci)],n.prototype,"layers",void 0),Mi([t.Collection([],Et)],n.prototype,"annotations",void 0),Mi([t.Complex({},Ht)],n.prototype,"margin",void 0),Mi([t.Complex({color:"#DDDDDD",width:0},Rt)],n.prototype,"border",void 0),Mi([t.Property("Material")],n.prototype,"theme",void 0),Mi([t.Property("Mercator")],n.prototype,"projectionType",void 0),Mi([t.Property(0)],n.prototype,"baseLayerIndex",void 0),Mi([t.Property(null)],n.prototype,"description",void 0),Mi([t.Property(0)],n.prototype,"tabIndex",void 0),Mi([t.Complex({latitude:null,longitude:null},Zt)],n.prototype,"centerPosition",void 0),Mi([t.Complex({},gi)],n.prototype,"mapsArea",void 0),Mi([t.Event()],n.prototype,"load",void 0),Mi([t.Event()],n.prototype,"beforePrint",void 0),Mi([t.Event()],n.prototype,"loaded",void 0),Mi([t.Event()],n.prototype,"click",void 0),Mi([t.Event()],n.prototype,"onclick",void 0),Mi([t.Event()],n.prototype,"doubleClick",void 0),Mi([t.Event()],n.prototype,"rightClick",void 0),Mi([t.Event()],n.prototype,"resize",void 0),Mi([t.Event()],n.prototype,"tooltipRender",void 0),Mi([t.Event()],n.prototype,"legendRendering",void 0),Mi([t.Event()],n.prototype,"tooltipRenderComplete",void 0),Mi([t.Event()],n.prototype,"shapeSelected",void 0),Mi([t.Event()],n.prototype,"itemSelection",void 0),Mi([t.Event()],n.prototype,"itemHighlight",void 0),Mi([t.Event()],n.prototype,"shapeHighlight",void 0),Mi([t.Event()],n.prototype,"layerRendering",void 0),Mi([t.Event()],n.prototype,"shapeRendering",void 0),Mi([t.Event()],n.prototype,"markerRendering",void 0),Mi([t.Event()],n.prototype,"markerClusterRendering",void 0),Mi([t.Event()],n.prototype,"markerClick",void 0),Mi([t.Event()],n.prototype,"markerDragStart",void 0),Mi([t.Event()],n.prototype,"markerDragEnd",void 0),Mi([t.Event()],n.prototype,"markerClusterClick",void 0),Mi([t.Event()],n.prototype,"markerClusterMouseMove",void 0),Mi([t.Event()],n.prototype,"markerMouseMove",void 0),Mi([t.Event()],n.prototype,"dataLabelRendering",void 0),Mi([t.Event()],n.prototype,"bubbleRendering",void 0),Mi([t.Event()],n.prototype,"bubbleClick",void 0),Mi([t.Event()],n.prototype,"bubbleMouseMove",void 0),Mi([t.Event()],n.prototype,"animationComplete",void 0),Mi([t.Event()],n.prototype,"annotationRendering",void 0),Mi([t.Event()],n.prototype,"zoom",void 0),Mi([t.Event()],n.prototype,"pan",void 0),Mi([t.Event()],n.prototype,"panComplete",void 0),Mi([t.Event()],n.prototype,"zoomComplete",void 0),n=Mi([t.NotifyPropertyChanges],n)}(t.Component),Li=function(){function e(e){this.id="",this.maps=e,this.bubbleCollection=[]}return e.prototype.renderBubble=function(e,i,o,n,a,l,r,s,d,p){var h,m,c=this,u=s.layerData,g=e.colorValuePath,y=t.isNullOrUndefined(g)?i[g]:g.indexOf(".")>-1?I(i,e.colorValuePath):i[g],f=t.isNullOrUndefined(g)?Number(i[g]):g.indexOf(".")>-1?Number(I(i,e.colorValuePath)):Number(i[g]),b=t.isNullOrUndefined(e.valuePath)?Number(i[e.valuePath]):e.valuePath.indexOf(".")>-1?Number(I(i,e.valuePath)):Number(i[e.valuePath]);if(isNaN(b)&&isNaN(f)&&t.isNullOrUndefined(y))return null;var v=me(e.minRadius,e.maxRadius,b,n.min,n.max),S=new Si(this.maps).getColorByValue(e.colorMapping,f,y);m="[object Object]"!==Object.prototype.toString.call(S)||t.isNullOrUndefined(S.fill)?o:S.fill,h="[object Object]"!==Object.prototype.toString.call(S)||t.isNullOrUndefined(S.opacity)?e.opacity:S.opacity;var x=[[]];this.maps.translateType="bubble";for(var O=0,C=0,M=0,_=0,L=u.length;_<L;_++){var P=u[_];P=P.property;var w=pe(i[s.shapeDataPath],s.shapePropertyPath,P);if((!t.isNullOrUndefined(i[s.shapeDataPath])&&isNaN(i[s.shapeDataPath])?i[s.shapeDataPath].toLowerCase():i[s.shapeDataPath])===(!t.isNullOrUndefined(P[w])&&isNaN(P[w])?P[w].toLowerCase():P[w])&&"LineString"!==u[_].type&&"MultiLineString"!==u[_].type&&"Point"!==u[_].type&&"MultiPoint"!==u[_].type)if(u[_]._isMultiPolygon)for(var T=u[_],k=0;k<T.length;k++)x.push(this.getPoints(T[k],[])),C<(M=x[x.length-1].length)&&(C=M,O=x.length-1);else x.push(this.getPoints(u[_],[])),C<(M=x[x.length-1].length)&&(C=M,O=x.length-1)}var F,N,E=this.maps.projectionType,z={color:e.border.color,opacity:e.border.opacity,width:e.border.width},B=ce(x[O],E,s.geometryType);if(e.visible){if(t.isNullOrUndefined(B)){var A=x.length-1;if(!x[A].x||!x[A].y)return;N={cancel:!1,name:"bubbleRendering",border:z,cx:x[A].x,cy:x[A].y,data:i,fill:m,maps:this.maps,radius:v}}else F="Mercator"===this.maps.projectionType?B.y:-B.y,N={cancel:!1,name:"bubbleRendering",border:z,cx:B.x,cy:F,data:i,fill:m,maps:this.maps,radius:v};this.maps.trigger("bubbleRendering",N,function(i){if(!N.cancel){var o;if(N.border.opacity=t.isNullOrUndefined(N.border.opacity)?h:N.border.opacity,"Circle"===e.bubbleType){var n=new vt(p,N.fill,N.border,h,0,0,N.radius,null);o=X(c.maps,n,d)}else{var m="Mercator"===c.maps.projectionType?N.cy-v:N.cy+v,u=new bt(p,N.fill,N.border,h,new _t(0,0,2*v,2*v),2,2);N.cx-=v,N.cy=m,o=q(c.maps,u,d)}V(c.maps.selectedBubbleElementId,c.maps.bubbleSelectionClass,o,"BubbleselectionMapStyle"),c.bubbleCollection.push({LayerIndex:r,BubbleIndex:a,DataIndex:l,element:o,center:{x:N.cx,y:N.cy}});var g,y=0!==s.animationDuration||"Enable"===t.animationMode||t.isNullOrUndefined(c.maps.zoomModule);g=c.maps.zoomSettings.zoomFactor>1&&!t.isNullOrUndefined(c.maps.zoomModule)&&!c.maps.isTileMap?Se(c.maps,s,y):ve(c.maps,s,y);var f=e.dataSource,b=g.scale,S=g.location,x=new Mt(c.maps.isTileMap?(N.cx+c.maps.translatePoint.x)*c.maps.tileZoomLevel:(N.cx+S.x)*b,c.maps.isTileMap?(N.cy+c.maps.translatePoint.y)*c.maps.tileZoomLevel:(N.cy+S.y)*b);o.setAttribute("transform","translate( "+x.x+" "+x.y+" )");var O=f.length-1===l?"bubble":null;"Square"===e.bubbleType?(x.x+=v,x.y+=v*("Mercator"===c.maps.projectionType?1:-1)):v=0,(e.animationDuration>0||"Enable"===t.animationMode)&&Ae(o,e.animationDelay,e.animationDuration,x,c.maps,O,v)}})}},e.prototype.getPoints=function(e,i){return t.isNullOrUndefined(e.map)?i=e.point:e.map(function(e){i.push(new ht(e.point.x,e.point.y))}),i},e.prototype.bubbleClick=function(e){var i=e.target.id;if(-1!==i.indexOf("_LayerIndex_")){var o=this.getbubble(i);if(!t.isNullOrUndefined(o)){var n={cancel:!1,name:"bubbleClick",data:o,maps:this.maps,target:i,x:e.clientX,y:e.clientY};this.maps.trigger("bubbleClick",n)}}},e.prototype.getbubble=function(e){var t=e.split("_LayerIndex_"),i=parseInt(t[1].split("_")[0],10);if(e.indexOf("_BubbleIndex_")>-1){var o=this.maps.layers[i],n=parseInt(t[1].split("_BubbleIndex_")[1],10),a=parseInt(t[1].split("_BubbleIndex_")[1].split("_dataIndex_")[1],10);if(!isNaN(n))return o.bubbleSettings[n].dataSource[a]}return null},e.prototype.bubbleMove=function(e){var i=e.target.id;if(-1!==i.indexOf("_LayerIndex_")){var o=this.getbubble(i);if(!t.isNullOrUndefined(o)){var n={cancel:!1,name:"bubbleMouseMove",data:o,maps:this.maps,target:i,x:e.clientX,y:e.clientY};this.maps.trigger("bubbleMouseMove",n)}}},e.prototype.getModuleName=function(){return"Bubble"},e.prototype.destroy=function(){this.bubbleCollection=[],this.maps=null},e}(),Pi=function(){function e(e){this.maps=e,this.trackElements=[],this.sameMarkerData=[],this.initialMarkerCluster=[],this.zoomedMarkerCluster=[]}return e.prototype.getMapsInstance=function(){return this.maps},e.prototype.markerRender=function(e,i,o,n,a){var l=this,r=0,s=0,d=0;e.translateType="marker";var p=e.layersCollection[o];this.markerSVGObject=e.renderer.createGroup({id:e.element.id+"_Markers_Group",class:"GroupElement"}),this.markerSVGObject.style.pointerEvents="auto";var m=t.createElement("div",{id:e.element.id+"_LayerIndex_"+o+"_Markers_Template_Group",className:e.element.id+"_template"});m.style.cssText="overflow: hidden; position: absolute;pointer-events: none;top:"+e.mapAreaRect.y+"px;left:"+e.mapAreaRect.x+"px;height:"+e.mapAreaRect.height+"px;width:"+e.mapAreaRect.width+"px;";var u,g=0!==p.animationDuration||"Enable"===t.animationMode||t.isNullOrUndefined(e.zoomModule);e.isTileMap||(u=!t.isNullOrUndefined(e.zoomModule)&&e.zoomSettings.zoomFactor>1?Se(e,p,g):ve(e,p,g)),Array.prototype.forEach.call(p.markerSettings,function(g,y){var f=g.dataSource;t.isNullOrUndefined(g.dataSource)||Array.prototype.forEach.call(f,function(b,v){e.markerNullCount=y>0&&0===v?0:e.markerNullCount;var S={cancel:!1,name:"markerRendering",fill:g.fill,height:g.height,width:g.width,imageUrl:g.imageUrl,shape:g.shape,template:g.template,data:b,maps:e,marker:g,border:g.border,colorValuePath:g.colorValuePath,shapeValuePath:g.shapeValuePath,imageUrlValuePath:g.imageUrlValuePath};e.trigger("markerRendering",S,function(x){S=k(S,b),S=F(S,b);var O=t.isNullOrUndefined(g.longitudeValuePath)?t.isNullOrUndefined(b.longitude)?t.isNullOrUndefined(b.Longitude)?null:parseFloat(b.Longitude):parseFloat(b.longitude):Number(I(b,g.longitudeValuePath)),C=t.isNullOrUndefined(g.latitudeValuePath)?t.isNullOrUndefined(b.latitude)?t.isNullOrUndefined(b.Latitude)?null:parseFloat(b.Latitude):parseFloat(b.latitude):Number(I(b,g.latitudeValuePath)),M=g.offset;if(!S.cancel&&g.visible&&!t.isNullOrUndefined(O)&&!t.isNullOrUndefined(C)){var _=e.element.id+"_LayerIndex_"+o+"_MarkerIndex_"+y+"_dataIndex_"+v,L=e.isTileMap?c(new Mt(O,C),n,e.tileTranslatePoint,!0):h(C,O,n,p,e);e.isTileMap&&(u="SubLayer"===p.type&&t.isNullOrUndefined(e.zoomModule)?L=c(new Mt(O,C),e.tileZoomLevel,e.tileTranslatePoint,!0):new Object);var P="AddMarker"===a?e.scale:u.scale,w="AddMarker"===a?e.translatePoint:u.location;!S.template||isNaN(L.x)||isNaN(L.y)?S.template||isNaN(L.x)||isNaN(L.y)||(r++,Z(S,g,f,v,L,w,_,M,P,e,l.markerSVGObject)):(d++,D(S,void 0,_,b,y,m,L,w,P,M,e),e.renderReactTemplates())}s+=isNaN(C)||isNaN(O)?1:0,d+=S.cancel?1:0,r+=S.cancel?1:0,e.markerNullCount=t.isNullOrUndefined(O)||t.isNullOrUndefined(C)?e.markerNullCount+1:e.markerNullCount;var T=f.length-e.markerNullCount,N=!1;l.markerSVGObject.childElementCount===T-d-s&&"Template"!==a&&(i.appendChild(l.markerSVGObject),p.markerClusterSettings.allowClustering&&(e.svgObject.appendChild(l.markerSVGObject),e.element.appendChild(e.svgObject),-1!==p.urlTemplate.indexOf("openstreetmap")&&t.isNullOrUndefined(p.shapeData)&&e.zoomSettings.enable?(N=B(p,l.markerSVGObject,e,o,l.markerSVGObject,i,!0,!1),i.appendChild(l.markerSVGObject)):N=B(p,l.markerSVGObject,e,o,l.markerSVGObject,i,!0,!1),e.renderReactTemplates())),m.childElementCount===T-r-s&&Oe(e.element.id+"_Secondary_Element")&&(Oe(e.element.id+"_Secondary_Element").appendChild(m),e.checkInitialRender&&p.markerClusterSettings.allowClustering&&!N&&(B(p,m,e,o,l.markerSVGObject,i,!1,!1),e.renderReactTemplates()))})})})},e.prototype.calculateIndividualLayerMarkerZoomLevel=function(e,t,i){var o,n,a=Math.abs(this.maps.baseMapBounds.latitude.max-this.maps.baseMapBounds.latitude.min),l=Math.abs(this.maps.baseMapBounds.longitude.max-this.maps.baseMapBounds.longitude.min);o=(o=Math.floor(Math.log(t/a)))>i?i:o,n=(n=Math.floor(Math.log(e/l)))>i?i:n;var r=Math.min(o,n),s=Math.min(r,i-1);return this.maps.isTileMap||ot(s,this.maps),s},e.prototype.calculateZoomCenterPositionAndFactor=function(e){if(!t.isNullOrUndefined(this.maps))if(this.maps.zoomSettings.shouldZoomInitially&&this.maps.markerModule){var i,o,n,a,l=void 0,r=void 0,s=void 0,d=this.maps.zoomSettings.maxZoom,p=this.maps.mapAreaRect.width,h=this.maps.mapAreaRect.height;if(this.maps.markerZoomedState=this.maps.markerZoomedState?this.maps.markerZoomedState:t.isNullOrUndefined(this.maps.markerZoomFactor)?!this.maps.markerZoomedState:this.maps.markerZoomFactor>1?this.maps.markerZoomedState:!this.maps.markerZoomedState,this.maps.defaultState=this.maps.markerZoomedState?!this.maps.markerZoomedState:this.maps.defaultState,Array.prototype.forEach.call(e,function(e){0!==e.markerSettings.length&&Array.prototype.forEach.call(e.markerSettings,function(e){var l=e.dataSource;!t.isNullOrUndefined(l)&&l.length>0&&Array.prototype.forEach.call(l,function(e,l){var r=t.isNullOrUndefined(e.latitude)?t.isNullOrUndefined(e.Latitude)?null:parseFloat(e.Latitude):parseFloat(e.latitude),s=t.isNullOrUndefined(e.longitude)?t.isNullOrUndefined(e.Longitude)?null:parseFloat(e.Longitude):parseFloat(e.longitude);t.isNullOrUndefined(r)||t.isNullOrUndefined(s)||(i=t.isNullOrUndefined(i)&&0===l?s:i,o=t.isNullOrUndefined(o)&&0===l?r:o,n=t.isNullOrUndefined(n)&&0===l?r:n,a=t.isNullOrUndefined(a)&&0===l?s:a,i>s&&(i=s),n>r&&(n=r),a<s&&(a=s),o<r&&(o=r))})})}),!(t.isNullOrUndefined(n)||t.isNullOrUndefined(i)||t.isNullOrUndefined(a)||t.isNullOrUndefined(o))){r=(n+o)/2,s=(i+a)/2,this.maps.markerCenterLatitude=r,this.maps.markerCenterLongitude=s,(t.isNullOrUndefined(this.maps.markerZoomCenterPoint)||this.maps.markerZoomedState)&&(this.maps.markerZoomCenterPoint={latitude:r,longitude:s});var m=void 0;this.maps.isTileMap||0===this.maps.baseMapRectBounds.min.x?(l=nt(n,o,i,a,p,h,this.maps,!1),this.maps.isTileMap?m=t.isNullOrUndefined(this.maps.markerZoomFactor)?l:t.isNullOrUndefined(this.maps.mapScaleValue)?l:this.maps.mapScaleValue>1&&1!==this.maps.markerZoomFactor?this.maps.mapScaleValue:l:(m=t.isNullOrUndefined(this.maps.mapScaleValue)?l:1!==Math.floor(this.maps.scale)&&this.maps.mapScaleValue!==l&&t.isNullOrUndefined(this.maps.shouldZoomCurrentFactor)?this.maps.mapScaleValue:l)!==this.maps.mapScaleValue||1!==this.maps.markerZoomFactor&&1!==this.maps.mapScaleValue||this.maps.enablePersistence||(m=l)):(l=this.calculateIndividualLayerMarkerZoomLevel(p,h,d),m=t.isNullOrUndefined(this.maps.mapScaleValue)?l:this.maps.mapScaleValue!==l?this.maps.mapScaleValue:l),this.maps.markerZoomFactor=m}}else this.maps.markerZoomedState=!1,this.maps.markerZoomFactor>1&&(this.maps.markerCenterLatitude=null,this.maps.markerCenterLongitude=null,this.maps.markerZoomFactor=1,this.maps.enablePersistence||(this.maps.mapScaleValue=1)),this.maps.isTileMap&&!this.maps.enablePersistence&&this.maps.mapScaleValue<=1&&(this.maps.tileZoomLevel=0===this.maps.mapScaleValue?this.maps.isZoomByPosition?this.maps.tileZoomLevel:1:this.maps.mapScaleValue,1!==this.maps.mapScaleValue||1!==this.maps.markerZoomFactor||t.isNullOrUndefined(this.maps.tileTranslatePoint)||(this.maps.tileTranslatePoint.x=0,this.maps.tileTranslatePoint.y=0))},e.prototype.markerClick=function(e){var i=e.target.id;if(-1===i.indexOf(this.maps.element.id)){var o=e.target.closest("."+this.maps.element.id+"_marker_template_element");!t.isNullOrUndefined(o)&&o.id.indexOf("_MarkerIndex_")>-1&&(i=o.id)}if(!(-1===i.indexOf("_LayerIndex_")||i.indexOf("_cluster_")>0)){var n=this.getMarker(i);if(!t.isNullOrUndefined(n)){n.marker.enableDrag&&(document.getElementById(this.maps.element.id+"_svg").style.cursor="grabbing");var a={cancel:!1,name:"markerClick",data:n.data,maps:this.maps,marker:n.marker,target:i,x:e.clientX,y:e.clientY,latitude:n.data.latitude||n.data.Latitude,longitude:n.data.longitude||n.data.Longitude,value:n.data.name};if(this.maps.trigger("markerClick",a),n.marker.enableDrag){var l=!1,r=parseInt(i.split("_LayerIndex_")[1].split("_")[0],10),s=parseInt(i.split("_MarkerIndex_")[1].split("_")[0],10),d=parseInt(i.split("_dataIndex_")[1].split("_")[0],10),p=this.maps.layers[r].markerSettings[s];if(this.sameMarkerData.length>0&&(l=this.sameMarkerData[0].data.filter(function(e){return e.index===d}).length>0&&this.sameMarkerData[0].layerIndex===r&&this.sameMarkerData[0].markerIndex===s),!l){var h={name:"markerDragStart",x:e.clientX,y:e.clientY,latitude:n.data.latitude||n.data.Latitude,longitude:n.data.longitude||n.data.Longitude,layerIndex:r,markerIndex:s,dataIndex:d};this.maps.trigger("markerDragStart",h),this.maps.markerDragArgument={targetId:i,x:e.clientX,y:e.clientY,latitude:n.data.latitude||n.data.Latitude,longitude:n.data.longitude||n.data.Longitude,shape:t.isNullOrUndefined(p.shapeValuePath)?p.shape:p.dataSource[d][p.shapeValuePath],layerIndex:r,markerIndex:s,dataIndex:d}}}}}},e.prototype.markerClusterClick=function(e){var i=e.target.id;if(-1!==i.indexOf("_LayerIndex_")&&-1!==i.indexOf("_cluster_")){var o=this.getMarker(i);if(!t.isNullOrUndefined(o)){o.clusterCollection.length>0&&this.maps.markerClusterExpand&&(Pe(this.maps.element.id+"_mapsTooltip")&&this.maps.mapsTooltipModule.tooltipTargetID.indexOf("_MarkerIndex_")>-1&&fe(this.maps.element.id+"_mapsTooltip"),this.sameMarkerData.length>0&&!this.maps.markerClusterExpandCheck?(this.maps.markerClusterExpandCheck=!0,j(this.sameMarkerData,this.maps)):(this.sameMarkerData=o.clusterCollection,this.maps.markerClusterExpandCheck=!1,R(this.sameMarkerData,this.maps,this.markerSVGObject,!0)));var n={cancel:!1,name:"markerClusterClick",data:o,maps:this.maps,target:i,x:e.clientX,y:e.clientY,latitude:o.data.latitude||o.data.Latitude,longitude:o.data.longitude||o.data.Longitude,markerClusterCollection:o.markCollection};this.maps.trigger("markerClusterClick",n)}}},e.prototype.getMarker=function(e){var t,i,o=e.split("_LayerIndex_"),n=parseInt(o[1].split("_")[0],10),a=this.maps.layers[n],l=[],r=[];if(this.maps.markerClusterExpand=a.markerClusterSettings.allowClusterExpand,e.indexOf("_MarkerIndex_")>-1){var s=parseInt(o[1].split("_MarkerIndex_")[1].split("_")[0],10),d=parseInt(o[1].split("_dataIndex_")[1].split("_")[0],10);if(i=a.markerSettings[s],!isNaN(s)){t=i.dataSource[d];var p=[];if(!i.template&&e.indexOf("_cluster_")>-1&&this.maps.layers[n].markerClusterSettings.allowClusterExpand&&Array.prototype.forEach.call(i.dataSource,function(e,i){e.latitude===t.latitude&&e.longitude===t.longitude&&p.push({data:t,index:i})}),e.indexOf("_cluster_")>-1){var h=document.getElementById(e.indexOf("_datalabel_")>-1?"Balloon"===a.markerClusterSettings.shape?e.split("_datalabel_")[0]+"_Group":e.split("_datalabel_")[0]:"Balloon"===a.markerClusterSettings.shape?e+"_Group":e),m="Balloon"===a.markerClusterSettings.shape?h.children[0].textContent.split(",").map(Number):h.textContent.split(",").map(Number);p=[];for(var c=0,u=m;c<u.length;c++){var g=u[c];p.push({data:i.dataSource[g],index:g}),l.push(i.dataSource[g])}!1,r.push({data:p,layerIndex:n,markerIndex:s,dataIndex:d,targetClusterIndex:+(e.split("_cluster_")[1].indexOf("_datalabel_")>-1?e.split("_cluster_")[1].split("_datalabel_")[0]:e.split("_cluster_")[1]),isClusterSame:!1})}return{marker:i,data:t,clusterCollection:r,markCollection:l}}}return null},e.prototype.markerMove=function(e){var i=e.target.id;if(!(-1===i.indexOf("_LayerIndex_")||i.indexOf("_cluster_")>0)){var o=this.getMarker(i);if(!t.isNullOrUndefined(o)){o.marker.enableDrag&&(document.getElementById(this.maps.element.id+"_svg").style.cursor=t.isNullOrUndefined(this.maps.markerDragArgument)?"pointer":"grabbing");var n={cancel:!1,name:"markerMouseMove",data:o.data,maps:this.maps,target:i,x:e.clientX,y:e.clientY};this.maps.trigger("markerMouseMove",n)}}},e.prototype.markerClusterMouseMove=function(e){var i=e.target.id;if(-1!==i.indexOf("_LayerIndex_")&&-1!==i.indexOf("_cluster_")){var o=this.getMarker(i);if(this.maps.markerClusterExpand&&(e.target.style.cursor="pointer"),!t.isNullOrUndefined(o)){var n={cancel:!1,name:"markerClusterMouseMove",data:o.data,maps:this.maps,target:i,x:e.clientX,y:e.clientY};this.maps.trigger("markerClusterMouseMove",n)}}},e.prototype.initializeMarkerClusterList=function(){for(var e=0;e<this.maps.layers.length;e++)this.initialMarkerCluster[e]=[],this.zoomedMarkerCluster[e]=[]},e.prototype.getModuleName=function(){return"Marker"},e.prototype.destroy=function(){this.maps=null,this.trackElements=[],this.markerSVGObject=null,this.sameMarkerData=[],this.initialMarkerCluster=[],this.zoomedMarkerCluster=[]},e}(),wi=function(){function e(e){}return e.prototype.polygonRender=function(e,i,o){var n=e.layersCollection[i],a=e.renderer.createGroup({id:e.element.id+"_LayerIndex_"+i+"_Polygons_Group"});return n.polygonSettings.polygons.map(function(l,r){var s=e.renderer.createGroup({id:e.element.id+"_LayerIndex_"+i+"_Polygons_Group_"+r}),d=l.points;if(!t.isNullOrUndefined(l.points)&&l.points.length>0){var p=m(e,o,n,d),h=new yt(e.element.id+"_LayerIndex_"+i+"_PolygonIndex_"+r,l.fill,l.borderWidth/o,l.borderColor,l.opacity,l.borderOpacity,"",p),c=e.renderer.drawPath(h);V(e.selectedPolygonElementId,e.polygonSelectionClass,c,"PolygonselectionMapStyle"),s.appendChild(c),a.appendChild(s)}}),a},e.prototype.getModuleName=function(){return"Polygon"},e.prototype.destroy=function(){},e}(),Ti=function(){function e(e){this.value={rightWidth:0,leftWidth:0,heightTop:0,heightBottom:0},this.maps=e,this.dataLabelCollections=[]}return e.prototype.getDataLabel=function(e,i,o,n){for(var a,l,r=0;r<(t.isNullOrUndefined(e)?0:e.length);r++){var s=e[r],d=!t.isNullOrUndefined(s[n])&&isNaN(s[n])&&"string"==typeof s[n]?s[n].toLowerCase():s[n];if(o=t.isNullOrUndefined(o)||"string"!=typeof o?o:o.toString(),l=t.isNullOrUndefined(o)||"string"!=typeof o?o:o.toLowerCase(),d===l){a=s;break}}return a},e.prototype.renderLabel=function(e,i,o,n,a,l,r,s){var d,p,h,m,c,u,g,y,f,b=this,v=e.dataLabelSettings,S=e.dataLabelSettings.textStyle,x=e.dataLabelSettings,O=e.dataLabelSettings.labelPath,_=[[]],L=0,P=0,T=o,I="",k=0,F=!1,N=o.properties,E=this.maps.element.id+"_LayerIndex_"+i+"_shapeIndex_"+r+"_LabelIndex_"+r,z=new ht(0,0),B=n[r];S.fontFamily="material"!==this.maps.theme.toLowerCase()?this.maps.themeStyle.labelFontFamily:S.fontFamily,S.fontWeight=S.fontWeight||this.maps.themeStyle.fontWeight,S.size=S.size||this.maps.themeStyle.fontSize,o=t.isNullOrUndefined(B)?null:B.property;var A,U,j="[object Array]"===Object.prototype.toString.call(e.shapePropertyPath)?e.shapePropertyPath:[e.shapePropertyPath],R=0!==e.animationDuration||"Enable"===t.animationMode||t.isNullOrUndefined(this.maps.zoomModule),Z=this.maps.isTileMap?new Object:this.maps.zoomSettings.zoomFactor>1&&!t.isNullOrUndefined(this.maps.zoomModule)?Se(this.maps,e,R):ve(this.maps,e,R),D=this.maps.isTileMap?this.maps.scale:Z.scale,V=this.maps.isTileMap?this.maps.translatePoint:Z.location,H=this.maps.zoomTranslatePoint,G=t.isNullOrUndefined(this.maps.scale)?1:Math.floor(this.maps.scale),W=this.maps.zoomSettings.enable?!t.isNullOrUndefined(this.maps.zoomShapeCollection)&&this.maps.zoomShapeCollection.length>0&&!this.maps.isAddLayer:this.maps.zoomSettings.enable;this.maps.translateType="labels";for(q=0;q<j.length&&!(N[j[q]]&&(A=j[q],c=this.getDataLabel(e.dataSource,e.shapeDataPath,T.properties[A],e.shapeDataPath)));q++);if(c=this.getDataLabel(e.dataSource,e.shapeDataPath,T.properties[A],e.shapeDataPath),!t.isNullOrUndefined(B)&&!t.isNullOrUndefined(B.property))if(_=[[]],n[r]._isMultiPolygon||"Point"===n[r].type||"MultiPoint"===n[r].type){if("Point"!==n[r].type&&"MultiPoint"!==n[r].type)for(var X=n[r],q=0;q<X.length;q++)_.push(this.getPoint(X[q],[])),P<(k=_[_.length-1].length)&&(P=k,L=_.length-1)}else _.push(this.getPoint(n[r],[])),P<(k=_[_.length-1].length)&&(P=k,L=_.length-1);if(I=t.isNullOrUndefined(c)?T.properties[O]:t.isNullOrUndefined(c[O])?c[e.shapeDataPath]:c[O].toString(),"[object Array]"===Object.prototype.toString.call(e.shapePropertyPath)&&t.isNullOrUndefined(I)&&!t.isNullOrUndefined(e.dataSource)&&0===e.dataSource.length)for(var Y=0;Y<e.shapePropertyPath.length;Y++)if(T.properties[e.shapePropertyPath[Y]]){I=T.properties[e.shapePropertyPath[Y]];break}t.isNullOrUndefined(I)&&""!==e.dataLabelSettings.template&&0===e.dataSource.length&&(I=T.properties[e.shapePropertyPath]),t.isNullOrUndefined(I)&&!t.isNullOrUndefined(e.dataSource)&&e.dataSource.length>0&&(I="");var J=I,Q=this.maps.projectionType,K=g=ce(_[L],Q,e.geometryType);if(!t.isNullOrUndefined(I)&&!t.isNullOrUndefined(g)){if(W&&G>1&&!this.maps.zoomNotApplied&&""===v.template){if(i>0)for(var $=0;$<this.maps.zoomLabelPositions.length;$++)if(this.maps.zoomLabelPositions[$].dataLabelText===I){u=r,r=$,F=!0;break}y=g.x,f=g.y,g.x=(g.x+H.x)*D,g.y=(g.y+H.y)*D}g.y="Mercator"===this.maps.projectionType||"Normal"===e.geometryType?g.y:-g.y,t.isNullOrUndefined(this.maps.format)||isNaN(Number(I))||isNaN(parseFloat(I))||this.maps.useGroupingSeparator&&(I=_e(this.maps,parseFloat(I)),t.isNullOrUndefined(c)||(c[O]=I));var ee={name:"dataLabelRendering",maps:this.maps,cancel:!1,border:{color:v.border.color,width:v.border.width,opacity:v.border.opacity},datalabel:v,fill:v.fill,template:v.template,text:I,offsetX:0,offsetY:0};this.maps.trigger("dataLabelRendering",ee,function(o){if(!ee.cancel){var n=[],v=W&&G>1&&!b.maps.zoomNotApplied&&b.maps.zoomShapeCollection.length>r?b.maps.dataLabelShape[r]*D:(g.rightMax.x-g.leftMax.x)*D;t.isNullOrUndefined(b.maps.dataLabelShape)||b.maps.isReset||(U=K.rightMax.x-K.leftMax.x,b.maps.dataLabelShape.push(U)),ee.text===I||ee.cancel||(I=ee.text);var O=C(I,S),P=I,k=O,N=g.y-O.height/2,B=g.y+O.height/2,A=(g.y+V.y)*D-O.height/2,j=(g.y+V.y)*D+O.height/2;if((n=he(_[L],N,B)).length>5&&"MultiPolygon"!==T.geometry.type&&"MultiPolygon"!==T.type){var R=ce(n,Q,e.geometryType);W&&G>1&&!b.maps.zoomNotApplied&&""===ee.template&&(R.x=(b.maps.zoomLabelPositions[r].location.x+H.x)*D,R.y=(b.maps.zoomLabelPositions[r].location.y+H.y)*D),y=R.x,g.x=R.x,v=W&&G>1&&!b.maps.zoomNotApplied&&b.maps.zoomShapeCollection.length>r?b.maps.dataLabelShape[r]*D:(R.rightMax.x-R.leftMax.x)*D>0?(R.rightMax.x-R.leftMax.x)*D:v}var Z=(g.x+V.x)*D+O.width/2,X=(g.x+V.x)*D-O.width/2;b.value[r]={rightWidth:Z,leftWidth:X,heightTop:A,heightBottom:j};var q;if(""!==ee.template){var Y=(d=Le(ee.template,b.maps))?d(t.isNullOrUndefined(c)?T.properties:c,b.maps,ee.template,b.maps.element.id+"_LabelTemplate",!1):document.createElement("div");Y.innerHTML=d?"":ee.template,q=w(Y,E,t.isNullOrUndefined(c)?T.properties:c),b.maps.isTileMap?(q.style.left=(g.x+V.x)*D-O.width/2+"px",q.style.top=(g.y+V.y)*D-O.height+"px"):(q.style.left=Math.abs(b.maps.baseMapRectBounds.min.x-g.x)*D+o.offsetX+"px",q.style.top=Math.abs(b.maps.baseMapRectBounds.min.y-g.y)*D+o.offsetY+"px"),l.appendChild(q)}else{var $=t.isNullOrUndefined(x.smartLabelMode)?"None":x.smartLabelMode.toString();"Trim"===$&&(k=C(P=ge(v,"number"==typeof I?I.toString():I,S,null,!0),S),p=new gt(E,z.x,z.y,"middle",P,"","")),"None"===$&&(p=new gt(E,z.x,z.y,"middle",I,"","")),"Hide"===$&&(I=v>=O.width?I:"",p=new gt(E,z.x,z.y,"middle",I,"","")),t.isNullOrUndefined(p)||(I=p.text);var te=t.isNullOrUndefined(x.intersectionAction)?"None":x.intersectionAction.toString();if("Hide"===te){for(var ie=0;ie<s.length;ie++)if(!t.isNullOrUndefined(s[ie])&&!(b.value[r].leftWidth>s[ie].rightWidth||b.value[r].rightWidth<s[ie].leftWidth||b.value[r].heightTop>s[ie].heightBottom||b.value[r].heightBottom<s[ie].heightTop)){I="";break}s.push(b.value[r]),p=new gt(E,z.x,z.y,"middle",I,"","")}if("Trim"===te){for(var oe=0;oe<s.length;oe++)if(!t.isNullOrUndefined(s[oe]))if(s[oe].rightWidth<b.value[r].leftWidth||s[oe].leftWidth>b.value[r].rightWidth||s[oe].heightBottom<b.value[r].heightTop||s[oe].heightTop>b.value[r].heightBottom)P=I,0;else{if(b.value[r].leftWidth>s[oe].leftWidth){P=ge((v=s[oe].rightWidth-b.value[r].leftWidth)-(b.value[r].rightWidth-b.value[r].leftWidth),I,S,null,!0);break}if(b.value[r].leftWidth<s[oe].leftWidth){v=b.value[r].rightWidth-s[oe].leftWidth,P=ge(Math.abs(v-(b.value[r].rightWidth-b.value[r].leftWidth)),I,S,null,!0);break}}k=C(P,S),s.push(b.value[r]),p=new gt(E,z.x,z.y,"middle",P,"","")}if("None"===te&&(p=new gt(E,z.x,z.y,"middle",I,"","")),P.length>1){var ne=ee.border;if(ne.width>1){var ae=ee.fill,le=x.opacity,re=x.rx,se=x.ry,de=void 0,pe=void 0;W&&G>1&&!b.maps.zoomNotApplied?(de=g.x-O.width/2,pe=g.y-O.height/2-5):(de=(g.x+V.x)*D-O.width/2,pe=(g.y+V.y)*D-O.height/2),ne.opacity=t.isNullOrUndefined(ne.opacity)?le:ne.opacity;var me=new bt(b.maps.element.id+"_LayerIndex_"+i+"_shapeIndex_"+r+"_rectIndex_"+r,ae,ne,le,new _t(de+o.offsetX,pe+o.offsetY,O.width,O.height),re,se);(m=b.maps.renderer.drawRectangle(me)).setAttribute("visibility",e.dataLabelSettings.animationDuration>0||"Enable"===t.animationMode?"hidden":"visibile"),a.appendChild(m)}}(h=M(p,S,S.color||b.maps.themeStyle.dataLabelFontColor,a)).setAttribute("aria-label",I),h.setAttribute("role","region"),h.setAttribute("visibility",e.dataLabelSettings.animationDuration>0||"Enable"===t.animationMode?"hidden":"visibile"),W&&G>1&&!b.maps.zoomNotApplied?(h.setAttribute("transform","translate( "+(g.x+o.offsetX)+" "+(g.y+o.offsetY)+" )"),g.x=y,g.y=f):h.setAttribute("transform","translate( "+((g.x+V.x)*D+o.offsetX)+" "+((g.y+V.y)*D+k.height/2+o.offsetY)+" )"),a.appendChild(h)}b.dataLabelCollections.push({location:{x:g.x+o.offsetX,y:g.y+o.offsetY},element:t.isNullOrUndefined(q)?h:q,layerIndex:i,shapeIndex:F?u:r,labelIndex:F?u:r,dataLabelText:J}),l.childElementCount>0&&!b.maps.element.contains(l)&&(document.getElementById(b.maps.element.id+"_Secondary_Element").appendChild(l),b.maps.renderReactTemplates()),(e.dataLabelSettings.animationDuration>0||"Enable"===t.animationMode)&&(t.isNullOrUndefined(h)||(b.datalabelAnimate(h,x.animationDuration,S.opacity,!1),t.isNullOrUndefined(m)||b.datalabelAnimate(m,x.animationDuration,x.opacity,!0)))}})}},e.prototype.datalabelAnimate=function(e,i,o,n){var a=0;new t.Animation({}).animate(e,{duration:0===i&&"Enable"===t.animationMode?1e3:i,delay:0,progress:function(t){t.timeStamp>t.delay&&(a=(t.timeStamp-t.delay)/t.duration,e.setAttribute("style","user-select: none; visibility: visible;"),e.setAttribute(n?"fill-opacity":"opacity",(o*a).toString()))},end:function(){e.style.visibility="visible",e.setAttribute(n?"fill-opacity":"opacity",o.toString())}})},e.prototype.getPoint=function(e,t){return"MultiLineString"===e.type?Array.prototype.forEach.call(e,function(e){Array.prototype.forEach.call(e,function(e){t.push(new ht(e.point.x,e.point.y))})}):Array.prototype.forEach.call(e,function(e){t.push(new ht(e.point.x,e.point.y))}),t},e.prototype.getModuleName=function(){return"DataLabel"},e.prototype.destroy=function(){this.dataLabelCollections=[],this.value=null,this.maps=null},e}(),Ii=function(){function e(e){this.maps=e}return e.prototype.renderNavigation=function(e,i,o){var n;if(!t.isNullOrUndefined(this.maps)){var a=void 0,l=e.navigationLineSettings,r=void 0,s=[],d=void 0,p=void 0,m=void 0,u=void 0,g=void 0,y=void 0,f=void 0,b=void 0,v=void 0,S=void 0,x=void 0,O=void 0,C=void 0,M=void 0,_=void 0,L=void 0,P=void 0,w=void 0,T=void 0;n=this.maps.renderer.createGroup({id:this.maps.element.id+"_LayerIndex_"+o+"_line_Group"});for(var I=0;I<l.length;I++){if(d=l[I].latitude,r=l[I].longitude,p=!t.isNullOrUndefined(l[I].visible)&&l[I].visible,m=t.isNullOrUndefined(l[I].angle)?0:l[I].angle,u=l[I].width||1,g=l[I].color,y=l[I].dashArray,O=l[I].arrowSettings,v=!t.isNullOrUndefined(O)&&O.showArrow,!t.isNullOrUndefined(r)&&!t.isNullOrUndefined(d)&&r.length===d.length&&p)for(var k=0;k<r.length;k++){var F=this.maps.isTileMap?c(new ht(r[k],d[k]),i,this.maps.tileTranslatePoint,!0):h(d[k],r[k],i,e,this.maps);s.push(F)}w=this.maps.renderer.createGroup({id:this.maps.element.id+"_LayerIndex_"+o+"_NavigationGroup"+I});for(var N=0;N<s.length-1;N++){m=1<(m=-1>m?-1:m)?1:m;var E=this.maps.element.id+"_LayerIndex_"+o+"_NavigationIndex_"+I+"_Line"+N,z=this.convertRadius(s[N],s[N+1]);if(m<=1&&m>0&&(b=0,s[N].x>s[N+1].x&&(b=1)),m>=-1&&m<0&&(b=1,s[N].x>s[N+1].x&&(b=0)),v){S=O.color,x=t.isNullOrUndefined(O.size)?0:O.size,P=t.isNullOrUndefined(O.offSet)?0:O.offSet;var B=Math.round(x/2);M="Start"===(C=O.position)?"url(#triangle"+I+")":null,_="End"===C?"url(#triangle"+I+")":null,0!==L&&0===m&&(L="Start"===C?P:-P),L=t.isNullOrUndefined(L)?0:L;var A=this.maps.element.id+"_triangle",U=this.maps.renderer.createDefs();U.innerHTML+='<marker id="triangle'+I+'"></marker>';var j=U.querySelector("#triangle"+I);j.setAttribute("markerWidth",x.toString()),j.setAttribute("markerHeight",x.toString()),j.setAttribute("refX",(B-L).toString()),j.setAttribute("refY",B.toString()),j.setAttribute("orient","auto"),f=new yt(A,S,u,g,1,1,y,"M 0,0 L 0,"+x+" L "+B+", "+B+" Z"),a=this.maps.renderer.drawPath(f),j.appendChild(a),U.appendChild(j),w.appendChild(U)}if(m=Math.abs(m),T=0===m?"M "+s[N].x+","+s[N].y+"L "+s[N+1].x+","+s[N+1].y+" ":"M "+s[N].x+","+s[N].y+" A "+(z/2+(1-m)*z/(10*m))+" "+(z/2+(1-m)*z/(10*m))+" 0,0,"+b+" , "+s[N+1].x+","+s[N+1].y+" ",f=new yt(E,"none",u,g,1,1,y,T),a=this.maps.renderer.drawPath(f),!t.isNullOrUndefined(C))"Start"===C?a.setAttribute("marker-start",M):a.setAttribute("marker-end",_);V(this.maps.selectedNavigationElementId,this.maps.navigationSelectionClass,a,"navigationlineselectionMapStyle"),w.appendChild(a),n.appendChild(w)}s=[]}}return n},e.prototype.convertRadius=function(e,t){var i=t.x-e.x,o=t.y-e.y;return Math.sqrt(Math.pow(i,2)+Math.pow(o,2))},e.prototype.getModuleName=function(){return"NavigationLine"},e.prototype.destroy=function(){this.maps=null},e}(),ki=function(){function e(e){this.legendBorderRect=new _t(0,0,0,0),this.initialMapAreaRect=new _t(0,0,0,0),this.legendTotalRect=new _t(0,0,0,0),this.totalPages=[],this.page=0,this.currentPage=0,this.legendItemRect=new _t(0,0,0,0),this.heightIncrement=0,this.widthIncrement=0,this.textMaxWidth=0,this.shapeHighlightCollection=[],this.legendHighlightCollection=[],this.shapePreviousColor=[],this.selectedNonLegendShapes=[],this.shapeToggled=!0,this.legendElement=null,this.maps=e,this.addEventListener()}return e.prototype.renderLegend=function(){this.legendRenderingCollections=[],this.legendCollection=[],this.totalPages=[],this.widthIncrement=0,this.heightIncrement=0,this.defsElement=this.maps.renderer.createDefs(),this.maps.svgObject.appendChild(this.defsElement),this.initialMapAreaRect=this.maps.mapAreaRect,this.calculateLegendBounds(),this.drawLegend()},e.prototype.calculateLegendBounds=function(){var e=this,i=this.maps,o=i.legendSettings;this.legendCollection=[];var n=i.mapAreaRect.y;if(this.legendRenderingCollections=[],Array.prototype.forEach.call(i.layersCollection,function(i,n){if(!t.isNullOrUndefined(i.shapeData)){var a=i.shapeData.features,l=i.shapeDataPath,r=i.shapePropertyPath,s=i.dataSource,d=void 0,p=void 0;if("Layers"===o.type&&i.visible)d=i.shapeSettings.colorValuePath,p=i.shapeSettings.colorMapping,e.getLegends(n,a,p,s,l,d,r);else if("Bubbles"===o.type)for(var h=0,m=i.bubbleSettings;h<m.length;h++){var c=m[h];c.visible&&(d=c.colorValuePath,p=c.colorMapping,s=c.dataSource,e.getLegends(n,a,p,s,l,d,r))}}"Markers"===o.type&&e.getMarkersLegendCollections(n,i.markerSettings)}),this.legendCollection.length>0)for(R=0;R<this.legendCollection.length;R++){var a={name:"legendRendering",cancel:!1,fill:(H=this.legendCollection[R]).fill,shape:o.shape,shapeBorder:o.shapeBorder,text:"number"==typeof H.text?H.text.toString():H.text};i.trigger("legendRendering",a),H.fill=a.fill,H.shape=a.shape,H.shapeBorder=a.shapeBorder,H.text=a.text,a.cancel&&(this.legendCollection.splice(R,1),R--)}var l=i.legendSettings.title.text,r=i.legendSettings.titleStyle;if(this.legendCollection.length>0){var s,d,p=o.mode,h=0,m=0,c=0,u=0,g=o.shapePadding,y=o.shapeHeight,f=o.shapeWidth,b=[],v=[],S=o.position,x=o.labelDisplayMode,C="None"===o.orientation?"Top"===S||"Bottom"===S?"Horizontal":"Vertical":o.orientation,M=o.width.length>1?o.width.indexOf("%")>-1?i.availableSize.width/100*parseInt(o.width,10):parseInt(o.width,10):null,_=o.height.length>1?o.height.indexOf("%")>-1?i.availableSize.height/100*parseInt(o.height,10):parseInt(o.height,10):null,L=0,P=0,w=O(l,r);if("Interactive"===p){var T=o.textStyle,I=this.legendCollection.length,k="Horizontal"===C?t.isNullOrUndefined(M)?i.mapAreaRect.width/I:M/I:t.isNullOrUndefined(M)?25:M,F="Horizontal"===C?t.isNullOrUndefined(_)?25:_:t.isNullOrUndefined(_)?i.mapAreaRect.height/I:_/I;L=0,P=w.height+10;for(var N=o.labelPosition,E=0,z=0,B=0,A=0,U=0,j=0,R=0;R<this.legendCollection.length;R++){L="Horizontal"===C?L+k:L,P="Horizontal"===C?P:P+F;var Z=this.legendCollection[R].text,D=new pt(0,0);"None"===x?D=O(Z,T):"Trim"===x?D=O(Z=ge("Horizontal"===C?k:F,Z,T),T):Z="",U=Math.max(U,D.height),j=Math.max(j,D.width),D.width>0&&D.height>0&&("Horizontal"===C?(E=L+k/2,z="After"===N?P+F+D.height/2+10:P-10):(E="After"===N?L-D.width/2-10:L+k+D.width/2+10,z=P+F/2+D.height/4)),0===R?(B="Horizontal"===C?L:"After"===N?E-D.width/2:L,A="Horizontal"===C?"After"===N?P:z-D.height/2:P,1===this.legendCollection.length&&(M="Horizontal"===C?Math.abs(L+k-B):k+j+10,_="Horizontal"===C?F+U/2+10:Math.abs(P+F-A))):R===this.legendCollection.length-1&&(M="Horizontal"===C?Math.abs(L+k-B):k+j+10,_="Horizontal"===C?F+U/2+10:Math.abs(P+F-A)),this.legendRenderingCollections.push({fill:this.legendCollection[R].fill,x:L,y:P,width:k,height:F,text:Z,textX:E,textY:z,textWidth:D.width,textHeight:D.height,shapeBorder:this.legendCollection[R].shapeBorder})}1!==this.legendCollection.length||"Fluent2HighContrast"===i.theme&&"Bottom"===o.position||(_=F,M=k),this.legendItemRect={x:B,y:A,width:M,height:_}}else{M=t.isNullOrUndefined(M)?i.mapAreaRect.width:M,_=t.isNullOrUndefined(_)?i.mapAreaRect.height:_;var V=0;this.page=0;for(R=0;R<this.legendCollection.length;R++){var H=this.legendCollection[R];t.isNullOrUndefined(this.totalPages[this.page])&&(this.totalPages[this.page]={Page:this.page+1,Collection:[]});var G=O(H.text,o.textStyle);if(this.textMaxWidth=Math.max(this.textMaxWidth,G.width),0===R)L=h=10+f/2,P=m=n+w.height+(y>G.height?y/2:G.height/4);else{var W=G.height>y?G.height:y;if("Horizontal"===C){var X=v[V-1].x+v[V-1].width+10+f;if(X+g+G.width>M){var q=(v[V-1].y>b[V-1].y+y/2?v[V-1].y:b[V-1].y+y/2)+n;q+W>_?(this.getPageChanged(),V=0,b=[],v=[],h=L,m=P):(h=b[0].x,m=q+W/2)}else h=X-f/2,m=b[V-1].y}else{var Y=v[V-1].y>b[V-1].y+y/2?v[V-1].y:b[V-1].y+y/2;if(Y+n+W>_){var J=v[V-1].x+this.textMaxWidth+10;J+g+G.width>M?(h=L,m=P,v=[],b=[],this.getPageChanged(),V=0):(h=J+f/2,m=b[0].y)}else{h=b[V-1].x,m=Y+10+y/2}}}c=h+f/2+g,u=m+G.height/4,b.push({x:h,y:m}),v.push({x:c,y:u,width:G.width,height:G.height/2}),this.totalPages[this.page].Collection.push({DisplayText:H.text,ImageSrc:H.imageSrc,Shape:{x:h,y:m},Text:{x:c,y:u},Fill:H.fill,legendShape:H.shape,shapeBorder:H.shapeBorder,idIndex:R,Rect:{x:b[V].x-f/2,y:b[V].y-y/2<u-G.height?b[V].y-y/2:u-G.height,width:Math.abs(b[V].x-f/2-(c+G.width)),height:y>G.height?y:G.height}}),V++}var Q=this.totalPages[0].Collection;Array.prototype.forEach.call(Q,function(t,i){var o=new _t(t.Rect.x,t.Rect.y,t.Rect.width,t.Rect.height);0===i&&(s=o.x,d=o.y),e.widthIncrement=Math.max(e.widthIncrement,Math.abs(s-(o.x+o.width))),e.heightIncrement=Math.max(e.heightIncrement,Math.abs(d-(o.y+o.height)))}),M=this.widthIncrement<M?this.widthIncrement:M,_=this.heightIncrement<_?this.heightIncrement:_,this.legendItemRect={x:Q[0].Rect.x,y:Q[0].Rect.y,width:M,height:_}}}},e.prototype.getLegends=function(e,t,i,o,n,a,l){this.getRangeLegendCollection(e,t,i,o,n,a,l),this.getEqualLegendCollection(e,t,i,o,n,a,l),this.getDataLegendCollection(e,t,i,o,n,a,l)},e.prototype.getPageChanged=function(){this.page++,t.isNullOrUndefined(this.totalPages[this.page])&&(this.totalPages[this.page]={Page:this.page+1,Collection:[]})},e.prototype.legendTextTrim=function(e,t,i,o){var n=t,a=O(t,i).width,l=o-a;if(o>e)for(var r=t.length-1;r>=0;--r)if(l+(a=O(n=t.substring(0,r)+"...",i).width)<=e||n.length<4)return n.length<4&&(n=" "),n;return n},e.prototype.drawLegend=function(){var e,i=this.maps,o=i.legendSettings,n=i.renderer,a={size:o.textStyle.size,color:o.textStyle.color,fontFamily:o.textStyle.fontFamily,fontWeight:o.textStyle.fontWeight,fontStyle:o.textStyle.fontStyle,opacity:o.textStyle.opacity};if(this.legendGroup=n.createGroup({id:i.element.id+"_Legend_Group"}),"Interactive"===o.mode)for(var l=0;l<this.legendRenderingCollections.length;l++){var r=i.element.id+"_Legend_Index_"+l,s=i.element.id+"_Legend_Index_"+l+"_Text",d=this.legendRenderingCollections[l],p=new _t(d.x,d.y,d.width,d.height);0===l&&this.renderLegendBorder();var h=new ht(d.textX,d.textY);a.color=null!==a.color?a.color:this.maps.themeStyle.legendTextColor;var m=new bt(r,d.fill,d.shapeBorder,o.opacity,p);e=new gt(s,h.x,h.y,"middle",d.text,"",""),a.fontFamily=t.isNullOrUndefined(a.fontFamily)?this.maps.themeStyle.fontFamily:a.fontFamily,a.size=a.size||i.themeStyle.legendFontSize;var c=M(e,a,a.color,this.legendGroup);c.setAttribute("aria-label",d.text),c.setAttribute("role","region");var u=n.drawRectangle(m);this.legendGroup.appendChild(u),!i.legendSettings.toggleLegendSettings.enable||"Layers"!==o.type&&"Markers"!==o.type||this.maintainLegendToggle(l,u,c),this.legendToggle()}else this.drawLegendItem(this.currentPage)},e.prototype.drawLegendItem=function(e){var i,o=this.maps,n=o.legendSettings,a=new pt(n.shapeWidth,n.shapeHeight),l=o.renderer,r=n.shape;if(e>=0&&e<this.totalPages.length){ke(this.legendGroup.id,this.maps.element.id)&&t.remove(ke(this.legendGroup.id,this.maps.element.id));for(var s=0;s<this.totalPages[e].Collection.length;s++){var d=this.totalPages[e].Collection[s],p=d.shapeBorder,h=l.createGroup({id:o.element.id+"_Legend_Index_"+d.idIndex}),m=d.DisplayText,c="HorizontalLine"===n.shape||"VerticalLine"===n.shape||"Cross"===n.shape?t.isNullOrUndefined(n.fill)?"#000000":n.fill:p.color,u=("HorizontalLine"===n.shape||"VerticalLine"===n.shape||"Cross"===n.shape)&&0===p.width?1:p.width,g=o.element.id+"_Legend_Shape_Index_"+d.idIndex,y=o.element.id+"_Legend_Text_Index_"+d.idIndex,f=new ht(d.Shape.x,d.Shape.y-4),b=new ht(d.Text.x,d.Text.y-4),v=new yt(g,d.Fill,u,c,n.opacity,t.isNullOrUndefined(p.opacity)?n.opacity:p.opacity,""),S={fontFamily:n.textStyle.fontFamily,fontStyle:n.textStyle.fontStyle,fontWeight:n.textStyle.fontWeight,size:n.textStyle.size,color:n.textStyle.color,opacity:n.textStyle.opacity};if(S.color=null!==S.color?S.color:this.maps.themeStyle.legendTextColor,S.fontFamily=t.isNullOrUndefined(S.fontFamily)?this.maps.themeStyle.fontFamily:S.fontFamily,S.size=S.size||o.themeStyle.legendFontSize,S.fontWeight=S.fontWeight||o.themeStyle.fontWeight,0===s&&this.renderLegendBorder(),"Markers"===n.type&&n.useMarkerShape){var x=this.legendCollection[d.idIndex].data[0],C=o.layers[x.layerIndex].markerSettings[x.markerIndex];r=t.isNullOrUndefined(C.dataSource[x.dataIndex][C.shapeValuePath])||""===C.dataSource[x.dataIndex][C.shapeValuePath]?C.shape:C.dataSource[x.dataIndex][C.shapeValuePath]}"Balloon"===r?h.appendChild(le(o,v,a,{x:f.x,y:f.y+5},"Legend")):h.appendChild(Ve(f,r,a,d.ImageSrc,v));var _=d.Rect.x+d.Rect.width;_>this.legendBorderRect.width&&(m=this.legendTextTrim(this.legendBorderRect.width,m,S,_));var L=M(i=new gt(y,b.x,b.y,"start",m,"",""),S,S.color,h);if(L.setAttribute("aria-label",m),L.setAttribute("role","region"),this.legendGroup.appendChild(h),o.legendSettings.toggleLegendSettings.enable&&("Layers"===n.type||"Markers"===n.type)){var P=h.childNodes[0];this.maintainLegendToggle(d.idIndex,P,L)}if(s===this.totalPages[e].Collection.length-1){var w=void 0;if(0!==this.page){var T=e+1+"/"+this.totalPages.length,I=n.textStyle,k=O(T,I),F=this.legendItemRect.x+this.legendItemRect.width-k.width-20-20+2,N=this.legendItemRect.x+this.legendItemRect.width,E=N-10-k.width/2-5-4,z=this.legendItemRect.y+this.legendItemRect.height+2.5+10;w=l.createGroup({id:o.element.id+"_Legend_Paging_Group"});var B=l.createGroup({id:o.element.id+"_Legend_Left_Paging_Group"}),A=l.createGroup({id:o.element.id+"_Legend_Right_Paging_Group"}),U=" M "+N+" "+z+" L "+(N-10)+" "+(z-5)+" L "+(N-10)+" "+(z+5)+" z ",j=" M "+F+" "+z+" L "+(F+10)+" "+(z-5)+" L "+(F+10)+" "+(z+5)+" z ",R=new yt(o.element.id+"_Left_Page",this.maps.themeStyle.legendTextColor,0,this.maps.themeStyle.legendTextColor,e+1===1?.5:1,1,"",j);B.appendChild(l.drawPath(R));var Z=new bt(o.element.id+"_Left_Page_Rect","transparent",{},1,new _t(F-5,z-10,20,20),null,null,"",""),D=l.drawRectangle(Z);D.setAttribute("aria-label","Navigate to the previous legend items"),D.setAttribute("role","button"),D.tabIndex=e+1===1?-1:o.tabIndex,e+1===1?(D.style.cursor="default",D.style.setProperty("outline","none")):(D.style.cursor="pointer",D.style.removeProperty("outline")),B.appendChild(D),this.wireEvents(B);var V=new yt(o.element.id+"_Right_Page",this.maps.themeStyle.legendTextColor,0,this.maps.themeStyle.legendTextColor,e+1===this.totalPages.length?.5:1,1,"",U);A.appendChild(l.drawPath(V));var H=new bt(o.element.id+"_Right_Page_Rect","transparent",{},1,new _t(N-10-5,z-10,20,20),null,null,"","");(D=l.drawRectangle(H)).setAttribute("aria-label","Navigate to the next legend items"),D.setAttribute("role","button"),D.tabIndex=e+1===this.totalPages.length?-1:o.tabIndex,e+1===this.totalPages.length?(D.style.cursor="default",D.style.setProperty("outline","none")):(D.style.cursor="pointer",D.style.removeProperty("outline")),A.appendChild(D),this.wireEvents(A),w.appendChild(B),w.appendChild(A);var G={id:o.element.id+"_Paging_Text",x:E,y:z+k.height/4,fill:this.maps.themeStyle.legendTextColor,"font-size":"14px","font-style":I.fontStyle,"font-family":I.fontFamily,"font-weight":I.fontWeight,"text-anchor":"middle",transform:"",opacity:1,"dominant-baseline":""},W=l.createText(G,T);W.style.cssText="user-select: none;",W.setAttribute("aria-label",T),W.setAttribute("role","region"),w.appendChild(W),this.legendGroup.appendChild(w)}this.legendToggle()}}}},e.prototype.maintainLegendToggle=function(e,i,o){if(this.maps.legendSettings.toggleLegendSettings.enable&&!t.isNullOrUndefined(this.maps.toggledLegendId)&&this.maps.toggledLegendId.indexOf(e)>-1&&!t.isNullOrUndefined(this.maps.toggledElementId)&&this.maps.toggledElementId.length>0){var n=this.legendCollection[e].data;if(this.maps.legendSettings.toggleLegendSettings.applyShapeSettings){var a=n[n.length-1].layerIndex;this.setToggleAttributes(o,i,this.maps.layers[a].shapeSettings.fill,this.maps.layers[a].shapeSettings.opacity,this.maps.layers[a].shapeSettings.border.color||this.maps.themeStyle.shapeBorderColor,t.isNullOrUndefined(this.maps.layers[a].shapeSettings.border.width)?0:this.maps.layers[a].shapeSettings.border.width,t.isNullOrUndefined(this.maps.layers[a].shapeSettings.border.opacity)?this.maps.layers[a].shapeSettings.opacity:this.maps.layers[a].shapeSettings.border.opacity,this.maps.layers[a].shapeSettings.fill)}else this.setToggleAttributes(o,i,this.maps.legendSettings.toggleLegendSettings.fill,this.maps.legendSettings.toggleLegendSettings.opacity,this.maps.legendSettings.toggleLegendSettings.border.color,this.maps.legendSettings.toggleLegendSettings.border.width,t.isNullOrUndefined(this.maps.legendSettings.toggleLegendSettings.border.opacity)?this.maps.legendSettings.toggleLegendSettings.opacity:this.maps.legendSettings.toggleLegendSettings.border.opacity,this.maps.legendSettings.toggleLegendSettings.fill);n._isVisible=!1}},e.prototype.legendHighLightAndSelection=function(e,i){var o,n,a,l,r,s="Default"===this.maps.legendSettings.mode?document.getElementById(e.id.replace("Shape","Text")):document.getElementById(e.id+"_Text"),d=this.maps.legendModule.legendCollection,p=!t.isNullOrUndefined(d[0].data[0].layerIndex)&&this.maps.layers[d[0].data[0].layerIndex].selectionSettings.enableMultiSelect,h=0,m=!0,c=parseFloat(e.id.charAt(e.id.length-1));this.updateLegendElement();var u=this.maps.toggledLegendId.indexOf(c);if(this.maps.legendSettings.toggleLegendSettings.enable&&"highlight"===i&&-1!==u){var g=this.getIndexofLegend(this.legendHighlightCollection,e);return-1!==g&&this.legendHighlightCollection.splice(g,1),this.removeLegendHighlightCollection(),null}if("selection"===i){if(this.shapeHighlightCollection=[],this.maps.shapeSelections||p||(this.removeAllSelections(),this.maps.shapeSelections=!0),this.maps.legendSelectionCollection.length>0&&(p||this.maps.shapeSelections))for(f=0;f<this.maps.legendSelectionCollection.length;f++){if(e===this.maps.legendSelectionCollection[f].legendElement){this.maps.legendSelectionCollection[f].legendElement=e,m=!1,this.removeLegendSelectionCollection(this.maps.legendSelectionCollection[f].legendElement),this.maps.selectedLegendElementId.splice(this.maps.selectedLegendElementId.indexOf(c),1),this.maps.legendSelectionCollection.splice(f,1),this.maps.legendSelection=!(this.maps.legendSelectionCollection.length>0);break}if(!p)if(this.maps.legendSelectionCollection.length>1){for(var y=0;y<this.maps.legendSelectionCollection.length;y++)this.removeLegendSelectionCollection(this.maps.legendSelectionCollection[y].legendElement);this.maps.legendSelectionCollection=[]}else this.removeLegendSelectionCollection(this.maps.legendSelectionCollection[f].legendElement),this.maps.legendSelectionCollection.splice(f,1)}}else{if(this.maps.legendSelectionCollection.length>0)for(var f=0;f<this.maps.legendSelectionCollection.length;f++){if((e.id.indexOf("_Legend_Shape")>-1||e.id.indexOf("_Legend_Index"))&&e===this.maps.legendSelectionCollection[f].legendElement){m=!1;break}this.removeLegendHighlightCollection()}this.removeLegendHighlightCollection()}if(m)for(var b=0;b<d.length;b++){var v="Interactive"===this.maps.legendSettings.mode?parseFloat(e.id.split("_Legend_Index_")[1]):parseFloat(e.id.split("_Legend_Shape_Index_")[1]);if(s.textContent===d[b].text&&d[b].data.length>0&&v===b){var S=this.maps.layers[d[b].data[0].layerIndex],x=void 0,O=void 0,C=void 0;if(t.isNullOrUndefined(S)||(x="selection"===i?S.selectionSettings.enable:S.highlightSettings.enable,O=void 0,O="selection"===i?S.selectionSettings:S.highlightSettings,C=d[b].data),x)for(var M=0;M<C.length;M++){var _=void 0;if(o=C[M].shapeIndex,n=C[M].layerIndex,a=C[M].dataIndex,l=C[M].pointIndex,null!==(_=-1===l?document.getElementById(this.maps.element.id+"_LayerIndex_"+n+"_shapeIndex_"+o+"_dataIndex_"+a):document.getElementById(this.maps.element.id+"_LayerIndex_"+n+"_shapeIndex_"+o+"_dataIndex_"+a+"_multiLine_"+l))){var L=!0;if(null!==this.maps.legendSelectionCollection)for(var P=0;P<this.maps.legendSelectionCollection.length;P++)if(this.maps.legendSelectionCollection[P].legendElement===e){L=!1;break}if("highlight"===i&&L){0===M&&(this.legendHighlightCollection=[],this.pushCollection(e,this.legendHighlightCollection,d[b],S.shapeSettings)),r=this.legendHighlightCollection.length;var w=this.legendHighlightCollection[r-1].legendOldFill;this.legendHighlightCollection[r-1].MapShapeCollection.Elements.push(_);var T=this.legendHighlightCollection[r-1].MapShapeCollection.Elements.length-1,I=_.getAttribute("fill"),k=_.getAttribute("fill-opacity");this.legendHighlightCollection[r-1].shapeOldFillColor.push(I),this.legendHighlightCollection[r-1].shapeOldOpacity=k;var F=this.legendHighlightCollection[r-1].shapeOldFillColor[T],N=this.legendHighlightCollection[r-1].shapeOldOpacity;this.shapePreviousColor=this.legendHighlightCollection[r-1].shapeOldFillColor,this.setColor(_,t.isNullOrUndefined(O.fill)?F:O.fill,t.isNullOrUndefined(O.opacity)?N:O.opacity.toString(),O.border.color,O.border.width.toString(),"highlight"),this.setColor(e,t.isNullOrUndefined(O.fill)?w:O.fill,t.isNullOrUndefined(O.opacity)?N:O.opacity.toString(),O.border.color,O.border.width.toString(),"highlight")}else if("selection"===i){this.legendHighlightCollection=[],this.maps.legendSelectionClass=O,0===M&&(this.pushCollection(e,this.maps.legendSelectionCollection,d[b],S.shapeSettings),p?this.maps.selectedLegendElementId.push(b):0===this.maps.selectedLegendElementId.length?this.maps.selectedLegendElementId.push(b):(this.maps.selectedLegendElementId=[],this.maps.selectedLegendElementId.push(b))),h=this.maps.legendSelectionCollection.length;var E=this.maps.legendSelectionCollection[h-1].legendOldFill;this.maps.legendSelectionCollection[h-1].MapShapeCollection.Elements.push(_),this.maps.legendSelectionCollection[h-1].shapeOldFillColor=this.shapePreviousColor,this.setColor(e,t.isNullOrUndefined(O.fill)?E:O.fill,O.opacity.toString(),O.border.color,O.border.width.toString(),"selection"),this.setColor(_,t.isNullOrUndefined(O.fill)?E:O.fill,O.opacity.toString(),O.border.color,O.border.width.toString(),"selection"),-1===this.maps.selectedElementId.indexOf(_.getAttribute("id"))&&this.maps.selectedElementId.push(_.getAttribute("id")),M===C.length-1&&(this.maps.legendSelection=!1,this.removeLegend(this.maps.legendSelectionCollection))}}}}}},e.prototype.setColor=function(e,t,i,o,n,a){var l=e.parentElement.id.indexOf("LineString")>-1;"selection"===a?(G(l?"LineselectionMap":"ShapeselectionMap",l?"LineselectionMapStyle":"ShapeselectionMapStyle",l?"transparent":t,i,l?t:o,n,this.maps),e.setAttribute("class",l?"LineselectionMapStyle":"ShapeselectionMapStyle")):(e.setAttribute("fill",l?"transparent":t),e.setAttribute("fill-opacity",i),e.setAttribute("stroke",l?t:o),e.setAttribute("stroke-width",(Number(n)/this.maps.scale).toString()))},e.prototype.pushCollection=function(e,t,i,o){t.push({legendElement:e,legendOldFill:i.fill,legendOldOpacity:i.opacity,legendOldBorderColor:i.borderColor,legendOldBorderWidth:i.borderWidth,shapeOpacity:o.opacity,shapeOldBorderColor:o.border.color||this.maps.themeStyle.shapeBorderColor,shapeOldBorderWidth:o.border.width});var n=t.length;t[n-1].MapShapeCollection={Elements:[]},t[n-1].shapeOldFillColor=[],t[n-1].shapeOldOpacity=null},e.prototype.removeLegend=function(e){for(var i=0;i<e.length;i++){var o=e[i];this.setColor(o.legendElement,o.legendOldFill,o.legendOldOpacity,o.legendOldBorderColor,o.legendOldBorderWidth,"highlight");for(var n=o.MapShapeCollection.Elements.length,a=0;a<n;a++){var l=-1!==o.legendOldFill.indexOf("url")?o.shapeOldFillColor[a]:o.legendOldFill,r=t.isNullOrUndefined(o.shapeOldOpacity)?o.shapeOpacity:o.shapeOldOpacity;this.setColor(o.MapShapeCollection.Elements[a],l,r,o.shapeOldBorderColor,o.shapeOldBorderWidth,"highlight")}}},e.prototype.removeLegendHighlightCollection=function(){this.legendHighlightCollection.length>0&&(this.removeLegend(this.legendHighlightCollection),this.legendHighlightCollection=[])},e.prototype.removeLegendSelectionCollection=function(e){if(this.maps.legendSelectionCollection.length>0){Be(e);for(var t=this.shapesOfLegend(e),i=t.length,o=0;o<i;o++){var n=Pe(t[o]);if("ShapeselectionMapStyle"===n.getAttribute("class")||"LineselectionMapStyle"===n.getAttribute("class")){Be(n);var a=this.maps.selectedElementId.indexOf(n.id);-1!==a&&this.maps.selectedElementId.splice(a,1)}}}},e.prototype.removeShapeHighlightCollection=function(){if(this.shapeHighlightCollection.length>0)for(var e=0;e<this.shapeHighlightCollection.length;e++){for(var t=this.shapeHighlightCollection[e],i=!0,o=0;o<this.maps.legendSelectionCollection.length;o++)this.maps.legendSelectionCollection[o].legendElement===t.legendElement&&(i=!1);i&&this.setColor(t.legendElement,t.legendOldFill,t.legendOldOpacity,t.legendOldBorderColor,t.legendOldBorderWidth,"highlight")}},e.prototype.shapeHighLightAndSelection=function(e,i,o,n,a){if(void 0!==i){this.updateLegendElement(),this.shapeToggled=!0;var l=this.maps.legendModule.legendCollection,r=this.legendIndexOnShape(i,a),s=this.shapeDataOnLegend(e),d=this.maps.toggledLegendId.indexOf(r.actualIndex);if(this.maps.legendSettings.toggleLegendSettings.enable&&-1!==d){this.shapeToggled=!1,this.legendHighlightCollection=[];var p=this.getIndexofLegend(this.shapeHighlightCollection,s.LegendEle);return-1!==p&&this.shapeHighlightCollection.splice(p,1),this.removeShapeHighlightCollection(),null}if(void 0===r.currentIndex&&void 0===r.actualIndex)return this.removeShapeHighlightCollection(),null;if(void 0!==r.currentIndex||"selection"!==n||this.maps.layers[a].selectionSettings.enableMultiSelect||"ShapeselectionMapStyle"===e.getAttribute("class")||(this.maps.legendSelection=!1),"selection"!==n||this.maps.layers[a].selectionSettings.enableMultiSelect||this.maps.legendSelection||(this.removeAllSelections(),this.maps.legendSelection=!0),void 0===r.currentIndex){if("selection"===n&&void 0!==r.actualIndex){for(var h=0,m=0;m<s.Elements.length;m++)"ShapeselectionMapStyle"===s.Elements[m].getAttribute("class")&&h++;var c=this.maps.selectedLegendElementId.indexOf(r.actualIndex);-1===c?(this.maps.selectedLegendElementId.push(r.actualIndex),this.maps.legendSelectionClass=o):h<=1&&("ShapeselectionMapStyle"===e.getAttribute("class")||"LineselectionMapStyle"===e.getAttribute("class"))&&(this.maps.layers[a].selectionSettings.enableMultiSelect?h<=1&&("ShapeselectionMapStyle"===e.getAttribute("class")||"LineselectionMapStyle"===e.getAttribute("class"))&&this.maps.selectedLegendElementId.splice(c,1):this.maps.selectedLegendElementId.splice(c,1))}return this.removeShapeHighlightCollection(),null}var u=l[r.actualIndex].text,g=void 0,y=void 0;"Default"===this.maps.legendSettings.mode?void 0!==r.currentIndex&&(g=document.getElementById(this.maps.element.id+"_Legend_Text_Index_"+r.actualIndex).textContent,y=document.getElementById(this.maps.element.id+"_Legend_Shape_Index_"+r.actualIndex)):(g=document.getElementById(this.maps.element.id+"_Legend_Index_"+r.actualIndex+"_Text").textContent,y=document.getElementById(this.maps.element.id+"_Legend_Index_"+r.actualIndex)),this.oldShapeElement=s.LegendEle;var f=this.maps.legendSelectionCollection.length;if(u===g){var b=!0;if(this.maps.legendSelectionCollection)for(m=0;m<this.maps.legendSelectionCollection.length;m++)if(this.maps.legendSelectionCollection[m].legendElement===s.LegendEle){b=!1;break}if("highlight"===n&&b){(void 0===(v=this.isTargetSelected(s,this.shapeHighlightCollection))||v&&!v.IsSelected)&&this.pushCollection(y,this.shapeHighlightCollection,l[r.actualIndex],this.maps.layers[a].shapeSettings);for(S=0;S<this.shapeHighlightCollection.length;S++)s.LegendEle.id===this.shapeHighlightCollection[S].legendElement.id&&(this.shapeHighlightCollection[S].legendElement=s.LegendEle);if(f>0)for(S=0;S<f;S++){if(s.LegendEle===this.maps.legendSelectionCollection[S].legendElement){this.maps.legendSelectionCollection[S].legendElement=s.LegendEle,this.removeShapeHighlightCollection();break}S===f-1&&(this.removeShapeHighlightCollection(),this.setColor(y,t.isNullOrUndefined(o.fill)?y.getAttribute("fill"):o.fill,o.opacity.toString(),o.border.color,o.border.width.toString(),"highlight"))}else this.removeShapeHighlightCollection(),this.setColor(y,t.isNullOrUndefined(o.fill)?y.getAttribute("fill"):o.fill,t.isNullOrUndefined(o.opacity)?"1":o.opacity.toString(),o.border.color,o.border.width.toString(),"highlight")}else if("selection"===n){var v=this.isTargetSelected(s,this.maps.legendSelectionCollection);if(f>0)for(var S=0;S<this.maps.legendSelectionCollection.length;)if(s.LegendEle===this.maps.legendSelectionCollection[S].legendElement||o.enableMultiSelect)S++;else{var x=this.maps.legendSelectionCollection[S],O=this.maps.selectedLegendElementId.indexOf(r.actualIndex);this.maps.selectedLegendElementId.splice(O,1),this.maps.legendSelectionCollection.splice(S,1),Be(x.legendElement),this.maps.shapeSelections=!0,S=0}if(v&&v.IsSelected&&("ShapeselectionMapStyle"===e.getAttribute("class")||"LineselectionMapStyle"===e.getAttribute("class"))){var C=0;if(o.enableMultiSelect)for(m=0;m<s.Elements.length;m++)e.getAttribute("class")===s.Elements[m].getAttribute("class")&&C++;C<=1&&(o.enableMultiSelect||this.maps.legendSelection)&&(this.maps.selectedLegendElementId.splice(this.maps.selectedLegendElementId.indexOf(r.actualIndex),1),t.isNullOrUndefined(s.LegendEle)||Be(s.LegendEle),this.maps.legendSelectionCollection.splice(v.SelectionIndex,1),this.maps.shapeSelections=!0)}else{void 0!==v&&(!v||v.IsSelected)||t.isNullOrUndefined(y)||-1===(_=this.getIndexofLegend(this.maps.legendSelectionCollection,y))&&this.pushCollection(y,this.maps.legendSelectionCollection,l[r.actualIndex],this.maps.layers[a].shapeSettings);for(var M=!0,m=0;m<this.maps.selectedLegendElementId.length;m++)r.actualIndex===this.maps.selectedLegendElementId[m]&&(M=!1);if(M&&this.maps.selectedLegendElementId.push(r.actualIndex),this.maps.legendSelectionClass=o,this.removeLegend(this.shapeHighlightCollection),!t.isNullOrUndefined(y)){this.setColor(y,t.isNullOrUndefined(o.fill)?y.getAttribute("fill"):o.fill,t.isNullOrUndefined(o.opacity)?"1":o.opacity.toString(),o.border.color,o.border.width.toString(),"selection");var _=this.getIndexofLegend(this.maps.legendSelectionCollection,y);this.maps.legendSelectionCollection[_].MapShapeCollection.Elements.push(e)}this.maps.shapeSelections=!1}}else document.getElementsByClassName("highlightMapStyle").length>0&&(this.removeShapeHighlightCollection(),Be(document.getElementsByClassName("highlightMapStyle")[0]))}}else this.removeShapeHighlightCollection()},e.prototype.isTargetSelected=function(e,i){for(var o,n=0;n<i.length;n++)t.isNullOrUndefined(e.LegendEle.getAttribute("id"))||e.LegendEle.getAttribute("id")!==i[n].legendElement.getAttribute("id")||(o={IsSelected:!0,SelectionIndex:n});return o},e.prototype.updateLegendElement=function(){for(var e=0;e<this.maps.legendSelectionCollection.length;e++)document.getElementById(this.maps.legendSelectionCollection[e].legendElement.id)&&(this.maps.legendSelectionCollection[e].legendElement=document.getElementById(this.maps.legendSelectionCollection[e].legendElement.id))},e.prototype.getIndexofLegend=function(e,t){return e.map(function(e){return e.legendElement}).indexOf(t)},e.prototype.removeAllSelections=function(){for(var e=0;e<this.maps.selectedElementId.length;e++)Be(o=document.getElementById(this.maps.selectedElementId[e]));for(var i=0;i<this.maps.selectedLegendElementId.length;i++){var o=("Interactive"===this.maps.legendSettings.mode?this.maps.element.id+"_Legend_Index_":this.maps.element.id+"_Legend_Shape_Index_")+this.maps.selectedLegendElementId[i],n=document.getElementById(o);t.isNullOrUndefined(n)||Be(document.getElementById(o))}this.maps.legendSelectionCollection=[],this.maps.selectedLegendElementId=[],this.maps.selectedElementId=[]},e.prototype.legendIndexOnShape=function(e,i){var o,n,a,l=e[this.maps.layers[i].shapeDataPath],r=this.maps.legendSettings.mode,s=this.maps.legendModule.legendCollection;"Default"===r&&!t.isNullOrUndefined(this.maps.legendModule.totalPages)&&this.maps.legendModule.totalPages.length>0&&(a=this.maps.legendModule.totalPages[this.maps.legendModule.currentPage].Collection);for(var d="Default"!==r||t.isNullOrUndefined(a)?1:a.length,p=0;p<s.length;p++){for(var h=s[p].data,m=0;m<d;m++)if("Default"!==r||s[p].text===a[m].DisplayText)for(c=0;c<h.length;c++)l===h[c].name&&(o=m);for(var c=0;c<h.length;c++)l===h[c].name&&(n=p)}return{currentIndex:o,actualIndex:n}},e.prototype.shapeDataOnLegend=function(e){for(var i,o,n,a,l=this.maps.legendModule.legendCollection,r=this.maps.legendSettings,s=0;s<l.length;s++){for(var d=l[s].data,p=!1,h=[],m={Elements:[]},c=0;c<d.length;c++){var u=void 0;i=d[c].shapeIndex,o=d[c].layerIndex,n=d[c].dataIndex,e===(u=-1===(a=d[c].pointIndex)?document.getElementById(this.maps.element.id+"_LayerIndex_"+o+"_shapeIndex_"+i+"_dataIndex_"+n):document.getElementById(this.maps.element.id+"_LayerIndex_"+o+"_shapeIndex_"+i+"_dataIndex_"+n+"_multiLine_"+a))&&(p=!0),h.push(u)}if(p)return t.isNullOrUndefined(m.LegendEle)&&(m.LegendEle="Default"===r.mode?document.getElementById(this.maps.element.id+"_Legend_Shape_Index_"+s):document.getElementById(this.maps.element.id+"_Legend_Index_"+s)),m.Elements=h,m}return null},e.prototype.shapesOfLegend=function(e){for(var i,o,n,a,l=parseFloat(e.id.charAt(e.id.length-1)),r=this.maps.legendModule.legendCollection[l].data,s=[],d=0;d<r.length;d++){var p=void 0;i=r[d].shapeIndex,o=r[d].layerIndex,n=r[d].dataIndex,p=-1===(a=r[d].pointIndex)?document.getElementById(this.maps.element.id+"_LayerIndex_"+o+"_shapeIndex_"+i+"_dataIndex_"+n):document.getElementById(this.maps.element.id+"_LayerIndex_"+o+"_shapeIndex_"+i+"_dataIndex_"+n+"_multiLine_"+a),t.isNullOrUndefined(p)||s.push(p.id)}return s},e.prototype.legendToggle=function(){var e=this.maps,i=e.legendSettings;if(this.maps.selectedLegendElementId)for(s=0;s<this.maps.selectedLegendElementId.length;s++){var o="Interactive"===i.mode?this.maps.element.id+"_Legend_Index_":this.maps.element.id+"_Legend_Shape_Index_",n=e.svgObject.querySelector("#"+o+this.maps.selectedLegendElementId[s]);if(!t.isNullOrUndefined(n)){var a=t.isNullOrUndefined(this.maps.legendSelectionClass.fill)?n.getAttribute("fill"):this.maps.legendSelectionClass.fill;this.setColor(n,a,this.maps.legendSelectionClass.opacity.toString(),this.maps.legendSelectionClass.border.color,this.maps.legendSelectionClass.border.width.toString(),"selection");for(var l=0;l<this.maps.legendSelectionCollection.length;l++)this.maps.legendSelectionCollection[l].legendElement.id===n.id&&(this.maps.legendSelectionCollection[l].legendElement=n);if(-1===this.getIndexofLegend(this.maps.legendSelectionCollection,n)){var r=this.maps.legendModule.legendCollection[this.maps.selectedLegendElementId[s]].data[s].layerIndex;this.pushCollection(n,this.maps.legendSelectionCollection,this.maps.legendModule.legendCollection[this.maps.selectedLegendElementId[s]],this.maps.layers[r].shapeSettings)}}}if(this.maps.toggledLegendId)for(var s=0;s<this.maps.toggledLegendId.length;s++){var d="Interactive"===i.mode?"#"+this.maps.element.id+"_Legend_Index_"+this.maps.toggledLegendId[s]+"_Text":"#"+this.maps.element.id+"_Legend_Text_Index_"+this.maps.toggledLegendId[s],p=e.svgObject.querySelector(d);t.isNullOrUndefined(p)||p.setAttribute("fill","#E5E5E5");var h="Interactive"===i.mode?"#"+this.maps.element.id+"_Legend_Index_"+this.maps.toggledLegendId[s]:"#"+this.maps.element.id+"_Legend_Shape_Index_"+this.maps.toggledLegendId[s],m=e.svgObject.querySelector(h);t.isNullOrUndefined(m)||m.setAttribute("fill","#E5E5E5")}},e.prototype.renderLegendBorder=function(){for(var e,i=this.maps,o=i.legendSettings,n=o.title.text,a={fontFamily:o.titleStyle.fontFamily,fontStyle:o.titleStyle.fontStyle,fontWeight:o.titleStyle.fontWeight,size:o.titleStyle.size,color:o.titleStyle.color,opacity:o.titleStyle.opacity},l=ge(this.legendItemRect.width+20,n,a),r=O(l,a),s=!1,d=0;d<this.legendRenderingCollections.length;d++){if(this.legendRenderingCollections[d].textWidth!==this.legendRenderingCollections[0].textWidth){s=!1;break}s=!0}this.legendBorderRect=new _t("Fluent2HighContrast"!==i.theme||s||"Left"!==o.position&&"Right"!==o.position||"Interactive"!==o.mode?this.legendItemRect.x-10:this.legendItemRect.x-30,this.legendItemRect.y-10-r.height,this.legendItemRect.width+20,this.legendItemRect.height+20+r.height+("Interactive"===o.mode?0:0!==this.page?10:0));var p={color:o.border.color||this.maps.themeStyle.legendBorderColor,opacity:o.border.opacity,width:o.border.width||this.maps.themeStyle.legendBorderWidth};p.opacity=t.isNullOrUndefined(p.opacity)?1:p.opacity;var h=new bt(i.element.id+"_Legend_Border",o.background,p,1,this.legendBorderRect,null,null,"","");if(this.legendGroup.appendChild(i.renderer.drawRectangle(h)),this.getLegendAlignment(i,this.legendBorderRect.width,this.legendBorderRect.height,o),this.legendGroup.setAttribute("transform","translate( "+(this.translate.x+-this.legendBorderRect.x)+" "+(this.translate.y+-this.legendBorderRect.y)+" )"),"Float"!==o.position&&i.svgObject.appendChild(this.legendGroup),n){a.color=null!==a.color?a.color:this.maps.themeStyle.legendTitleFontColor,a.fontFamily=t.isNullOrUndefined(a.fontFamily)?this.maps.themeStyle.fontFamily:a.fontFamily,a.size=t.isNullOrUndefined(a.size)?this.maps.themeStyle.subTitleFontSize||st.legendTitleFont.size:a.size,a.fontWeight=t.isNullOrUndefined(a.fontWeight)?this.maps.themeStyle.titleFontWeight||st.legendTitleFont.fontWeight:a.fontWeight;var m=M(e=new gt(i.element.id+"_LegendTitle",this.legendItemRect.x+this.legendItemRect.width/2,this.legendItemRect.y-r.height/2-5,"middle",l,""),a,a.color,this.legendGroup);m.setAttribute("aria-label",n),m.setAttribute("role","region")}},e.prototype.changeNextPage=function(e){this.currentPage=e.target.id.indexOf("_Left_Page_")>-1?this.currentPage-1:this.currentPage+1,this.legendGroup=this.maps.renderer.createGroup({id:this.maps.element.id+"_Legend_Group"}),this.maps.mapAreaRect=this.initialMapAreaRect,this.drawLegendItem(this.currentPage),t.isNullOrUndefined(this.maps.legendModule)||"Float"!==this.maps.legendSettings.position||(this.maps.isTileMap?this.maps.mapLayerPanel.layerGroup.appendChild(this.maps.legendModule.legendGroup):this.maps.svgObject.appendChild(this.maps.legendModule.legendGroup)),ke(this.maps.element.id+"_Legend_Border",this.maps.element.id)&&(ke(this.maps.element.id+"_Legend_Border",this.maps.element.id).style.pointerEvents="none")},e.prototype.getLegendAlignment=function(e,i,o,n){var a,l,r,s=(r=t.extend({},e.mapAreaRect,r,!0)).x,d=r.y,p=r.height,h=r.width,m=e.availableSize.width,c=e.availableSize.height,u=t.isNullOrUndefined(n.location.x)?0:n.location.x,g=t.isNullOrUndefined(n.location.y)?0:n.location.y;if("Float"===n.position)this.translate=e.isTileMap?new ht(u,g+2.5):new ht(u+e.mapAreaRect.x,g+e.mapAreaRect.y),this.legendTotalRect=e.mapAreaRect;else{switch(n.position){case"Top":case"Bottom":r.height="Top"===n.position?p-o:p-o-20,a=m/2-i/2,l="Top"===n.position?d:d+r.height,r.y="Top"===n.position?d+o+(e.isTileMap?5:10):d-5;break;case"Left":case"Right":r.width=h-i-e.mapAreaRect.x,a="Left"===n.position?s+5:s+r.width+10,l=c/2-o/2,r.x="Left"===n.position?s+i+10:s}switch(n.alignment){case"Near":"Top"===n.position||"Bottom"===n.position?a=r.x-("Interactive"===n.mode?10:0):l=r.y-(n.height&&n.width||"Interactive"!==n.mode?0:e.mapAreaRect.x);break;case"Far":"Top"===n.position||"Bottom"===n.position?a=m-i-("Interactive"===n.mode?0:10):l=c-o-("Default"===n.mode?10:0)}(n.height||n.width)&&"Interactive"!==n.mode?this.legendTotalRect=e.mapAreaRect=e.totalRect=r:(e.totalRect=null,(n.height||n.width)&&"Interactive"===n.mode&&(e.totalRect=r),this.legendTotalRect=e.mapAreaRect=r),"Left"===n.position&&(e.mapAreaRect.width=r.width),this.translate=new ht(a,l)}},e.prototype.getMarkersLegendCollections=function(e,i){var o=this;Array.prototype.forEach.call(i,function(i,n){var a,l=i.dataSource,r=i.legendText;Array.prototype.forEach.call(l,function(l,s){var d=!!t.isNullOrUndefined(l[o.maps.legendSettings.showLegendPath])||l[o.maps.legendSettings.showLegendPath];if(i.visible&&d&&!t.isNullOrUndefined(l.latitude)&&!t.isNullOrUndefined(l.longitude)){if(i.template){var p=(a=Le(i.template,o.maps))(o.maps);(t.isNullOrUndefined(p.childElementCount)?p[0]:p).querySelector("img").src}var h=t.isNullOrUndefined(l[r])?"":l[r],m=t.isNullOrUndefined(i.colorValuePath)?i.fill:l[i.colorValuePath],c=[];o.maps.legendSettings.removeDuplicateLegend?(c.push(o.getMarkerLegendData(e,h,m)),o.getOverallLegendItemsCollection(h,m,c,d)):(c.push({layerIndex:e,markerIndex:n,dataIndex:s,value:m,name:h,shape:t.isNullOrUndefined(i.shapeValuePath)||t.isNullOrUndefined(l[i.shapeValuePath])||""===l[i.shapeValuePath]?o.maps.legendSettings.useMarkerShape?i.shape:o.maps.legendSettings.shape:l[i.shapeValuePath]}),o.getOverallLegendItemsCollection(h,m,c,d))}})})},e.prototype.getMarkerLegendData=function(e,i,o){var n=this,a=[];return this.maps.layers[e].markerSettings.map(function(l,r){var s=l.dataSource;Array.prototype.forEach.call(s,function(l,s){var d=n.maps.layers[e].markerSettings[r];i!==l[d.legendText]&&""!==i||o!==(l[d.colorValuePath]||d.fill)||a.push({layerIndex:e,markerIndex:r,dataIndex:s,value:o,name:i,shape:t.isNullOrUndefined(d.shapeValuePath)?d.shape:l[d.shapeValuePath]})})}),a},e.prototype.getRangeLegendCollection=function(e,i,o,n,a,l,r){for(var s,d=this,p=0,h=this.maps.legendSettings.fill,m=[],c=this,u=0,g=o;u<g.length;u++)!function(o){if(!t.isNullOrUndefined(o.from)&&!t.isNullOrUndefined(o.to)){s=t.isNullOrUndefined(o.label)?o.from+" - "+o.to:o.label,m=[];var u=!1;!t.isNullOrUndefined(n)&&n.length>0&&Array.prototype.forEach.call(n,function(t,n){var s=l.indexOf(".")>-1?Number(I(t,l)):parseFloat(t[l]);s>=o.from&&s<=o.to&&(u=!0,m.push(d.getLegendData(e,n,t,a,i,r,s)))}),u||m.push({layerIndex:e,shapeIndex:null,dataIndex:null,name:null,value:null});var g=t.isNullOrUndefined(h)?"[object Array]"===Object.prototype.toString.call(o.color)?t.isNullOrUndefined(o.value)?c.legendGradientColor(o,p):o.color[0]:o.color:h;p++,c.getOverallLegendItemsCollection(s,g,m,o.showLegend)}}(g[u])},e.prototype.getOverallLegendItemsCollection=function(e,t,i,o){var n=[],a=this.maps.legendSettings;if(i.length>0&&o){for(s=0;s<i.length;s++){var l=i[s];if(l.length>0)for(var r=0;r<l.length;r++)n.push(l[r]);else n.push(i[s]);n._isVisible=!0}if(!!this.maps.legendSettings.removeDuplicateLegend&&this.removeDuplicates(this.legendCollection,e,t))for(var s=0;s<this.legendCollection.length;s++)this.legendCollection[s].text===e&&this.legendCollection[s].fill===t&&this.legendCollection[s].data.push(n[0]);else this.legendCollection.push({text:e,fill:t,data:n,opacity:a.opacity,borderColor:a.shapeBorder.color,borderWidth:a.shapeBorder.width})}},e.prototype.removeDuplicates=function(e,t,i){for(var o=!1,n=0;n<e.length;n++)if((e[n].text===t||""===e[n].text)&&e[n].fill===i){o=!0;break}return o},e.prototype.getEqualLegendCollection=function(e,i,o,n,a,l,r){for(var s,d=this,p=this.maps.legendSettings.fill,h=[],m=[],c=[],u=[],g=this,y=0,f=o;y<f.length;y++)!function(y){if(t.isNullOrUndefined(y.value)){if(t.isNullOrUndefined(y.minOpacity)&&t.isNullOrUndefined(y.maxOpacity)&&t.isNullOrUndefined(y.value)&&t.isNullOrUndefined(y.from)&&t.isNullOrUndefined(y.to)&&!t.isNullOrUndefined(y.color)){if(Array.prototype.forEach.call(n,function(t,o){for(var n=l.indexOf(".")>-1?I(t,l):t[l],s=0;s<c.length;s++)n===c[s]&&u.push(d.getLegendData(e,o,t,a,i,r,n))}),0===c.length){var f=!1;Array.prototype.forEach.call(n,function(n,s){f=!1;for(var p=n[l],h=0;h<o.length;h++)t.isNullOrUndefined(p)||isNaN(p)?f||(f=!1):p>=o[h].from&&p<=o[h].to&&(f=!0);f||u.push(d.getLegendData(e,s,n,a,i,r,p))})}s=t.isNullOrUndefined(y.label)?"Others":y.label;var b="[object Array]"===Object.prototype.toString.call(y.color)?y.color[0]:y.color;g.getOverallLegendItemsCollection(s,b,u,y.showLegend)}}else{s=t.isNullOrUndefined(y.label)?y.value:y.label,m=[];var v=!1;!t.isNullOrUndefined(n)&&n.length>0&&Array.prototype.forEach.call(n,function(t,o){var n=l&&l.indexOf(".")>-1?I(t,l):t[l];n===y.value?(v=!0,-1===h.indexOf(n)&&h.push(n),m.push(d.getLegendData(e,o,t,a,i,r,n))):-1===c.indexOf(n)&&c.push(n)});for(var S=0;S<h.length;S++)for(var x=0;x<c.length;x++)if(h[S]===c[x]){var O=c.indexOf(h[S]);c.splice(O,1)}v||m.push({layerIndex:e,shapeIndex:null,dataIndex:null,name:null,value:null});var C=t.isNullOrUndefined(p)?"[object Array]"===Object.prototype.toString.call(y.color)?y.color[0]:y.color:p;g.getOverallLegendItemsCollection(s,C,m,y.showLegend)}}(f[y])},e.prototype.getDataLegendCollection=function(e,i,o,n,a,l,r){var s,d=this,p=this.maps.legendSettings.fill,h=this.maps.legendSettings.valuePath;t.isNullOrUndefined(l)||t.isNullOrUndefined(n)||Array.prototype.forEach.call(n,function(n,m){var c=!!t.isNullOrUndefined(d.maps.legendSettings.showLegendPath)||!t.isNullOrUndefined(n[d.maps.legendSettings.showLegendPath])&&n[d.maps.legendSettings.showLegendPath],u=l.indexOf(".")>-1?I(n,l):n[l],g=[],y=t.isNullOrUndefined(p)?u:p;t.isNullOrUndefined(u)||0!==o.length||t.isNullOrUndefined(h)&&t.isNullOrUndefined(a)||(s=t.isNullOrUndefined(n[h])?a.indexOf(".")>-1?I(n,a):n[a]:h.indexOf(".")>-1?I(n,h):n[h],g.push(d.getLegendData(e,m,n,a,i,r,u))),d.getOverallLegendItemsCollection(s,y,g,c)})},e.prototype.interactiveHandler=function(e){var i=e.target,o=this.maps.legendSettings,n=this.maps.element.id+"_Interactive_Legend",a="Layers"===o.type?"_shapeIndex_":"Markers"===o.type?"_MarkerIndex_":"_BubbleIndex_";if(i.id.indexOf(a)>1){var l=parseFloat(i.id.split("_LayerIndex_")[1].split("_")[0]),r=parseFloat(i.id.split(/_dataIndex_/i)[1].split("_")[0]),s=void 0,d=void 0,p=void 0;t.isNullOrUndefined(ke(n,this.maps.element.id))||t.remove(ke(n,this.maps.element.id));var h=this.maps.layersCollection[l],m="Layers"===o.type?h.visible:"Markers"===o.type?h.markerSettings[parseFloat(i.id.split("_MarkerIndex_")[1].split("_")[0])].visible:this.maps.getBubbleVisible(this.maps.layersCollection[l]);if(o.visible&&this.legendRenderingCollections.length>0&&"Interactive"===o.mode&&m)for(var c=this.maps.svgObject.getBoundingClientRect(),u=0;u<this.legendCollection.length;u++){var g=this.legendCollection[u],y=ke(this.maps.element.id+"_Legend_Index_"+u,this.maps.element.id),f=y.getBoundingClientRect(),b=new _t(Math.abs(f.left-c.left),Math.abs(f.top-c.top),f.width,f.height);if(s=y.getAttribute("fill"),d=o.shapeBorder.color,p=o.shapeBorder.width,!t.isNullOrUndefined(g.data))for(var v=g.data,S=this,x=0;x<v.length&&"break"!==function(e){if(r===v[e].dataIndex&&l===v[e].layerIndex){S.renderInteractivePointer(o,s,d,n,p,b);var i=ke(n,S.maps.element.id);return S.maps.isDevice&&!t.isNullOrUndefined(i)&&(clearTimeout(S.arrowTimer),S.arrowTimer=setTimeout(function(){t.isNullOrUndefined(i.parentNode)||t.remove(i)},2e3)),"break"}}(x);x++);}}else t.isNullOrUndefined(ke(n,this.maps.element.id))||t.remove(ke(n,this.maps.element.id))},e.prototype.renderInteractivePointer=function(e,t,i,o,n,a){var l,r,s,d="None"===e.orientation?"Top"===e.position||"Bottom"===e.position?"Horizontal":"Vertical":e.orientation;a.y="Float"===e.position&&this.maps.isTileMap?a.y-this.maps.mapAreaRect.y:a.y,l="Horizontal"===d?e.invertedPointer?" M "+(r=a.x+a.width/2-("Float"===e.position&&this.maps.isTileMap?this.maps.mapAreaRect.x:0))+" "+(s=a.y+a.height)+" L "+(r-10)+" "+(s+10)+" L "+(r+10)+" "+(s+10)+" Z ":" M "+(r=a.x+a.width/2-("Float"===e.position&&this.maps.isTileMap?this.maps.mapAreaRect.x:0))+" "+(s=a.y)+" L "+(r-10)+" "+(s-10)+" L "+(r+10)+" "+(s-10)+" Z ":e.invertedPointer?" M "+(r=a.x-("Float"===e.position&&this.maps.isTileMap?this.maps.mapAreaRect.x:0))+" "+(s=a.y+a.height/2)+" L "+(r-10)+" "+(s-10)+" L "+(r-10)+" "+(s+10)+" z ":" M "+(r=a.x+a.width-("Float"===e.position&&this.maps.isTileMap?this.maps.mapAreaRect.x:0))+" "+(s=a.y+a.height/2)+" L "+(r+10)+" "+(s-10)+" L "+(r+10)+" "+(s+10)+" z ";var p=new yt(o,t,n,i,1,1,"",l);"Float"===e.position&&this.maps.isTileMap?this.maps.mapLayerPanel.layerGroup.appendChild(this.maps.renderer.drawPath(p)):this.maps.svgObject.appendChild(this.maps.renderer.drawPath(p))},e.prototype.wireEvents=function(e){t.EventHandler.add(e,t.Browser.touchStartEvent,this.changeNextPage,this)},e.prototype.addEventListener=function(){this.maps.isDestroyed||(this.maps.on(t.Browser.touchMoveEvent,this.interactiveHandler,this),this.maps.on(t.Browser.touchEndEvent,this.interactiveHandler,this),this.maps.on("click",this.legendClick,this))},e.prototype.markerToggleSelection=function(e,i,o,n){e.setAttribute("fill",this.legendCollection[n].fill),e.setAttribute("stroke",this.maps.layers[i].markerSettings[o].border.color),e.setAttribute("fill-opacity",this.maps.layers[i].markerSettings[o].opacity.toString()),e.setAttribute("stroke-width",this.maps.layers[i].markerSettings[o].border.width.toString()),e.setAttribute("stroke-opacity",(t.isNullOrUndefined(this.maps.layers[i].markerSettings[o].border.opacity)?this.maps.layers[i].markerSettings[o].opacity:this.maps.layers[i].markerSettings[o].border.opacity).toString());var a=this.maps.toggledElementId.indexOf(e.id);-1!==a&&this.maps.toggledElementId.splice(a,1)},e.prototype.bubbleToggleSelection=function(e,i,o,n){e.setAttribute("fill",this.legendCollection[n].fill),e.setAttribute("stroke",this.maps.layers[i].bubbleSettings[o].border.color),e.setAttribute("fill-opacity",this.maps.layers[i].bubbleSettings[o].opacity.toString()),e.setAttribute("stroke-width",this.maps.layers[i].bubbleSettings[o].border.width.toString()),e.setAttribute("stroke-opacity",(t.isNullOrUndefined(this.maps.layers[i].bubbleSettings[o].border.opacity)?this.maps.layers[i].bubbleSettings[o].opacity:this.maps.layers[i].bubbleSettings[o].border.opacity).toString())},e.prototype.legendClick=function(e){var i,o,n=this.maps.legendSettings.toggleLegendSettings.fill,a=this.maps.legendSettings.toggleLegendSettings.opacity,l=this.maps.legendSettings.toggleLegendSettings.border.color,r=this.maps.legendSettings.toggleLegendSettings.border.width,s=t.isNullOrUndefined(this.maps.legendSettings.toggleLegendSettings.border.opacity)?this.maps.legendSettings.toggleLegendSettings.opacity:this.maps.legendSettings.toggleLegendSettings.border.opacity;if(!t.isNullOrUndefined(e.parentNode)&&e.parentNode.id.indexOf(this.maps.element.id+"_Legend_Index_")>-1){var d=void 0,p=parseFloat(e.parentElement.id.substr((this.maps.element.id+"_Legend_Index_").length)),h=(y=this.legendCollection[p].data)._isVisible,m=void 0;if(this.maps.legendSettings.toggleLegendSettings.enable&&("Bubbles"===this.maps.legendSettings.type||"Markers"===this.maps.legendSettings.type))for(b=0;b<this.maps.layers.length;b++)for(v=0;v<("Bubbles"===this.maps.legendSettings.type?this.maps.layers[b].bubbleSettings.length:this.maps.layers[b].markerSettings.length);v++){for(C=0;C<y.length;C++){m=this.legendCollection[p].data[C],d="Bubbles"===this.maps.legendSettings.type?ke(this.maps.element.id+"_LayerIndex_"+m.layerIndex+"_BubbleIndex_"+v+"_dataIndex_"+m.dataIndex,this.maps.element.id):ke(this.maps.element.id+"_LayerIndex_"+m.layerIndex+"_MarkerIndex_"+m.markerIndex+"_dataIndex_"+m.dataIndex,this.maps.element.id),t.isNullOrUndefined(m.shape)||"Balloon"!==m.shape||(d=(d="Bubbles"===this.maps.legendSettings.type?ke(this.maps.element.id+"_LayerIndex_"+m.layerIndex+"_BubbleIndex_"+v+"_dataIndex_"+m.dataIndex+"_Group",this.maps.element.id):ke(this.maps.element.id+"_LayerIndex_"+m.layerIndex+"_MarkerIndex_"+m.markerIndex+"_dataIndex_"+m.dataIndex+"_Group",this.maps.element.id)).children[0]);f=this.maps.toggledLegendId.indexOf(p);h&&null!==d?(this.maps.legendSettings.toggleLegendSettings.applyShapeSettings?(d.setAttribute("fill",this.maps.layers[b].shapeSettings.fill),d.setAttribute("stroke",this.maps.layers[b].shapeSettings.border.color||this.maps.themeStyle.shapeBorderColor),d.setAttribute("fill-opacity",this.maps.layers[b].shapeSettings.opacity.toString()),d.setAttribute("stroke-width",(t.isNullOrUndefined(this.maps.layers[b].shapeSettings.border.width)?0:this.maps.layers[b].shapeSettings.border.width).toString()),d.setAttribute("stroke-opacity",(t.isNullOrUndefined(this.maps.layers[b].shapeSettings.border.opacity)?this.maps.layers[b].shapeSettings.opacity:this.maps.layers[b].shapeSettings.border.opacity).toString())):(d.setAttribute("fill",n),d.setAttribute("fill-opacity",a.toString()),d.setAttribute("stroke",l),d.setAttribute("stroke-width",r.toString()),d.setAttribute("stroke-opacity",s.toString())),"Markers"===this.maps.legendSettings.type&&(-1===f&&this.maps.toggledLegendId.push(p),-1===(S=this.maps.toggledElementId.indexOf(d.id))&&this.maps.toggledElementId.push(d.id)),null!==e&&(i=ke(this.maps.element.id+"_Legend_Shape_Index_"+p,this.maps.element.id),o=ke(this.maps.element.id+"_Legend_Text_Index_"+p,this.maps.element.id),this.maps.legendSettings.toggleLegendSettings.applyShapeSettings?this.setToggleAttributes(o,i,this.maps.layers[b].shapeSettings.fill,this.maps.layers[b].shapeSettings.opacity,this.maps.layers[b].shapeSettings.border.color||this.maps.themeStyle.shapeBorderColor,t.isNullOrUndefined(this.maps.layers[b].shapeSettings.border.width)?0:this.maps.layers[b].shapeSettings.border.width,t.isNullOrUndefined(this.maps.layers[b].shapeSettings.border.opacity)?this.maps.layers[b].shapeSettings.opacity:this.maps.layers[b].shapeSettings.border.opacity,this.maps.layers[b].shapeSettings.fill):this.setToggleAttributes(o,i,n,a,l,r,s,n))):("Markers"===this.maps.legendSettings.type?(-1!==f&&0===C&&this.maps.toggledLegendId.splice(f,1),this.markerToggleSelection(d,b,v,p)):this.bubbleToggleSelection(d,b,v,p),null!==e&&(i=ke(this.maps.element.id+"_Legend_Shape_Index_"+p,this.maps.element.id),o=ke(this.maps.element.id+"_Legend_Text_Index_"+p,this.maps.element.id),this.setToggleAttributes(o,i,this.legendCollection[p].fill,this.legendCollection[p].opacity,this.legendCollection[p].shapeBorder.color,this.legendCollection[p].shapeBorder.width,this.legendCollection[p].shapeBorder.opacity,this.maps.legendSettings.textStyle.color),"HorizontalLine"!==this.maps.legendSettings.shape&&"VerticalLine"!==this.maps.legendSettings.shape&&"Cross"!==this.maps.legendSettings.shape||i.setAttribute("stroke",this.legendCollection[p].fill)))}y._isVisible=!h}if("Layers"===this.maps.legendSettings.type&&this.maps.legendSettings.toggleLegendSettings.enable){var c=void 0;this.removeCollections(e,p),-1!==(f=this.maps.toggledLegendId.indexOf(p))&&(h=!1);for(v=0;v<this.maps.layers.length;v++)for(C=0;C<y.length;C++)if(m=this.legendCollection[p].data[C],null!==(c=ke(this.maps.element.id+"_LayerIndex_"+m.layerIndex+"_shapeIndex_"+m.shapeIndex+"_dataIndex_"+m.dataIndex,this.maps.element.id))){M=this.maps.toggledElementId.indexOf(c.id);h?(0===C&&this.maps.toggledLegendId.push(p),-1===M&&this.maps.toggledElementId.push(c.id),this.maps.legendSettings.toggleLegendSettings.applyShapeSettings?(c.setAttribute("fill",this.maps.layers[v].shapeSettings.fill),c.setAttribute("fill-opacity",this.maps.layers[v].shapeSettings.opacity.toString()),c.setAttribute("stroke",this.maps.layers[v].shapeSettings.border.color||this.maps.themeStyle.shapeBorderColor),c.setAttribute("stroke-width",(t.isNullOrUndefined(this.maps.layers[v].shapeSettings.border.width)?0:this.maps.layers[v].shapeSettings.border.width).toString()),c.setAttribute("stroke-opacity",(t.isNullOrUndefined(this.maps.layers[v].shapeSettings.border.opacity)?this.maps.layers[v].shapeSettings.opacity:this.maps.layers[v].shapeSettings.border.opacity).toString())):(c.setAttribute("fill",n),c.setAttribute("fill-opacity",a.toString()),c.setAttribute("stroke",l),c.setAttribute("stroke-width",r.toString()),c.setAttribute("stroke-opacity",s.toString())),null!==e&&(o=ke(this.maps.element.id+"_Legend_Text_Index_"+p,this.maps.element.id),i=ke(this.maps.element.id+"_Legend_Shape_Index_"+p,this.maps.element.id),this.maps.legendSettings.toggleLegendSettings.applyShapeSettings?this.setToggleAttributes(o,i,this.maps.layers[v].shapeSettings.fill,this.maps.layers[v].shapeSettings.opacity,this.maps.layers[v].shapeSettings.border.color||this.maps.themeStyle.shapeBorderColor,t.isNullOrUndefined(this.maps.layers[v].shapeSettings.border.width)?0:this.maps.layers[v].shapeSettings.border.width,t.isNullOrUndefined(this.maps.layers[v].shapeSettings.border.opacity)?this.maps.layers[v].shapeSettings.opacity:this.maps.layers[v].shapeSettings.border.opacity,this.maps.layers[v].shapeSettings.fill):this.setToggleAttributes(o,i,n,a,l,r,s,n))):(-1!==f&&0===C&&this.maps.toggledLegendId.splice(f,1),-1!==M&&this.maps.toggledElementId.splice(M,1),c.setAttribute("fill",this.legendCollection[p].fill),c.setAttribute("stroke-opacity",(t.isNullOrUndefined(this.maps.layers[v].shapeSettings.border.opacity)?this.maps.layers[v].shapeSettings.opacity:this.maps.layers[v].shapeSettings.border.opacity).toString()),c.setAttribute("stroke-width",(t.isNullOrUndefined(this.maps.layers[v].shapeSettings.border.width)?0:this.maps.layers[v].shapeSettings.border.width).toString()),c.setAttribute("fill-opacity",this.maps.layers[v].shapeSettings.opacity.toString()),c.setAttribute("stroke",this.maps.layers[v].shapeSettings.border.color||this.maps.themeStyle.shapeBorderColor),null!==e&&(o=ke(this.maps.element.id+"_Legend_Text_Index_"+p,this.maps.element.id),i=ke(this.maps.element.id+"_Legend_Shape_Index_"+p,this.maps.element.id),this.setToggleAttributes(o,i,this.legendCollection[p].fill,this.legendCollection[p].opacity,this.legendCollection[p].shapeBorder.color,this.legendCollection[p].shapeBorder.width,this.legendCollection[p].shapeBorder.opacity,"#757575")))}y._isVisible=!h}}else if(!t.isNullOrUndefined(e.id)&&(e.id.indexOf(this.maps.element.id+"_Legend_Shape_Index")>-1||-1!==e.id.indexOf(this.maps.element.id+"_Legend_Index"))&&this.maps.legendSettings.visible&&-1===e.id.indexOf("_Text")){var u=void 0,p=parseFloat(e.id.split(this.maps.element.id+"_Legend_Index_")[1]),g=void 0,y=this.legendCollection[p].data,h=y._isVisible;if(("Bubbles"===this.maps.legendSettings.type||"Markers"===this.maps.legendSettings.type)&&this.maps.legendSettings.toggleLegendSettings.enable)for(var f=this.maps.toggledLegendId.indexOf(p),b=0;b<this.maps.layers.length;b++)for(var v=0;v<("Bubbles"===this.maps.legendSettings.type?this.maps.layers[b].bubbleSettings.length:this.maps.layers[b].markerSettings.length);v++){for(C=0;C<y.length;C++)if(g=this.legendCollection[p].data[C],u="Bubbles"===this.maps.legendSettings.type?ke(this.maps.element.id+"_LayerIndex_"+g.layerIndex+"_BubbleIndex_"+v+"_dataIndex_"+g.dataIndex,this.maps.element.id):ke(this.maps.element.id+"_LayerIndex_"+g.layerIndex+"_MarkerIndex_"+v+"_dataIndex_"+g.dataIndex,this.maps.element.id),t.isNullOrUndefined(g.shape)||"Balloon"!==g.shape||(u=(u="Bubbles"===this.maps.legendSettings.type?ke(this.maps.element.id+"_LayerIndex_"+g.layerIndex+"_BubbleIndex_"+v+"_dataIndex_"+g.dataIndex+"_Group",this.maps.element.id):ke(this.maps.element.id+"_LayerIndex_"+g.layerIndex+"_MarkerIndex_"+v+"_dataIndex_"+g.dataIndex+"_Group",this.maps.element.id)).children[0]),h&&null!==u){if("Markers"===this.maps.legendSettings.type){-1===f&&this.maps.toggledLegendId.push(p);var S=this.maps.toggledElementId.indexOf(u.id);-1===S&&this.maps.toggledElementId.push(u.id)}this.maps.legendSettings.toggleLegendSettings.applyShapeSettings?(u.setAttribute("fill",this.maps.layers[b].shapeSettings.fill),u.setAttribute("stroke",this.maps.layers[b].shapeSettings.border.color||this.maps.themeStyle.shapeBorderColor),u.setAttribute("stroke-width",(t.isNullOrUndefined(this.maps.layers[b].shapeSettings.border.width)?0:this.maps.layers[b].shapeSettings.border.width).toString()),u.setAttribute("stroke-opacity",(t.isNullOrUndefined(this.maps.layers[b].shapeSettings.border.opacity)?this.maps.layers[b].shapeSettings.opacity:this.maps.layers[b].shapeSettings.border.opacity).toString()),u.setAttribute("fill-opacity",this.maps.layers[b].shapeSettings.opacity.toString())):(u.setAttribute("fill",n),u.setAttribute("fill-opacity",a.toString()),u.setAttribute("stroke",l),u.setAttribute("stroke-width",r.toString()),u.setAttribute("stroke-opacity",s.toString())),null!==e&&(o=ke(this.maps.element.id+"_Legend_Index_"+p+"_Text",this.maps.element.id),i=ke(this.maps.element.id+"_Legend_Index_"+p,this.maps.element.id),this.maps.legendSettings.toggleLegendSettings.applyShapeSettings?this.setToggleAttributes(o,i,this.maps.layers[b].shapeSettings.fill,this.maps.layers[b].shapeSettings.opacity,this.maps.layers[b].shapeSettings.border.color||this.maps.themeStyle.shapeBorderColor,t.isNullOrUndefined(this.maps.layers[b].shapeSettings.border.width)?0:this.maps.layers[b].shapeSettings.border.width,t.isNullOrUndefined(this.maps.layers[b].shapeSettings.border.opacity)?this.maps.layers[b].shapeSettings.opacity:this.maps.layers[b].shapeSettings.border.opacity,this.maps.layers[b].shapeSettings.fill):this.setToggleAttributes(o,i,n,a,l,r,s,n))}else"Markers"===this.maps.legendSettings.type?(-1!==f&&0===C&&this.maps.toggledLegendId.splice(f,1),this.markerToggleSelection(u,b,v,p)):this.bubbleToggleSelection(u,b,v,p),null!==e&&((i=ke(this.maps.element.id+"_Legend_Index_"+p,this.maps.element.id)).setAttribute("fill",this.legendCollection[p].fill),i.setAttribute("fill-opacity",this.legendCollection[p].opacity),i.setAttribute("stroke",this.legendCollection[p].shapeBorder.color),i.setAttribute("stroke-width",this.legendCollection[p].shapeBorder.width),i.setAttribute("stroke-opacity",this.legendCollection[p].shapeBorder.opacity),(o=ke(this.maps.element.id+"_Legend_Index_"+p+"_Text",this.maps.element.id)).setAttribute("fill",this.maps.legendSettings.textStyle.color));y._isVisible=!h}if("Layers"===this.maps.legendSettings.type&&this.maps.legendSettings.toggleLegendSettings.enable){var x=void 0;this.removeCollections(e,p);var O=this.maps.toggledLegendId.indexOf(p);-1!==O&&(h=!1);for(b=0;b<this.maps.layers.length;b++)for(var C=0;C<y.length;C++)if(g=this.legendCollection[p].data[C],null!==(x=ke(this.maps.element.id+"_LayerIndex_"+g.layerIndex+"_shapeIndex_"+g.shapeIndex+"_dataIndex_"+g.dataIndex,this.maps.element.id))){var M=this.maps.toggledElementId.indexOf(x.id);h?(0===C&&this.maps.toggledLegendId.push(p),-1===M&&this.maps.toggledElementId.push(x.id),this.maps.legendSettings.toggleLegendSettings.applyShapeSettings?(x.setAttribute("fill",this.maps.layers[0].shapeSettings.fill),x.setAttribute("stroke",this.maps.layers[0].shapeSettings.border.color||this.maps.themeStyle.shapeBorderColor),x.setAttribute("fill-opacity",this.maps.layers[b].shapeSettings.opacity.toString()),x.setAttribute("stroke-width",(t.isNullOrUndefined(this.maps.layers[b].shapeSettings.border.width)?0:this.maps.layers[b].shapeSettings.border.width).toString()),x.setAttribute("stroke-opacity",(t.isNullOrUndefined(this.maps.layers[b].shapeSettings.border.opacity)?this.maps.layers[b].shapeSettings.opacity:this.maps.layers[b].shapeSettings.border.opacity).toString())):(x.setAttribute("fill",n),x.setAttribute("fill-opacity",a.toString()),x.setAttribute("stroke",l),x.setAttribute("stroke-width",r.toString()),x.setAttribute("stroke-opacity",s.toString())),null!==e&&(i=ke(this.maps.element.id+"_Legend_Index_"+p,this.maps.element.id),o=ke(this.maps.element.id+"_Legend_Index_"+p+"_Text",this.maps.element.id),this.maps.legendSettings.toggleLegendSettings.applyShapeSettings?this.setToggleAttributes(o,i,this.maps.layers[0].shapeSettings.fill,this.maps.layers[b].shapeSettings.opacity,this.maps.layers[0].shapeSettings.border.color||this.maps.themeStyle.shapeBorderColor,t.isNullOrUndefined(this.maps.layers[b].shapeSettings.border.width)?0:this.maps.layers[b].shapeSettings.border.width,t.isNullOrUndefined(this.maps.layers[b].shapeSettings.border.opacity)?this.maps.layers[b].shapeSettings.opacity:this.maps.layers[b].shapeSettings.border.opacity,this.maps.layers[0].shapeSettings.fill):this.setToggleAttributes(o,i,n,a,l,r,s,n))):(-1!==O&&0===C&&this.maps.toggledLegendId.splice(O,1),-1!==M&&this.maps.toggledElementId.splice(M,1),x.setAttribute("fill-opacity",this.maps.layers[b].shapeSettings.opacity.toString()),x.setAttribute("stroke-width",(t.isNullOrUndefined(this.maps.layers[b].shapeSettings.border.width)?0:this.maps.layers[b].shapeSettings.border.width).toString()),x.setAttribute("stroke",this.maps.layers[0].shapeSettings.border.color||this.maps.themeStyle.shapeBorderColor),x.setAttribute("stroke-opacity",(t.isNullOrUndefined(this.maps.layers[b].shapeSettings.border.opacity)?this.maps.layers[b].shapeSettings.opacity:this.maps.layers[b].shapeSettings.border.opacity).toString()),x.setAttribute("fill",this.legendCollection[p].fill),null!==e&&(o=ke(this.maps.element.id+"_Legend_Index_"+p+"_Text",this.maps.element.id),i=ke(this.maps.element.id+"_Legend_Index_"+p,this.maps.element.id),this.setToggleAttributes(o,i,this.legendCollection[p].fill,this.legendCollection[p].opacity,this.legendCollection[p].shapeBorder.color,this.legendCollection[p].shapeBorder.width,this.legendCollection[p].shapeBorder.opacity,"#757575")))}y._isVisible=!h}}},e.prototype.removeCollections=function(e,t){this.removeLegendSelectionCollection(e);var i=this.getIndexofLegend(this.maps.legendSelectionCollection,e);-1!==i&&this.maps.legendSelectionCollection.splice(i,1),-1!==this.getIndexofLegend(this.legendHighlightCollection,e)&&this.legendHighlightCollection.splice(i,1);var o=this.getIndexofLegend(this.shapeHighlightCollection,e);-1!==o&&this.shapeHighlightCollection.splice(o,1);var n=this.maps.selectedLegendElementId.indexOf(t);-1!==n&&this.maps.selectedLegendElementId.splice(n,1)},e.prototype.removeEventListener=function(){this.maps.isDestroyed||(this.maps.off(t.Browser.touchMoveEvent,this.interactiveHandler),this.maps.off(t.Browser.touchEndEvent,this.interactiveHandler),this.maps.off("click",this.legendClick))},e.prototype.getLegendData=function(e,i,o,n,a,l,r){var s=[];if("[object Array]"===Object.prototype.toString.call(a))for(var d=0;d<a.length;d++){var p=a[d],h=n.indexOf(".")>-1?I(o,n):o[n],m=pe(o[n],l,p.properties),c=t.isNullOrUndefined(h)||"string"!=typeof h?h:h.toLowerCase();if((!t.isNullOrUndefined(p.properties[m])&&isNaN(p.properties[m])?p.properties[m].toLowerCase():p.properties[m])===c)if("MultiPoint"!==p.geometry.type)s.push({layerIndex:e,shapeIndex:d,dataIndex:i,name:o[n],value:r,pointIndex:-1});else for(var u=0;u<p.geometry.coordinates.length;u++)s.push({layerIndex:e,shapeIndex:d,dataIndex:i,name:o[n],value:r,pointIndex:u})}return s},e.prototype.setToggleAttributes=function(e,i,o,n,a,l,r,s){e.setAttribute("fill",s),i.setAttribute("fill",o),i.setAttribute("fill-opacity",n.toString()),i.setAttribute("stroke",a),i.setAttribute("stroke-width",l.toString()),t.isNullOrUndefined(r)||i.setAttribute("stroke-opacity",r.toString())},e.prototype.legendGradientColor=function(e,i){var o,n="http://www.w3.org/2000/svg";if(!t.isNullOrUndefined(e.color)&&"object"==typeof e.color){var a=document.createElementNS(n,"linearGradient"),l=this.maps.legendSettings.position,r="Top"===l||"Bottom"===l?"100":"0",s="Top"===l||"Bottom"===l?"0":"100";a.setAttribute("id","linear_"+i+"_"+this.maps.element.id),a.setAttribute("x1","0%"),a.setAttribute("y1","0%"),a.setAttribute("x2",r+"%"),a.setAttribute("y2",s+"%");for(var d=0;d<e.color.length;d++){var p=100/(e.color.length-1),h=document.createElementNS(n,"stop");h.setAttribute("offset",d*p+"%"),h.setAttribute("stop-color",e.color[d]),h.setAttribute("stop-opacity",1..toString()),a.appendChild(h)}this.legendLinearGradient=a;var m="url(#linear_"+i+"_"+this.maps.element.id+")";this.defsElement.appendChild(a),o=m}return o},e.prototype.getModuleName=function(){return"Legend"},e.prototype.destroy=function(){this.legendCollection=[],this.legendRenderingCollections=[],this.translate=null,this.legendBorderRect=null,this.initialMapAreaRect=null,this.legendTotalRect=null,this.totalPages=[],this.legendItemRect=null,this.legendGroup=null,this.shapeHighlightCollection=[],this.legendHighlightCollection=[],this.shapePreviousColor=[],this.selectedNonLegendShapes=[],this.legendLinearGradient=null,this.currentLayer=null,this.defsElement=null,this.legendElement=[],this.oldShapeElement=null,this.removeEventListener(),this.maps=null},e}(),Fi=function(){function e(e){this.maps=e,this.addEventListener()}return e.prototype.addEventListener=function(){this.maps.isDestroyed||(this.maps.on(t.Browser.touchMoveEvent,this.mouseMove,this),this.maps.on(t.Browser.touchStartEvent,this.mouseMove,this))},e.prototype.removeEventListener=function(){this.maps.isDestroyed||(this.maps.off(t.Browser.touchMoveEvent,this.mouseMove),this.maps.off(t.Browser.touchStartEvent,this.mouseMove))},e.prototype.addHighlight=function(e,t,i){var o=Fe(e,t,i,this.maps);i?this.mapHighlight(o,null,null):Be(o)},e.prototype.mouseMove=function(e){var i,o=e.target,n="touch"===e.pointerType||"2"===e.pointerType||e.type.indexOf("touch")>-1;if((-1!==o.id.indexOf("LayerIndex")||o.id.indexOf("NavigationIndex")>-1)&&"ShapeselectionMapStyle"!==o.getAttribute("class")&&!n&&"MarkerselectionMapStyle"!==o.getAttribute("class")&&"BubbleselectionMapStyle"!==o.getAttribute("class")&&"navigationlineselectionMapStyle"!==o.getAttribute("class")&&"PolygonselectionMapStyle"!==o.getAttribute("class")&&"LineselectionMapStyle"!==o.getAttribute("class")){i=parseInt(o.id.split("_LayerIndex_")[1].split("_")[0],10);var a=void 0,l=void 0,r=void 0,s=void 0;if(o.id.indexOf("shapeIndex")>-1)r=parseInt(o.id.split("_shapeIndex_")[1].split("_")[0],10),a=this.maps.layers[i].shapeData.features&&!t.isNullOrUndefined(this.maps.layersCollection[i].layerData[r])?this.maps.layersCollection[i].layerData[r].property:null,s=parseInt(o.id.split("_dataIndex_")[1].split("_")[0],10),l=t.isNullOrUndefined(s)?null:this.maps.layers[i].dataSource[s],this.highlightSettings=this.maps.layers[i].highlightSettings;else if(o.id.indexOf("BubbleIndex")>-1){var d=parseInt(o.id.split("_BubbleIndex_")[1].split("_")[0],10);s=parseInt(o.id.split("_dataIndex_")[1].split("_")[0],10),l=this.maps.layers[i].bubbleSettings[d].dataSource[s],this.highlightSettings=this.maps.layers[i].bubbleSettings[d].highlightSettings}else if(o.id.indexOf("MarkerIndex")>-1){var p=parseInt(o.id.split("_MarkerIndex_")[1].split("_")[0],10);s=parseInt(o.id.split("_dataIndex_")[1].split("_")[0],10),l=this.maps.layers[i].markerSettings[p].dataSource[s],this.highlightSettings=this.maps.layers[i].markerSettings[p].highlightSettings}else if(o.id.indexOf("_PolygonIndex_")>-1)s=parseInt(o.id.split("_PolygonIndex_")[1].split("_")[0],10),l=this.maps.layers[i].polygonSettings.polygons[s].points,this.highlightSettings=this.maps.layers[i].polygonSettings.highlightSettings;else{m=parseInt(o.id.split("_NavigationIndex_")[1].split("_")[0],10);i=parseInt(o.id.split("_LayerIndex_")[1].split("_")[0],10),a=null,l={latitude:this.maps.layers[i].navigationLineSettings[m].latitude,longitude:this.maps.layers[i].navigationLineSettings[m].longitude},this.highlightSettings=this.maps.layers[i].navigationLineSettings[m].highlightSettings}if(this.highlightSettings.enable)this.handleHighlight(o,i,l,a);else{var h=document.getElementsByClassName("highlightMapStyle")[0];if(!t.isNullOrUndefined(h)&&(Be(h),h.id.indexOf("NavigationIndex")>-1)){var m=parseInt(h.id.split("_NavigationIndex_")[1].split("_")[0],10),c=parseInt(h.parentElement.id.split("_LayerIndex_")[1].split("_")[0],10);h.setAttribute("stroke-width",this.maps.layers[c].navigationLineSettings[m].width.toString()),h.setAttribute("stroke",this.maps.layers[c].navigationLineSettings[m].color)}}}else if(Ie("highlightMapStyle").length>0){if((o=Ie("highlightMapStyle")[0]).id.indexOf("NavigationIndex")>-1){m=parseInt(o.id.split("_NavigationIndex_")[1].split("_")[0],10);i=parseInt(o.parentElement.id.split("_LayerIndex_")[1].split("_")[0],10),o.setAttribute("stroke-width",this.maps.layers[i].navigationLineSettings[m].width.toString()),o.setAttribute("stroke",this.maps.layers[i].navigationLineSettings[m].color)}Be(o),this.maps.legendSettings.visible&&this.maps.legendModule&&this.maps.legendModule.removeShapeHighlightCollection()}else(-1!==o.id.indexOf(this.maps.element.id+"_Legend_Shape_Index")||-1!==o.id.indexOf(this.maps.element.id+"_Legend_Index"))&&this.maps.legendModule&&this.maps.legendSettings.visible&&-1===o.id.indexOf("_Text")?this.maps.legendModule.legendHighLightAndSelection(o,"highlight"):this.maps.legendSettings.visible&&this.maps.legendModule&&this.maps.legendModule.removeLegendHighlightCollection()},e.prototype.handleHighlight=function(e,t,i,o){this.maps.legendSettings.visible&&-1===e.id.indexOf("_MarkerIndex_")&&this.maps.legendModule&&"Layers"===this.maps.legendSettings.type&&this.maps.legendModule.shapeHighLightAndSelection(e,i,this.highlightSettings,"highlight",t),(!(e.id.indexOf("shapeIndex")>-1&&this.maps.legendSettings.visible&&this.maps.legendModule)||this.maps.legendModule.shapeToggled)&&this.mapHighlight(e,o,i)},e.prototype.mapHighlight=function(e,i,o){var n=this,a=parseInt(e.id.split("_LayerIndex_")[1].split("_")[0],10),l=!1;if(e.id.indexOf("MarkerIndex")>-1){var r=parseInt(e.id.split("_MarkerIndex_")[1].split("_")[0],10);l=this.maps.layers[a].markerSettings[r].highlightSettings.enable}var s=-1===e.parentElement.id.indexOf("LineString")?this.highlightSettings.border.color:this.highlightSettings.fill||this.highlightSettings.border.color,d=-1===e.parentElement.id.indexOf("LineString")?this.highlightSettings.border.width/(l?1:this.maps.scale):this.highlightSettings.border.width/this.maps.scale,p=t.isNullOrUndefined(this.highlightSettings.border.opacity)?this.highlightSettings.opacity:this.highlightSettings.border.opacity,h={opacity:this.highlightSettings.opacity,fill:-1===e.parentElement.id.indexOf("LineString")?-1===e.id.indexOf("NavigationIndex")?t.isNullOrUndefined(this.highlightSettings.fill)?e.getAttribute("fill"):this.highlightSettings.fill:"none":"transparent",border:{color:s,width:d,opacity:p},cancel:!1},m={opacity:h.opacity,fill:h.fill,border:{color:s,width:d,opacity:p},name:"shapeHighlight",target:e.id,cancel:!1,shapeData:i,data:o,maps:this.maps};e.id.indexOf("shapeIndex")>-1&&this.maps.trigger("shapeHighlight",m,function(){});var c={opacity:h.opacity,fill:h.fill,border:{color:s,width:d,opacity:p},name:"itemHighlight",target:e.id,cancel:!1,shapeData:i,data:o,maps:this.maps};this.maps.trigger("itemHighlight",c,function(){c.cancel=h.cancel!==c.cancel?c.cancel:e.id.indexOf("shapeIndex")>-1?m.cancel:h.cancel,c.fill=h.fill!==c.fill?c.fill:e.id.indexOf("shapeIndex")>-1?m.fill:h.fill,c.opacity=h.opacity!==c.opacity?c.opacity:e.id.indexOf("shapeIndex")>-1?m.opacity:h.opacity,c.border.color=h.border.color!==c.border.color?c.border.color:e.id.indexOf("shapeIndex")>-1?m.border.color:h.border.color,c.border.width=h.border.width!==c.border.width?c.border.width:e.id.indexOf("shapeIndex")>-1?m.border.width:h.border.width,c.border.opacity=h.border.opacity!==c.border.opacity?c.border.opacity:e.id.indexOf("shapeIndex")>-1?m.border.opacity:h.border.opacity,n.highlightMap(e,c)})},e.prototype.highlightMap=function(e,t){if("highlightMapStyle"!==e.getAttribute("class")&&!t.cancel){if(Ie("highlightMapStyle").length>0){var i=Ie("highlightMapStyle")[0];if(Be(i),i.id.indexOf("NavigationIndex")>-1){var o=parseInt(i.id.split("_NavigationIndex_")[1].split("_")[0],10),n=parseInt(i.parentElement.id.split("_LayerIndex_")[1].split("_")[0],10);i.setAttribute("stroke-width",this.maps.layers[n].navigationLineSettings[o].width.toString()),i.setAttribute("stroke",this.maps.layers[n].navigationLineSettings[o].color)}}Pe("highlightMap")?Ee("highlightMap","highlightMapStyle",t):document.body.appendChild(Ne("highlightMap","highlightMapStyle",t)),e.setAttribute("class","highlightMapStyle")}},e.prototype.getModuleName=function(){return"Highlight"},e.prototype.destroy=function(){this.highlightSettings=null,this.removeEventListener(),this.maps=null},e}(),Ni=function(){function e(e){this.maps=e,this.addEventListener()}return e.prototype.addEventListener=function(){this.maps.isDestroyed||this.maps.on("click",this.mouseClick,this)},e.prototype.removeEventListener=function(){this.maps.isDestroyed||this.maps.off("click",this.mouseClick)},e.prototype.mouseClick=function(e){if(!t.isNullOrUndefined(e.type)&&-1!==e.type.indexOf("touch")&&t.isNullOrUndefined(e.id)&&(e=e.target),!t.isNullOrUndefined(e.id)&&(e.id.indexOf("LayerIndex")>-1||e.id.indexOf("NavigationIndex")>-1)){var i=void 0,o=void 0,n=void 0,a=void 0,l=parseInt(e.id.split("_LayerIndex_")[1].split("_")[0],10);if(e.id.indexOf("shapeIndex")>-1)n=parseInt(e.id.split("_shapeIndex_")[1].split("_")[0],10),i=!t.isNullOrUndefined(this.maps.layers[l].shapeData.features)&&this.maps.layers[l].shapeData.features.length>n?this.maps.layers[l].shapeData.features[n].properties:!t.isNullOrUndefined(this.maps.layers[l].shapeData.geometries)&&this.maps.layers[l].shapeData.geometries.length>n?this.maps.layers[l].shapeData.geometries[n].properties:null,a=parseInt(e.id.split("_dataIndex_")[1].split("_")[0],10),o=t.isNullOrUndefined(a)?null:this.maps.layers[l].dataSource[a],this.selectionsettings=this.maps.layers[l].selectionSettings,this.selectionType="Shape";else if(e.id.indexOf("BubbleIndex")>-1){var r=parseInt(e.id.split("_BubbleIndex_")[1].split("_")[0],10);a=parseInt(e.id.split("_dataIndex_")[1].split("_")[0],10),o=this.maps.layers[l].bubbleSettings[r].dataSource[a],this.selectionsettings=this.maps.layers[l].bubbleSettings[r].selectionSettings,this.selectionType="Bubble"}else if(e.id.indexOf("MarkerIndex")>-1){var s=parseInt(e.id.split("_MarkerIndex_")[1].split("_")[0],10);a=parseInt(e.id.split("_dataIndex_")[1].split("_")[0],10),o=this.maps.layers[l].markerSettings[s].dataSource[a],this.selectionsettings=this.maps.layers[l].markerSettings[s].selectionSettings,this.selectionType="Marker"}else if(e.id.indexOf("_PolygonIndex_")>-1)a=parseInt(e.id.split("_PolygonIndex_")[1].split("_")[0],10),o=this.maps.layers[l].polygonSettings.polygons[a].points,this.selectionsettings=this.maps.layers[l].polygonSettings.selectionSettings,this.selectionType="Polygon";else if(e.id.indexOf("NavigationIndex")>-1){var d=parseInt(e.id.split("_NavigationIndex_")[1].split("_")[0],10);i=null,o={latitude:this.maps.layers[l].navigationLineSettings[d].latitude,longitude:this.maps.layers[l].navigationLineSettings[d].longitude},this.selectionsettings=this.maps.layers[l].navigationLineSettings[d].selectionSettings,this.selectionType="navigationline"}!t.isNullOrUndefined(this.selectionsettings)&&this.selectionsettings.enable&&this.selectElement(e,l,o,i)}else this.maps.legendSettings.visible&&!this.maps.legendSettings.toggleLegendSettings.enable&&this.maps.legendModule&&!t.isNullOrUndefined(e.id)&&-1===e.id.indexOf("_Text")&&(e.id.indexOf(this.maps.element.id+"_Legend_Shape_Index")>-1||-1!==e.id.indexOf(this.maps.element.id+"_Legend_Index"))&&this.maps.legendModule.legendHighLightAndSelection(e,"selection")},e.prototype.selectElement=function(e,t,i,o){this.maps.mapSelect=!!e,this.maps.legendModule&&this.maps.legendSettings.visible&&-1===e.id.indexOf("_MarkerIndex_")&&this.maps.legendModule.shapeHighLightAndSelection(e,i,this.selectionsettings,"selection",t),(!(e.id.indexOf("shapeIndex")>-1&&this.maps.legendSettings.visible&&this.maps.legendModule)||this.maps.legendModule.shapeToggled)&&this.selectMap(e,o,i)},e.prototype.addSelection=function(e,t,i){var o=Fe(e,t,i,this.maps);i?this.selectMap(o,null,null):Be(o)},e.prototype.selectMap=function(e,i,o){var n=this,a=e.parentElement.id.indexOf("LineString")>-1,l={color:a?this.selectionsettings.fill||this.selectionsettings.border.color:this.selectionsettings.border.color,width:a?this.selectionsettings.border.width/this.maps.scale:this.selectionsettings.border.width/("Marker"===this.selectionType?1:this.maps.scale),opacity:this.selectionsettings.border.opacity},r={opacity:this.selectionsettings.opacity,fill:a?"transparent":"navigationline"!==this.selectionType?this.selectionsettings.fill:"none",border:l,name:bi,target:e.id,cancel:!1,shapeData:i,data:o,maps:this.maps};this.maps.trigger("itemSelection",r,function(i){if(r.border.opacity=t.isNullOrUndefined(n.selectionsettings.border.opacity)?n.selectionsettings.opacity:n.selectionsettings.border.opacity,!r.cancel)if(e.getAttribute("class")===n.selectionType+"selectionMapStyle"||"LineselectionMapStyle"===e.getAttribute("class")){Be(e),n.removedSelectionList(e);for(var o=0;o<n.maps.shapeSelectionItem.length;o++)if(n.maps.shapeSelectionItem[o]===r.shapeData){n.maps.shapeSelectionItem.splice(o,1);break}if(e.id.indexOf("NavigationIndex")>-1){var l=parseInt(e.id.split("_NavigationIndex_")[1].split("_")[0],10),s=parseInt(e.parentElement.id.split("_LayerIndex_")[1].split("_")[0],10);e.setAttribute("stroke-width",n.maps.layers[s].navigationLineSettings[l].width.toString()),e.setAttribute("stroke",n.maps.layers[s].navigationLineSettings[l].color)}}else{var d=Oe(n.maps.element.id+"_Layer_Collections");if(!n.selectionsettings.enableMultiSelect&&(d.getElementsByClassName(n.selectionType+"selectionMapStyle").length>0||d.getElementsByClassName("LineselectionMapStyle").length>0)){for(var p=d.getElementsByClassName(n.selectionType+"selectionMapStyle").length,h=void 0,m=0;m<p;m++)Be(h=d.getElementsByClassName(n.selectionType+"selectionMapStyle")[0]),n.removedSelectionList(h);if(d.getElementsByClassName("LineselectionMapStyle").length>0){p=d.getElementsByClassName("LineselectionMapStyle").length;for(m=0;m<p;m++)Be(h=d.getElementsByClassName("LineselectionMapStyle")[0]),n.removedSelectionList(h)}if("Shape"===n.selectionType){n.maps.shapeSelectionItem=[];for(var c=n.maps.selectedElementId.length,u=0;u<c;u++){Be(h=d.getElementsByClassName(n.selectionType+"selectionMapStyle")[0]);var g=n.maps.selectedElementId.indexOf(h.getAttribute("id"));n.maps.selectedElementId.splice(g,1)}}if(h.id.indexOf("NavigationIndex")>-1){var l=parseInt(e.id.split("_NavigationIndex_")[1].split("_")[0],10),s=parseInt(e.parentElement.id.split("_LayerIndex_")[1].split("_")[0],10);h.setAttribute("stroke-width",n.maps.layers[s].navigationLineSettings[l].width.toString()),h.setAttribute("stroke",n.maps.layers[s].navigationLineSettings[l].color)}}a?(Pe("LineselectionMap")?Ee("LineselectionMap","LineselectionMapStyle",r):document.body.appendChild(Ne("LineselectionMap","LineselectionMapStyle",r)),e.setAttribute("class","LineselectionMapStyle")):(Pe(n.selectionType+"selectionMap")?Ee(n.selectionType+"selectionMap",n.selectionType+"selectionMapStyle",r):document.body.appendChild(Ne(n.selectionType+"selectionMap",n.selectionType+"selectionMapStyle",r)),e.setAttribute("class",n.selectionType+"selectionMapStyle")),"ShapeselectionMapStyle"===e.getAttribute("class")&&(n.maps.shapeSelectionClass=Pe(n.selectionType+"selectionMap"),n.maps.selectedElementId.push(e.getAttribute("id")),n.maps.shapeSelectionItem.push(r.shapeData)),"MarkerselectionMapStyle"===e.getAttribute("class")&&(n.maps.markerSelectionClass=Pe(n.selectionType+"selectionMap"),n.maps.selectedMarkerElementId.push(e.getAttribute("id"))),"BubbleselectionMapStyle"===e.getAttribute("class")&&(n.maps.bubbleSelectionClass=Pe(n.selectionType+"selectionMap"),n.maps.selectedBubbleElementId.push(e.getAttribute("id"))),"navigationlineselectionMapStyle"===e.getAttribute("class")&&(n.maps.navigationSelectionClass=Pe(n.selectionType+"selectionMap"),n.maps.selectedNavigationElementId.push(e.getAttribute("id"))),"PolygonselectionMapStyle"===e.getAttribute("class")&&(n.maps.polygonSelectionClass=Pe(n.selectionType+"selectionMap"),n.maps.selectedPolygonElementId.push(e.getAttribute("id")))}})},e.prototype.removedSelectionList=function(e){"Shape"===this.selectionType&&this.maps.selectedElementId.splice(this.maps.selectedElementId.indexOf(e.getAttribute("id")),1),"Bubble"===this.selectionType&&this.maps.selectedBubbleElementId.splice(this.maps.selectedBubbleElementId.indexOf(e.getAttribute("id")),1),"Marker"===this.selectionType&&this.maps.selectedMarkerElementId.splice(this.maps.selectedMarkerElementId.indexOf(e.getAttribute("id")),1),"navigationline"===this.selectionType&&this.maps.selectedBubbleElementId.splice(this.maps.selectedBubbleElementId.indexOf(e.getAttribute("id")),1),"Polygon"===this.selectionType&&this.maps.selectedPolygonElementId.splice(this.maps.selectedPolygonElementId.indexOf(e.getAttribute("id")),1)},e.prototype.getModuleName=function(){return"Selection"},e.prototype.destroy=function(){this.selectionsettings=null,this.removeEventListener(),this.maps=null},e}(),Ei=function(){function e(e){this.maps=e,this.tooltipId=this.maps.element.id+"_mapsTooltip",this.addEventListener()}return e.prototype.renderTooltip=function(e){var o,n,a,l,r,d=this;if(-1!==e.type.indexOf("touch")?(this.isTouch=!0,o=(l=e).changedTouches[0].pageX,n=l.changedTouches[0].pageY,a=l.target):(this.isTouch="touch"===e.pointerType,o=e.pageX,n=e.pageY,a=e.target),-1===a.id.indexOf(this.maps.element.id)){var p=a.closest("."+this.maps.element.id+"_marker_template_element");!t.isNullOrUndefined(p)&&p.id.indexOf("_MarkerIndex_")>-1&&(a=p)}var h,m,c,u,g="",y=a.id,f=[],b=y.indexOf("_LayerIndex_")>-1&&parseFloat(y.split("_LayerIndex_")[1].split("_")[0]),v=this.maps.layersCollection[b],S=[],x=s(o,n,this.maps.svgObject);this.tooltipTargetID=y;var O,C,M,_=null,P=null,w=this.maps.getClickLocation(y,e.pageX,e.pageY,a,e.layerX,e.layerY,"tooltip");t.isNullOrUndefined(w)||(_=w.latitude,P=w.longitude);var T=y.indexOf("_PolygonIndex_")>-1;if((y.indexOf("_shapeIndex_")>-1||y.indexOf("_MarkerIndex_")>-1||y.indexOf("_BubbleIndex_")>-1||y.indexOf("_PolygonIndex_")>-1)&&null===this.maps.markerDragArgument){if(y.indexOf("_PolygonIndex_")>-1){var k=parseInt(y.split("_PolygonIndex_")[1].split("_")[0],10);m=v.polygonSettings.tooltipSettings,M=v.polygonSettings.polygons[k],O=m.textStyle,C=m.fill,S.push(M.tooltipText)}else if(y.indexOf("_shapeIndex_")>-1){h=v.tooltipSettings;var F=parseInt(y.split("_shapeIndex_")[1].split("_")[0],10);if(t.isNullOrUndefined(v.layerData)||t.isNullOrUndefined(v.layerData[F]))return;var N=v.layerData[F].property,E=!1,z="[object Array]"===Object.prototype.toString.call(v.shapePropertyPath)?v.shapePropertyPath:[v.shapePropertyPath];if(!t.isNullOrUndefined(z)){for(var B=0;B<z.length;B++)if(!t.isNullOrUndefined(v.dataSource)&&!t.isNullOrUndefined(v.shapeDataPath))for(var A=0;A<v.dataSource.length;A++){var U=v.dataSource[A],j=v.shapeDataPath.indexOf(".")>-1?I(U,v.shapeDataPath):U[v.shapeDataPath];if((!t.isNullOrUndefined(j)&&isNaN(U[v.shapeDataPath])?j.toLowerCase():j)===(!t.isNullOrUndefined(N[z[B]])&&isNaN(N[z[B]])?N[z[B]].toLowerCase():N[z[B]])){E=!0,b=A,B=z.length;break}}if(b=E?b:null,v.dataSource&&v.dataSource.length>0){if(!t.isNullOrUndefined(v.dataSource[b])){f=JSON.parse(JSON.stringify(v.dataSource[b]));for(u in N)f.hasOwnProperty(u)||(f[u]=N[u])}}else f=N}if(h.visible&&(!t.isNullOrUndefined(b)&&!isNaN(b)||!t.isNullOrUndefined(N)))if(v.tooltipSettings.format)g=this.formatter(v.tooltipSettings.format,f);else{var R=pe(v.shapeDataPath,v.shapePropertyPath,N);g=t.isNullOrUndefined(v.dataSource)||t.isNullOrUndefined(b)?N[R]:L(h.valuePath.indexOf(".")>-1?I(v.dataSource[b],h.valuePath):v.dataSource[b][h.valuePath],this.maps),t.isNullOrUndefined(g)&&!t.isNullOrUndefined(h.valuePath)&&(g=h.valuePath.indexOf(".")>-1?I(N,h.valuePath):N[h.valuePath])}}else if(y.indexOf("_MarkerIndex_")>-1){var Z=parseInt(y.split("_MarkerIndex_")[1].split("_")[0],10),D=parseInt(y.split("_MarkerIndex_")[1].split("_")[2],10),V=v.markerSettings[Z];h=V.tooltipSettings,f=V.dataSource[D],h.visible&&!isNaN(Z)&&(V.tooltipSettings.format?g=this.formatter(V.tooltipSettings.format,V.dataSource[D]):"function"!=typeof V.template&&V.template&&!V.tooltipSettings.valuePath?g=V.template.split(">")[1].split("<")[0]:t.isNullOrUndefined(V.tooltipSettings.valuePath)||(g=L(V.tooltipSettings.valuePath.indexOf(".")>-1?I(V.dataSource[D],V.tooltipSettings.valuePath):V.dataSource[D][V.tooltipSettings.valuePath],this.maps)))}else if(y.indexOf("_BubbleIndex_")>-1){var H=parseInt(y.split("_BubbleIndex_")[1].split("_")[0],10),D=parseInt(y.split("_BubbleIndex_")[1].split("_")[2],10),G=v.bubbleSettings[H];h=G.tooltipSettings,f=G.dataSource[D],h.visible&&!isNaN(D)&&(G.tooltipSettings.format?g=this.formatter(G.tooltipSettings.format,G.dataSource[D]):t.isNullOrUndefined(G.tooltipSettings.valuePath)||(g=L(G.tooltipSettings.valuePath.indexOf(".")>-1?I(G.dataSource[D],G.tooltipSettings.valuePath):G.dataSource[D][G.tooltipSettings.valuePath],this.maps)))}if(T?m.visible:h.visible){document.getElementById(this.tooltipId)?c=document.getElementById(this.tooltipId):(c=t.createElement("div",{id:this.maps.element.id+"_mapsTooltip",className:"EJ2-maps-Tooltip"}),t.isNullOrUndefined(T?M.tooltipTemplate:h.template)||(T?""===M.tooltipTemplate:""===h.template)||"MouseMove"===this.maps.tooltipDisplayMode?c.style.cssText="position: absolute;pointer-events:none;":c.style.position="absolute",document.getElementById(this.maps.element.id+"_Secondary_Element").appendChild(c)),T?M.tooltipTemplate:h.template,(T?null!==M.tooltipTemplate:null!==h.template)&&1===Object.keys((T?M.tooltipTemplate:h.template,T?M.tooltipTemplate:h.template)).length&&(T?M.tooltipTemplate=M.tooltipTemplate[Object.keys(M.tooltipTemplate)[0]]:h.template=h.template[Object.keys(h.template)[0]]);var W={location:x,text:S,data:f=this.setTooltipContent(h,f),textStyle:{color:T?O.color:h.textStyle.color,fontFamily:T?O.fontFamily:h.textStyle.fontFamily,fontStyle:T?O.fontStyle:h.textStyle.fontStyle,fontWeight:T?O.fontWeight:h.textStyle.fontWeight,opacity:T?O.opacity:h.textStyle.opacity,size:T?O.size:h.textStyle.size},template:T?M.tooltipTemplate:h.template};""!==(r={cancel:!1,name:"tooltipRender",options:W,fill:T?C:h.fill,maps:this.maps,latitude:_,longitude:P,element:a,eventArgs:e,content:T?t.isNullOrUndefined(M.tooltipText)?"":M.tooltipText:t.isNullOrUndefined(g)?"":g.toString()}).content||""!==r.options.template?this.maps.trigger("tooltipRender",r,function(o){if(r.cancel||t.isNullOrUndefined(g)||-1!==y.indexOf("_cluster_")||-1!==y.indexOf("_dataLabel_"))d.clearTooltip(e.target);else{d.maps.isProtectedOnChange=!0,r.options.textStyle.size=r.options.textStyle.size||d.maps.themeStyle.fontSize,r.options.textStyle.color=r.options.textStyle.color||d.maps.themeStyle.tooltipFontColor,r.options.textStyle.fontFamily=r.options.textStyle.fontFamily||d.maps.themeStyle.fontFamily,r.options.textStyle.fontWeight=r.options.textStyle.fontWeight||d.maps.themeStyle.fontWeight,r.options.textStyle.opacity=r.options.textStyle.opacity||d.maps.themeStyle.tooltipTextOpacity;var n=T?{color:m.border.color||d.maps.themeStyle.tooltipBorderColor,width:m.border.width,opacity:m.border.opacity}:{color:h.border.color||d.maps.themeStyle.tooltipBorderColor,width:h.border.width,opacity:h.border.opacity};if(r.cancel?d.svgTooltip=new i.Tooltip({theme:d.maps.theme,enable:!0,header:"",data:h.data,template:h.template,content:r.content.toString()!==g.toString()?[r.content.toString()]:[g.toString()],shapes:[],location:h.location,palette:[void 0],areaBounds:d.maps.mapAreaRect,textStyle:h.textStyle,availableSize:d.maps.availableSize,fill:h.fill||d.maps.themeStyle.tooltipFillColor,enableShadow:!0,border:n}):d.svgTooltip=new i.Tooltip({theme:d.maps.theme,enable:!0,header:"",data:r.options.data,template:r.options.template,content:r.content.toString()!==g.toString()?[r.content.toString()]:[g.toString()],shapes:[],location:r.options.location,palette:[void 0],areaBounds:d.maps.mapAreaRect,textStyle:r.options.textStyle,availableSize:d.maps.availableSize,fill:r.fill||d.maps.themeStyle.tooltipFillColor,enableShadow:!0,border:n}),(d.maps.isVue||d.maps.isVue3)&&(d.svgTooltip.controlInstance=d.maps),d.svgTooltip.opacity=d.maps.themeStyle.tooltipFillOpacity||d.svgTooltip.opacity,d.svgTooltip.appendTo(c),d.maps.renderReactTemplates(),d.maps.isDevice){var a=y.indexOf("_MarkerIndex_")>-1||y.indexOf("_BubbleIndex_")>-1||y.indexOf("_shapeIndex_")>-1?h.duration:m.duration;null!==(a=!t.isNullOrUndefined(a)&&a>0?a:a<0?2e3:null)&&(clearTimeout(d.tooltipTimer),d.tooltipTimer=setTimeout(d.removeTooltip.bind(d),a))}}}):this.clearTooltip(e.target),this.svgTooltip&&this.maps.trigger("tooltipRenderComplete",{cancel:!1,name:"tooltipRenderComplete",maps:this.maps,options:W,element:this.svgTooltip.element}),this.svgTooltip?this.maps.trigger("tooltipRenderComplete",{cancel:!1,name:"tooltipRenderComplete",maps:this.maps,options:W,element:this.svgTooltip.element}):this.clearTooltip(e.target)}else this.clearTooltip(e.target)}else{var X=e.target.closest("#"+this.maps.element.id+"_mapsTooltipparent_template");t.isNullOrUndefined(X)&&this.clearTooltip(e.target)}},e.prototype.setTooltipContent=function(e,i){var o=t.extend({},i,null,!0);return this.maps.format&&!isNaN(Number(o[e.valuePath]))?o[e.valuePath]=_e(this.maps,Number(o[e.valuePath])):o=Object.keys(o).length?o:void 0,o},e.prototype.formatter=function(e,t){void 0===t&&(t={});for(var i=0,o=Object.keys(t);i<o.length;i++){var n=o[i];e="object"==typeof t[n]?P("",e,t,this.maps):e.split("${"+n+"}").join(L(t[n],this.maps))}return e},e.prototype.mouseUpHandler=function(e){t.isNullOrUndefined(this.maps)||(this.renderTooltip(e),"MouseMove"===this.maps.tooltipDisplayMode&&(clearTimeout(this.tooltipTimer),this.tooltipTimer=setTimeout(this.removeTooltip.bind(this),2e3)))},e.prototype.removeTooltip=function(){var e=!1;return document.getElementsByClassName("EJ2-maps-Tooltip").length>0&&(t.remove(document.getElementsByClassName("EJ2-maps-Tooltip")[0]),e=!0),e},e.prototype.clearTooltip=function(e){var i=e.closest("#"+this.maps.element.id+"_mapsTooltipparent_template");t.isNullOrUndefined(i)&&this.removeTooltip()&&this.maps.clearTemplate()},e.prototype.addEventListener=function(){this.maps.isDestroyed||("DoubleClick"===this.maps.tooltipDisplayMode?this.maps.on("dblclick",this.renderTooltip,this):"Click"===this.maps.tooltipDisplayMode?this.maps.on(t.Browser.touchEndEvent,this.mouseUpHandler,this):this.maps.on(t.Browser.touchMoveEvent,this.renderTooltip,this),this.maps.on(t.Browser.touchCancelEvent,this.removeTooltip,this),this.maps.element.addEventListener("contextmenu",this.removeTooltip))},e.prototype.removeEventListener=function(){if(this.maps){if(this.maps.isDestroyed)return;"DoubleClick"===this.maps.tooltipDisplayMode?this.maps.off("dblclick",this.renderTooltip):"Click"===this.maps.tooltipDisplayMode?this.maps.off(t.Browser.touchEndEvent,this.mouseUpHandler):this.maps.off(t.Browser.touchMoveEvent,this.renderTooltip),this.maps.off(t.Browser.touchCancelEvent,this.removeTooltip),this.maps.element.removeEventListener("contextmenu",this.removeTooltip)}},e.prototype.getModuleName=function(){return"MapsTooltip"},e.prototype.destroy=function(){t.isNullOrUndefined(this.svgTooltip)||this.svgTooltip.destroy(),this.svgTooltip=null,this.maps=null},e}(),zi=function(){function e(e){this.isPanModeEnabled=!1,this.mouseEnter=!1,this.isTouch=!1,this.rectZoomingStart=!1,this.browserName=t.Browser.info.name,this.isPointer=t.Browser.isPointer,this.handled=!1,this.isPanningInProgress=!1,this.isPan=!1,this.isZoomFinal=!1,this.isZoomSelection=!1,this.pinchFactor=1,this.startTouches=[],this.mouseDownLatLong={x:0,y:0},this.mouseMoveLatLong={x:0,y:0},this.isSingleClick=!1,this.maps=e,this.wheelEvent="mozilla"===this.browserName?this.isPointer?"mousewheel":"DOMMouseScroll":"mousewheel",this.cancelEvent=this.isPointer?"pointerleave":"mouseleave",this.selectionColor=this.maps.zoomSettings.toolbarSettings.buttonSettings.selectionColor,this.fillColor=this.maps.zoomSettings.toolbarSettings.buttonSettings.color,this.addEventListener()}return e.prototype.performZooming=function(e,i,o){var n=this,a=this.maps;a.previousProjection=i<=1.5?void 0:a.projectionType,a.defaultState=!1,a.initialCheck=!1,a.markerZoomedState=a.isMarkerZoomCompleted=!1,a.zoomPersistence=a.enablePersistence;var l=a.tileZoomLevel,r=a.previousScale=a.scale,s=a.zoomSettings.maxZoom,d=a.zoomSettings.minZoom;i=s>=i?i:s;var p=!0;switch(o.toLowerCase()){case"zoomin":p=i<=this.maps.zoomSettings.maxZoom;break;case"zoomout":p=i>=this.maps.zoomSettings.minZoom}if(p){var h=a.tileTranslatePoint;if(a.isTileMap||!("ZoomIn"===o?i>=d&&i<=s:i>=d)&&!a.isReset){if(a.isTileMap&&i>=d&&i<=s)if(this.getTileTranslatePosition(l,i,e,o),a.tileZoomLevel=i,a.zoomSettings.zoomFactor=i,a.scale=Math.pow(2,i-1),"ZoomOut"===o&&a.zoomSettings.resetToInitial&&a.applyZoomReset&&i<=a.initialZoomLevel&&(a.initialCheck=!0,a.zoomPersistence=!1,a.tileTranslatePoint.x=a.initialTileTranslate.x,a.tileTranslatePoint.y=a.initialTileTranslate.y,i=a.tileZoomLevel=a.mapScaleValue=a.initialZoomLevel,a.scale=Math.pow(2,i-1)),a.mapScaleValue=isNaN(a.mapScaleValue)?1:a.mapScaleValue,a.translatePoint.y=(a.tileTranslatePoint.y-.01*a.mapScaleValue)/a.scale,a.translatePoint.x=(a.tileTranslatePoint.x-.01*a.mapScaleValue)/a.scale,this.triggerZoomEvent(h,l,o))a.translatePoint=a.tileTranslatePoint=new ht(0,0),a.scale=a.previousScale,a.tileZoomLevel=l,a.zoomSettings.zoomFactor=a.previousScale;else{document.querySelector(".GroupElement")&&(document.querySelector(".GroupElement").style.display="none"),document.getElementById(this.maps.element.id+"_LayerIndex_1")&&(document.getElementById(this.maps.element.id+"_LayerIndex_1").style.display="none"),this.markerLineAnimation(a),a.mapLayerPanel.generateTiles(i,a.tileTranslatePoint,o+"wheel",null,e);var m=0===this.maps.layersCollection[0].animationDuration&&"Enable"===t.animationMode?1e3:this.maps.layersCollection[0].animationDuration;setTimeout(function(){n.applyTransform(n.maps),document.getElementById(n.maps.element.id+"_LayerIndex_1")&&(document.getElementById(n.maps.element.id+"_LayerIndex_1").style.display="block")},m)}}else{var c=a.mapAreaRect,u=a.baseMapRectBounds.min,g=a.baseMapRectBounds.max,y=Math.abs(u.x-g.x),f=Math.abs(u.y-g.y),b=void 0,v=void 0;if(i<1.2&&"Eckert5"!==a.projectionType)0!==y&&0!==f&&y!==f||(y=c.width/2,f=c.height),i=(i=parseFloat(Math.min(c.width/y,c.height/f).toFixed(2)))>1.05?1:i,a.translatePoint=this.calculateInitalZoomTranslatePoint(i,y,f,c,u,a);else{var S=a.translatePoint;b=S.x-(c.width/r-c.width/i)/(c.width/e.x),v=S.y-(c.height/r-c.height/i)/(c.height/e.y);var x=Math.abs(a.baseMapRectBounds.max.y-a.baseMapRectBounds.min.y)*i;b=x<a.mapAreaRect.height?c.x+(-u.x+(c.width/2-y/2)):b,v=x<a.mapAreaRect.height?c.y+(-u.y+(c.height/2-f/2)):v,a.translatePoint=new ht(b,v)}a.scale=i,a.zoomTranslatePoint=a.translatePoint,this.triggerZoomEvent(h,l,o)?(a.translatePoint=a.previousPoint,a.scale=a.mapScaleValue=a.previousScale):this.applyTransform(a)}this.triggerZoomComplete(a,l,o)}this.maps.zoomNotApplied=!1,this.maps.isDevice&&this.removeToolbarOpacity(a.isTileMap?Math.round(a.tileZoomLevel):a.scale,a.element.id+"_Zooming_")},e.prototype.calculateInitalZoomTranslatePoint=function(e,t,i,o,n,a){t*=e,i*=e;var l=0!==n.x&&"layers"===a.translateType?a.availableSize.width-o.width:0,r=o.x+(-n.x+(o.width/2-t/2))-l,s=o.y+(-n.y+(o.height/2-i/2));return new ht(r,s)},e.prototype.triggerZoomEvent=function(e,i,o){var n,a=this.maps;a.isTileMap&&(a.mapScaleValue=t.isNullOrUndefined(a.mapScaleValue)?1:a.mapScaleValue,a.translatePoint.y=(a.tileTranslatePoint.y-.01*a.mapScaleValue)/a.scale,a.translatePoint.x=(a.tileTranslatePoint.x-.01*a.mapScaleValue)/a.scale);var l=this.maps.getMinMaxLatitudeLongitude();return n=a.isTileMap?{cancel:!1,name:"zoom",type:o,maps:a,tileTranslatePoint:{previous:e,current:a.tileTranslatePoint},translatePoint:{previous:a.previousPoint,current:a.translatePoint},tileZoomLevel:{previous:i,current:a.tileZoomLevel},scale:{previous:a.previousScale,current:a.scale},minLatitude:l.minLatitude,maxLatitude:l.maxLatitude,minLongitude:l.minLongitude,maxLongitude:l.maxLongitude}:{cancel:!1,name:"zoom",type:o,maps:a,tileTranslatePoint:{},translatePoint:{previous:a.previousPoint,current:a.translatePoint},tileZoomLevel:{},scale:{previous:a.previousScale,current:a.scale},minLatitude:l.minLatitude,maxLatitude:l.maxLatitude,minLongitude:l.minLongitude,maxLongitude:l.maxLongitude},a.trigger("zoom",n),n.cancel},e.prototype.getTileTranslatePosition=function(e,t,i,o){var n=this.maps,a="ZoomOut"===o?10:"Reset"===o&&t>1?0:10,l=n.availableSize,r=256*Math.pow(2,e),s=256*Math.pow(2,t),d=(i.x-n.tileTranslatePoint.x)/r*100,p=(i.y-n.tileTranslatePoint.y)/r*100;n.tileTranslatePoint.x=1===t?l.width/2-256:i.x-d*s/100,n.tileTranslatePoint.y=1===t?l.height/2-256+2*a:i.y-p*s/100},e.prototype.performRectZooming=function(){this.isDragZoom=!0;var e=this.maps,t=e.availableSize;e.previousProjection=e.projectionType;var i,o=e.tileZoomLevel,n=e.tileTranslatePoint,a=this.zoomingRect,l=e.zoomSettings.maxZoom,r=e.zoomSettings.minZoom;if(a.height>0&&a.width>0){var s=this.zoomingRect.x+this.zoomingRect.width/2,d=this.zoomingRect.y+this.zoomingRect.height/2,p=void 0;if(e.isTileMap)p=(p=o+Math.round(o+(t.width/a.width+t.height/a.height)/2))>=r&&p<=l?p:l,e.zoomSettings.zoomFactor=p,this.getTileTranslatePosition(o,p,{x:s,y:d}),e.tileZoomLevel=p,e.translatePoint.x=(e.tileTranslatePoint.x-.5*Math.pow(2,p))/Math.pow(2,p),e.translatePoint.y=(e.tileTranslatePoint.y-.5*Math.pow(2,p))/Math.pow(2,p),e.scale=Math.pow(2,p),(i=this.triggerZoomEvent(n,o,""))?(e.translatePoint=e.tileTranslatePoint=new ht(0,0),e.scale=e.tileZoomLevel=e.zoomSettings.zoomFactor=o):e.mapLayerPanel.generateTiles(p,e.tileTranslatePoint);else{var h=e.previousScale=e.scale;p=(p=h+Math.round((t.width/a.width+t.height/a.height)/2))<this.maps.zoomSettings.maxZoom?p:this.maps.zoomSettings.maxZoom;var m=e.previousPoint=e.translatePoint;if(p<=l){var c=m.x-(t.width/h-t.width/p)/(t.width/s),u=m.y-(t.height/h-t.height/p)/(t.height/d);e.translatePoint=new ht(c,u)}e.scale=p<this.maps.zoomSettings.maxZoom?p:this.maps.zoomSettings.maxZoom,(i=this.triggerZoomEvent(n,o,""))&&(e.translatePoint=e.previousPoint,e.scale=e.previousScale),e.zoomTranslatePoint=e.translatePoint}i||(e.mapScaleValue=p,this.applyTransform(e,!0),this.maps.zoomNotApplied=!1,this.zoomingRect=null)}this.isZoomFinal=this.isZoomSelection&&Math.round(e.scale)===this.maps.zoomSettings.maxZoom,this.triggerZoomComplete(e,o,""),this.removeToolbarOpacity(e.scale,this.maps.element.id+"_Zooming_")},e.prototype.setInteraction=function(e){this.lastScale=1,this.interaction=e},e.prototype.updateInteraction=function(){2===this.fingers?this.setInteraction("zoom"):this.setInteraction(null)},e.prototype.performPinchZooming=function(e){var i,o=this.maps,n=o.tileZoomLevel,a=this.pinchFactor,l=o.tileTranslatePoint;if(o.isTileMap){var r=this.getTouchCenterPoint(),s=Math.sqrt(Math.pow(this.touchMoveList[0].pageX-this.touchMoveList[1].pageX,2)+Math.pow(this.touchMoveList[0].pageY-this.touchMoveList[1].pageY,2)),d=o.tileZoomLevel;t.isNullOrUndefined(this.pinchDistance)||(this.pinchDistance>s?d-=1:this.pinchDistance<s&&(d+=1),(d=Math.min(this.maps.zoomSettings.maxZoom,Math.max(this.maps.zoomSettings.minZoom,d)))!==o.tileZoomLevel&&(this.pinchFactor=d,o.previousScale=o.scale,o.tileZoomLevel=this.pinchFactor,o.scale=Math.pow(2,o.tileZoomLevel-1),this.getTileTranslatePosition(n,this.pinchFactor,{x:r.x,y:r.y},null),o.translatePoint.x=(o.tileTranslatePoint.x-.01*o.scale)/o.scale,o.translatePoint.y=(o.tileTranslatePoint.y-.01*o.scale)/o.scale,(i=this.triggerZoomEvent(l,n,""))?(o.translatePoint=o.tileTranslatePoint=new ht(0,0),o.scale=o.previousScale,o.tileZoomLevel=n,o.zoomSettings.zoomFactor=o.previousScale):o.mapLayerPanel.generateTiles(d,o.tileTranslatePoint))),this.pinchDistance=s}else{var p=o.mapAreaRect;o.isMarkerZoomCompleted=!1,o.previousScale=o.scale,o.previousPoint=o.translatePoint,o.previousProjection=o.projectionType;var h=Ye(this.touchStartList,this.touchMoveList),r=Ke(Qe(this.touchMoveList,this.maps)),m=h/this.lastScale;this.lastScale=h,this.pinchFactor*=m,this.pinchFactor=Math.min(this.maps.zoomSettings.maxZoom,Math.max(this.pinchFactor,this.maps.zoomSettings.minZoom));var c=o.baseMapRectBounds.min,u=o.baseMapRectBounds.max,g=Math.abs(c.y-u.y),y=Math.abs(c.x-u.x),f=o.translatePoint,b=void 0,v=void 0;if(a<1.2&&"Eckert5"!==o.projectionType)0!==y&&0!==g&&y!==g||(y=p.width/2,g=p.height),a=(a=parseFloat(Math.min(p.width/y,p.height/g).toFixed(2)))>1.05?1:a,o.translatePoint=this.calculateInitalZoomTranslatePoint(a,y,g,p,c,o);else{var S=Math.abs(o.baseMapRectBounds.max.y-o.baseMapRectBounds.min.y)*a;b=f.x-(p.width/o.scale-p.width/a)/(p.width/r.x),v=f.y-(p.height/o.scale-p.height/a)/(p.height/r.y),b=S<o.mapAreaRect.height?p.x+(-c.x+(p.width/2-y/2)):b,v=S<o.mapAreaRect.height?p.y+(-c.y+(p.height/2-g/2)):v,o.translatePoint=new ht(b,v)}o.scale=a,(i=this.triggerZoomEvent(l,n,""))&&(o.translatePoint=o.previousPoint,o.scale=o.previousScale)}o.mapScaleValue=a,i||this.applyTransform(o),this.triggerZoomComplete(o,n,""),t.Browser.isDevice&&this.removeToolbarOpacity(o.isTileMap?Math.round(o.tileZoomLevel):o.scale,o.element.id+"_Zooming_")},e.prototype.getTouchCenterPoint=function(){for(var e=[],t=0;t<this.touchMoveList.length;t++)e.push(this.getMousePosition(this.touchMoveList[t].pageX,this.touchMoveList[t].pageY));return{x:(e[0].x+e[1].x)/2,y:(e[0].y+e[1].y)/2}},e.prototype.triggerZoomComplete=function(e,i,o){if(e.zoomSettings.enable){var n=void 0;e.isTileMap&&(e.mapScaleValue=t.isNullOrUndefined(e.mapScaleValue)?1:e.mapScaleValue,e.translatePoint.y=(e.tileTranslatePoint.y-.01*e.mapScaleValue)/e.scale,e.translatePoint.x=(e.tileTranslatePoint.x-.01*e.mapScaleValue)/e.scale);var a=this.maps.getMinMaxLatitudeLongitude();n=e.isTileMap?{cancel:!1,name:"zoomComplete",type:o,maps:e,tileTranslatePoint:{previous:e.tileTranslatePoint,current:e.tileTranslatePoint},translatePoint:{previous:e.previousPoint,current:e.translatePoint},tileZoomLevel:{previous:i,current:e.tileZoomLevel},scale:{previous:e.previousScale,current:e.scale},minLatitude:a.minLatitude,maxLatitude:a.maxLatitude,minLongitude:a.minLongitude,maxLongitude:a.maxLongitude}:{cancel:!1,name:"zoomComplete",type:o,maps:e,tileTranslatePoint:{},translatePoint:{previous:e.previousPoint,current:e.translatePoint},tileZoomLevel:{},scale:{previous:e.previousScale,current:e.scale},minLatitude:a.minLatitude,maxLatitude:a.maxLatitude,minLongitude:a.minLongitude,maxLongitude:a.maxLongitude},this.maps.trigger("zoomComplete",n)}},e.prototype.drawZoomRectangle=function(){var e=this.maps,t=this.mouseDownPoints,i=this.mouseMovePoints,o={width:1,color:this.maps.themeStyle.rectangleZoomBorderColor},n=Math.abs(i.x-t.x),a=Math.abs(i.y-t.y),l=i.x>t.x?t.x:t.x-n,r=i.y>t.y?t.y:t.y-a;if(l>e.mapAreaRect.x&&l<e.mapAreaRect.x+e.mapAreaRect.width&&r>e.mapAreaRect.y&&r<e.mapAreaRect.y+e.mapAreaRect.height){this.zoomingRect=new _t(l,r,n,a);var s=e.renderer.createSvg({id:e.element.id+"_Selection_Rect_Zooming",width:e.availableSize.width,height:e.availableSize.height,style:"position: absolute;"}),d=new bt(e.element.id+"_ZoomRect",this.maps.themeStyle.rectangleZoomFillColor,o,this.maps.themeStyle.rectangleZoomFillOpacity,this.zoomingRect,0,0,"","3");s.appendChild(e.renderer.drawRectangle(d)),Oe(e.element.id+"_Secondary_Element").appendChild(s)}},e.prototype.animateTransform=function(e,i,o,n,a){var l=0===this.currentLayer.animationDuration&&"Enable"===t.animationMode?1e3:this.currentLayer.animationDuration;if(!i||0===l||this.maps.isTileMap)return void(this.maps.isTileMap&&e.id.indexOf("_Polygons_Group")>-1||e.setAttribute("transform","scale("+a+") translate( "+o+" "+n+" )"));this.maps.isTileMap||et(e,0,l,new Mt(o,n),a,this.maps.mapAreaRect,this.maps)},e.prototype.applyTransform=function(e,i,o){var n,a=this;this.templateCount=0;var l,r=e.scale,s=e.translatePoint.x,d=e.translatePoint.y,p=0;if(e.zoomShapeCollection=[],this.isPanningInProgress=o||!1,document.getElementById(e.element.id+"_mapsTooltip")&&fe(e.element.id+"_mapsTooltip"),this.layerCollectionEle){for(var h=this,c=0;c<this.layerCollectionEle.childElementCount;c++)!function(c){var u=h.layerCollectionEle.childNodes[c];if("g"===u.tagName){h.templateCount++,h.index=u.id.indexOf("_LayerIndex_")>-1&&parseFloat(u.id.split("_LayerIndex_")[1].split("_")[0]),h.currentLayer=e.layersCollection[h.index];for(var g=e.mapLayerPanel.calculateFactor(h.currentLayer),y=u.childElementCount,f=0;f<y;f++)!function(c){var y=u.childNodes[c];if(y.id.indexOf("_Markers_Group")>-1||y.id.indexOf("_bubble_Group")>-1||y.id.indexOf("_dataLableIndex_Group")>-1){if(y.id.indexOf("_Markers_Group")>-1){h.isPanModeEnabled&&o||t.isNullOrUndefined(y.childNodes[0])||h.markerTranslates(y.childNodes[0],g,s,d,r,"Marker",u),y=u.childNodes[c];var f;if(!t.isNullOrUndefined(y)&&-1!==y.id.indexOf("Markers")&&(Array.prototype.forEach.call(y.childNodes,function(o,n){a.markerTranslate(o,g,s,d,r,"Marker",i);var p=parseInt(o.id.split("_dataIndex_")[1].split("_")[0],10),h=parseInt(o.id.split("_MarkerIndex_")[1].split("_")[0],10);if(f=a.currentLayer.markerSettings[h].animationDuration>0||"Enable"===t.animationMode,a.currentLayer.markerSettings[h].initialMarkerSelection.length>0)for(var m=a.currentLayer.markerSettings[h].dataSource[p],c=0;c<a.currentLayer.markerSettings[h].initialMarkerSelection.length;c++)a.currentLayer.markerSettings[h].initialMarkerSelection[c].latitude!==m.latitude&&a.currentLayer.markerSettings[h].initialMarkerSelection[c].longitude!==m.longitude||e.markerSelection(a.currentLayer.markerSettings[h].selectionSettings,e,y.children[n],a.currentLayer.markerSettings[h].dataSource[p]);if((a.currentLayer.animationDuration>0||"Enable"===t.animationMode||(e.layersCollection[0].animationDuration>0||"Enable"===t.animationMode)&&"SubLayer"===a.currentLayer.type)&&!a.isPanModeEnabled)if(e.isTileMap){var u=document.querySelector(".GroupElement");u&&!document.querySelector(".ClusterGroupElement")&&f&&(u.style.display="none")}else l="visibility:hidden",y.style.cssText=l}),h.isPanModeEnabled&&e.markerModule.sameMarkerData.length>0?R(e.markerModule.sameMarkerData,e,y,!0):e.markerModule.sameMarkerData.length>0&&(e.markerModule.sameMarkerData=[],document.getElementById(e.element.id+"_mapsTooltip")&&fe(e.element.id+"_mapsTooltip")),document.getElementById(e.element.id+"_mapsTooltip")&&e.mapsTooltipModule.tooltipTargetID.indexOf("_MarkerIndex_")&&!h.isPanModeEnabled)){var b=e.mapsTooltipModule,v=y.querySelector("#"+b.tooltipTargetID);if(!t.isNullOrUndefined(v))if("hidden"===v.style.visibility)fe(e.element.id+"_mapsTooltip");else{var S=parseFloat(v.getAttribute("transform").split("(")[1].split(")")[0].split(" ")[1]),x=parseFloat(v.getAttribute("transform").split("(")[1].split(")")[0].split(" ")[2]);e.isTileMap&&(S+=+Pe(e.element.id+"_tile_parent").style.left.split("px")[0],x+=+Pe(e.element.id+"_tile_parent").style.top.split("px")[0]),b.svgTooltip.location.x=S,b.svgTooltip.location.y=x,b.svgTooltip.enableAnimation=!1}}}else if(y.id.indexOf("_bubble_Group")>-1)for(var C=void 0,M=0;M<y.childElementCount;M++){C=y.childNodes[M],n=parseFloat(C.id.split("_LayerIndex_")[1].split("_")[0]);for(var _=parseFloat(C.id.split("_BubbleIndex_")[1].split("_")[0]),L=parseFloat(C.id.split("_BubbleIndex_")[1].split("_")[2]),P=0;P<e.bubbleModule.bubbleCollection.length;P++){var w=e.bubbleModule.bubbleCollection[P];if(w.LayerIndex===n&&w.BubbleIndex===_&&w.DataIndex===L){var T=w.center.x,I=w.center.y,k=(T+s)*r,F=(I+d)*r,N=0===h.currentLayer.animationDuration&&"Enable"===t.animationMode?1e3:h.currentLayer.animationDuration;i&&0!==N?it(C,0,N,new Mt(k,F)):C.setAttribute("transform","translate( "+k+" "+F+" )");break}}}else if(y.id.indexOf("_dataLableIndex_Group")>-1&&!t.isNullOrUndefined(e.layers[h.index])){e.zoomLabelPositions=[],e.zoomLabelPositions=e.dataLabelModule.dataLabelCollections;var E=!e.isTileMap&&i,z=[];Array.prototype.forEach.call(y.childNodes,function(i,n){if(y.childNodes[n].id.indexOf("_LabelIndex_")>-1){var l=parseFloat(y.childNodes[n].id.split("_LabelIndex_")[1].split("_")[0]),h=y.childNodes[n].id;e.zoomShapeCollection.push(h),a.dataLabelTranslate(y.childNodes[n],g,s,d,r,"DataLabel",E,p,o,z),p++;var m=e.layers[a.index].dataLabelSettings.border;if(n>0&&m.width>1&&y.childNodes[n-1].id.indexOf("_rectIndex_")>-1&&!t.isNullOrUndefined(e.zoomLabelPositions[l])){var c=(e.zoomLabelPositions[l].location.x+s)*r,u=(e.zoomLabelPositions[l].location.y+d)*r,f=O(y.childNodes[n].textContent,e.layers[a.index].dataLabelSettings.textStyle),b=y.childNodes[n-1],v=c-f.width/2,S=u-f.height/2-5;b.setAttribute("x",v),b.setAttribute("y",S)}}})}}else e.isTileMap&&y.id.indexOf("_line_Group")>-1?(y.remove(),u.children.length>0&&u.children[0]?u.insertBefore(e.navigationLineModule.renderNavigation(h.currentLayer,e.tileZoomLevel,h.index),u.children[1]):u.appendChild(e.navigationLineModule.renderNavigation(h.currentLayer,e.tileZoomLevel,h.index))):e.isTileMap&&y.id.indexOf("_Polygons_Group")>-1?h.currentLayer.polygonSettings.polygons.length>0&&(h.currentLayer.polygonSettings.polygons.map(function(i,o){var n=i.points,l=m(e,e.tileZoomLevel,a.currentLayer,n),r=document.getElementById(e.element.id+"_LayerIndex_"+a.index+"_PolygonIndex_"+o);t.isNullOrUndefined(r)||r.setAttribute("d",l)}),document.getElementById(e.element.id+"_LayerIndex_"+h.index+"_Polygons_Group").style.visibility=""):-1===y.id.indexOf("Legend")&&(We(y,h.index,r,e),e.zoomTranslatePoint=e.translatePoint,h.animateTransform(y,i,s,d,r))}(f)}e.arrangeTemplate()}(c);t.isNullOrUndefined(this.currentLayer)||i&&0!==this.currentLayer.animationDuration&&!e.isTileMap||this.processTemplate(s,d,r,e)}},e.prototype.markerTranslates=function(e,i,o,n,a,l,r){var s=this,d=0,p=0,m=0,u=parseInt((e||r).id.split("_LayerIndex_")[1].split("_")[0],10),g=this.maps.renderer.createGroup({id:this.maps.element.id+"_Markers_Group",class:"GroupElement"});g.style.pointerEvents="auto",document.getElementById(g.id)&&fe(g.id);var y=this.maps.mapAreaRect,f=t.createElement("div",{id:this.maps.element.id+"_LayerIndex_"+u+"_Markers_Template_Group",className:"template"});f.style.cssText="overflow: hidden; position: absolute;pointer-events: none;top:"+y.y+"px;left:"+y.x+"px;height:"+y.height+"px;width:"+y.width+"px;",document.getElementById(f.id)&&fe(f.id);var b=this.maps.layersCollection[u];Array.prototype.forEach.call(b.markerSettings,function(e,y){var v=e.dataSource;Array.prototype.forEach.call(v,function(S,x){s.maps.markerNullCount=y>=0&&0===x?0:s.maps.markerNullCount;var O={template:e.template,data:S,maps:s.maps,marker:e,cancel:!1,name:"markerRendering",fill:e.fill,colorValuePath:e.colorValuePath,shapeValuePath:e.shapeValuePath,height:e.height,width:e.width,imageUrl:e.imageUrl,imageUrlValuePath:e.imageUrlValuePath,shape:e.shape,border:e.border};O=F(O,S),O=k(O,S),s.maps.trigger("markerRendering",O,function(C){e.shapeValuePath!==O.shapeValuePath&&(O=F(O,S)),e.colorValuePath!==O.colorValuePath&&(O=k(O,S));var M=t.isNullOrUndefined(e.latitudeValuePath)?t.isNullOrUndefined(S.latitude)?t.isNullOrUndefined(S.Latitude)?null:S.Latitude:parseFloat(S.latitude):Number(I(S,e.latitudeValuePath)),_=t.isNullOrUndefined(e.longitudeValuePath)?t.isNullOrUndefined(S.longitude)?t.isNullOrUndefined(S.Longitude)?null:S.Longitude:parseFloat(S.longitude):Number(I(S,e.longitudeValuePath)),L=e.offset;if(!O.cancel&&e.visible&&!t.isNullOrUndefined(_)&&!t.isNullOrUndefined(M)){var P=s.maps.element.id+"_LayerIndex_"+u+"_MarkerIndex_"+y+"_dataIndex_"+x,w=s.maps.isTileMap?c(new Mt(_,M),s.maps.tileZoomLevel,s.maps.tileTranslatePoint,!0):h(M,_,i,b,s.maps),T={x:o,y:n};!O.template||isNaN(w.x)||isNaN(w.y)?O.template||isNaN(w.x)||isNaN(w.y)||(p++,Z(O,e,v,x,w,T,P,L,a,s.maps,g)):(m++,D(O,void 0,P,S,y,f,w,T,a,L,s.maps))}d+=isNaN(M)||isNaN(_)?1:0,m+=O.cancel?1:0,p+=O.cancel?1:0,s.maps.markerNullCount=t.isNullOrUndefined(M)||t.isNullOrUndefined(_)?s.maps.markerNullCount+1:s.maps.markerNullCount;var N=v.length-s.maps.markerNullCount,E=!1;if(g.childElementCount===N-m-d&&"Template"!==l){if(s.maps.isTileMap){var z=document.getElementById(s.maps.element.id+"_LayerIndex_"+u+"_Polygons_Group"),A=document.getElementById(s.maps.element.id+"_LayerIndex_"+u+"_Polygon_Group");t.isNullOrUndefined(z)?t.isNullOrUndefined(A)?r.insertBefore(g,r.firstElementChild):A.insertAdjacentElement("afterend",g):z.insertAdjacentElement("afterend",g)}else r.appendChild(g);b.markerClusterSettings.allowClustering&&(s.maps.svgObject.appendChild(g),s.maps.element.appendChild(s.maps.svgObject),E=B(b,g,s.maps,u,g,r,!0,!0))}f.childElementCount===N-p-d&&Oe(s.maps.element.id+"_Secondary_Element")&&(Oe(s.maps.element.id+"_Secondary_Element").appendChild(f),a>=1&&b.markerClusterSettings.allowClustering&&!E&&B(b,f,s.maps,u,g,r,!1,!0))})})})},e.prototype.processTemplate=function(e,i,o,n){for(var a=0,l=0;l<this.templateCount;l++){var r=n.mapLayerPanel.calculateFactor(this.currentLayer),s=Oe(n.element.id+"_LayerIndex_"+l+"_Markers_Template_Group"),d=Oe(n.element.id+"_LayerIndex_"+l+"_Label_Template_Group"),p=Oe(n.element.id+"_LayerIndex_"+l+"_Polygons_Group");if(!t.isNullOrUndefined(s)&&s.childElementCount>0){s.style.visibility="visible";for(h=0;h<s.childElementCount;h++)this.markerTranslate(s.childNodes[h],r,e,i,o,"Template")}if(!t.isNullOrUndefined(d)&&d.childElementCount>0)for(h=0;h<d.childElementCount;h++)this.dataLabelTranslate(d.childNodes[h],r,e,i,o,"Template",!1,a),a++;if(!t.isNullOrUndefined(p))for(var h=0;h<p.childElementCount;h++){var m=n.layersCollection[l].polygonSettings.polygons[h].borderWidth;p.childNodes[h].childNodes[0].setAttribute("stroke-width",(m/o).toString())}}},e.prototype.dataLabelTranslate=function(e,i,o,n,a,l,r,s,d,p){void 0===r&&(r=!1);var h,m,c,u,g,y=this.maps.dataLabelModule.dataLabelCollections,f=this.maps.layers[this.index].dataLabelSettings.textStyle,b=parseFloat(e.id.split("_LayerIndex_")[1].split("_")[0]),v=parseFloat(e.id.split("_shapeIndex_")[1].split("_")[0]);e.id.indexOf("_LabelIndex_")>-1&&(g=parseFloat(e.id.split("_LabelIndex_")[1].split("_")[0]));var S=0===this.currentLayer.animationDuration&&"Enable"===t.animationMode?1e3:this.currentLayer.animationDuration,x=y[s],M=s;if(x.layerIndex===b&&x.shapeIndex===v&&x.labelIndex===g){var _=x.location.x,L=x.location.y;if("Template"===l){var P=0,w=0;if(this.maps.isTileMap)P=(_+o)*a-(u=O(c=x.dataLabelText,f)).width/2,w=(L+n)*a-u.height;else{var T=Oe(this.maps.element.id+"_Layer_Collections");_=Math.abs(this.maps.baseMapRectBounds.min.x-_)*a,L=Math.abs(this.maps.baseMapRectBounds.min.y-L)*a;var I=T.getBoundingClientRect(),k=e.parentElement.getBoundingClientRect();P=_+(I.left-k.left),w=L+(I.top-k.top)}e.style.left=P+"px",e.style.top=w+"px"}else{if(_=(_+o)*a,L=(L+n)*a,c=x.dataLabelText,r&&0!==S||e.setAttribute("transform","translate( "+_+" "+L+" )"),(t.isNullOrUndefined(d)||!d)&&("None"!==this.maps.layers[this.index].dataLabelSettings.smartLabelMode||"None"!==this.maps.layers[this.index].dataLabelSettings.intersectionAction)){var F=L-(u=C(c,f)).height/2,N=L+u.height/2,E={rightWidth:_+u.width/2,leftWidth:_-u.width/2,heightTop:F,heightBottom:N};"Hide"===this.maps.layers[this.index].dataLabelSettings.smartLabelMode&&(a>1?(h=this.maps.dataLabelShape[M]*a>=u.width?c:"",e.textContent=h):(h=this.maps.dataLabelShape[M]>=u.width?c:"",e.textContent=h));var z=[];if("Trim"===this.maps.layers[this.index].dataLabelSettings.smartLabelMode&&(a>1?(h=ge(this.maps.dataLabelShape[M]*a,c,f,u.width,!0,z),e.textContent=h):(h=ge(this.maps.dataLabelShape[M],c,f,u.width,!0,z),e.textContent=h)),"Hide"===this.maps.layers[this.index].dataLabelSettings.intersectionAction){for(var B=0;B<p.length;B++)if(!t.isNullOrUndefined(p[B])){if(!(E.leftWidth>p[B].rightWidth||E.rightWidth<p[B].leftWidth||E.heightTop>p[B].heightBottom||E.heightBottom<p[B].heightTop)){h="",e.textContent=h;break}h=t.isNullOrUndefined(h)?c:h,e.textContent=h}p.push(E)}if("Trim"===this.maps.layers[this.index].dataLabelSettings.intersectionAction){for(var A=0;A<p.length;A++)if(!t.isNullOrUndefined(p[A]))if(E.rightWidth<p[A].leftWidth||E.leftWidth>p[A].rightWidth||E.heightBottom<p[A].heightTop||E.heightTop>p[A].heightBottom){if(m=t.isNullOrUndefined(h)?c:h,a>1){var U=z.length>0?z[0]:u.width;m=ge(this.maps.dataLabelShape[M]*a,m,f,U,!0)}e.textContent=m}else{if(E.leftWidth>p[A].leftWidth){m=ge(R=(j=p[A].rightWidth-E.leftWidth)-(E.rightWidth-E.leftWidth),h=t.isNullOrUndefined(h)?c:h,f,U=z.length>0?z[0]:u.width,!0),e.textContent=m;break}if(E.leftWidth<p[A].leftWidth){var j=E.rightWidth-p[A].leftWidth,R=Math.abs(j-(E.rightWidth-E.leftWidth));m=ge(R,h=t.isNullOrUndefined(h)?c:h,f,U=z.length>0?z[0]:u.width,!0),e.textContent=m;break}}p.push(E),t.isNullOrUndefined(m)&&(m=ge(this.maps.dataLabelShape[M]*a,c,f,u.width,!0),e.textContent=m)}}(r||S>0)&&it(e,0,S,new Mt(_,L))}}},e.prototype.markerTranslate=function(e,i,o,n,a,l,r){void 0===r&&(r=!1);var s=parseInt(e.id.split("_LayerIndex_")[1].split("_")[0],10),d=parseInt(e.id.split("_MarkerIndex_")[1].split("_")[0],10),p=parseInt(e.id.split("_dataIndex_")[1].split("_")[0],10),m=this.maps.layersCollection[s],u=m.markerSettings[d];if(!t.isNullOrUndefined(u)&&!t.isNullOrUndefined(u.dataSource)&&!t.isNullOrUndefined(u.dataSource[p])){var g=t.isNullOrUndefined(u.longitudeValuePath)?t.isNullOrUndefined(u.dataSource[p].longitude)?t.isNullOrUndefined(u.dataSource[p].Longitude)?0:parseFloat(u.dataSource[p].Longitude):parseFloat(u.dataSource[p].longitude):Number(I(u.dataSource[p],u.longitudeValuePath)),y=t.isNullOrUndefined(u.latitudeValuePath)?t.isNullOrUndefined(u.dataSource[p].latitude)?t.isNullOrUndefined(u.dataSource[p].Latitude)?0:parseFloat(u.dataSource[p].Latitude):parseFloat(u.dataSource[p].latitude):Number(I(u.dataSource[p],u.latitudeValuePath)),f=0===this.currentLayer.animationDuration&&"Enable"===t.animationMode?1e3:this.currentLayer.animationDuration,b=this.maps.isTileMap?c(new ht(g,y),this.maps.tileZoomLevel,this.maps.tileTranslatePoint,!0):h(y,g,i,m,this.maps);if(this.maps.isTileMap)if("Template"===l){var v=e.getBoundingClientRect();e.style.left=b.x-v.width/2+u.offset.x+"px",e.style.top=b.y-v.height/2+u.offset.y+"px"}else b.x+=u.offset.x,b.y+=u.offset.y,e.setAttribute("transform","translate( "+b.x+" "+b.y+" )");else if("Template"===l)if(f>0){b.x=Math.abs(this.maps.baseMapRectBounds.min.x-b.x)*a,b.y=Math.abs(this.maps.baseMapRectBounds.min.y-b.y)*a;var S=Oe(this.maps.element.id+"_Layer_Collections").getBoundingClientRect(),x=e.parentElement.getBoundingClientRect();e.style.left=b.x+(S.left-x.left)+u.offset.x+"px",e.style.top=b.y+(S.top-x.top)+u.offset.y+"px",e.style.transform="translate(-50%, -50%)"}else{x=e.getBoundingClientRect();e.style.left=(b.x+o)*a+u.offset.x-this.maps.mapAreaRect.x-x.width/2+"px",e.style.top=(b.y+n)*a+u.offset.y-this.maps.mapAreaRect.y-x.height/2+"px"}else b.x=(b.x+o)*a+u.offset.x,b.y=(b.y+n)*a+u.offset.y,r&&0!==f?it(e,0,f,b):e.setAttribute("transform","translate( "+b.x+" "+b.y+" )")}},e.prototype.markerLineAnimation=function(e){if(e.isTileMap)for(var i=0;i<e.layersCollection.length;i++){var o=Oe(this.maps.element.id+"_LayerIndex_"+i+"_Markers_Template_Group"),n=Oe(this.maps.element.id+"_LayerIndex_"+i+"_line_Group"),a=Oe(this.maps.element.id+"_LayerIndex_"+i+"_Polygons_Group");t.isNullOrUndefined(o)||(o.style.visibility="hidden"),t.isNullOrUndefined(n)||(n.style.visibility="hidden"),t.isNullOrUndefined(a)||(a.style.visibility="hidden")}},e.prototype.panning=function(e,i,o,n){var a,l=this.maps,r=this.mouseDownPoints,s=this.mouseMovePoints,d=l.scale;l.markerZoomedState=!1,l.zoomPersistence=l.enablePersistence,l.defaultState=!1,l.initialCheck=!1;var p,h,m=l.translatePoint,c=l.tileTranslatePoint;i=t.isNullOrUndefined(i)?r.x-s.x:i,o=t.isNullOrUndefined(o)?r.y-s.y:o;var u=n.type.indexOf("mouse")>-1||n.type.indexOf("key")>-1?n.layerX:n.touches[0].pageX,g=n.type.indexOf("mouse")>-1||n.type.indexOf("key")>-1?n.layerY:n.touches[0].pageY;if(this.maps.mergeCluster(),l.isTileMap){if(this.maps.tileZoomLevel>1){p=l.tileTranslatePoint.x-i,h=l.tileTranslatePoint.y-o,l.tileTranslatePoint.x=p,l.tileTranslatePoint.y=h,(l.tileTranslatePoint.y>-10&&o<0||l.tileTranslatePoint.y<-256*(Math.pow(2,this.maps.tileZoomLevel)-2)&&o>0)&&(l.tileTranslatePoint.x=p+i,l.tileTranslatePoint.y=h+o),l.translatePoint.x=l.tileTranslatePoint.x/l.scale,l.translatePoint.y=l.tileTranslatePoint.y/l.scale;var y=this.maps.getTileGeoLocation(u,g),f=this.maps.getMinMaxLatitudeLongitude();a={cancel:!1,name:"pan",maps:l,tileTranslatePoint:{previous:c,current:l.tileTranslatePoint},translatePoint:{previous:m,current:l.translatePoint},scale:l.scale,tileZoomLevel:l.tileZoomLevel,latitude:y.latitude,longitude:y.longitude,minLatitude:f.minLatitude,maxLatitude:f.maxLatitude,minLongitude:f.minLongitude,maxLongitude:f.maxLongitude},l.trigger("pan",a),l.mapLayerPanel.generateTiles(l.tileZoomLevel,l.tileTranslatePoint,"Pan"),this.applyTransform(l,!1,!0),l.translatePoint.x=(l.tileTranslatePoint.x-i)/l.scale,l.translatePoint.y=(l.tileTranslatePoint.y-o)/l.scale}}else{var b=Me(l.margin.top),v=document.getElementById(l.element.id+"_Legend_Group"),S=t.isNullOrUndefined(v)?0:v.getClientRects()[0].height;p=m.x-i/d,h=m.y-o/d;var x=Oe(l.element.id+"_Layer_Collections").getBoundingClientRect(),O=Oe(l.element.id+"_svg").getBoundingClientRect(),C=i<0?x.left<=O.left+l.mapAreaRect.x:x.left+x.width+l.mapAreaRect.x>=O.width,M=o<0?x.top<=O.top+l.mapAreaRect.y:x.top+x.height+S+b>=O.top+O.height,_=this.maps.getGeoLocation(this.maps.layersCollection.length-1,u,g),f=this.maps.getMinMaxLatitudeLongitude();a={cancel:!1,name:"pan",maps:l,tileTranslatePoint:{},translatePoint:{previous:m,current:new ht(p,h)},scale:l.scale,tileZoomLevel:l.tileZoomLevel,latitude:_.latitude,longitude:_.longitude,minLatitude:f.minLatitude,maxLatitude:f.maxLatitude,minLongitude:f.minLongitude,maxLongitude:f.maxLongitude},l.trigger("pan",a),a.cancel||(C&&M?(l.translatePoint=new ht(p,h),this.applyTransform(l,!1,!0)):C?(l.translatePoint=new ht(p,l.translatePoint.y),this.applyTransform(l,!1,!0)):M&&(l.translatePoint=new ht(l.translatePoint.x,h),this.applyTransform(l,!1,!0))),this.maps.zoomNotApplied=!1}l.zoomTranslatePoint=l.translatePoint,this.mouseDownPoints=this.mouseMovePoints,this.isSingleClick=!1},e.prototype.toolBarZooming=function(e,i){var o=this,n=this.maps;n.initialCheck=n.isMarkerZoomCompleted=!1,n.defaultState="Reset"===i&&1===e&&!(n.zoomSettings.resetToInitial&&n.applyZoomReset)||"ZoomOut"===i&&1===e;var a=n.tileZoomLevel,l=n.previousScale=n.scale;n.markerZoomedState=!1,n.zoomPersistence=n.enablePersistence,n.mapScaleValue=e;var r=n.zoomSettings.maxZoom,s=n.zoomSettings.minZoom,d=n.mapAreaRect,p=n.previousPoint=n.translatePoint,h=n.tileTranslatePoint;if(n.previousProjection="Reset"===i?void 0:n.projectionType,e="ZoomOut"===i&&1===Math.round(e)?1:e,e="Reset"===i?s:0===Math.round(e)?1:e,e=s>e&&"ZoomIn"===i?s+1:e,!n.isTileMap&&("ZoomIn"===i?e>=s&&Math.round(e)<=r:e>=s||n.isReset)){var m=n.baseMapRectBounds.min,c=n.baseMapRectBounds.max,u=Math.abs(c.x-m.x),g=Math.abs(m.y-c.y),y=void 0,f=void 0;if(e<1.2&&"Eckert5"!==n.projectionType)0!==g&&0!==u&&g!==u||(u=d.width/2,g=d.height),e=(e=parseFloat(Math.min(d.width/u,d.height/g).toFixed(2)))>1.05?1:e,n.translatePoint=this.calculateInitalZoomTranslatePoint(e,u,g,d,m,n);else{y=p.x-(d.width/l-d.width/e)/2,f=p.y-(d.height/l-d.height/e)/2;var b=Math.abs(n.baseMapRectBounds.max.y-n.baseMapRectBounds.min.y)*e;y=b<n.mapAreaRect.height?d.x+(-m.x+(d.width/2-u/2)):y,f=b<n.mapAreaRect.height?d.y+(-m.y+(d.height/2-g/2)):f,n.translatePoint=new ht(y,f)}n.zoomTranslatePoint=n.translatePoint,n.scale=e,this.triggerZoomEvent(h,a,i)?(n.translatePoint=n.zoomTranslatePoint=n.previousPoint,n.scale=n.previousScale):this.applyTransform(n,!0)}else if(n.isTileMap&&(e>=s&&e<=r||n.isReset)){var v=a<s&&!n.isReset?s:e;if(n.scale=Math.pow(2,v-1),n.tileZoomLevel=v,n.previousScale!==n.scale||n.isReset){n.zoomSettings.zoomFactor=e;var S={x:n.availableSize.width/2,y:n.availableSize.height/2};if(this.getTileTranslatePosition(a,v,S,i),(n.zoomSettings.resetToInitial&&n.applyZoomReset&&"Reset"===i||"ZoomOut"===i&&n.zoomSettings.resetToInitial&&n.applyZoomReset&&v<=n.initialZoomLevel)&&(n.initialCheck=!0,n.zoomPersistence=!1,n.tileTranslatePoint.x=n.initialTileTranslate.x,n.tileTranslatePoint.y=n.initialTileTranslate.y,v=n.tileZoomLevel=n.mapScaleValue=n.initialZoomLevel),this.triggerZoomEvent(h,a,i))n.translatePoint=n.tileTranslatePoint=new ht(0,0),n.scale=n.previousScale,n.tileZoomLevel=a,n.zoomSettings.zoomFactor=n.previousScale;else{n.translatePoint.y=(n.tileTranslatePoint.y-.01*n.mapScaleValue)/n.scale,n.translatePoint.x=(n.tileTranslatePoint.x-.01*n.mapScaleValue)/n.scale,document.getElementById(this.maps.element.id+"_LayerIndex_1")&&(document.getElementById(this.maps.element.id+"_LayerIndex_1").style.display="none"),document.querySelector(".GroupElement")&&(document.querySelector(".GroupElement").style.display="none"),this.markerLineAnimation(n),n.mapLayerPanel.generateTiles(v,n.tileTranslatePoint,i);var x=0===this.maps.layersCollection[0].animationDuration&&"Enable"===t.animationMode?1e3:this.maps.layersCollection[0].animationDuration;setTimeout(function(){o.applyTransform(o.maps,!0),document.getElementById(o.maps.element.id+"_LayerIndex_1")&&(document.getElementById(o.maps.element.id+"_LayerIndex_1").style.display="block"),o.maps.isAddLayer=!1},x)}}this.maps.zoomNotApplied=!1}this.triggerZoomComplete(n,a,i)},e.prototype.createZoomingToolbars=function(){var e=this.maps;this.toolBarGroup=e.renderer.createGroup({id:e.element.id+"_Zooming_KitCollection",opacity:"fluentdark"===e.theme.toLowerCase()?.6:.3});var i=15,o=15,n=e.zoomSettings.toolbarSettings,a=e.zoomSettings.toolbarSettings.buttonSettings;this.maps.toolbarProperties={toolBarOrientation:n.orientation,highlightColor:a.highlightColor,selectionColor:a.selectionColor,horizontalAlignment:n.horizontalAlignment,verticalAlignment:n.verticalAlignment,color:a.color,shapeOpacity:a.opacity,borderOpacity:a.borderOpacity};var l=a.radius||e.themeStyle.zoomButtonRadius,r=l/4,s=l/4,d=l/2,p=a.padding,h=this.maps.toolbarProperties.toolBarOrientation,m=e.zoomSettings.toolbarSettings.buttonSettings.toolbarItems.map(function(e){return e});i=l/4+a.borderWidth/2+p,o=l/4+a.borderWidth/2+p;var c='<filter id="chart_shadow" height="130%"><feGaussianBlur in="SourceAlpha" stdDeviation="5"/>';c+='<feOffset dx="-3" dy="4" result="offsetblur"/><feComponentTransfer><feFuncA type="linear" slope="1"/>',c+='</feComponentTransfer><feMerge><feMergeNode/><feMergeNode in="SourceGraphic"/></feMerge></filter>';var u=m.length,g="Horizontal"===h?u*l+u*p+p+u*a.borderWidth:l+a.borderWidth+2*p,y="Horizontal"===h?l+a.borderWidth+2*p:u*l+u*p+p+u*a.borderWidth,f=e.renderer.createDefs();f.innerHTML=c,this.toolBarGroup.appendChild(f);var b=e.renderer.drawRectangle(new bt(e.element.id+"_Zooming_Rect",n.backgroundColor,{color:n.borderColor,width:n.borderWidth,opacity:n.borderOpacity},n.borderOpacity,new _t(n.borderWidth/2,n.borderWidth/2,g-n.borderWidth,y-n.borderWidth),0,0));this.toolBarGroup.appendChild(b);for(var v=(l-a.borderWidth/2)/30,S=0;S<m.length;S++){0!==S&&(i="Horizontal"===e.toolbarProperties.toolBarOrientation?i+(l+p)+a.borderWidth:i,o="Horizontal"===e.toolbarProperties.toolBarOrientation?o:o+(l+p)+a.borderWidth);var x=m[S],O=t.isNullOrUndefined(this.maps.toolbarProperties.color)?this.maps.themeStyle.zoomFillColor:this.maps.toolbarProperties.color,C=a.borderColor||this.maps.themeStyle.zoomBorderColor||this.maps.themeStyle.zoomFillColor;this.currentToolbarEle=e.renderer.createGroup({id:e.element.id+"_Zooming_ToolBar_"+x+"_Group",transform:"translate( "+i+" "+o+" ) "}),this.currentToolbarEle.setAttribute("class","e-maps-toolbar"),this.currentToolbarEle.appendChild(e.renderer.drawCircle(new vt(e.element.id+"_Zooming_ToolBar_"+x+"_Rect",a.fill,{color:C,width:a.borderWidth,opacity:a.borderOpacity},a.opacity,r,s,d,"")));var M="",_=a.fill;switch(this.selectionColor=this.maps.toolbarProperties.selectionColor||this.maps.themeStyle.zoomSelectionColor,x.toLowerCase()){case"zoom":var L=void 0,P=void 0;M="M0.001,14.629L1.372,16l4.571-4.571v-0.685l0.228-0.274c1.051,0.868,2.423,1.417,3.885,1.417c3.291,0,",M+="5.943-2.651,5.943-5.943S13.395,0,10.103,0S4.16,2.651,4.16,5.943c0,1.508,0.503,2.834,1.417,3.885l-0.274,0.228H4.571",M+="L0.001,14.629L0.001,14.629z M5.943,5.943c0-2.285,1.828-4.114,4.114-4.114s4.114,1.828,4.114,",this.currentToolbarEle.setAttribute("class",this.maps.zoomSettings.enableSelectionZooming?"e-maps-toolbar":""),this.maps.zoomSettings.enablePanning&&!this.maps.zoomSettings.enableSelectionZooming?(L=_,P=O):this.maps.zoomSettings.enablePanning&&this.maps.zoomSettings.enableSelectionZooming?(L=_,P=O):this.maps.zoomSettings.enablePanning||this.maps.zoomSettings.enableSelectionZooming?!this.maps.zoomSettings.enablePanning&&this.maps.zoomSettings.enableSelectionZooming?(L=this.maps.themeStyle.zoomFillColor,P=O):(L=this.selectionColor,P=this.selectionColor):(L=_,P=O);var w=e.renderer.drawPath(new yt(e.element.id+"_Zooming_ToolBar_"+x,L,1,P,1,1,null,M+"4.114s-1.828,4.114-4.114,4.114S5.943,8.229,5.943,5.943z"));w.setAttribute("transform","scale( "+v+","+v+" )"),this.currentToolbarEle.appendChild(w),this.zoomElements=this.currentToolbarEle,this.wireEvents(this.currentToolbarEle,this.performToolBarAction);break;case"zoomin":M="M 8, 0 L 8, 16 M 0, 8 L 16, 8";var T=e.renderer.drawPath(new yt(e.element.id+"_Zooming_ToolBar_"+x+"_Path",_,3,O,1,1,null,M));T.setAttribute("transform","scale( "+v+","+v+" )"),this.currentToolbarEle.appendChild(T),this.wireEvents(this.currentToolbarEle,this.performToolBarAction);break;case"zoomout":M="M 0, 8 L 16, 8";var I=e.renderer.drawPath(new yt(e.element.id+"_Zooming_ToolBar_"+x,_,3,O,1,1,null,M));I.setAttribute("transform","scale( "+v+","+v+" )"),this.currentToolbarEle.appendChild(I),this.wireEvents(this.currentToolbarEle,this.performToolBarAction);break;case"pan":var k=void 0;M="M5,3h2.3L7.275,5.875h1.4L8.65,3H11L8,0L5,3z M3,11V8.7l2.875,0.025v-1.4L3,7.35V5L0,8L3,",M+="11z M11,13H8.7l0.025-2.875h-1.4L7.35,13H5l3,3L11,13z M13,5v2.3l-2.875-0.025v1.4L13,8.65V11l3-3L13,5z",this.currentToolbarEle.setAttribute("class",this.maps.zoomSettings.enablePanning?"e-maps-toolbar":""),this.maps.zoomSettings.enablePanning&&this.maps.zoomModule.isDragZoom?k=this.selectionColor||this.maps.themeStyle.zoomFillColor:this.maps.zoomSettings.enablePanning?k=_||this.maps.themeStyle.zoomFillColor:(k=this.selectionColor||this.maps.themeStyle.zoomFillColor,this.currentToolbarEle.setAttribute("class",""));var F=e.renderer.drawPath(new yt(e.element.id+"_Zooming_ToolBar_"+x,k,1,O,1,1,null,M));F.setAttribute("transform","scale( "+v+","+v+" )"),this.currentToolbarEle.appendChild(F),this.panColor=k,this.panElements=this.currentToolbarEle,this.wireEvents(this.currentToolbarEle,this.performToolBarAction);break;case"reset":M="M12.364,8h-2.182l2.909,3.25L16,8h-2.182c0-3.575-2.618-6.5-5.818-6.5c-1.128,0-2.218,0.366-3.091,",M+="1.016l1.055,1.178C6.581,3.328,7.272,3.125,8,3.125C10.4,3.125,12.363,5.319,12.364,8L12.364,8z M11.091,",M+="13.484l-1.055-1.178C9.419,12.672,8.728,12.875,8,12.875c-2.4,0-4.364-2.194-4.364-4.875h2.182L2.909,4.75L0,8h2.182c0,";var N=e.renderer.drawPath(new yt(e.element.id+"_Zooming_ToolBar_"+x,_,null,O,1,1,null,M+"3.575,2.618,6.5,5.818,6.5C9.128,14.5,10.219,14.134,11.091,13.484L11.091,13.484z"));N.setAttribute("transform","scale( "+v+","+v+" )"),this.currentToolbarEle.appendChild(N),this.wireEvents(this.currentToolbarEle,this.performToolBarAction)}this.toolBarGroup.appendChild(this.currentToolbarEle)}},e.prototype.performToolBarAction=function(e){var t=e.target;e.stopImmediatePropagation();var i="touch"===e.pointerType||"2"===e.pointerType||e.type.indexOf("touch")>-1,o=t.id.split("_Zooming_ToolBar_")[1].split("_")[0],n=!0;switch(o.toLowerCase()){case"zoomin":n=(this.maps.isTileMap?this.maps.tileZoomLevel:this.maps.scale)+1<=this.maps.zoomSettings.maxZoom;break;case"zoomout":var a=this.maps.isTileMap?this.maps.tileZoomLevel:this.maps.scale;n="Miller"===this.maps.projectionType||"Winkel3"===this.maps.projectionType||"AitOff"===this.maps.projectionType?Math.round(a)-1>=this.maps.zoomSettings.minZoom:a-1>=this.maps.zoomSettings.minZoom;break;case"reset":n=Math.round(this.maps.isTileMap?this.maps.tileZoomLevel:this.maps.scale)!==this.maps.zoomSettings.minZoom}i&&n?(this.handled=!0,this.performZoomingByToolBar(o)):"mousedown"!==e.type&&"pointerdown"!==e.type||this.handled||!n?this.handled=!1:(this.handled=!1,this.performZoomingByToolBar(o))},e.prototype.performZoomingByToolBar=function(e){var t=this.maps;t.isReset=!1;var i=0,o=this.fillColor||this.maps.themeStyle.zoomFillColor;switch(e.toLowerCase()){case"zoom":this.panColor=o,this.zoomColor=this.maps.zoomSettings.enableSelectionZooming?this.selectionColor:o,this.applySelection(this.zoomElements,this.zoomColor),this.applySelection(this.panElements,this.panColor),this.isPan=!1,this.isZoomSelection=this.maps.zoomSettings.enableSelectionZooming;break;case"pan":this.panColor=this.maps.zoomSettings.enablePanning?this.selectionColor:o,this.zoomColor=o,this.maps.zoomSettings.enablePanning?(this.applySelection(this.zoomElements,this.fillColor||o),this.applySelection(this.panElements,this.panColor)):(this.applySelection(this.zoomElements,this.selectionColor),this.applySelection(this.panElements,this.panColor)),this.isPan=this.maps.zoomSettings.enablePanning,this.isZoomSelection=!1;break;case"zoomin":t.staticMapZoom=t.tileZoomLevel,t.staticMapZoom>0&&t.staticMapZoom<t.zoomSettings.maxZoom&&(t.staticMapZoom+=1),t.isTileMap&&t.tileZoomLevel>=t.zoomSettings.minZoom&&t.tileZoomLevel<t.zoomSettings.maxZoom?this.toolBarZooming(t.tileZoomLevel+1,"ZoomIn"):t.isTileMap||this.toolBarZooming(t.scale+1,"ZoomIn"),i=this.maps.isTileMap?Math.round(this.maps.tileZoomLevel):Math.round(this.maps.mapScaleValue),this.isZoomSelection||(i===t.zoomSettings.maxZoom||i>1||1===i&&this.maps.isTileMap?(this.applySelection(this.zoomElements,o),this.applySelection(this.panElements,t.zoomSettings.enablePanning?this.selectionColor:o)):1!==i||this.maps.isTileMap||(this.applySelection(this.zoomElements,o),this.applySelection(this.panElements,o)));break;case"zoomout":t.staticMapZoom=t.tileZoomLevel,t.markerCenterLatitude=null,t.markerCenterLongitude=null,this.toolBarZooming((t.isTileMap?t.tileZoomLevel:t.scale)-1,"ZoomOut"),i=this.maps.isTileMap?Math.round(this.maps.tileZoomLevel):Math.round(this.maps.mapScaleValue),!this.isPan&&this.isZoomSelection?(this.panColor=o,this.zoomColor=this.selectionColor,this.applySelection(this.zoomElements,this.selectionColor),this.applySelection(this.panElements,this.panColor)):i<=1&&!t.isTileMap?this.applySelection(this.panElements,o):this.applySelection(this.panElements,t.zoomSettings.enablePanning?this.selectionColor:o);break;case"reset":t.staticMapZoom=t.zoomSettings.enable?t.zoomSettings.zoomFactor:0,t.markerCenterLatitude=null,t.markerCenterLongitude=null,this.isZoomSelection=!1,this.isPan=t.zoomSettings.enablePanning,this.toolBarZooming(t.zoomSettings.minZoom,"Reset"),this.isPan&&!this.isZoomSelection||!this.isPan&&this.isZoomSelection?this.maps.zoomSettings.enablePanning?(this.applySelection(this.zoomElements,o),this.applySelection(this.panElements,this.selectionColor)):(this.applySelection(this.zoomElements,this.selectionColor),this.applySelection(this.panElements,o)):this.isPan||this.isZoomSelection||(this.applySelection(this.zoomElements,o),this.applySelection(this.panElements,o))}this.panningStyle(e.toLowerCase())},e.prototype.panningStyle=function(e){var t=Oe(this.maps.element.id+"_svg");"pan"===e||this.isPanModeEnabled&&"reset"!==e?t.setAttribute("class","e-maps-panning"):t.setAttribute("class","")},e.prototype.applySelection=function(e,t){if(e)for(var i,o=0;o<e.childElementCount;o++)"circle"!==(i=e.childNodes[o]).tagName&&(i.setAttribute("fill",e.id.indexOf("Pan")>-1?t:"transparent"),i.setAttribute("stroke",t))},e.prototype.showTooltip=function(e){var t=e.target.id.split("_Zooming_ToolBar_")[1].split("_")[0],i=this.maps.zoomSettings.toolbarSettings.tooltipSettings,o={visible:i.visible,fill:i.fill,borderOpacity:i.borderOpacity,borderWidth:i.borderWidth,borderColor:i.borderColor,fontColor:i.fontColor,fontFamily:i.fontFamily,fontStyle:i.fontStyle,fontWeight:i.fontWeight,fontSize:i.fontSize||"10px",fontOpacity:i.fontOpacity};o.fontFamily=this.maps.themeStyle.fontFamily,this.isTouch||(Ze("EJ2_Map_Toolbar_Tip",this.maps.getLocalizedLabel(t),e.pageY+10,e.pageX+10,o),this.maps.isDevice&&(clearTimeout(this.clearTimeout),this.clearTimeout=setTimeout(this.removeTooltip.bind(this),2e3)))},e.prototype.removeTooltip=function(){Oe("EJ2_Map_Toolbar_Tip")&&t.remove(Oe("EJ2_Map_Toolbar_Tip"))},e.prototype.alignToolBar=function(){var e=this.maps,i=t.createElement("div",{id:e.element.id+"_ToolBar"});i.style.cssText="position:absolute;z-index:2";var o=e.renderer.createSvg({id:e.element.id+"_Zooming_ToolBar",width:10,height:10});o.appendChild(this.toolBarGroup),i.appendChild(o),Oe(e.element.id+"_Secondary_Element")&&Oe(e.element.id+"_Secondary_Element").appendChild(i);var n=this.toolBarGroup.getBoundingClientRect();o.setAttribute("height",(n.height+e.zoomSettings.toolbarSettings.borderWidth).toString()),o.setAttribute("width",(n.width+e.zoomSettings.toolbarSettings.borderWidth).toString());var a=t.isNullOrUndefined(e.totalRect)?e.mapAreaRect:e.totalRect,l=0,r=0;switch(e.toolbarProperties.verticalAlignment){case"Near":r=a.y;break;case"Center":r=a.height/2-n.height/2;break;case"Far":r=a.height-n.height-10}switch(e.toolbarProperties.horizontalAlignment){case"Near":l=a.x;break;case"Center":l=a.width/2-n.width/2;break;case"Far":l=t.isNullOrUndefined(e.legendModule)||"Left"!==e.legendSettings.position?a.width-n.width-10:a.width+a.x-n.width-10}i.style.left=l+"px",i.style.top=r+"px";var s=this.maps.toolbarProperties.highlightColor||this.maps.themeStyle.zoomSelectionColor,d=" .e-maps-toolbar:hover > circle { stroke:"+s+"; } .e-maps-toolbar:hover > path { fill: "+s+" ; stroke: "+s+"; }.e-maps-toolbar:hover { cursor: pointer; } .e-maps-cursor-disable:hover { cursor: not-allowed; } .e-maps-panning:hover { cursor: pointer; } .e-maps-popup-close { display: block; opacity: 0; }",p=document.createElement("style");p.appendChild(document.createTextNode(d)),i.appendChild(p)},e.prototype.removeToolbarOpacity=function(e,i){if(!t.isNullOrUndefined(this.maps)&&this.maps.zoomModule&&this.maps.zoomSettings.enable)if(Oe(this.maps.element.id+"_Zooming_KitCollection")&&i.indexOf(this.maps.element.id+"_Zooming_")>-1){this.maps.isDevice?(Oe(this.maps.element.id+"_Zooming_KitCollection").setAttribute("opacity","1"),this.removeToolbarClass("","","","","")):this.removeToolbarClass(this.maps.zoomSettings.enableSelectionZooming?"e-maps-toolbar":"","e-maps-toolbar","e-maps-toolbar",this.maps.zoomSettings.enablePanning?"e-maps-toolbar":"","e-maps-toolbar");var o=this.maps.toolbarProperties.shapeOpacity,n=this.maps.toolbarProperties.borderOpacity;this.maps.isTileMap&&(e<=1.1||this.maps.zoomSettings.minZoom===e)?(this.maps.isDevice||this.removeToolbarClass(this.maps.zoomSettings.enableSelectionZooming?"e-maps-toolbar":"","e-maps-toolbar","",this.maps.zoomSettings.enablePanning?"e-maps-toolbar":"",""),this.maps.zoomSettings.enablePanning&&this.removePanColor(this.maps.toolbarProperties.selectionColor||this.maps.themeStyle.zoomSelectionColor),this.isZoomSelection&&this.maps.zoomSettings.enableSelectionZooming&&!this.maps.isReset&&(this.removeZoomColor(this.maps.toolbarProperties.selectionColor||this.maps.themeStyle.zoomSelectionColor),this.removePanColor(this.maps.toolbarProperties.color||this.maps.themeStyle.zoomFillColor)),this.removeZoomOpacity(this.maps.zoomSettings.enableSelectionZooming?o:.3,this.maps.zoomSettings.enableSelectionZooming?n:.3,o,n,.3,.3,this.maps.zoomSettings.enablePanning?o:.3,this.maps.zoomSettings.enablePanning?n:.3,.3,.3)):e<=1.1||this.maps.zoomSettings.minZoom===e?(this.maps.isDevice||this.removeToolbarClass(this.maps.zoomSettings.enableSelectionZooming?"e-maps-toolbar":"","e-maps-toolbar","","",""),!this.isZoomSelection&&this.maps.zoomSettings.enablePanning&&this.removePanColor(this.maps.toolbarProperties.color||this.maps.themeStyle.zoomFillColor),this.isZoomSelection&&this.maps.zoomSettings.enableSelectionZooming&&!this.maps.isReset&&(this.removeZoomColor(this.maps.toolbarProperties.selectionColor||this.maps.themeStyle.zoomSelectionColor),this.removePanColor(this.maps.toolbarProperties.color||this.maps.themeStyle.zoomFillColor)),this.removeZoomOpacity(this.maps.zoomSettings.enableSelectionZooming?o:.3,this.maps.zoomSettings.enableSelectionZooming?n:.3,o,n,.3,.3,.3,.3,.3,.3)):e<this.maps.zoomSettings.maxZoom?(this.maps.isDevice||this.removeToolbarClass(this.maps.zoomSettings.enableSelectionZooming?"e-maps-toolbar":"","e-maps-toolbar","e-maps-toolbar",this.maps.zoomSettings.enablePanning?"e-maps-toolbar":"","e-maps-toolbar"),this.maps.zoomModule.isZoomFinal?this.maps.zoomModule.isZoomFinal=!1:this.removeZoomOpacity(this.maps.zoomSettings.enableSelectionZooming?o:.3,this.maps.zoomSettings.enableSelectionZooming?n:.3,o,n,o,n,this.maps.zoomSettings.enablePanning?o:.3,this.maps.zoomSettings.enablePanning?n:.3,o,n),this.isZoomSelection&&this.maps.zoomSettings.enableSelectionZooming?(this.removeZoomColor(this.maps.toolbarProperties.selectionColor||this.maps.themeStyle.zoomSelectionColor),this.maps.zoomModule.isPan&&this.maps.zoomSettings.enablePanning&&this.removePanColor(this.maps.toolbarProperties.color||this.maps.themeStyle.zoomFillColor)):!this.isZoomSelection&&this.maps.zoomSettings.enablePanning&&(this.removePanColor(this.maps.toolbarProperties.selectionColor||this.maps.themeStyle.zoomSelectionColor),this.maps.zoomSettings.enableSelectionZooming&&this.removeZoomColor(this.maps.toolbarProperties.color||this.maps.themeStyle.zoomFillColor))):(this.maps.isDevice||this.removeToolbarClass("","","e-maps-toolbar",this.maps.zoomSettings.enablePanning?"e-maps-toolbar":"","e-maps-toolbar"),this.removeZoomOpacity(.3,.3,.3,.3,o,n,this.maps.zoomSettings.enablePanning?o:.3,this.maps.zoomSettings.enablePanning?n:.3,o,n),this.maps.zoomSettings.enableSelectionZooming&&this.removeZoomColor(this.maps.toolbarProperties.color||this.maps.themeStyle.zoomFillColor),!this.isZoomSelection&&this.maps.zoomSettings.enablePanning&&this.removePanColor(this.maps.toolbarProperties.selectionColor||this.maps.themeStyle.zoomSelectionColor))}else this.maps.isDevice||(this.removePanColor(this.maps.toolbarProperties.color||this.maps.themeStyle.zoomFillColor),this.removeZoomColor(this.maps.toolbarProperties.color||this.maps.themeStyle.zoomFillColor),this.removeZoomOpacity(1,1,1,1,1,1,1,1,1,1))},e.prototype.setOpacity=function(e,t,i,o){Oe(this.maps.element.id+e)&&(Oe(this.maps.element.id+e).setAttribute("stroke-opacity",i.toString()),Oe(this.maps.element.id+e).setAttribute("fill-opacity",i.toString()),Oe(this.maps.element.id+t).setAttribute("stroke-opacity",o.toString()),Oe(this.maps.element.id+t).setAttribute("fill-opacity",o.toString()))},e.prototype.removeZoomOpacity=function(e,t,i,o,n,a,l,r,s,d){this.setOpacity("_Zooming_ToolBar_Zoom_Rect","_Zooming_ToolBar_Zoom",t,e),this.setOpacity("_Zooming_ToolBar_ZoomIn_Rect","_Zooming_ToolBar_ZoomIn_Path",o,i),this.setOpacity("_Zooming_ToolBar_ZoomOut_Rect","_Zooming_ToolBar_ZoomOut",a,n),this.setOpacity("_Zooming_ToolBar_Pan_Rect","_Zooming_ToolBar_Pan",r,l),this.setOpacity("_Zooming_ToolBar_Reset_Rect","_Zooming_ToolBar_Reset",d,s)},e.prototype.removeToolbarClass=function(e,t,i,o,n){Oe(this.maps.element.id+"_Zooming_KitCollection")&&(document.getElementById(this.maps.element.id+"_Zooming_ToolBar_ZoomIn_Group")&&Oe(this.maps.element.id+"_Zooming_ToolBar_ZoomIn_Group").setAttribute("class",t),document.getElementById(this.maps.element.id+"_Zooming_ToolBar_ZoomOut_Group")&&Oe(this.maps.element.id+"_Zooming_ToolBar_ZoomOut_Group").setAttribute("class",i),document.getElementById(this.maps.element.id+"_Zooming_ToolBar_Reset_Group")&&Oe(this.maps.element.id+"_Zooming_ToolBar_Reset_Group").setAttribute("class",n),document.getElementById(this.maps.element.id+"_Zooming_ToolBar_Zoom_Group")&&this.maps.zoomSettings.enableSelectionZooming&&Oe(this.maps.element.id+"_Zooming_ToolBar_Zoom_Group").setAttribute("class",e),document.getElementById(this.maps.element.id+"_Zooming_ToolBar_Pan_Group")&&this.maps.zoomSettings.enablePanning&&Oe(this.maps.element.id+"_Zooming_ToolBar_Pan_Group").setAttribute("class",o))},e.prototype.removePanColor=function(e){Oe(this.maps.element.id+"_Zooming_ToolBar_Pan_Rect")&&this.maps.zoomSettings.enablePanning&&(Oe(this.maps.element.id+"_Zooming_ToolBar_Pan").setAttribute("fill",e),Oe(this.maps.element.id+"_Zooming_ToolBar_Pan").setAttribute("stroke",e))},e.prototype.removeZoomColor=function(e){Oe(this.maps.element.id+"_Zooming_ToolBar_Zoom_Rect")&&this.maps.zoomSettings.enableSelectionZooming&&(Oe(this.maps.element.id+"_Zooming_ToolBar_Zoom").setAttribute("fill","transparent"),Oe(this.maps.element.id+"_Zooming_ToolBar_Zoom").setAttribute("stroke",e))},e.prototype.wireEvents=function(e,i){t.EventHandler.add(e,t.Browser.touchStartEvent,i,this),t.EventHandler.add(e,"mouseover",this.showTooltip,this),t.EventHandler.add(e,"mouseout",this.removeTooltip,this)},e.prototype.mapMouseWheel=function(e){if(this.maps.zoomSettings.enable&&this.maps.zoomSettings.mouseWheelZoom){var i=this.maps;i.markerZoomedState=!1,i.zoomPersistence=i.enablePersistence;var o=this.getMousePosition(e.pageX,e.pageY),n=i.tileZoomLevel,a=i.scale,l=i.zoomSettings.maxZoom,r=i.isTileMap?n:a;if(o.x>i.mapAreaRect.x&&o.x<i.mapAreaRect.x+i.mapAreaRect.width&&o.y>i.mapAreaRect.y&&o.y<i.mapAreaRect.y+i.mapAreaRect.height){e.preventDefault();var s="mozilla"!==this.browserName||this.isPointer?e.wheelDelta/120>0?"ZoomIn":"ZoomOut":-e.detail/3>0?"ZoomIn":"ZoomOut";"ZoomIn"===s?(i.mapScaleValue=r+1,i.isTileMap?(i.staticMapZoom=i.tileZoomLevel,i.staticMapZoom>0&&i.staticMapZoom<l&&(i.staticMapZoom+=1,this.performZooming(o,r+1,s))):this.performZooming(o,r+1,s)):(i.mapScaleValue=r-1,i.isReset=i.mapScaleValue<1,i.staticMapZoom=i.tileZoomLevel,1===i.mapScaleValue&&(i.markerCenterLatitude=null,i.markerCenterLongitude=null),i.staticMapZoom>1&&i.staticMapZoom<l&&(i.staticMapZoom-=1),this.performZooming(o,r-1,s))}this.removeToolbarOpacity(i.mapScaleValue,this.maps.isDevice?this.maps.element.id+"_Zooming_":t.isNullOrUndefined(e.target)?this.maps.element.id:e.target.id)}},e.prototype.doubleClick=function(e){var i=e.pageX,o=e.pageY,n=e.target.closest("#"+this.maps.element.id+"_mapsTooltipparent_template");if(this.maps.zoomSettings.enable&&this.maps.zoomSettings.doubleClickZoom&&!(e.target.id.indexOf("_Zooming_")>-1)&&t.isNullOrUndefined(n)){var a=this.getMousePosition(i,o),l=this.maps,r=l.tileZoomLevel,s=l.scale;l.mapScaleValue=l.mapScaleValue+1;var d=l.isTileMap?r:s;a.x>l.mapAreaRect.x&&a.x<l.mapAreaRect.x+l.mapAreaRect.width&&a.y>l.mapAreaRect.y&&a.y<l.mapAreaRect.y+l.mapAreaRect.height&&this.performZooming(a,d+1,"ZoomIn")}},e.prototype.mouseDownHandler=function(e){var t,i,o=null;e.target;"touchstart"===e.type?(this.isTouch=!0,o=e.touches,e.target,t=o[0].pageX,i=o[0].pageY):(t=e.pageX,i=e.pageY,e.target),this.isTouch||e.preventDefault(),this.maps.zoomSettings.enablePanning?this.isPan=this.isPanModeEnabled=!this.isZoomSelection:this.isPan=this.isPanModeEnabled=this.panColor!==this.selectionColor?this.maps.zoomSettings.enablePanning:this.zoomColor===this.selectionColor,this.mouseDownLatLong={x:t,y:i};var n=this.maps.isTileMap?Math.round(this.maps.tileZoomLevel):Math.round(this.maps.mapScaleValue);this.rectZoomingStart=this.isZoomSelection&&n<this.maps.zoomSettings.maxZoom&&this.maps.zoomSettings.enable,this.mouseDownPoints=this.getMousePosition(t,i),this.isTouch&&null!==o&&(this.firstMove=!0,this.pinchFactor=this.maps.scale,this.fingers=o.length),this.isSingleClick=!0},e.prototype.mouseMoveHandler=function(e){var i,o,n,a=this.maps,l=null,r=this.maps.zoomSettings;if("touchmove"===e.type?(this.isTouch=!0,n=e.target,i=(l=e.touches)[0].pageX,o=l[0].pageY):(i=e.pageX,o=e.pageY,n=e.target),Oe(a.element.id+"_Zooming_KitCollection")&&(n.id.indexOf("_Zooming_")>-1?Oe(a.element.id+"_Zooming_KitCollection").setAttribute("opacity","1"):a.isDevice||Oe(a.element.id+"_Zooming_KitCollection").setAttribute("opacity","fluentdark"===a.theme.toLowerCase()?"0.6":"0.3")),this.isTouch&&this.maps.zoomSettings.pinchZooming&&null!==l&&(this.firstMove&&2===l.length?(this.rectZoomingStart=!1,this.updateInteraction(),this.touchStartList=qe(e)):2===l.length&&2===this.touchStartList.length&&(this.touchMoveList=qe(e),e.preventDefault(),this.rectZoomingStart=!1,this.performPinchZooming(e)),this.firstMove=!1),this.mouseMovePoints=this.getMousePosition(i,o),r.enable&&this.isPanModeEnabled&&-1===this.maps.markerDragId.indexOf("_MarkerIndex_")&&(t.Browser.isDevice&&l.length>=1||!t.Browser.isDevice)&&(e.preventDefault(),this.maps.element.style.cursor="pointer",this.mouseMoveLatLong={x:i,y:o},this.mouseDownLatLong.x!==this.mouseMoveLatLong.x&&this.mouseDownLatLong.y!==this.mouseMoveLatLong.y&&(this.maps.zoomSettings.enablePanning&&this.panning("None",null,null,e),this.mouseDownLatLong.x=i,this.mouseDownLatLong.y=o)),this.isTouch?null!==l&&1===l.length&&this.rectZoomingStart:this.rectZoomingStart){e.preventDefault();var s=this.maps.isTileMap?Math.round(this.maps.tileZoomLevel):Math.round(this.maps.mapScaleValue);this.maps.zoomSettings.enableSelectionZooming&&s<this.maps.zoomSettings.maxZoom?this.drawZoomRectangle():(this.rectZoomingStart=!1,this.isPan=!0)}},e.prototype.mouseUpHandler=function(e){if(this.rectZoomingStart=!1,this.isSingleClick=!!this.isSingleClick,this.isTouch=!1,this.touchStartList=[],this.touchMoveList=[],this.lastScale=1,this.maps.element.style.cursor="auto",this.isPanModeEnabled&&this.maps.zoomSettings.enablePanning&&!t.isNullOrUndefined(this.maps.previousPoint)&&(this.maps.isTileMap?this.isPanningInProgress:this.maps.translatePoint.x!==this.maps.previousPoint.x&&this.maps.translatePoint.y!==this.maps.previousPoint.y)){var i=void 0,o=void 0,n=0,a=0,l=e.target;if(-1!==e.type.indexOf("touch")){var r=e;n=i=r.changedTouches[0].pageX,a=(o=r.changedTouches[0].pageY)-(this.maps.isTileMap?10:0),r.target,this.maps.mouseClickEvent={x:i,y:o}}else i=e.pageX,o=e.pageY,n=e.layerX,a=e.layerY-(this.maps.isTileMap?10:0),e.target;var s=void 0,d=this.maps.getMinMaxLatitudeLongitude();if(this.maps.isTileMap){var p=this.maps.getTileGeoLocation(n,a);s={cancel:!1,name:"panComplete",maps:this.maps,tileTranslatePoint:{previous:this.maps.tileTranslatePoint,current:this.maps.tileTranslatePoint},translatePoint:{previous:this.maps.previousPoint,current:this.maps.translatePoint},scale:this.maps.scale,tileZoomLevel:this.maps.tileZoomLevel,latitude:p.latitude,longitude:p.longitude,minLatitude:d.minLatitude,maxLatitude:d.maxLatitude,minLongitude:d.minLongitude,maxLongitude:d.maxLongitude}}else{this.maps.mouseClickEvent.x=this.maps.mouseDownEvent.x,this.maps.mouseClickEvent.y=this.maps.mouseDownEvent.y;var h=this.maps.getClickLocation(l.id,i,o,l,i,o);s={cancel:!1,name:"panComplete",maps:this.maps,tileTranslatePoint:{},translatePoint:{previous:this.maps.previousPoint,current:this.maps.translatePoint},scale:this.maps.scale,tileZoomLevel:this.maps.tileZoomLevel,latitude:t.isNullOrUndefined(h)?0:h.latitude,longitude:t.isNullOrUndefined(h)?0:h.longitude,minLatitude:d.minLatitude,maxLatitude:d.maxLatitude,minLongitude:d.minLongitude,maxLongitude:d.maxLongitude}}this.maps.trigger("panComplete",s)}this.isPanModeEnabled=!1,this.isPanningInProgress=!1;var m=Oe(this.maps.element.id+"_Selection_Rect_Zooming");m&&this.maps.zoomSettings.enable&&this.maps.zoomSettings.enableSelectionZooming&&(t.remove(m),this.performRectZooming()),this.mouseMoveLatLong={x:0,y:0},this.mouseDownLatLong={x:0,y:0},this.pinchDistance=null},e.prototype.mouseCancelHandler=function(e){this.isPanModeEnabled=!1,this.isTouch=!1,this.rectZoomingStart=!1;var i=Oe(this.maps.element.id+"_Selection_Rect_Zooming");i&&this.maps.zoomSettings.enable&&(t.remove(i),this.performRectZooming())},e.prototype.click=function(e){var i=this.maps,o=e.target.closest("#"+this.maps.element.id+"_mapsTooltipparent_template");if(i.markerModule&&i.markerModule.sameMarkerData.length>0||e.target.id.indexOf("MarkerIndex")>-1&&-1===e.target.id.indexOf("cluster")||!t.isNullOrUndefined(o))return null;if(this.isSingleClick&&i.zoomSettings.zoomOnClick&&!(e.target.id.indexOf("_Zooming_")>-1)&&!i.zoomSettings.doubleClickZoom&&this.zoomColor!==this.selectionColor){var n=e.pageX,a=e.pageY,l=this.getMousePosition(n,a),r=i.tileZoomLevel,s=i.scale;i.mapScaleValue=i.mapScaleValue+1;var d=i.isTileMap?r:s;l.x>i.mapAreaRect.x&&l.x<i.mapAreaRect.x+i.mapAreaRect.width&&l.y>i.mapAreaRect.y&&l.y<i.mapAreaRect.y+i.mapAreaRect.height&&this.performZooming(l,d+1,"ZoomIn")}},e.prototype.getMousePosition=function(e,t){var i=this.maps,o=i.element.getBoundingClientRect(),n=i.element.ownerDocument.defaultView.pageXOffset,a=i.element.ownerDocument.defaultView.pageYOffset,l=i.element.ownerDocument.documentElement.clientTop,r=i.element.ownerDocument.documentElement.clientLeft,s=o.left+n-r,d=o.top+a-l;return new ht(Math.abs(e-s),Math.abs(t-d))},e.prototype.addEventListener=function(){this.maps.isDestroyed||(t.EventHandler.add(this.maps.element,this.wheelEvent,this.mapMouseWheel,this),t.EventHandler.add(this.maps.element,"click",this.click,this),t.EventHandler.add(this.maps.element,"dblclick",this.doubleClick,this),this.maps.on(t.Browser.touchMoveEvent,this.mouseMoveHandler,this),this.maps.on(t.Browser.touchStartEvent,this.mouseDownHandler,this),this.maps.on(t.Browser.touchEndEvent,this.mouseUpHandler,this),t.EventHandler.add(this.maps.element,this.cancelEvent,this.mouseCancelHandler,this))},e.prototype.removeEventListener=function(){this.maps.isDestroyed||(t.EventHandler.remove(this.maps.element,this.wheelEvent,this.mapMouseWheel),t.EventHandler.remove(this.maps.element,"click",this.click),t.EventHandler.remove(this.maps.element,"dblclick",this.doubleClick),this.maps.off(t.Browser.touchMoveEvent,this.mouseMoveHandler),this.maps.off(t.Browser.touchStartEvent,this.mouseDownHandler),this.maps.off(t.Browser.touchEndEvent,this.mouseUpHandler),t.EventHandler.remove(this.maps.element,this.cancelEvent,this.mouseCancelHandler))},e.prototype.getModuleName=function(){return"Zoom"},e.prototype.destroy=function(){this.toolBarGroup=null,this.currentToolbarEle=null,this.zoomingRect=null,this.zoomElements=null,this.panElements=null,this.baseTranslatePoint=null,this.touchStartList=null,this.touchMoveList=null,this.previousTouchMoveList=null,this.mouseDownPoints=null,this.mouseMovePoints=null,this.startTouches=[],this.mouseDownLatLong=null,this.mouseMoveLatLong=null,this.removeEventListener(),this.layerCollectionEle=null,this.currentLayer=null,this.pinchDistance=null,this.maps=null},e}(),Bi=function(){function e(e){}return e.prototype.print=function(e,i){var o=window.open("","print","height="+window.outerHeight+",width="+window.outerWidth+",tabbar=no");o.moveTo(0,0),o.resizeTo(screen.availWidth,screen.availHeight);var n={cancel:!1,htmlContent:this.getHTMLContent(e,i),name:"beforePrint"};e.trigger("beforePrint",n,function(e){n.cancel||t.print(n.htmlContent,o)})},e.prototype.getHTMLContent=function(e,i){var o=t.createElement("div"),n=e.element.cloneNode(!0),a=e.isTileMap?n.getElementsByTagName("svg")[1]:n.getElementsByTagName("svg")[0];if(!t.isNullOrUndefined(a)&&(a=a.childNodes[0],!t.isNullOrUndefined(a))){var l=a.getAttribute("fill");"Tailwind"!==e.theme&&"Bootstrap5"!==e.theme&&"Fluent"!==e.theme&&"Material3"!==e.theme&&"Fluent2"!==e.theme||"rgba(255,255,255, 0.0)"!==l&&"transparent"!==l?"TailwindDark"!==e.theme&&"Bootstrap5Dark"!==e.theme&&"FluentDark"!==e.theme&&"Material3Dark"!==e.theme&&"Fluent2Dark"!==e.theme&&"Fluent2HighContrast"!==e.theme||"rgba(255,255,255, 0.0)"!==l&&"transparent"!==l||a.setAttribute("fill","rgba(0, 0, 0, 1)"):a.setAttribute("fill","rgba(255,255,255, 1)")}if(e.isTileMap)for(var r=0;r<n.childElementCount;r++)if(n.children[r].id===e.element.id+"_tile_parent"){n.children[r].style.removeProperty("height"),n.children[r].style.removeProperty("width"),n.children[r].style.removeProperty("top"),n.children[r].style.removeProperty("left"),n.children[r].style.removeProperty("right"),n.children[r].style.removeProperty("overflow");var s=document.getElementById(e.element.id+"_Tile_SVG_Parent");n.children[r].children[0].style.overflow="hidden",n.children[r].children[0].style.position="absolute",n.children[r].children[0].style.height=s.style.height,n.children[r].children[0].style.width=s.style.width,n.children[r].children[0].style.left=s.style.left,n.children[r].children[0].style.top=s.style.top;break}return i?i instanceof Array?Array.prototype.forEach.call(i,function(e){o.appendChild(Pe(e).cloneNode(!0))}):i instanceof Element?o.appendChild(i.cloneNode(!0)):o.appendChild(Pe(i).cloneNode(!0)):o.appendChild(n),o},e.prototype.getModuleName=function(){return"Print"},e.prototype.destroy=function(){},e}(),Ai=function(){function e(e){}return e.prototype.export=function(e,i,o,n){return new Promise(function(a,l){var r,s,d=t.createElement("canvas",{id:"ej2-canvas",attrs:{width:e.availableSize.width.toString(),height:e.availableSize.height.toString()}}),p=!(t.Browser.userAgent.toString().indexOf("HeadlessChrome")>-1),h=document.getElementById(e.element.id+"_Tile_SVG_Parent"),m=Oe(e.element.id+"_svg").cloneNode(!0),c=m.childNodes[0].getAttribute("fill");"Tailwind"!==e.theme&&"Bootstrap5"!==e.theme&&"Fluent"!==e.theme&&"Material3"!==e.theme&&"Fluent2"!==e.theme||"rgba(255,255,255, 0.0)"!==c&&"transparent"!==c?"TailwindDark"!==e.theme&&"Bootstrap5Dark"!==e.theme&&"FluentDark"!==e.theme&&"Material3Dark"!==e.theme&&"Fluent2Dark"!==e.theme&&"Fluent2HighContrast"!==e.theme||"rgba(255,255,255, 0.0)"!==c&&"transparent"!==c||m.childNodes[0].setAttribute("fill","rgba(0, 0, 0, 1)"):m.childNodes[0].setAttribute("fill","rgba(255,255,255, 1)"),e.isTileMap?(s=Oe(e.element.id+"_Tile_SVG").cloneNode(!0),r='<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">'+m.outerHTML+s.outerHTML+"</svg>"):r='<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">'+m.outerHTML+"</svg>";var u=window.URL.createObjectURL(new Blob("SVG"===i?[r]:[(new XMLSerializer).serializeToString(m)],{type:"image/svg+xml"}));if("SVG"===i)n?x(o,i,u,p):a(null);else{var g=new Image,y=d.getContext("2d");if(e.isTileMap){e.isExportInitialTileMap=!0;for(var f=document.getElementById(e.element.id+"_MapAreaBorder"),b=parseFloat(f.getAttribute("y")),v=parseFloat(f.getAttribute("x")),S=new XMLHttpRequest,O=e.mapLayerPanel.tiles.length,C=0;C<=O+1;C++)!function(l){var r=document.getElementById(e.element.id+"_tile_"+(l-1)),m=new Image;m.crossOrigin="Anonymous";var g=e.background?e.background:"Tailwind"!==e.theme&&"Bootstrap5"!==e.theme&&"Fluent"!==e.theme&&"Material3"!==e.theme||"rgba(255,255,255, 0.0)"!==c&&"transparent"!==c?"TailwindDark"!==e.theme&&"Bootstrap5Dark"!==e.theme&&"FluentDark"!==e.theme&&"Material3Dark"!==e.theme||"rgba(255,255,255, 0.0)"!==c&&"transparent"!==c?"#ffffff":"#000000":"#ffffff";y.fillStyle=g,y.fillRect(0,0,e.availableSize.width,e.availableSize.height),y.font=e.titleSettings.textStyle.size+" Arial";var f=document.getElementById(e.element.id+"_Map_title");t.isNullOrUndefined(f)||(y.fillStyle=f.getAttribute("fill"),y.fillText(e.titleSettings.text,parseFloat(f.getAttribute("x")),parseFloat(f.getAttribute("y")))),m.onload=function(){if(0===l||l===O+1?0===l?(y.setTransform(1,0,0,1,0,0),y.rect(0,b,parseFloat(h.style.width),parseFloat(h.style.height)),y.clip()):y.setTransform(1,0,0,1,v,b):y.setTransform(1,0,0,1,parseFloat(r.style.left)+v,parseFloat(r.style.top)+b),y.drawImage(m,0,0),l===O+1){localStorage.setItem("local-canvasImage",d.toDataURL("image/png"));var t=localStorage.getItem("local-canvasImage");n?(x(o,i,t,p),localStorage.removeItem("local-canvasImage"),e.isExportInitialTileMap=!1):(e.isExportInitialTileMap=!1,"PNG"===i?a(t):"JPEG"===i&&a(d.toDataURL("image/jpeg")))}},0===l||l===O+1?0===l?m.src=u:setTimeout(function(){m.src=window.URL.createObjectURL(new Blob([(new XMLSerializer).serializeToString(s)],{type:"image/svg+xml"}))},300):(S.open("GET",r.children[0].getAttribute("src"),!0),S.send(),m.src=r.children[0].getAttribute("src"))}(C)}else g.onload=function(){y.drawImage(g,0,0),window.URL.revokeObjectURL(u),n?x(o,i,d.toDataURL("image/png").replace("image/png","image/octet-stream"),p):"PNG"===i?a(d.toDataURL("image/png")):"JPEG"===i&&a(d.toDataURL("image/jpeg"))},g.src=u}})},e.prototype.getModuleName=function(){return"ImageExport"},e.prototype.destroy=function(){},e}(),Ui=function(){function e(){}return e.prototype.export=function(e,i,o,a,l){return new Promise(function(r){e.isTileMap&&(e.isExportInitialTileMap=!0);var s=t.createElement("canvas",{id:"ej2-canvas",attrs:{width:e.availableSize.width.toString(),height:e.availableSize.height.toString()}});l=t.isNullOrUndefined(l)?n.PdfPageOrientation.Landscape:l;var d=document.getElementById(e.element.id+"_Tile_SVG_Parent"),p=e.svgObject.cloneNode(!0),h=p.childNodes[0].getAttribute("fill");"Tailwind"!==e.theme&&"Bootstrap5"!==e.theme&&"Fluent"!==e.theme&&"Material3"!==e.theme&&"Fluent2"!==e.theme||"rgba(255,255,255, 0.0)"!==h&&"transparent"!==h?"TailwindDark"!==e.theme&&"Bootstrap5Dark"!==e.theme&&"FluentDark"!==e.theme&&"Material3Dark"!==e.theme&&"Fluent2Dark"!==e.theme&&"Fluent2HighContrast"!==e.theme||"rgba(255,255,255, 0.0)"!==h&&"transparent"!==h||p.childNodes[0].setAttribute("fill","rgba(0, 0, 0, 1)"):p.childNodes[0].setAttribute("fill","rgba(255,255,255, 1)");var m=window.URL.createObjectURL(new Blob("SVG"===i?[void 0]:[(new XMLSerializer).serializeToString(p)],{type:"image/svg+xml"})),c=new n.PdfDocument,u=new Image,g=s.getContext("2d");if(e.isTileMap)for(var y=document.getElementById(e.element.id+"_MapAreaBorder"),f=parseFloat(y.getAttribute("y")),b=parseFloat(y.getAttribute("x")),v=new XMLHttpRequest,S=e.mapLayerPanel.tiles.length,x=0;x<=S+1;x++)!function(p){var u=document.getElementById(e.element.id+"_tile_"+(p-1)),y=new Image;y.crossOrigin="Anonymous";var x=e.background?e.background:"Tailwind"!==e.theme&&"Bootstrap5"!==e.theme&&"Fluent"!==e.theme&&"Material3"!==e.theme||"rgba(255,255,255, 0.0)"!==h&&"transparent"!==h?"TailwindDark"!==e.theme&&"Bootstrap5Dark"!==e.theme&&"FluentDark"!==e.theme&&"Material3Dark"!==e.theme||"rgba(255,255,255, 0.0)"!==h&&"transparent"!==h?"#ffffff":"#000000":"#ffffff";g.fillStyle=x,g.fillRect(0,0,e.availableSize.width,e.availableSize.height),g.font=e.titleSettings.textStyle.size+" Arial";var O=document.getElementById(e.element.id+"_Map_title");t.isNullOrUndefined(O)||(g.fillStyle=O.getAttribute("fill"),g.fillText(e.titleSettings.text,parseFloat(O.getAttribute("x")),parseFloat(O.getAttribute("y")))),y.onload=function(){if(0===p||p===S+1?0===p?(g.setTransform(1,0,0,1,0,0),g.rect(0,f,parseFloat(d.style.width),parseFloat(d.style.height)),g.clip()):g.setTransform(1,0,0,1,b,f):g.setTransform(1,0,0,1,parseFloat(u.style.left)+b,parseFloat(u.style.top)+f),g.drawImage(y,0,0),p===S+1&&"PDF"===i){localStorage.setItem("saved-image-example",s.toDataURL("image/jpeg"));var t=localStorage.getItem("saved-image-example");c.pageSettings.orientation=l,t=t.slice(t.indexOf(",")+1),c.pages.add().graphics.drawImage(new n.PdfBitmap(t),0,0,e.availableSize.width-60,e.availableSize.height),e.isExportInitialTileMap=!1,a?(c.save(o+".pdf"),c.destroy()):r(null)}},0===p||p===S+1?0===p?y.src=m:setTimeout(function(){var t=document.getElementById(e.element.id+"_Tile_SVG");y.src=window.URL.createObjectURL(new Blob([(new XMLSerializer).serializeToString(t)],{type:"image/svg+xml"}))},300):(v.open("GET",u.children[0].getAttribute("src"),!0),v.send(),y.src=u.children[0].getAttribute("src"))}(x);else u.onload=function(){if(g.drawImage(u,0,0),window.URL.revokeObjectURL(m),"PDF"===i){var t=s.toDataURL("image/jpeg").replace("image/jpeg","image/octet-stream");c.pageSettings.orientation=l,t=t.slice(t.indexOf(",")+1),c.pages.add().graphics.drawImage(new n.PdfBitmap(t),0,0,e.availableSize.width-60,e.availableSize.height),a?(c.save(o+".pdf"),c.destroy()):r(null)}},u.src=m})},e.prototype.getModuleName=function(){return"PdfExport"},e.prototype.destroy=function(){},e}();return _i.Inject(Li,ki,Pi,Fi,Ni,Ei,zi,Ti,Ii,Oi,Bi,Ui,Ai,wi),e.Annotation=Et,e.Annotations=Oi,e.Arrow=zt,e.BingMap=vi,e.Border=Rt,e.Bubble=Li,e.BubbleSettings=ii,e.CenterPosition=Zt,e.CircleOption=vt,e.ColorMapping=Si,e.ColorMappingSettings=qt,e.ColorValue=ft,e.CommonTitleSettings=oi,e.ConnectorLineSettings=Gt,e.Coordinate=mt,e.DataLabel=Ti,e.DataLabelSettings=di,e.Font=Bt,e.GeoLocation=ut,e.Highlight=Fi,e.HighlightSettings=Kt,e.ImageExport=Ai,e.InitialMarkerSelectionSettings=Yt,e.InitialShapeSelectionSettings=Jt,e.Internalize=_e,e.LayerPanel=xi,e.LayerSettings=ci,e.Legend=ki,e.LegendSettings=si,e.Line=Ct,e.LineOption=Ot,e.MapAjax=Pt,e.MapLocation=Mt,e.Maps=_i,e.MapsAreaSettings=gi,e.MapsTooltip=Ei,e.Margin=Ht,e.Marker=Pi,e.MarkerBase=hi,e.MarkerClusterData=Xt,e.MarkerClusterSettings=Wt,e.MarkerSettings=mi,e.MinMax=ct,e.NavigationLine=Ii,e.NavigationLineSettings=ti,e.PathOption=yt,e.PatternOptions=Lt,e.PdfExport=Ui,e.Point=ht,e.Polygon=wi,e.PolygonOption=St,e.PolygonSetting=$t,e.PolygonSettings=ei,e.PolygonTooltipSettings=Vt,e.PolylineOption=xt,e.Print=Bi,e.Rect=_t,e.RectOption=bt,e.Selection=Ni,e.SelectionSettings=Qt,e.ShapeSettings=pi,e.Size=pt,e.SubTitleSettings=ni,e.TextOption=gt,e.Tile=ui,e.TitleSettings=ai,e.ToggleLegendSettings=ri,e.TooltipSettings=Dt,e.Zoom=zi,e.ZoomSettings=li,e.ZoomToolbarButtonSettings=At,e.ZoomToolbarSettings=jt,e.ZoomToolbarTooltipSettings=Ut,e.acos=v,e.aitoff=y,e.animate=tt,e.animationComplete=fi,e.annotationRendering="annotationRendering",e.appendShape=W,e.beforePrint="beforePrint",e.bubbleClick="bubbleClick",e.bubbleMouseMove="bubbleMouseMove",e.bubbleRendering="bubbleRendering",e.calculateBound=S,e.calculateCenterFromPixel=be,e.calculatePolygonPath=m,e.calculateScale=Ye,e.calculateShapes=$,e.calculateSize=l,e.calculateZoomLevel=nt,e.changeBorderWidth=We,e.changeNavaigationLineWidth=Xe,e.checkPropertyPath=pe,e.checkShapeDataFields=de,e.click="click",e.clusterSeparate=R,e.clusterTemplate=B,e.compareZoomFactor=ot,e.convertElement=_,e.convertElementFromLabel=w,e.convertGeoToPoint=h,e.convertStringToValue=P,e.convertTileLatLongToPoint=c,e.createStyle=Ne,e.createSvg=r,e.createTooltip=Ze,e.customizeStyle=Ee,e.dataLabelRendering="dataLabelRendering",e.degreesToRadians=d,e.doubleClick="doubleClick",e.drawBalloon=le,e.drawCircle=X,e.drawCross=ie,e.drawDiamond=ee,e.drawHorizontalLine=oe,e.drawLine=K,e.drawPath=Y,e.drawPattern=re,e.drawPolygon=J,e.drawPolyline=Q,e.drawRectangle=q,e.drawStar=ae,e.drawSymbol=Ve,e.drawSymbols=T,e.drawTriangle=te,e.drawVerticalLine=ne,e.elementAnimate=Ae,e.filter=he,e.findMidPointOfPolygon=ce,e.findPosition=ye,e.fixInitialScaleForTile=xe,e.formatValue=L,e.getClientElement=Ce,e.getDistance=Je,e.getElement=Pe,e.getElementByID=Oe,e.getElementOffset=Ge,e.getElementsByClassName=Ie,e.getFieldData=se,e.getHexColor=De,e.getMousePosition=s,e.getProcessedMarginValue=Me,e.getRatioOfBubble=me,e.getShapeData=we,e.getTargetElement=Fe,e.getTemplateFunction=Le,e.getTouchCenter=Ke,e.getTouches=Qe,e.getTranslate=ve,e.getValueFromObject=I,e.getZoomTranslate=Se,e.isCustomPath=ue,e.itemHighlight="itemHighlight",e.itemSelection=bi,e.layerRendering="layerRendering",e.legendRendering="legendRendering",e.load="load",e.loaded="loaded",e.maintainSelection=V,e.maintainStyleClass=G,e.maintainToggleSelection=H,e.marker=Z,e.markerBoundsComparer=U,e.markerClick="markerClick",e.markerClusterClick="markerClusterClick",e.markerClusterListHandler=A,e.markerClusterMouseMove="markerClusterMouseMove",e.markerClusterRendering=yi,e.markerColorChoose=k,e.markerDragEnd="markerDragEnd",e.markerDragStart="markerDragStart",e.markerMouseMove="markerMouseMove",e.markerRendering="markerRendering",e.markerShapeChoose=F,e.markerTemplate=D,e.measureText=O,e.measureTextElement=C,e.mergeSeparateCluster=j,e.mousedown="mousedown",e.mousemove="mousemove",e.mouseup="mouseup",e.onclick="onclick",e.pan="pan",e.panComplete="panComplete",e.processResult=at,e.querySelector=ke,e.radiansToDegrees=p,e.removeClass=Be,e.removeElement=fe,e.renderLegendShape=He,e.renderTextElement=M,e.resize="resize",e.rightClick="rightClick",e.roundTo=f,e.shapeHighlight="shapeHighlight",e.shapeRendering="shapeRendering",e.shapeSelected="shapeSelected",e.showTooltip=je,e.sinci=b,e.smoothTranslate=it,e.stringToNumber=a,e.sum=$e,e.targetTouches=qe,e.textTrim=ge,e.timeout=Ue,e.tooltipRender="tooltipRender",e.triggerDownload=x,e.triggerItemSelectionEvent=ze,e.triggerShapeEvent=Te,e.wordWrap=Re,e.xToCoordinate=u,e.yToCoordinate=g,e.zoomAnimate=et,e.zoomComplete="zoomComplete",e.zoomIn="zoomIn",e.zoomOut="zoomOut",e}({},ej.base,ej.svgbase,ej.data,ej.pdfexport),this.ejs=ej;
11
11
  //# sourceMappingURL=ej2-maps.min.js.map