@syncfusion/ej2-angular-maps 20.4.54-ngcc → 21.1.35-ngcc
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.
- package/@syncfusion/ej2-angular-maps.es5.js +12 -11
- package/@syncfusion/ej2-angular-maps.es5.js.map +1 -1
- package/@syncfusion/ej2-angular-maps.js +12 -11
- package/@syncfusion/ej2-angular-maps.js.map +1 -1
- package/CHANGELOG.md +3 -21
- package/dist/ej2-angular-maps.umd.js +18 -11
- package/dist/ej2-angular-maps.umd.js.map +1 -1
- package/dist/ej2-angular-maps.umd.min.js +2 -2
- package/dist/ej2-angular-maps.umd.min.js.map +1 -1
- package/ej2-angular-maps.metadata.json +1 -1
- package/package.json +9 -9
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/src/maps/annotations.directive.d.ts +10 -7
- package/src/maps/bubblesettings.directive.d.ts +20 -20
- package/src/maps/colormapping.directive.d.ts +9 -9
- package/src/maps/initialshapeselection.directive.d.ts +3 -3
- package/src/maps/layers.directive.d.ts +33 -28
- package/src/maps/maps.component.d.ts +4 -1
- package/src/maps/markersettings.directive.d.ts +32 -26
- package/src/maps/navigationlinesettings.directive.d.ts +11 -10
|
@@ -6,7 +6,7 @@ import { CommonModule } from '@angular/common';
|
|
|
6
6
|
let input = ['shapePath', 'shapeValue'];
|
|
7
7
|
let outputs = [];
|
|
8
8
|
/**
|
|
9
|
-
*
|
|
9
|
+
* Represents the directive to configure the selection of the shapes when the maps is initially rendered.
|
|
10
10
|
* ```html
|
|
11
11
|
* <e-layers>
|
|
12
12
|
* <e-layer>
|
|
@@ -74,10 +74,10 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
74
74
|
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
75
75
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
76
76
|
};
|
|
77
|
-
let input$1 = ['animationDelay', 'animationDuration', 'border', 'colorValuePath', 'dashArray', 'dataSource', 'fill', 'height', 'highlightSettings', 'imageUrl', 'imageUrlValuePath', 'initialMarkerSelection', 'latitudeValuePath', 'legendText', 'longitudeValuePath', 'offset', 'opacity', 'query', 'selectionSettings', 'shape', 'shapeValuePath', 'template', 'tooltipSettings', 'visible', 'width'];
|
|
77
|
+
let input$1 = ['animationDelay', 'animationDuration', 'border', 'colorValuePath', 'dashArray', 'dataSource', 'enableDrag', 'fill', 'height', 'highlightSettings', 'imageUrl', 'imageUrlValuePath', 'initialMarkerSelection', 'latitudeValuePath', 'legendText', 'longitudeValuePath', 'offset', 'opacity', 'query', 'selectionSettings', 'shape', 'shapeValuePath', 'template', 'tooltipSettings', 'visible', 'width'];
|
|
78
78
|
let outputs$1 = [];
|
|
79
79
|
/**
|
|
80
|
-
*
|
|
80
|
+
* Represents the directive to define the markers in the maps.
|
|
81
81
|
* ```html
|
|
82
82
|
* <e-layers>
|
|
83
83
|
* <e-layer>
|
|
@@ -151,7 +151,7 @@ MarkersDirective.ctorParameters = () => [];
|
|
|
151
151
|
let input$2 = ['color', 'from', 'label', 'maxOpacity', 'minOpacity', 'showLegend', 'to', 'value'];
|
|
152
152
|
let outputs$2 = [];
|
|
153
153
|
/**
|
|
154
|
-
*
|
|
154
|
+
* Represents the directive to define the bubble color mapping in the maps.
|
|
155
155
|
* ```html
|
|
156
156
|
* <e-layers>
|
|
157
157
|
* <e-layer>
|
|
@@ -224,7 +224,7 @@ var __metadata$1 = (this && this.__metadata) || function (k, v) {
|
|
|
224
224
|
let input$3 = ['animationDelay', 'animationDuration', 'border', 'bubbleType', 'colorMapping', 'colorValuePath', 'dataSource', 'fill', 'highlightSettings', 'maxRadius', 'minRadius', 'opacity', 'query', 'selectionSettings', 'tooltipSettings', 'valuePath', 'visible'];
|
|
225
225
|
let outputs$3 = [];
|
|
226
226
|
/**
|
|
227
|
-
*
|
|
227
|
+
* Represents the directive to define the bubbles in the maps.
|
|
228
228
|
* ```html
|
|
229
229
|
* <e-layers>
|
|
230
230
|
* <e-layer>
|
|
@@ -305,7 +305,7 @@ var __metadata$2 = (this && this.__metadata) || function (k, v) {
|
|
|
305
305
|
let input$4 = ['angle', 'arrowSettings', 'color', 'dashArray', 'highlightSettings', 'latitude', 'longitude', 'selectionSettings', 'visible', 'width'];
|
|
306
306
|
let outputs$4 = [];
|
|
307
307
|
/**
|
|
308
|
-
*
|
|
308
|
+
* Represents the directive to define the navigation lines in the maps.
|
|
309
309
|
* ```html
|
|
310
310
|
* <e-layers>
|
|
311
311
|
* <e-layer>
|
|
@@ -374,7 +374,7 @@ NavigationLinesDirective.ctorParameters = () => [];
|
|
|
374
374
|
let input$5 = ['animationDuration', 'bingMapType', 'bubbleSettings', 'dataLabelSettings', 'dataSource', 'geometryType', 'highlightSettings', 'initialShapeSelection', 'key', 'layerType', 'markerClusterSettings', 'markerSettings', 'navigationLineSettings', 'query', 'selectionSettings', 'shapeData', 'shapeDataPath', 'shapePropertyPath', 'shapeSettings', 'staticMapType', 'toggleLegendSettings', 'tooltipSettings', 'type', 'urlTemplate', 'visible'];
|
|
375
375
|
let outputs$5 = [];
|
|
376
376
|
/**
|
|
377
|
-
*
|
|
377
|
+
* Represents the directive to define the layer of the maps.
|
|
378
378
|
* ```html
|
|
379
379
|
* <e-layers>
|
|
380
380
|
* <e-layer></e-layer>
|
|
@@ -446,7 +446,7 @@ var __metadata$3 = (this && this.__metadata) || function (k, v) {
|
|
|
446
446
|
let input$6 = ['content', 'horizontalAlignment', 'verticalAlignment', 'x', 'y', 'zIndex'];
|
|
447
447
|
let outputs$6 = [];
|
|
448
448
|
/**
|
|
449
|
-
*
|
|
449
|
+
* Represents the directive to define the annotations in the maps.
|
|
450
450
|
* ```html
|
|
451
451
|
* <e-maps-annotations>
|
|
452
452
|
* <e-maps-annotation></e-maps-annotation>
|
|
@@ -517,10 +517,11 @@ var __metadata$4 = (this && this.__metadata) || function (k, v) {
|
|
|
517
517
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
518
518
|
};
|
|
519
519
|
const inputs = ['allowImageExport', 'allowPdfExport', 'allowPrint', 'annotations', 'background', 'baseLayerIndex', 'border', 'centerPosition', 'description', 'enablePersistence', 'enableRtl', 'format', 'height', 'layers', 'legendSettings', 'locale', 'mapsArea', 'margin', 'projectionType', 'tabIndex', 'theme', 'titleSettings', 'tooltipDisplayMode', 'useGroupingSeparator', 'width', 'zoomSettings'];
|
|
520
|
-
const outputs$7 = ['animationComplete', 'annotationRendering', 'beforePrint', 'bubbleClick', 'bubbleMouseMove', 'bubbleRendering', 'click', 'dataLabelRendering', 'doubleClick', 'itemHighlight', 'itemSelection', 'layerRendering', 'legendRendering', 'load', 'loaded', 'markerClick', 'markerClusterClick', 'markerClusterMouseMove', 'markerClusterRendering', 'markerMouseMove', 'markerRendering', 'onclick', 'pan', 'resize', 'rightClick', 'shapeHighlight', 'shapeRendering', 'shapeSelected', 'tooltipRender', 'tooltipRenderComplete', 'zoom', 'dataSourceChange'];
|
|
520
|
+
const outputs$7 = ['animationComplete', 'annotationRendering', 'beforePrint', 'bubbleClick', 'bubbleMouseMove', 'bubbleRendering', 'click', 'dataLabelRendering', 'doubleClick', 'itemHighlight', 'itemSelection', 'layerRendering', 'legendRendering', 'load', 'loaded', 'markerClick', 'markerClusterClick', 'markerClusterMouseMove', 'markerClusterRendering', 'markerDragEnd', 'markerDragStart', 'markerMouseMove', 'markerRendering', 'onclick', 'pan', 'resize', 'rightClick', 'shapeHighlight', 'shapeRendering', 'shapeSelected', 'tooltipRender', 'tooltipRenderComplete', 'zoom', 'dataSourceChange'];
|
|
521
521
|
const twoWays = ['dataSource'];
|
|
522
522
|
/**
|
|
523
|
-
* Represents Maps
|
|
523
|
+
* Represents the Angular Maps component.
|
|
524
|
+
* It is ideal for rendering maps from GeoJSON data or other map providers like OpenStreetMap, Google Maps, Bing Maps, etc that has rich feature set that includes markers, labels, bubbles and much more.
|
|
524
525
|
* ```html
|
|
525
526
|
* <ej-maps></ej-maps>
|
|
526
527
|
* ```
|
|
@@ -796,5 +797,5 @@ MapsAllModule.ctorParameters = () => [];
|
|
|
796
797
|
*/
|
|
797
798
|
|
|
798
799
|
export { InitialShapeSelectionDirective, InitialShapeSelectionsDirective, MarkerDirective, MarkersDirective, ColorMappingDirective, ColorMappingsDirective, BubbleDirective, BubblesDirective, NavigationLineDirective, NavigationLinesDirective, LayerDirective, LayersDirective, AnnotationDirective, AnnotationsDirective, MapsComponent, MapsModule, MapsAllModule, BubbleService, LegendService, MarkerService, HighlightService, SelectionService, MapsTooltipService, ZoomService, DataLabelService, NavigationLineService, AnnotationsService, PrintService, PdfExportService, ImageExportService, inputs as ɵa, outputs$7 as ɵb };
|
|
799
|
-
export { Maps, load, loaded, click, onclick, rightClick, doubleClick, resize, tooltipRender, shapeSelected, shapeHighlight, mousemove, mouseup, mousedown, layerRendering, shapeRendering, markerRendering, markerClusterRendering, markerClick, markerClusterClick, markerMouseMove, markerClusterMouseMove, dataLabelRendering, bubbleRendering, bubbleClick, bubbleMouseMove, animationComplete, legendRendering, annotationRendering, itemSelection, itemHighlight, beforePrint, zoomIn, zoomOut, pan, Annotation, Arrow, Font, Border, CenterPosition, TooltipSettings, Margin, ConnectorLineSettings, MarkerClusterSettings, MarkerClusterData, ColorMappingSettings, InitialMarkerSelectionSettings, InitialShapeSelectionSettings, SelectionSettings, HighlightSettings, NavigationLineSettings, BubbleSettings, CommonTitleSettings, SubTitleSettings, TitleSettings, ZoomSettings, ToggleLegendSettings, LegendSettings, DataLabelSettings, ShapeSettings, MarkerBase, MarkerSettings, LayerSettings, Tile, MapsAreaSettings, Size, stringToNumber, calculateSize, createSvg, getMousePosition, degreesToRadians, radiansToDegrees, convertGeoToPoint, convertTileLatLongToPoint, xToCoordinate, yToCoordinate, aitoff, roundTo, sinci, acos, calculateBound, triggerDownload, Point, MinMax, GeoLocation, measureText, TextOption, PathOption, ColorValue, RectOption, CircleOption, PolygonOption, PolylineOption, LineOption, Line, MapLocation, Rect, PatternOptions, renderTextElement, convertElement, formatValue, convertStringToValue, convertElementFromLabel, drawSymbols, getValueFromObject, markerColorChoose, markerShapeChoose, clusterTemplate, mergeSeparateCluster, clusterSeparate, marker, markerTemplate, maintainSelection, maintainStyleClass, appendShape, drawCircle, drawRectangle, drawPath, drawPolygon, drawPolyline, drawLine, calculateShapes, drawDiamond, drawTriangle, drawCross, drawHorizontalLine, drawVerticalLine, drawStar, drawBalloon, drawPattern, getFieldData, checkShapeDataFields, checkPropertyPath, filter, getRatioOfBubble, findMidPointOfPolygon, isCustomPath, textTrim, findPosition, removeElement, calculateCenterFromPixel, getTranslate, getZoomTranslate, fixInitialScaleForTile, getElementByID, getClientElement, Internalize, getTemplateFunction, getElement, getShapeData, triggerShapeEvent, getElementsByClassName, querySelector, getTargetElement, createStyle, customizeStyle, triggerItemSelectionEvent, removeClass, elementAnimate, timeout, showTooltip, wordWrap, createTooltip, drawSymbol, renderLegendShape, getElementOffset, changeBorderWidth, changeNavaigationLineWidth, targetTouches, calculateScale, getDistance, getTouches, getTouchCenter, sum, zoomAnimate, animate, MapAjax, smoothTranslate, compareZoomFactor, calculateZoomLevel, processResult, LayerPanel, Bubble, BingMap, Marker, ColorMapping, DataLabel, NavigationLine, Legend, Highlight, Selection, MapsTooltip, Zoom, Annotations, Print, ImageExport, PdfExport } from '@syncfusion/ej2-maps';
|
|
800
|
+
export { Maps, load, loaded, click, onclick, rightClick, doubleClick, resize, tooltipRender, shapeSelected, shapeHighlight, mousemove, mouseup, mousedown, layerRendering, shapeRendering, markerRendering, markerClusterRendering, markerClick, markerDragStart, markerDragEnd, markerClusterClick, markerMouseMove, markerClusterMouseMove, dataLabelRendering, bubbleRendering, bubbleClick, bubbleMouseMove, animationComplete, legendRendering, annotationRendering, itemSelection, itemHighlight, beforePrint, zoomIn, zoomOut, pan, Annotation, Arrow, Font, ZoomToolbarButtonSettings, ZoomToolbarTooltipSettings, ZoomToolbarSettings, Border, CenterPosition, TooltipSettings, Margin, ConnectorLineSettings, MarkerClusterSettings, MarkerClusterData, ColorMappingSettings, InitialMarkerSelectionSettings, InitialShapeSelectionSettings, SelectionSettings, HighlightSettings, NavigationLineSettings, BubbleSettings, CommonTitleSettings, SubTitleSettings, TitleSettings, ZoomSettings, ToggleLegendSettings, LegendSettings, DataLabelSettings, ShapeSettings, MarkerBase, MarkerSettings, LayerSettings, Tile, MapsAreaSettings, Size, stringToNumber, calculateSize, createSvg, getMousePosition, degreesToRadians, radiansToDegrees, convertGeoToPoint, convertTileLatLongToPoint, xToCoordinate, yToCoordinate, aitoff, roundTo, sinci, acos, calculateBound, triggerDownload, Point, MinMax, GeoLocation, measureText, TextOption, PathOption, ColorValue, RectOption, CircleOption, PolygonOption, PolylineOption, LineOption, Line, MapLocation, Rect, PatternOptions, renderTextElement, convertElement, formatValue, convertStringToValue, convertElementFromLabel, drawSymbols, getValueFromObject, markerColorChoose, markerShapeChoose, clusterTemplate, mergeSeparateCluster, clusterSeparate, marker, markerTemplate, maintainSelection, maintainStyleClass, appendShape, drawCircle, drawRectangle, drawPath, drawPolygon, drawPolyline, drawLine, calculateShapes, drawDiamond, drawTriangle, drawCross, drawHorizontalLine, drawVerticalLine, drawStar, drawBalloon, drawPattern, getFieldData, checkShapeDataFields, checkPropertyPath, filter, getRatioOfBubble, findMidPointOfPolygon, isCustomPath, textTrim, findPosition, removeElement, calculateCenterFromPixel, getTranslate, getZoomTranslate, fixInitialScaleForTile, getElementByID, getClientElement, Internalize, getTemplateFunction, getElement, getShapeData, triggerShapeEvent, getElementsByClassName, querySelector, getTargetElement, createStyle, customizeStyle, triggerItemSelectionEvent, removeClass, elementAnimate, timeout, showTooltip, wordWrap, createTooltip, getHexColor, drawSymbol, renderLegendShape, getElementOffset, changeBorderWidth, changeNavaigationLineWidth, targetTouches, calculateScale, getDistance, getTouches, getTouchCenter, sum, zoomAnimate, animate, MapAjax, smoothTranslate, compareZoomFactor, calculateZoomLevel, processResult, LayerPanel, Bubble, BingMap, Marker, ColorMapping, DataLabel, NavigationLine, Legend, Highlight, Selection, MapsTooltip, Zoom, Annotations, Print, ImageExport, PdfExport } from '@syncfusion/ej2-maps';
|
|
800
801
|
//# sourceMappingURL=ej2-angular-maps.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ej2-angular-maps.js","sources":["~/@syncfusion/ej2-angular-maps/ej2-angular-maps.ts","~/@syncfusion/ej2-angular-maps/src/maps/maps-all.module.ts","~/@syncfusion/ej2-angular-maps/src/maps/maps.module.ts","~/@syncfusion/ej2-angular-maps/src/maps/maps.component.ts","~/@syncfusion/ej2-angular-maps/src/maps/annotations.directive.ts","~/@syncfusion/ej2-angular-maps/src/maps/layers.directive.ts","~/@syncfusion/ej2-angular-maps/src/maps/navigationlinesettings.directive.ts","~/@syncfusion/ej2-angular-maps/src/maps/bubblesettings.directive.ts","~/@syncfusion/ej2-angular-maps/src/maps/colormapping.directive.ts","~/@syncfusion/ej2-angular-maps/src/maps/markersettings.directive.ts","~/@syncfusion/ej2-angular-maps/src/maps/initialshapeselection.directive.ts"],"sourcesContent":["/**\n * Generated bundle index. Do not edit.\n */\n\nexport {InitialShapeSelectionDirective,InitialShapeSelectionsDirective,MarkerDirective,MarkersDirective,ColorMappingDirective,ColorMappingsDirective,BubbleDirective,BubblesDirective,NavigationLineDirective,NavigationLinesDirective,LayerDirective,LayersDirective,AnnotationDirective,AnnotationsDirective,MapsComponent,MapsModule,MapsAllModule,BubbleService,LegendService,MarkerService,HighlightService,SelectionService,MapsTooltipService,ZoomService,DataLabelService,NavigationLineService,AnnotationsService,PrintService,PdfExportService,ImageExportService,Maps,MapsModel,IMapsEventArgs,IPrintEventArgs,ILoadedEventArgs,ILoadEventArgs,IDataLabelArgs,IMouseEventArgs,GeoPosition,ITooltipRenderCompleteEventArgs,IResizeEventArgs,IFontMapping,MapsTooltipOption,ITooltipRenderEventArgs,ISelectionEventArgs,IShapeSelectedEventArgs,ITouches,IShapes,ILayerRenderingEventArgs,IShapeRenderingEventArgs,IMarkerRenderingEventArgs,IMarkerClusterRenderingEventArgs,IMarkerClickEventArgs,IMarkerMoveEventArgs,IMarkerClusterClickEventArgs,IMarkerClusterMoveEventArgs,ILabelRenderingEventArgs,IBubbleRenderingEventArgs,IBubbleClickEventArgs,IBubbleMoveEventArgs,IAnimationCompleteEventArgs,ILegendRenderingEventArgs,IAnnotationRenderingEventArgs,IMapPanEventArgs,IMapZoomEventArgs,IThemeStyle,IDataTemplate,load,loaded,click,onclick,rightClick,doubleClick,resize,tooltipRender,shapeSelected,shapeHighlight,mousemove,mouseup,mousedown,layerRendering,shapeRendering,markerRendering,markerClusterRendering,markerClick,markerClusterClick,markerMouseMove,markerClusterMouseMove,dataLabelRendering,bubbleRendering,bubbleClick,bubbleMouseMove,animationComplete,legendRendering,annotationRendering,itemSelection,itemHighlight,beforePrint,zoomIn,zoomOut,pan,Annotation,Arrow,Font,Border,CenterPosition,TooltipSettings,Margin,ConnectorLineSettings,MarkerClusterSettings,MarkerClusterData,ColorMappingSettings,InitialMarkerSelectionSettings,InitialShapeSelectionSettings,SelectionSettings,HighlightSettings,NavigationLineSettings,BubbleSettings,CommonTitleSettings,SubTitleSettings,TitleSettings,ZoomSettings,ToggleLegendSettings,LegendSettings,DataLabelSettings,ShapeSettings,MarkerBase,MarkerSettings,LayerSettings,Tile,MapsAreaSettings,AnnotationModel,ArrowModel,FontModel,BorderModel,CenterPositionModel,TooltipSettingsModel,MarginModel,ConnectorLineSettingsModel,MarkerClusterSettingsModel,MarkerClusterDataModel,ColorMappingSettingsModel,InitialMarkerSelectionSettingsModel,InitialShapeSelectionSettingsModel,SelectionSettingsModel,HighlightSettingsModel,NavigationLineSettingsModel,BubbleSettingsModel,CommonTitleSettingsModel,SubTitleSettingsModel,TitleSettingsModel,ZoomSettingsModel,ToggleLegendSettingsModel,LegendSettingsModel,DataLabelSettingsModel,ShapeSettingsModel,MarkerBaseModel,MarkerSettingsModel,LayerSettingsModel,TileModel,MapsAreaSettingsModel,Alignment,MapsTheme,LegendPosition,LegendType,SmartLabelMode,ArrowPosition,IntersectAction,LegendMode,ShapeLayerType,Type,MarkerType,ProjectionType,BingMapType,StaticMapType,Orientation,LegendShape,LegendArrangement,AnnotationAlignment,GeometryType,BubbleType,LabelPosition,LabelIntersectAction,ExportType,PanDirection,TooltipGesture,Size,stringToNumber,calculateSize,createSvg,getMousePosition,degreesToRadians,radiansToDegrees,convertGeoToPoint,convertTileLatLongToPoint,xToCoordinate,yToCoordinate,aitoff,roundTo,sinci,acos,calculateBound,triggerDownload,Point,MinMax,GeoLocation,measureText,TextOption,PathOption,ColorValue,RectOption,CircleOption,PolygonOption,PolylineOption,LineOption,Line,MapLocation,Rect,patternUnits,PatternOptions,renderTextElement,convertElement,formatValue,convertStringToValue,convertElementFromLabel,drawSymbols,getValueFromObject,markerColorChoose,markerShapeChoose,clusterTemplate,mergeSeparateCluster,clusterSeparate,marker,markerTemplate,maintainSelection,maintainStyleClass,appendShape,drawCircle,drawRectangle,drawPath,drawPolygon,drawPolyline,drawLine,calculateShapes,drawDiamond,drawTriangle,drawCross,drawHorizontalLine,drawVerticalLine,drawStar,drawBalloon,drawPattern,getFieldData,checkShapeDataFields,checkPropertyPath,filter,getRatioOfBubble,findMidPointOfPolygon,isCustomPath,textTrim,findPosition,removeElement,calculateCenterFromPixel,getTranslate,getZoomTranslate,fixInitialScaleForTile,getElementByID,getClientElement,Internalize,getTemplateFunction,getElement,getShapeData,triggerShapeEvent,getElementsByClassName,querySelector,getTargetElement,createStyle,customizeStyle,triggerItemSelectionEvent,removeClass,elementAnimate,timeout,showTooltip,wordWrap,createTooltip,drawSymbol,renderLegendShape,getElementOffset,changeBorderWidth,changeNavaigationLineWidth,targetTouches,calculateScale,getDistance,getTouches,getTouchCenter,sum,zoomAnimate,animate,MapAjax,smoothTranslate,compareZoomFactor,calculateZoomLevel,processResult,LayerPanel,Bubble,BingMap,Marker,ColorMapping,DataLabel,NavigationLine,Legend,Highlight,Selection,MapsTooltip,Zoom,Annotations,Print,ImageExport,PdfExport} from './public_api';\n\nexport {inputs as ɵa,outputs as ɵb} from './src/maps/maps.component';","import { NgModule, ValueProvider } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { InitialShapeSelectionDirective, InitialShapeSelectionsDirective } from './initialshapeselection.directive';\nimport { MarkerDirective, MarkersDirective } from './markersettings.directive';\nimport { ColorMappingDirective, ColorMappingsDirective } from './colormapping.directive';\nimport { BubbleDirective, BubblesDirective } from './bubblesettings.directive';\nimport { NavigationLineDirective, NavigationLinesDirective } from './navigationlinesettings.directive';\nimport { LayerDirective, LayersDirective } from './layers.directive';\nimport { AnnotationDirective, AnnotationsDirective } from './annotations.directive';\nimport { MapsComponent } from './maps.component';\nimport { MapsModule } from './maps.module';\nimport {Bubble, Legend, Marker, Highlight, Selection, MapsTooltip, Zoom, DataLabel, NavigationLine, Annotations, Print, PdfExport, ImageExport} from '@syncfusion/ej2-maps';\n\n\nexport const /** @type {?} */ BubbleService: ValueProvider = { provide: 'MapsBubble', useValue: Bubble};\nexport const /** @type {?} */ LegendService: ValueProvider = { provide: 'MapsLegend', useValue: Legend};\nexport const /** @type {?} */ MarkerService: ValueProvider = { provide: 'MapsMarker', useValue: Marker};\nexport const /** @type {?} */ HighlightService: ValueProvider = { provide: 'MapsHighlight', useValue: Highlight};\nexport const /** @type {?} */ SelectionService: ValueProvider = { provide: 'MapsSelection', useValue: Selection};\nexport const /** @type {?} */ MapsTooltipService: ValueProvider = { provide: 'MapsMapsTooltip', useValue: MapsTooltip};\nexport const /** @type {?} */ ZoomService: ValueProvider = { provide: 'MapsZoom', useValue: Zoom};\nexport const /** @type {?} */ DataLabelService: ValueProvider = { provide: 'MapsDataLabel', useValue: DataLabel};\nexport const /** @type {?} */ NavigationLineService: ValueProvider = { provide: 'MapsNavigationLine', useValue: NavigationLine};\nexport const /** @type {?} */ AnnotationsService: ValueProvider = { provide: 'MapsAnnotations', useValue: Annotations};\nexport const /** @type {?} */ PrintService: ValueProvider = { provide: 'MapsPrint', useValue: Print};\nexport const /** @type {?} */ PdfExportService: ValueProvider = { provide: 'MapsPdfExport', useValue: PdfExport};\nexport const /** @type {?} */ ImageExportService: ValueProvider = { provide: 'MapsImageExport', useValue: ImageExport};\n/**\n * NgModule definition for the Maps component with providers.\n */\nexport class MapsAllModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule, MapsModule],\n exports: [\n MapsModule\n ],\n providers:[\n BubbleService,\n LegendService,\n MarkerService,\n HighlightService,\n SelectionService,\n MapsTooltipService,\n ZoomService,\n DataLabelService,\n NavigationLineService,\n AnnotationsService,\n PrintService,\n PdfExportService,\n ImageExportService\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction MapsAllModule_tsickle_Closure_declarations() {\n/** @type {?} */\nMapsAllModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nMapsAllModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { InitialShapeSelectionDirective, InitialShapeSelectionsDirective } from './initialshapeselection.directive';\nimport { MarkerDirective, MarkersDirective } from './markersettings.directive';\nimport { ColorMappingDirective, ColorMappingsDirective } from './colormapping.directive';\nimport { BubbleDirective, BubblesDirective } from './bubblesettings.directive';\nimport { NavigationLineDirective, NavigationLinesDirective } from './navigationlinesettings.directive';\nimport { LayerDirective, LayersDirective } from './layers.directive';\nimport { AnnotationDirective, AnnotationsDirective } from './annotations.directive';\nimport { MapsComponent } from './maps.component';\n/**\n * NgModule definition for the Maps component.\n */\nexport class MapsModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule],\n declarations: [\n MapsComponent,\n InitialShapeSelectionDirective,\n InitialShapeSelectionsDirective,\n MarkerDirective,\n MarkersDirective,\n ColorMappingDirective,\n ColorMappingsDirective,\n BubbleDirective,\n BubblesDirective,\n NavigationLineDirective,\n NavigationLinesDirective,\n LayerDirective,\n LayersDirective,\n AnnotationDirective,\n AnnotationsDirective\n ],\n exports: [\n MapsComponent,\n InitialShapeSelectionDirective,\n InitialShapeSelectionsDirective,\n MarkerDirective,\n MarkersDirective,\n ColorMappingDirective,\n ColorMappingsDirective,\n BubbleDirective,\n BubblesDirective,\n NavigationLineDirective,\n NavigationLinesDirective,\n LayerDirective,\n LayersDirective,\n AnnotationDirective,\n AnnotationsDirective\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction MapsModule_tsickle_Closure_declarations() {\n/** @type {?} */\nMapsModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nMapsModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Component, ElementRef, ViewContainerRef, ChangeDetectionStrategy, QueryList, Renderer2, Injector, ValueProvider, ContentChild } from '@angular/core';\nimport { ComponentBase, IComponentBase, applyMixins, ComponentMixins, PropertyCollectionInfo, setValue } from '@syncfusion/ej2-angular-base';\nimport { Maps } from '@syncfusion/ej2-maps';\n\nimport { LayersDirective } from './layers.directive';\nimport { AnnotationsDirective } from './annotations.directive';\n\nexport const /** @type {?} */ inputs: string[] = ['allowImageExport','allowPdfExport','allowPrint','annotations','background','baseLayerIndex','border','centerPosition','description','enablePersistence','enableRtl','format','height','layers','legendSettings','locale','mapsArea','margin','projectionType','tabIndex','theme','titleSettings','tooltipDisplayMode','useGroupingSeparator','width','zoomSettings'];\nexport const /** @type {?} */ outputs: string[] = ['animationComplete','annotationRendering','beforePrint','bubbleClick','bubbleMouseMove','bubbleRendering','click','dataLabelRendering','doubleClick','itemHighlight','itemSelection','layerRendering','legendRendering','load','loaded','markerClick','markerClusterClick','markerClusterMouseMove','markerClusterRendering','markerMouseMove','markerRendering','onclick','pan','resize','rightClick','shapeHighlight','shapeRendering','shapeSelected','tooltipRender','tooltipRenderComplete','zoom','dataSourceChange'];\nexport const /** @type {?} */ twoWays: string[] = ['dataSource'];\n/**\n * Represents Maps Component\n * ```html\n * <ej-maps></ej-maps>\n * ```\n */\n@ComponentMixins([ComponentBase])\nexport class MapsComponent extends Maps implements IComponentBase {\npublic context : any;\npublic tagObjects: any;\n\tanimationComplete: any;\n\tannotationRendering: any;\n\tbeforePrint: any;\n\tbubbleClick: any;\n\tbubbleMouseMove: any;\n\tbubbleRendering: any;\n\tclick: any;\n\tdataLabelRendering: any;\n\tdoubleClick: any;\n\titemHighlight: any;\n\titemSelection: any;\n\tlayerRendering: any;\n\tlegendRendering: any;\n\tload: any;\n\tloaded: any;\n\tmarkerClick: any;\n\tmarkerClusterClick: any;\n\tmarkerClusterMouseMove: any;\n\tmarkerClusterRendering: any;\n\tmarkerMouseMove: any;\n\tmarkerRendering: any;\n\tonclick: any;\n\tpan: any;\n\tresize: any;\n\trightClick: any;\n\tshapeHighlight: any;\n\tshapeRendering: any;\n\tshapeSelected: any;\n\ttooltipRender: any;\n\ttooltipRenderComplete: any;\n\tzoom: any;\npublic dataSourceChange: any;\npublic childLayers: QueryList<LayersDirective>;\npublic childAnnotations: QueryList<AnnotationsDirective>;\npublic tags: string[] = ['layers', 'annotations'];\n/**\n * @param {?} ngEle\n * @param {?} srenderer\n * @param {?} viewContainerRef\n * @param {?} injector\n */\nconstructor(private ngEle: ElementRef,\nprivate srenderer: Renderer2,\nprivate viewContainerRef:ViewContainerRef,\nprivate injector: Injector) {\n super();\n this.element = this.ngEle.nativeElement;\n this.injectedModules = this.injectedModules || [];\n try {\n let mod = this.injector.get('MapsBubble');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('MapsLegend');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('MapsMarker');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('MapsHighlight');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('MapsSelection');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('MapsMapsTooltip');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('MapsZoom');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('MapsDataLabel');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('MapsNavigationLine');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('MapsAnnotations');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('MapsPrint');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('MapsPdfExport');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('MapsImageExport');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\n this.registerEvents(outputs);\n this.addTwoWay.call(this, twoWays);\n setValue('currentInstance', this, this.viewContainerRef);\n this.context = new ComponentBase();\n }\n/**\n * @return {?}\n */\npublic ngOnInit() {\n this.context.ngOnInit(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterViewInit(): void {\n this.context.ngAfterViewInit(this);\n }\n/**\n * @return {?}\n */\npublic ngOnDestroy(): void {\n this.context.ngOnDestroy(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterContentChecked(): void {\n this.tagObjects[0].instance = this.childLayers;\n if (this.childAnnotations) {\n this.tagObjects[1].instance = /** @type {?} */(( this.childAnnotations as any));\n }\n this.context.ngAfterContentChecked(this);\n }\npublic registerEvents: (eventList: string[]) => void;\npublic addTwoWay: (propList: string[]) => void;\nstatic decorators: DecoratorInvocation[] = [\n{ type: Component, args: [{\n selector: 'ejs-maps',\n inputs: inputs,\n outputs: outputs,\n template: '',\n changeDetection: ChangeDetectionStrategy.OnPush,\n queries: {\n childLayers: new ContentChild(LayersDirective), \n childAnnotations: new ContentChild(AnnotationsDirective)\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ElementRef, },\n{type: Renderer2, },\n{type: ViewContainerRef, },\n{type: Injector, },\n];\n}\n\nfunction MapsComponent_tsickle_Closure_declarations() {\n/** @type {?} */\nMapsComponent.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nMapsComponent.ctorParameters;\n/** @type {?} */\nMapsComponent.prototype.context;\n/** @type {?} */\nMapsComponent.prototype.tagObjects;\n/** @type {?} */\nMapsComponent.prototype.animationComplete;\n/** @type {?} */\nMapsComponent.prototype.annotationRendering;\n/** @type {?} */\nMapsComponent.prototype.beforePrint;\n/** @type {?} */\nMapsComponent.prototype.bubbleClick;\n/** @type {?} */\nMapsComponent.prototype.bubbleMouseMove;\n/** @type {?} */\nMapsComponent.prototype.bubbleRendering;\n/** @type {?} */\nMapsComponent.prototype.click;\n/** @type {?} */\nMapsComponent.prototype.dataLabelRendering;\n/** @type {?} */\nMapsComponent.prototype.doubleClick;\n/** @type {?} */\nMapsComponent.prototype.itemHighlight;\n/** @type {?} */\nMapsComponent.prototype.itemSelection;\n/** @type {?} */\nMapsComponent.prototype.layerRendering;\n/** @type {?} */\nMapsComponent.prototype.legendRendering;\n/** @type {?} */\nMapsComponent.prototype.load;\n/** @type {?} */\nMapsComponent.prototype.loaded;\n/** @type {?} */\nMapsComponent.prototype.markerClick;\n/** @type {?} */\nMapsComponent.prototype.markerClusterClick;\n/** @type {?} */\nMapsComponent.prototype.markerClusterMouseMove;\n/** @type {?} */\nMapsComponent.prototype.markerClusterRendering;\n/** @type {?} */\nMapsComponent.prototype.markerMouseMove;\n/** @type {?} */\nMapsComponent.prototype.markerRendering;\n/** @type {?} */\nMapsComponent.prototype.onclick;\n/** @type {?} */\nMapsComponent.prototype.pan;\n/** @type {?} */\nMapsComponent.prototype.resize;\n/** @type {?} */\nMapsComponent.prototype.rightClick;\n/** @type {?} */\nMapsComponent.prototype.shapeHighlight;\n/** @type {?} */\nMapsComponent.prototype.shapeRendering;\n/** @type {?} */\nMapsComponent.prototype.shapeSelected;\n/** @type {?} */\nMapsComponent.prototype.tooltipRender;\n/** @type {?} */\nMapsComponent.prototype.tooltipRenderComplete;\n/** @type {?} */\nMapsComponent.prototype.zoom;\n/** @type {?} */\nMapsComponent.prototype.dataSourceChange;\n/** @type {?} */\nMapsComponent.prototype.childLayers;\n/** @type {?} */\nMapsComponent.prototype.childAnnotations;\n/** @type {?} */\nMapsComponent.prototype.tags;\n/** @type {?} */\nMapsComponent.prototype.registerEvents;\n/** @type {?} */\nMapsComponent.prototype.addTwoWay;\n/** @type {?} */\nMapsComponent.prototype.ngEle;\n/** @type {?} */\nMapsComponent.prototype.srenderer;\n/** @type {?} */\nMapsComponent.prototype.viewContainerRef;\n/** @type {?} */\nMapsComponent.prototype.injector;\n}\n\n\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Directive, ViewContainerRef, ContentChildren, ContentChild } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\nimport { Template } from '@syncfusion/ej2-angular-base';\n\n\nlet /** @type {?} */ input: string[] = ['content', 'horizontalAlignment', 'verticalAlignment', 'x', 'y', 'zIndex'];\nlet /** @type {?} */ outputs: string[] = [];\n/**\n * Annotation Directive\n * ```html\n * <e-maps-annotations>\n * <e-maps-annotation></e-maps-annotation>\n * </e-maps-annotations>\n * ```\n */\nexport class AnnotationDirective extends ComplexBase<AnnotationDirective> {\npublic directivePropList: any;\n/**\n * Sets and gets the annotation element to be aligned horizontally.\n * \\@default None\n */\npublic horizontalAlignment: any;\n/**\n * Sets and gets the annotation element to be aligned vertically.\n * \\@default None\n */\npublic verticalAlignment: any;\n/**\n * Sets and gets the x position of the annotation in maps component.\n */\npublic x: any;\n/**\n * Sets and gets the y position of the annotation in maps component.\n */\npublic y: any;\n/**\n * Sets and gets the z-index of the annotation in maps component.\n * \\@default '-1'\n */\npublic zIndex: any;\n/**\n * Sets and gets the content for the annotation in maps component.\n */\n@Template()\n public content: any;\n/**\n * @param {?} viewContainerRef\n */\nconstructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'e-maps-annotations>e-maps-annotation',\n inputs: input,\n outputs: outputs, \n queries: {\n\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ViewContainerRef, },\n];\nstatic propDecorators: {[key: string]: DecoratorInvocation[]} = {\n'content': [{ type: ContentChild, args: ['content', ] },],\n};\n}\n\nfunction AnnotationDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nAnnotationDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nAnnotationDirective.ctorParameters;\n/** @type {?} */\nAnnotationDirective.propDecorators;\n/** @type {?} */\nAnnotationDirective.prototype.directivePropList;\n/**\n * Sets and gets the annotation element to be aligned horizontally.\n * \\@default None\n * @type {?}\n */\nAnnotationDirective.prototype.horizontalAlignment;\n/**\n * Sets and gets the annotation element to be aligned vertically.\n * \\@default None\n * @type {?}\n */\nAnnotationDirective.prototype.verticalAlignment;\n/**\n * Sets and gets the x position of the annotation in maps component.\n * @type {?}\n */\nAnnotationDirective.prototype.x;\n/**\n * Sets and gets the y position of the annotation in maps component.\n * @type {?}\n */\nAnnotationDirective.prototype.y;\n/**\n * Sets and gets the z-index of the annotation in maps component.\n * \\@default '-1'\n * @type {?}\n */\nAnnotationDirective.prototype.zIndex;\n/**\n * Sets and gets the content for the annotation in maps component.\n * @type {?}\n */\nAnnotationDirective.prototype.content;\n/** @type {?} */\nAnnotationDirective.prototype.viewContainerRef;\n}\n\n/**\n * Annotation Array Directive\n */\nexport class AnnotationsDirective extends ArrayBase<AnnotationsDirective> {\nconstructor() {\n super('annotations');\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'ej-maps>e-maps-annotations',\n queries: {\n children: new ContentChildren(AnnotationDirective)\n },\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction AnnotationsDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nAnnotationsDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nAnnotationsDirective.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Directive, ViewContainerRef, ContentChildren, ContentChild } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\n\nimport { InitialShapeSelectionsDirective } from './initialshapeselection.directive';\nimport { MarkersDirective } from './markersettings.directive';\nimport { BubblesDirective } from './bubblesettings.directive';\nimport { NavigationLinesDirective } from './navigationlinesettings.directive';\n\nlet /** @type {?} */ input: string[] = ['animationDuration', 'bingMapType', 'bubbleSettings', 'dataLabelSettings', 'dataSource', 'geometryType', 'highlightSettings', 'initialShapeSelection', 'key', 'layerType', 'markerClusterSettings', 'markerSettings', 'navigationLineSettings', 'query', 'selectionSettings', 'shapeData', 'shapeDataPath', 'shapePropertyPath', 'shapeSettings', 'staticMapType', 'toggleLegendSettings', 'tooltipSettings', 'type', 'urlTemplate', 'visible'];\nlet /** @type {?} */ outputs: string[] = [];\n/**\n * Layer Directive\n * ```html\n * <e-layers>\n * <e-layer></e-layer>\n * </e-layers>\n * ```\n */\nexport class LayerDirective extends ComplexBase<LayerDirective> {\npublic directivePropList: any;\npublic childInitialShapeSelection: any;\npublic childMarkerSettings: any;\npublic childBubbleSettings: any;\npublic childNavigationLineSettings: any;\npublic tags: string[] = ['initialShapeSelection', 'markerSettings', 'bubbleSettings', 'navigationLineSettings'];\n/**\n * Sets and gets the type of the layer in maps.\n * \\@default Layer\n */\npublic type: any;\n/**\n * Sets and gets the duration for the animation of layers in maps.\n * \\@default 0\n */\npublic animationDuration: any;\n/**\n * Sets and gets the Bing map type for the layer. If you use shape data with BingMapType without using layer type as Bing, \n * then the map will render based on shape data since default layer type will be set as Geometry.\n * @deprecated\n * \\@default Aerial\n */\npublic bingMapType: any;\n/**\n * Sets and gets the options for customizing the bubble in maps.\n */\npublic bubbleSettings: any;\n/**\n * Sets and gets the options for customizing the data-label in maps.\n */\npublic dataLabelSettings: any;\n/**\n * * Sets and gets the data source for the layer. \n * * The data source can contain data that can be bound to the tooltip, marker, and bubble.\n * \\@isobservable true\n * \\@default []\n */\npublic dataSource: any;\n/**\n * Sets and gets the geometry type for the layer in maps.\n * \\@default Geographic\n */\npublic geometryType: any;\n/**\n * Sets and gets the options for customizing the shapes when the mouse has hovered on maps.\n */\npublic highlightSettings: any;\n/**\n * Sets and gets the settings for shapes that is selected at the time of rendering.\n */\npublic initialShapeSelection: any;\n/**\n * Sets and gets the key for the tile map layer in maps.\n * @deprecated\n * \\@default ''\n */\npublic key: any;\n/**\n * Sets and gets the type of the layer in maps. If we use layer type with shape data property in layer of the maps \n * then map will render based on the provided layer type.\n * @deprecated\n * \\@default Geometry\n */\npublic layerType: any;\n/**\n * Sets and gets the options for customizing the cluster of markers in maps.\n */\npublic markerClusterSettings: any;\n/**\n * Sets and gets the options for customizing the marker in maps.\n */\npublic markerSettings: any;\n/**\n * Sets and gets the options for customizing the navigation line in maps.\n */\npublic navigationLineSettings: any;\n/**\n * Sets and gets the query to select particular data from the shape data. \n * This property is applicable only when the data source is created by data manager.\n * \\@default null\n */\npublic query: any;\n/**\n * Sets and gets the options for customizing the shapes when clicking the shapes in maps.\n */\npublic selectionSettings: any;\n/**\n * Sets and gets the shape data for the maps to render.\n * \\@isobservable true\n * \\@default null\n */\npublic shapeData: any;\n/**\n * Sets and gets the path for the shape from the shape data in maps.\n * \\@default 'name'\n */\npublic shapeDataPath: any;\n/**\n * Sets and gets the path for the layers from the layer data source in maps.\n * \\@default 'name'\n */\npublic shapePropertyPath: any;\n/**\n * Sets and gets the options to customize the shape of the maps.\n */\npublic shapeSettings: any;\n/**\n * Sets and gets the type of the static maps.\n * @deprecated\n * \\@default RoadMap\n */\npublic staticMapType: any;\n/**\n * Sets and gets the options for customizing the toggle state of shapes when selecting the legend in maps.\n */\npublic toggleLegendSettings: any;\n/**\n * Sets and gets the options for customizing the tooltip for the layers, markers, and bubbles in maps.\n */\npublic tooltipSettings: any;\n/**\n * Sets and gets the template for the map using the url.\n * \\@default ''\n */\npublic urlTemplate: any;\n/**\n * Enables or disables the visibility state for the layers in maps.\n * \\@default true\n */\npublic visible: any;\n/**\n * @param {?} viewContainerRef\n */\nconstructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'e-layers>e-layer',\n inputs: input,\n outputs: outputs, \n queries: {\n childInitialShapeSelection: new ContentChild(InitialShapeSelectionsDirective), \n childMarkerSettings: new ContentChild(MarkersDirective), \n childBubbleSettings: new ContentChild(BubblesDirective), \n childNavigationLineSettings: new ContentChild(NavigationLinesDirective)\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ViewContainerRef, },\n];\n}\n\nfunction LayerDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nLayerDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nLayerDirective.ctorParameters;\n/** @type {?} */\nLayerDirective.prototype.directivePropList;\n/** @type {?} */\nLayerDirective.prototype.childInitialShapeSelection;\n/** @type {?} */\nLayerDirective.prototype.childMarkerSettings;\n/** @type {?} */\nLayerDirective.prototype.childBubbleSettings;\n/** @type {?} */\nLayerDirective.prototype.childNavigationLineSettings;\n/** @type {?} */\nLayerDirective.prototype.tags;\n/**\n * Sets and gets the type of the layer in maps.\n * \\@default Layer\n * @type {?}\n */\nLayerDirective.prototype.type;\n/**\n * Sets and gets the duration for the animation of layers in maps.\n * \\@default 0\n * @type {?}\n */\nLayerDirective.prototype.animationDuration;\n/**\n * Sets and gets the Bing map type for the layer. If you use shape data with BingMapType without using layer type as Bing, \n * then the map will render based on shape data since default layer type will be set as Geometry.\n * @deprecated\n * \\@default Aerial\n * @type {?}\n */\nLayerDirective.prototype.bingMapType;\n/**\n * Sets and gets the options for customizing the bubble in maps.\n * @type {?}\n */\nLayerDirective.prototype.bubbleSettings;\n/**\n * Sets and gets the options for customizing the data-label in maps.\n * @type {?}\n */\nLayerDirective.prototype.dataLabelSettings;\n/**\n * * Sets and gets the data source for the layer. \n * * The data source can contain data that can be bound to the tooltip, marker, and bubble.\n * \\@isobservable true\n * \\@default []\n * @type {?}\n */\nLayerDirective.prototype.dataSource;\n/**\n * Sets and gets the geometry type for the layer in maps.\n * \\@default Geographic\n * @type {?}\n */\nLayerDirective.prototype.geometryType;\n/**\n * Sets and gets the options for customizing the shapes when the mouse has hovered on maps.\n * @type {?}\n */\nLayerDirective.prototype.highlightSettings;\n/**\n * Sets and gets the settings for shapes that is selected at the time of rendering.\n * @type {?}\n */\nLayerDirective.prototype.initialShapeSelection;\n/**\n * Sets and gets the key for the tile map layer in maps.\n * @deprecated\n * \\@default ''\n * @type {?}\n */\nLayerDirective.prototype.key;\n/**\n * Sets and gets the type of the layer in maps. If we use layer type with shape data property in layer of the maps \n * then map will render based on the provided layer type.\n * @deprecated\n * \\@default Geometry\n * @type {?}\n */\nLayerDirective.prototype.layerType;\n/**\n * Sets and gets the options for customizing the cluster of markers in maps.\n * @type {?}\n */\nLayerDirective.prototype.markerClusterSettings;\n/**\n * Sets and gets the options for customizing the marker in maps.\n * @type {?}\n */\nLayerDirective.prototype.markerSettings;\n/**\n * Sets and gets the options for customizing the navigation line in maps.\n * @type {?}\n */\nLayerDirective.prototype.navigationLineSettings;\n/**\n * Sets and gets the query to select particular data from the shape data. \n * This property is applicable only when the data source is created by data manager.\n * \\@default null\n * @type {?}\n */\nLayerDirective.prototype.query;\n/**\n * Sets and gets the options for customizing the shapes when clicking the shapes in maps.\n * @type {?}\n */\nLayerDirective.prototype.selectionSettings;\n/**\n * Sets and gets the shape data for the maps to render.\n * \\@isobservable true\n * \\@default null\n * @type {?}\n */\nLayerDirective.prototype.shapeData;\n/**\n * Sets and gets the path for the shape from the shape data in maps.\n * \\@default 'name'\n * @type {?}\n */\nLayerDirective.prototype.shapeDataPath;\n/**\n * Sets and gets the path for the layers from the layer data source in maps.\n * \\@default 'name'\n * @type {?}\n */\nLayerDirective.prototype.shapePropertyPath;\n/**\n * Sets and gets the options to customize the shape of the maps.\n * @type {?}\n */\nLayerDirective.prototype.shapeSettings;\n/**\n * Sets and gets the type of the static maps.\n * @deprecated\n * \\@default RoadMap\n * @type {?}\n */\nLayerDirective.prototype.staticMapType;\n/**\n * Sets and gets the options for customizing the toggle state of shapes when selecting the legend in maps.\n * @type {?}\n */\nLayerDirective.prototype.toggleLegendSettings;\n/**\n * Sets and gets the options for customizing the tooltip for the layers, markers, and bubbles in maps.\n * @type {?}\n */\nLayerDirective.prototype.tooltipSettings;\n/**\n * Sets and gets the template for the map using the url.\n * \\@default ''\n * @type {?}\n */\nLayerDirective.prototype.urlTemplate;\n/**\n * Enables or disables the visibility state for the layers in maps.\n * \\@default true\n * @type {?}\n */\nLayerDirective.prototype.visible;\n/** @type {?} */\nLayerDirective.prototype.viewContainerRef;\n}\n\n/**\n * Layer Array Directive\n */\nexport class LayersDirective extends ArrayBase<LayersDirective> {\nconstructor() {\n super('layers');\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'ej-maps>e-layers',\n queries: {\n children: new ContentChildren(LayerDirective)\n },\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction LayersDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nLayersDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nLayersDirective.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Directive, ViewContainerRef, ContentChildren, ContentChild } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\nimport { Template } from '@syncfusion/ej2-angular-base';\n\n\nlet /** @type {?} */ input: string[] = ['angle', 'arrowSettings', 'color', 'dashArray', 'highlightSettings', 'latitude', 'longitude', 'selectionSettings', 'visible', 'width'];\nlet /** @type {?} */ outputs: string[] = [];\n/**\n * Layer Directive\n * ```html\n * <e-layers>\n * <e-layer>\n * <e-navigationLineSettings>\n * <e-navigationLineSetting>\n * </e-navigationLineSetting>\n * </e-navigationLineSettings>\n * </e-layer>\n * </e-layers>\n * ```\n */\nexport class NavigationLineDirective extends ComplexBase<NavigationLineDirective> {\npublic directivePropList: any;\n/**\n * Sets and gets the angle of curve connecting different locations in maps.\n * \\@default 0\n */\npublic angle: any;\n/**\n * Sets and gets the options to customize the arrow for the navigation line in maps.\n */\npublic arrowSettings: any;\n/**\n * Sets and gets the color for the navigation lines in maps.\n */\npublic color: any;\n/**\n * Sets and gets the dash-array for the navigation lines drawn in maps.\n * \\@default ''\n */\npublic dashArray: any;\n/**\n * Sets and gets the highlight settings of the navigation line in maps.\n */\npublic highlightSettings: any;\n/**\n * Sets and gets the latitude value for the navigation lines drawn in maps.\n * \\@default []\n */\npublic latitude: any;\n/**\n * Sets and gets the longitude for the navigation lines drawn in maps.\n * \\@default []\n */\npublic longitude: any;\n/**\n * Sets and gets the selection settings of the navigation line in maps.\n */\npublic selectionSettings: any;\n/**\n * Enables or disables the navigation lines to be drawn in maps.\n * \\@default false\n */\npublic visible: any;\n/**\n * Sets and gets the width of the navigation lines in maps.\n * \\@default 1\n */\npublic width: any;\n \n @Template()\npublic tooltipSettings_template: any;\n/**\n * @param {?} viewContainerRef\n */\nconstructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'e-layer>e-navigationLineSettings>e-navigationLineSetting',\n inputs: input,\n outputs: outputs, \n queries: {\n\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ViewContainerRef, },\n];\nstatic propDecorators: {[key: string]: DecoratorInvocation[]} = {\n'tooltipSettings_template': [{ type: ContentChild, args: ['tooltipSettingsTemplate', ] },],\n};\n}\n\nfunction NavigationLineDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nNavigationLineDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nNavigationLineDirective.ctorParameters;\n/** @type {?} */\nNavigationLineDirective.propDecorators;\n/** @type {?} */\nNavigationLineDirective.prototype.directivePropList;\n/**\n * Sets and gets the angle of curve connecting different locations in maps.\n * \\@default 0\n * @type {?}\n */\nNavigationLineDirective.prototype.angle;\n/**\n * Sets and gets the options to customize the arrow for the navigation line in maps.\n * @type {?}\n */\nNavigationLineDirective.prototype.arrowSettings;\n/**\n * Sets and gets the color for the navigation lines in maps.\n * @type {?}\n */\nNavigationLineDirective.prototype.color;\n/**\n * Sets and gets the dash-array for the navigation lines drawn in maps.\n * \\@default ''\n * @type {?}\n */\nNavigationLineDirective.prototype.dashArray;\n/**\n * Sets and gets the highlight settings of the navigation line in maps.\n * @type {?}\n */\nNavigationLineDirective.prototype.highlightSettings;\n/**\n * Sets and gets the latitude value for the navigation lines drawn in maps.\n * \\@default []\n * @type {?}\n */\nNavigationLineDirective.prototype.latitude;\n/**\n * Sets and gets the longitude for the navigation lines drawn in maps.\n * \\@default []\n * @type {?}\n */\nNavigationLineDirective.prototype.longitude;\n/**\n * Sets and gets the selection settings of the navigation line in maps.\n * @type {?}\n */\nNavigationLineDirective.prototype.selectionSettings;\n/**\n * Enables or disables the navigation lines to be drawn in maps.\n * \\@default false\n * @type {?}\n */\nNavigationLineDirective.prototype.visible;\n/**\n * Sets and gets the width of the navigation lines in maps.\n * \\@default 1\n * @type {?}\n */\nNavigationLineDirective.prototype.width;\n/** @type {?} */\nNavigationLineDirective.prototype.tooltipSettings_template;\n/** @type {?} */\nNavigationLineDirective.prototype.viewContainerRef;\n}\n\n/**\n * NavigationLine Array Directive\n */\nexport class NavigationLinesDirective extends ArrayBase<NavigationLinesDirective> {\nconstructor() {\n super('navigationlinesettings');\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'e-layer>e-navigationLineSettings',\n queries: {\n children: new ContentChildren(NavigationLineDirective)\n },\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction NavigationLinesDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nNavigationLinesDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nNavigationLinesDirective.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Directive, ViewContainerRef, ContentChildren, ContentChild } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\nimport { Template } from '@syncfusion/ej2-angular-base';\nimport { ColorMappingsDirective } from './colormapping.directive';\n\nlet /** @type {?} */ input: string[] = ['animationDelay', 'animationDuration', 'border', 'bubbleType', 'colorMapping', 'colorValuePath', 'dataSource', 'fill', 'highlightSettings', 'maxRadius', 'minRadius', 'opacity', 'query', 'selectionSettings', 'tooltipSettings', 'valuePath', 'visible'];\nlet /** @type {?} */ outputs: string[] = [];\n/**\n * Layer Directive\n * ```html\n * <e-layers>\n * <e-layer>\n * <e-bubbleSettings>\n * <e-bubbleSetting>\n * </e-bubbleSetting>\n * </e-bubbleSettings>\n * </e-layer>\n * </e-layers>\n * ```\n */\nexport class BubbleDirective extends ComplexBase<BubbleDirective> {\npublic directivePropList: any;\npublic childColorMapping: any;\npublic tags: string[] = ['colorMapping'];\n/**\n * Sets and gets the delay in animation for bubble in maps.\n * \\@default 0\n */\npublic animationDelay: any;\n/**\n * Sets and gets the duration for the animation for bubble in maps.\n * \\@default 1000\n */\npublic animationDuration: any;\n/**\n * Sets and gets the options to customize the color and width of the border for the bubble in maps.\n */\npublic border: any;\n/**\n * Sets and gets the type of the bubble in maps.\n * \\@default Circle\n */\npublic bubbleType: any;\n/**\n * Sets and gets the color-mapping for the bubble in maps.\n * \\@default []\n */\npublic colorMapping: any;\n/**\n * Sets and gets the value from the data source of bubble settings for the color of the bubble in maps.\n * \\@default null\n */\npublic colorValuePath: any;\n/**\n * Sets and gets the data source for the bubble. \n * The data source must contain the size value of the bubble that can be bound to the bubble \n * of the Maps using the valuePath property in the bubbleSettings. \n * The data source can contain data such as color, and the other information that can be bound to the bubble, and tooltip of the bubble.\n * \\@isobservable true\n * \\@default []\n */\npublic dataSource: any;\n/**\n * Sets and gets the color for the bubble in maps.\n * \\@default ''\n */\npublic fill: any;\n/**\n * Sets and gets the highlight settings for the bubble in maps.\n */\npublic highlightSettings: any;\n/**\n * Sets and gets the maximum radius for the bubble in maps.\n * \\@default 20\n */\npublic maxRadius: any;\n/**\n * Sets and gets the minimum radius for the bubble in maps.\n * \\@default 10\n */\npublic minRadius: any;\n/**\n * Sets and gets the opacity of the bubble in maps.\n * \\@default 1\n */\npublic opacity: any;\n/**\n * Sets and gets the query to select particular data from the bubble data. \n * This property is applicable only when the data source is created by data manager.\n * \\@default null\n */\npublic query: any;\n/**\n * Sets and gets the selection settings for the bubble in maps.\n */\npublic selectionSettings: any;\n/**\n * Sets and gets the options to customize the tooltip for the bubbles in maps.\n */\npublic tooltipSettings: any;\n/**\n * Sets and gets the value from the data source of bubble settings for the bubble to be rendered in maps.\n * \\@default null\n */\npublic valuePath: any;\n/**\n * Enables or disables the visibility state of the bubbles in maps.\n * \\@default false\n */\npublic visible: any;\n \n @Template()\npublic tooltipSettings_template: any;\n/**\n * @param {?} viewContainerRef\n */\nconstructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'e-layer>e-bubbleSettings>e-bubbleSetting',\n inputs: input,\n outputs: outputs, \n queries: {\n childColorMapping: new ContentChild(ColorMappingsDirective)\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ViewContainerRef, },\n];\nstatic propDecorators: {[key: string]: DecoratorInvocation[]} = {\n'tooltipSettings_template': [{ type: ContentChild, args: ['tooltipSettingsTemplate', ] },],\n};\n}\n\nfunction BubbleDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nBubbleDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nBubbleDirective.ctorParameters;\n/** @type {?} */\nBubbleDirective.propDecorators;\n/** @type {?} */\nBubbleDirective.prototype.directivePropList;\n/** @type {?} */\nBubbleDirective.prototype.childColorMapping;\n/** @type {?} */\nBubbleDirective.prototype.tags;\n/**\n * Sets and gets the delay in animation for bubble in maps.\n * \\@default 0\n * @type {?}\n */\nBubbleDirective.prototype.animationDelay;\n/**\n * Sets and gets the duration for the animation for bubble in maps.\n * \\@default 1000\n * @type {?}\n */\nBubbleDirective.prototype.animationDuration;\n/**\n * Sets and gets the options to customize the color and width of the border for the bubble in maps.\n * @type {?}\n */\nBubbleDirective.prototype.border;\n/**\n * Sets and gets the type of the bubble in maps.\n * \\@default Circle\n * @type {?}\n */\nBubbleDirective.prototype.bubbleType;\n/**\n * Sets and gets the color-mapping for the bubble in maps.\n * \\@default []\n * @type {?}\n */\nBubbleDirective.prototype.colorMapping;\n/**\n * Sets and gets the value from the data source of bubble settings for the color of the bubble in maps.\n * \\@default null\n * @type {?}\n */\nBubbleDirective.prototype.colorValuePath;\n/**\n * Sets and gets the data source for the bubble. \n * The data source must contain the size value of the bubble that can be bound to the bubble \n * of the Maps using the valuePath property in the bubbleSettings. \n * The data source can contain data such as color, and the other information that can be bound to the bubble, and tooltip of the bubble.\n * \\@isobservable true\n * \\@default []\n * @type {?}\n */\nBubbleDirective.prototype.dataSource;\n/**\n * Sets and gets the color for the bubble in maps.\n * \\@default ''\n * @type {?}\n */\nBubbleDirective.prototype.fill;\n/**\n * Sets and gets the highlight settings for the bubble in maps.\n * @type {?}\n */\nBubbleDirective.prototype.highlightSettings;\n/**\n * Sets and gets the maximum radius for the bubble in maps.\n * \\@default 20\n * @type {?}\n */\nBubbleDirective.prototype.maxRadius;\n/**\n * Sets and gets the minimum radius for the bubble in maps.\n * \\@default 10\n * @type {?}\n */\nBubbleDirective.prototype.minRadius;\n/**\n * Sets and gets the opacity of the bubble in maps.\n * \\@default 1\n * @type {?}\n */\nBubbleDirective.prototype.opacity;\n/**\n * Sets and gets the query to select particular data from the bubble data. \n * This property is applicable only when the data source is created by data manager.\n * \\@default null\n * @type {?}\n */\nBubbleDirective.prototype.query;\n/**\n * Sets and gets the selection settings for the bubble in maps.\n * @type {?}\n */\nBubbleDirective.prototype.selectionSettings;\n/**\n * Sets and gets the options to customize the tooltip for the bubbles in maps.\n * @type {?}\n */\nBubbleDirective.prototype.tooltipSettings;\n/**\n * Sets and gets the value from the data source of bubble settings for the bubble to be rendered in maps.\n * \\@default null\n * @type {?}\n */\nBubbleDirective.prototype.valuePath;\n/**\n * Enables or disables the visibility state of the bubbles in maps.\n * \\@default false\n * @type {?}\n */\nBubbleDirective.prototype.visible;\n/** @type {?} */\nBubbleDirective.prototype.tooltipSettings_template;\n/** @type {?} */\nBubbleDirective.prototype.viewContainerRef;\n}\n\n/**\n * Bubble Array Directive\n */\nexport class BubblesDirective extends ArrayBase<BubblesDirective> {\nconstructor() {\n super('bubblesettings');\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'e-layer>e-bubbleSettings',\n queries: {\n children: new ContentChildren(BubbleDirective)\n },\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction BubblesDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nBubblesDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nBubblesDirective.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Directive, ViewContainerRef, ContentChildren } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\n\n\n\nlet /** @type {?} */ input: string[] = ['color', 'from', 'label', 'maxOpacity', 'minOpacity', 'showLegend', 'to', 'value'];\nlet /** @type {?} */ outputs: string[] = [];\n/**\n * ColorMapping Directive\n * ```html\n * <e-layers>\n * <e-layer>\n * <e-bubbleSettings>\n * <e-colorMappings>\n * <e-colorMapping>\n * </e-colorMapping>\n * </e-colorMappings>\n * </e-bubbleSettings>\n * </e-layer>\n * </e-layers>\n * ```\n */\nexport class ColorMappingDirective extends ComplexBase<ColorMappingDirective> {\npublic directivePropList: any;\n/**\n * Sets and gets the color for the color-mapping in maps.\n * \\@default null\n */\npublic color: any;\n/**\n * Sets and gets the value from where the range color-mapping starts.\n * \\@aspdefaultvalueignore\n * \\@default null\n */\npublic from: any;\n/**\n * Sets and gets the label for the color-mapping from the data source in maps.\n * \\@default null\n */\npublic label: any;\n/**\n * Sets and gets the maximum opacity for the color-mapping in maps.\n * \\@default null\n */\npublic maxOpacity: any;\n/**\n * Sets and gets the minimum opacity for the color-mapping in maps.\n * \\@default null\n */\npublic minOpacity: any;\n/**\n * Enables or disables the visibility state of legend for the color-mapping shapes in maps.\n * \\@default true\n */\npublic showLegend: any;\n/**\n * Sets and gets the value to where the range color-mapping ends.\n * \\@aspdefaultvalueignore\n * \\@default null\n */\npublic to: any;\n/**\n * Sets and gets the value for the color-mapping from the data source.\n * \\@default null\n */\npublic value: any;\n/**\n * @param {?} viewContainerRef\n */\nconstructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'e-bubbleSettings>e-colorMappings>e-colorMapping',\n inputs: input,\n outputs: outputs, \n queries: {\n\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ViewContainerRef, },\n];\n}\n\nfunction ColorMappingDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nColorMappingDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nColorMappingDirective.ctorParameters;\n/** @type {?} */\nColorMappingDirective.prototype.directivePropList;\n/**\n * Sets and gets the color for the color-mapping in maps.\n * \\@default null\n * @type {?}\n */\nColorMappingDirective.prototype.color;\n/**\n * Sets and gets the value from where the range color-mapping starts.\n * \\@aspdefaultvalueignore\n * \\@default null\n * @type {?}\n */\nColorMappingDirective.prototype.from;\n/**\n * Sets and gets the label for the color-mapping from the data source in maps.\n * \\@default null\n * @type {?}\n */\nColorMappingDirective.prototype.label;\n/**\n * Sets and gets the maximum opacity for the color-mapping in maps.\n * \\@default null\n * @type {?}\n */\nColorMappingDirective.prototype.maxOpacity;\n/**\n * Sets and gets the minimum opacity for the color-mapping in maps.\n * \\@default null\n * @type {?}\n */\nColorMappingDirective.prototype.minOpacity;\n/**\n * Enables or disables the visibility state of legend for the color-mapping shapes in maps.\n * \\@default true\n * @type {?}\n */\nColorMappingDirective.prototype.showLegend;\n/**\n * Sets and gets the value to where the range color-mapping ends.\n * \\@aspdefaultvalueignore\n * \\@default null\n * @type {?}\n */\nColorMappingDirective.prototype.to;\n/**\n * Sets and gets the value for the color-mapping from the data source.\n * \\@default null\n * @type {?}\n */\nColorMappingDirective.prototype.value;\n/** @type {?} */\nColorMappingDirective.prototype.viewContainerRef;\n}\n\n/**\n * ColorMapping Array Directive\n */\nexport class ColorMappingsDirective extends ArrayBase<ColorMappingsDirective> {\nconstructor() {\n super('colormapping');\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'e-bubbleSettings>e-colorMappings',\n queries: {\n children: new ContentChildren(ColorMappingDirective)\n },\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction ColorMappingsDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nColorMappingsDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nColorMappingsDirective.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Directive, ViewContainerRef, ContentChildren, ContentChild } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\nimport { Template } from '@syncfusion/ej2-angular-base';\n\n\nlet /** @type {?} */ input: string[] = ['animationDelay', 'animationDuration', 'border', 'colorValuePath', 'dashArray', 'dataSource', 'fill', 'height', 'highlightSettings', 'imageUrl', 'imageUrlValuePath', 'initialMarkerSelection', 'latitudeValuePath', 'legendText', 'longitudeValuePath', 'offset', 'opacity', 'query', 'selectionSettings', 'shape', 'shapeValuePath', 'template', 'tooltipSettings', 'visible', 'width'];\nlet /** @type {?} */ outputs: string[] = [];\n/**\n * Layer Directive\n * ```html\n * <e-layers>\n * <e-layer>\n * <e-markerSettings>\n * <e-markerSetting>\n * </e-markerSetting>\n * </e-markerSettings>\n * </e-layer>\n * </e-layers>\n * ```\n */\nexport class MarkerDirective extends ComplexBase<MarkerDirective> {\npublic directivePropList: any;\n/**\n * Sets and gets the delay time for the animation in marker.\n * \\@default 0\n */\npublic animationDelay: any;\n/**\n * Sets and gets the duration time for animating the marker.\n * \\@default 1000\n */\npublic animationDuration: any;\n/**\n * Sets and gets the options for customizing the color and width of the border for the marker in maps.\n */\npublic border: any;\n/**\n * Sets and gets the value path from the marker data source to apply color for the marker.\n * \\@default null\n */\npublic colorValuePath: any;\n/**\n * Sets and gets the dash-array for the marker.\n */\npublic dashArray: any;\n/**\n * Sets and gets the data source for the marker. \n * The data source for the marker will contain latitude and longitude values to specify the location \n * of the marker. \n * The data source can contain data such as color, shape, and other details that can be bound to the color, shape, \n * and tooltip of the marker.\n * \\@isobservable true\n * \\@default []\n */\npublic dataSource: any;\n/**\n * Sets and gets the color for the marker in maps.\n * \\@default '#FF471A'\n */\npublic fill: any;\n/**\n * Sets and gets the height of the marker in maps.\n * \\@default 10\n */\npublic height: any;\n/**\n * Sets and gets the options to customize the marker while the mouse has hovered on the marker in maps.\n */\npublic highlightSettings: any;\n/**\n * Sets and gets the URL for rendering the marker as image.\n */\npublic imageUrl: any;\n/**\n * Sets and gets the value path from the marker data source for the image of the marker.\n * \\@default null\n */\npublic imageUrlValuePath: any;\n/**\n * To select the shape at the rendering time.\n */\npublic initialMarkerSelection: any;\n/**\n * Defines the value path from the marker data source for setting latitude for a set of markers.\n */\npublic latitudeValuePath: any;\n/**\n * Sets and gets the text for the legend from the marker data source.\n * \\@default ''\n */\npublic legendText: any;\n/**\n * Defines the value path from the marker data source for setting longitude for a set of markers.\n */\npublic longitudeValuePath: any;\n/**\n * Sets and gets the position to move the marker by setting specific value.\n */\npublic offset: any;\n/**\n * Sets and gets the opacity for the marker in maps.\n * \\@default 1\n */\npublic opacity: any;\n/**\n * Sets and gets the query to select particular data from the marker data. \n * This property is applicable only when the data source is created by data manager.\n * \\@default null\n */\npublic query: any;\n/**\n * Sets and gets the options to customize the marker while selecting the marker in maps.\n */\npublic selectionSettings: any;\n/**\n * Sets and gets the shape of the marker in maps.\n * \\@default Balloon\n */\npublic shape: any;\n/**\n * Sets and gets the value path from the marker data source to set the shape of the marker.\n * \\@default null\n */\npublic shapeValuePath: any;\n/**\n * Sets and gets the options to customize the tooltip for the marker in maps.\n */\npublic tooltipSettings: any;\n/**\n * Enables or disables the visibility state of the marker based on the marker data source in maps.\n * \\@default false\n */\npublic visible: any;\n/**\n * Sets and gets the width of the marker in maps.\n * \\@default 10\n */\npublic width: any;\n/**\n * Sets and gets the template for the marker.\n * \\@default null\n */\n@Template()\n public template: any;\n \n @Template()\npublic tooltipSettings_template: any;\n/**\n * @param {?} viewContainerRef\n */\nconstructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'e-layer>e-markerSettings>e-markerSetting',\n inputs: input,\n outputs: outputs, \n queries: {\n\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ViewContainerRef, },\n];\nstatic propDecorators: {[key: string]: DecoratorInvocation[]} = {\n'template': [{ type: ContentChild, args: ['template', ] },],\n'tooltipSettings_template': [{ type: ContentChild, args: ['tooltipSettingsTemplate', ] },],\n};\n}\n\nfunction MarkerDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nMarkerDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nMarkerDirective.ctorParameters;\n/** @type {?} */\nMarkerDirective.propDecorators;\n/** @type {?} */\nMarkerDirective.prototype.directivePropList;\n/**\n * Sets and gets the delay time for the animation in marker.\n * \\@default 0\n * @type {?}\n */\nMarkerDirective.prototype.animationDelay;\n/**\n * Sets and gets the duration time for animating the marker.\n * \\@default 1000\n * @type {?}\n */\nMarkerDirective.prototype.animationDuration;\n/**\n * Sets and gets the options for customizing the color and width of the border for the marker in maps.\n * @type {?}\n */\nMarkerDirective.prototype.border;\n/**\n * Sets and gets the value path from the marker data source to apply color for the marker.\n * \\@default null\n * @type {?}\n */\nMarkerDirective.prototype.colorValuePath;\n/**\n * Sets and gets the dash-array for the marker.\n * @type {?}\n */\nMarkerDirective.prototype.dashArray;\n/**\n * Sets and gets the data source for the marker. \n * The data source for the marker will contain latitude and longitude values to specify the location \n * of the marker. \n * The data source can contain data such as color, shape, and other details that can be bound to the color, shape, \n * and tooltip of the marker.\n * \\@isobservable true\n * \\@default []\n * @type {?}\n */\nMarkerDirective.prototype.dataSource;\n/**\n * Sets and gets the color for the marker in maps.\n * \\@default '#FF471A'\n * @type {?}\n */\nMarkerDirective.prototype.fill;\n/**\n * Sets and gets the height of the marker in maps.\n * \\@default 10\n * @type {?}\n */\nMarkerDirective.prototype.height;\n/**\n * Sets and gets the options to customize the marker while the mouse has hovered on the marker in maps.\n * @type {?}\n */\nMarkerDirective.prototype.highlightSettings;\n/**\n * Sets and gets the URL for rendering the marker as image.\n * @type {?}\n */\nMarkerDirective.prototype.imageUrl;\n/**\n * Sets and gets the value path from the marker data source for the image of the marker.\n * \\@default null\n * @type {?}\n */\nMarkerDirective.prototype.imageUrlValuePath;\n/**\n * To select the shape at the rendering time.\n * @type {?}\n */\nMarkerDirective.prototype.initialMarkerSelection;\n/**\n * Defines the value path from the marker data source for setting latitude for a set of markers.\n * @type {?}\n */\nMarkerDirective.prototype.latitudeValuePath;\n/**\n * Sets and gets the text for the legend from the marker data source.\n * \\@default ''\n * @type {?}\n */\nMarkerDirective.prototype.legendText;\n/**\n * Defines the value path from the marker data source for setting longitude for a set of markers.\n * @type {?}\n */\nMarkerDirective.prototype.longitudeValuePath;\n/**\n * Sets and gets the position to move the marker by setting specific value.\n * @type {?}\n */\nMarkerDirective.prototype.offset;\n/**\n * Sets and gets the opacity for the marker in maps.\n * \\@default 1\n * @type {?}\n */\nMarkerDirective.prototype.opacity;\n/**\n * Sets and gets the query to select particular data from the marker data. \n * This property is applicable only when the data source is created by data manager.\n * \\@default null\n * @type {?}\n */\nMarkerDirective.prototype.query;\n/**\n * Sets and gets the options to customize the marker while selecting the marker in maps.\n * @type {?}\n */\nMarkerDirective.prototype.selectionSettings;\n/**\n * Sets and gets the shape of the marker in maps.\n * \\@default Balloon\n * @type {?}\n */\nMarkerDirective.prototype.shape;\n/**\n * Sets and gets the value path from the marker data source to set the shape of the marker.\n * \\@default null\n * @type {?}\n */\nMarkerDirective.prototype.shapeValuePath;\n/**\n * Sets and gets the options to customize the tooltip for the marker in maps.\n * @type {?}\n */\nMarkerDirective.prototype.tooltipSettings;\n/**\n * Enables or disables the visibility state of the marker based on the marker data source in maps.\n * \\@default false\n * @type {?}\n */\nMarkerDirective.prototype.visible;\n/**\n * Sets and gets the width of the marker in maps.\n * \\@default 10\n * @type {?}\n */\nMarkerDirective.prototype.width;\n/**\n * Sets and gets the template for the marker.\n * \\@default null\n * @type {?}\n */\nMarkerDirective.prototype.template;\n/** @type {?} */\nMarkerDirective.prototype.tooltipSettings_template;\n/** @type {?} */\nMarkerDirective.prototype.viewContainerRef;\n}\n\n/**\n * Marker Array Directive\n */\nexport class MarkersDirective extends ArrayBase<MarkersDirective> {\nconstructor() {\n super('markersettings');\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'e-layer>e-markerSettings',\n queries: {\n children: new ContentChildren(MarkerDirective)\n },\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction MarkersDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nMarkersDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nMarkersDirective.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Directive, ViewContainerRef, ContentChildren } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\n\n\n\nlet /** @type {?} */ input: string[] = ['shapePath', 'shapeValue'];\nlet /** @type {?} */ outputs: string[] = [];\n/**\n * Layer Directive\n * ```html\n * <e-layers>\n * <e-layer>\n * <e-initialShapeSelections>\n * <e-initialShapeSelection>\n * </e-initialShapeSelection>\n * </e-initialShapeSelections>\n * </e-layer>\n * </e-layers>\n * ```\n */\nexport class InitialShapeSelectionDirective extends ComplexBase<InitialShapeSelectionDirective> {\npublic directivePropList: any;\n/**\n * Sets and gets the property name from the data source in maps.\n * \\@default null\n */\npublic shapePath: any;\n/**\n * Sets and gets the value for the shape from data source in maps.\n * \\@default null\n */\npublic shapeValue: any;\n/**\n * @param {?} viewContainerRef\n */\nconstructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'e-layer>e-initialShapeSelections>e-initialShapeSelection',\n inputs: input,\n outputs: outputs, \n queries: {\n\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ViewContainerRef, },\n];\n}\n\nfunction InitialShapeSelectionDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nInitialShapeSelectionDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nInitialShapeSelectionDirective.ctorParameters;\n/** @type {?} */\nInitialShapeSelectionDirective.prototype.directivePropList;\n/**\n * Sets and gets the property name from the data source in maps.\n * \\@default null\n * @type {?}\n */\nInitialShapeSelectionDirective.prototype.shapePath;\n/**\n * Sets and gets the value for the shape from data source in maps.\n * \\@default null\n * @type {?}\n */\nInitialShapeSelectionDirective.prototype.shapeValue;\n/** @type {?} */\nInitialShapeSelectionDirective.prototype.viewContainerRef;\n}\n\n/**\n * InitialShapeSelection Array Directive\n */\nexport class InitialShapeSelectionsDirective extends ArrayBase<InitialShapeSelectionsDirective> {\nconstructor() {\n super('initialshapeselection');\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'e-layer>e-initialShapeSelections',\n queries: {\n children: new ContentChildren(InitialShapeSelectionDirective)\n },\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction InitialShapeSelectionsDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nInitialShapeSelectionsDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nInitialShapeSelectionsDirective.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n"],"names":["__metadata","__decorate","outputs","input"],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"ej2-angular-maps.js","sources":["~/@syncfusion/ej2-angular-maps/ej2-angular-maps.ts","~/@syncfusion/ej2-angular-maps/src/maps/maps-all.module.ts","~/@syncfusion/ej2-angular-maps/src/maps/maps.module.ts","~/@syncfusion/ej2-angular-maps/src/maps/maps.component.ts","~/@syncfusion/ej2-angular-maps/src/maps/annotations.directive.ts","~/@syncfusion/ej2-angular-maps/src/maps/layers.directive.ts","~/@syncfusion/ej2-angular-maps/src/maps/navigationlinesettings.directive.ts","~/@syncfusion/ej2-angular-maps/src/maps/bubblesettings.directive.ts","~/@syncfusion/ej2-angular-maps/src/maps/colormapping.directive.ts","~/@syncfusion/ej2-angular-maps/src/maps/markersettings.directive.ts","~/@syncfusion/ej2-angular-maps/src/maps/initialshapeselection.directive.ts"],"sourcesContent":["/**\n * Generated bundle index. Do not edit.\n */\n\nexport {InitialShapeSelectionDirective,InitialShapeSelectionsDirective,MarkerDirective,MarkersDirective,ColorMappingDirective,ColorMappingsDirective,BubbleDirective,BubblesDirective,NavigationLineDirective,NavigationLinesDirective,LayerDirective,LayersDirective,AnnotationDirective,AnnotationsDirective,MapsComponent,MapsModule,MapsAllModule,BubbleService,LegendService,MarkerService,HighlightService,SelectionService,MapsTooltipService,ZoomService,DataLabelService,NavigationLineService,AnnotationsService,PrintService,PdfExportService,ImageExportService,Maps,MapsModel,IMapsEventArgs,IPrintEventArgs,ILoadedEventArgs,ILoadEventArgs,IDataLabelArgs,IMouseEventArgs,GeoPosition,ITooltipRenderCompleteEventArgs,IResizeEventArgs,IFontMapping,MapsTooltipOption,ITooltipRenderEventArgs,ISelectionEventArgs,IShapeSelectedEventArgs,ITouches,IShapes,ILayerRenderingEventArgs,IShapeRenderingEventArgs,IMarkerRenderingEventArgs,IMarkerClusterRenderingEventArgs,IMarkerClickEventArgs,IMarkerDragEventArgs,IMarkerMoveEventArgs,IMarkerClusterClickEventArgs,IMarkerClusterMoveEventArgs,ILabelRenderingEventArgs,IBubbleRenderingEventArgs,IBubbleClickEventArgs,IBubbleMoveEventArgs,IAnimationCompleteEventArgs,ILegendRenderingEventArgs,IAnnotationRenderingEventArgs,IMapPanEventArgs,IMapZoomEventArgs,IThemeStyle,IDataTemplate,load,loaded,click,onclick,rightClick,doubleClick,resize,tooltipRender,shapeSelected,shapeHighlight,mousemove,mouseup,mousedown,layerRendering,shapeRendering,markerRendering,markerClusterRendering,markerClick,markerDragStart,markerDragEnd,markerClusterClick,markerMouseMove,markerClusterMouseMove,dataLabelRendering,bubbleRendering,bubbleClick,bubbleMouseMove,animationComplete,legendRendering,annotationRendering,itemSelection,itemHighlight,beforePrint,zoomIn,zoomOut,pan,Annotation,Arrow,Font,ZoomToolbarButtonSettings,ZoomToolbarTooltipSettings,ZoomToolbarSettings,Border,CenterPosition,TooltipSettings,Margin,ConnectorLineSettings,MarkerClusterSettings,MarkerClusterData,ColorMappingSettings,InitialMarkerSelectionSettings,InitialShapeSelectionSettings,SelectionSettings,HighlightSettings,NavigationLineSettings,BubbleSettings,CommonTitleSettings,SubTitleSettings,TitleSettings,ZoomSettings,ToggleLegendSettings,LegendSettings,DataLabelSettings,ShapeSettings,MarkerBase,MarkerSettings,LayerSettings,Tile,MapsAreaSettings,AnnotationModel,ArrowModel,FontModel,ZoomToolbarButtonSettingsModel,ZoomToolbarTooltipSettingsModel,ZoomToolbarSettingsModel,BorderModel,CenterPositionModel,TooltipSettingsModel,MarginModel,ConnectorLineSettingsModel,MarkerClusterSettingsModel,MarkerClusterDataModel,ColorMappingSettingsModel,InitialMarkerSelectionSettingsModel,InitialShapeSelectionSettingsModel,SelectionSettingsModel,HighlightSettingsModel,NavigationLineSettingsModel,BubbleSettingsModel,CommonTitleSettingsModel,SubTitleSettingsModel,TitleSettingsModel,ZoomSettingsModel,ToggleLegendSettingsModel,LegendSettingsModel,DataLabelSettingsModel,ShapeSettingsModel,MarkerBaseModel,MarkerSettingsModel,LayerSettingsModel,TileModel,MapsAreaSettingsModel,Alignment,MapsTheme,LegendPosition,LegendType,SmartLabelMode,ArrowPosition,IntersectAction,LegendMode,ShapeLayerType,Type,MarkerType,ProjectionType,BingMapType,StaticMapType,Orientation,LegendShape,LegendArrangement,AnnotationAlignment,GeometryType,BubbleType,LabelPosition,LabelIntersectAction,ExportType,PanDirection,TooltipGesture,ToolbarItem,Size,stringToNumber,calculateSize,createSvg,getMousePosition,degreesToRadians,radiansToDegrees,convertGeoToPoint,convertTileLatLongToPoint,xToCoordinate,yToCoordinate,aitoff,roundTo,sinci,acos,calculateBound,triggerDownload,Point,MinMax,GeoLocation,measureText,TextOption,PathOption,ColorValue,RectOption,CircleOption,PolygonOption,PolylineOption,LineOption,Line,MapLocation,Rect,patternUnits,PatternOptions,renderTextElement,convertElement,formatValue,convertStringToValue,convertElementFromLabel,drawSymbols,getValueFromObject,markerColorChoose,markerShapeChoose,clusterTemplate,mergeSeparateCluster,clusterSeparate,marker,markerTemplate,maintainSelection,maintainStyleClass,appendShape,drawCircle,drawRectangle,drawPath,drawPolygon,drawPolyline,drawLine,calculateShapes,drawDiamond,drawTriangle,drawCross,drawHorizontalLine,drawVerticalLine,drawStar,drawBalloon,drawPattern,getFieldData,checkShapeDataFields,checkPropertyPath,filter,getRatioOfBubble,findMidPointOfPolygon,isCustomPath,textTrim,findPosition,removeElement,calculateCenterFromPixel,getTranslate,getZoomTranslate,fixInitialScaleForTile,getElementByID,getClientElement,Internalize,getTemplateFunction,getElement,getShapeData,triggerShapeEvent,getElementsByClassName,querySelector,getTargetElement,createStyle,customizeStyle,triggerItemSelectionEvent,removeClass,elementAnimate,timeout,showTooltip,wordWrap,createTooltip,getHexColor,drawSymbol,renderLegendShape,getElementOffset,changeBorderWidth,changeNavaigationLineWidth,targetTouches,calculateScale,getDistance,getTouches,getTouchCenter,sum,zoomAnimate,animate,MapAjax,smoothTranslate,compareZoomFactor,calculateZoomLevel,processResult,LayerPanel,Bubble,BingMap,Marker,ColorMapping,DataLabel,NavigationLine,Legend,Highlight,Selection,MapsTooltip,Zoom,Annotations,Print,ImageExport,PdfExport} from './public_api';\n\nexport {inputs as ɵa,outputs as ɵb} from './src/maps/maps.component';","import { NgModule, ValueProvider } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { InitialShapeSelectionDirective, InitialShapeSelectionsDirective } from './initialshapeselection.directive';\nimport { MarkerDirective, MarkersDirective } from './markersettings.directive';\nimport { ColorMappingDirective, ColorMappingsDirective } from './colormapping.directive';\nimport { BubbleDirective, BubblesDirective } from './bubblesettings.directive';\nimport { NavigationLineDirective, NavigationLinesDirective } from './navigationlinesettings.directive';\nimport { LayerDirective, LayersDirective } from './layers.directive';\nimport { AnnotationDirective, AnnotationsDirective } from './annotations.directive';\nimport { MapsComponent } from './maps.component';\nimport { MapsModule } from './maps.module';\nimport {Bubble, Legend, Marker, Highlight, Selection, MapsTooltip, Zoom, DataLabel, NavigationLine, Annotations, Print, PdfExport, ImageExport} from '@syncfusion/ej2-maps';\n\n\nexport const /** @type {?} */ BubbleService: ValueProvider = { provide: 'MapsBubble', useValue: Bubble};\nexport const /** @type {?} */ LegendService: ValueProvider = { provide: 'MapsLegend', useValue: Legend};\nexport const /** @type {?} */ MarkerService: ValueProvider = { provide: 'MapsMarker', useValue: Marker};\nexport const /** @type {?} */ HighlightService: ValueProvider = { provide: 'MapsHighlight', useValue: Highlight};\nexport const /** @type {?} */ SelectionService: ValueProvider = { provide: 'MapsSelection', useValue: Selection};\nexport const /** @type {?} */ MapsTooltipService: ValueProvider = { provide: 'MapsMapsTooltip', useValue: MapsTooltip};\nexport const /** @type {?} */ ZoomService: ValueProvider = { provide: 'MapsZoom', useValue: Zoom};\nexport const /** @type {?} */ DataLabelService: ValueProvider = { provide: 'MapsDataLabel', useValue: DataLabel};\nexport const /** @type {?} */ NavigationLineService: ValueProvider = { provide: 'MapsNavigationLine', useValue: NavigationLine};\nexport const /** @type {?} */ AnnotationsService: ValueProvider = { provide: 'MapsAnnotations', useValue: Annotations};\nexport const /** @type {?} */ PrintService: ValueProvider = { provide: 'MapsPrint', useValue: Print};\nexport const /** @type {?} */ PdfExportService: ValueProvider = { provide: 'MapsPdfExport', useValue: PdfExport};\nexport const /** @type {?} */ ImageExportService: ValueProvider = { provide: 'MapsImageExport', useValue: ImageExport};\n/**\n * NgModule definition for the Maps component with providers.\n */\nexport class MapsAllModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule, MapsModule],\n exports: [\n MapsModule\n ],\n providers:[\n BubbleService,\n LegendService,\n MarkerService,\n HighlightService,\n SelectionService,\n MapsTooltipService,\n ZoomService,\n DataLabelService,\n NavigationLineService,\n AnnotationsService,\n PrintService,\n PdfExportService,\n ImageExportService\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction MapsAllModule_tsickle_Closure_declarations() {\n/** @type {?} */\nMapsAllModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nMapsAllModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { InitialShapeSelectionDirective, InitialShapeSelectionsDirective } from './initialshapeselection.directive';\nimport { MarkerDirective, MarkersDirective } from './markersettings.directive';\nimport { ColorMappingDirective, ColorMappingsDirective } from './colormapping.directive';\nimport { BubbleDirective, BubblesDirective } from './bubblesettings.directive';\nimport { NavigationLineDirective, NavigationLinesDirective } from './navigationlinesettings.directive';\nimport { LayerDirective, LayersDirective } from './layers.directive';\nimport { AnnotationDirective, AnnotationsDirective } from './annotations.directive';\nimport { MapsComponent } from './maps.component';\n/**\n * NgModule definition for the Maps component.\n */\nexport class MapsModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule],\n declarations: [\n MapsComponent,\n InitialShapeSelectionDirective,\n InitialShapeSelectionsDirective,\n MarkerDirective,\n MarkersDirective,\n ColorMappingDirective,\n ColorMappingsDirective,\n BubbleDirective,\n BubblesDirective,\n NavigationLineDirective,\n NavigationLinesDirective,\n LayerDirective,\n LayersDirective,\n AnnotationDirective,\n AnnotationsDirective\n ],\n exports: [\n MapsComponent,\n InitialShapeSelectionDirective,\n InitialShapeSelectionsDirective,\n MarkerDirective,\n MarkersDirective,\n ColorMappingDirective,\n ColorMappingsDirective,\n BubbleDirective,\n BubblesDirective,\n NavigationLineDirective,\n NavigationLinesDirective,\n LayerDirective,\n LayersDirective,\n AnnotationDirective,\n AnnotationsDirective\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction MapsModule_tsickle_Closure_declarations() {\n/** @type {?} */\nMapsModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nMapsModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Component, ElementRef, ViewContainerRef, ChangeDetectionStrategy, QueryList, Renderer2, Injector, ValueProvider, ContentChild } from '@angular/core';\nimport { ComponentBase, IComponentBase, applyMixins, ComponentMixins, PropertyCollectionInfo, setValue } from '@syncfusion/ej2-angular-base';\nimport { Maps } from '@syncfusion/ej2-maps';\n\nimport { LayersDirective } from './layers.directive';\nimport { AnnotationsDirective } from './annotations.directive';\n\nexport const /** @type {?} */ inputs: string[] = ['allowImageExport','allowPdfExport','allowPrint','annotations','background','baseLayerIndex','border','centerPosition','description','enablePersistence','enableRtl','format','height','layers','legendSettings','locale','mapsArea','margin','projectionType','tabIndex','theme','titleSettings','tooltipDisplayMode','useGroupingSeparator','width','zoomSettings'];\nexport const /** @type {?} */ outputs: string[] = ['animationComplete','annotationRendering','beforePrint','bubbleClick','bubbleMouseMove','bubbleRendering','click','dataLabelRendering','doubleClick','itemHighlight','itemSelection','layerRendering','legendRendering','load','loaded','markerClick','markerClusterClick','markerClusterMouseMove','markerClusterRendering','markerDragEnd','markerDragStart','markerMouseMove','markerRendering','onclick','pan','resize','rightClick','shapeHighlight','shapeRendering','shapeSelected','tooltipRender','tooltipRenderComplete','zoom','dataSourceChange'];\nexport const /** @type {?} */ twoWays: string[] = ['dataSource'];\n/**\n * Represents the Angular Maps component.\n * It is ideal for rendering maps from GeoJSON data or other map providers like OpenStreetMap, Google Maps, Bing Maps, etc that has rich feature set that includes markers, labels, bubbles and much more. \n * ```html\n * <ej-maps></ej-maps>\n * ```\n */\n@ComponentMixins([ComponentBase])\nexport class MapsComponent extends Maps implements IComponentBase {\npublic context : any;\npublic tagObjects: any;\n\tanimationComplete: any;\n\tannotationRendering: any;\n\tbeforePrint: any;\n\tbubbleClick: any;\n\tbubbleMouseMove: any;\n\tbubbleRendering: any;\n\tclick: any;\n\tdataLabelRendering: any;\n\tdoubleClick: any;\n\titemHighlight: any;\n\titemSelection: any;\n\tlayerRendering: any;\n\tlegendRendering: any;\n\tload: any;\n\tloaded: any;\n\tmarkerClick: any;\n\tmarkerClusterClick: any;\n\tmarkerClusterMouseMove: any;\n\tmarkerClusterRendering: any;\n\tmarkerDragEnd: any;\n\tmarkerDragStart: any;\n\tmarkerMouseMove: any;\n\tmarkerRendering: any;\n\tonclick: any;\n\tpan: any;\n\tresize: any;\n\trightClick: any;\n\tshapeHighlight: any;\n\tshapeRendering: any;\n\tshapeSelected: any;\n\ttooltipRender: any;\n\ttooltipRenderComplete: any;\n\tzoom: any;\npublic dataSourceChange: any;\npublic childLayers: QueryList<LayersDirective>;\npublic childAnnotations: QueryList<AnnotationsDirective>;\npublic tags: string[] = ['layers', 'annotations'];\n/**\n * @param {?} ngEle\n * @param {?} srenderer\n * @param {?} viewContainerRef\n * @param {?} injector\n */\nconstructor(private ngEle: ElementRef,\nprivate srenderer: Renderer2,\nprivate viewContainerRef:ViewContainerRef,\nprivate injector: Injector) {\n super();\n this.element = this.ngEle.nativeElement;\n this.injectedModules = this.injectedModules || [];\n try {\n let mod = this.injector.get('MapsBubble');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('MapsLegend');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('MapsMarker');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('MapsHighlight');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('MapsSelection');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('MapsMapsTooltip');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('MapsZoom');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('MapsDataLabel');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('MapsNavigationLine');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('MapsAnnotations');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('MapsPrint');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('MapsPdfExport');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('MapsImageExport');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\n this.registerEvents(outputs);\n this.addTwoWay.call(this, twoWays);\n setValue('currentInstance', this, this.viewContainerRef);\n this.context = new ComponentBase();\n }\n/**\n * @return {?}\n */\npublic ngOnInit() {\n this.context.ngOnInit(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterViewInit(): void {\n this.context.ngAfterViewInit(this);\n }\n/**\n * @return {?}\n */\npublic ngOnDestroy(): void {\n this.context.ngOnDestroy(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterContentChecked(): void {\n this.tagObjects[0].instance = this.childLayers;\n if (this.childAnnotations) {\n this.tagObjects[1].instance = /** @type {?} */(( this.childAnnotations as any));\n }\n this.context.ngAfterContentChecked(this);\n }\npublic registerEvents: (eventList: string[]) => void;\npublic addTwoWay: (propList: string[]) => void;\nstatic decorators: DecoratorInvocation[] = [\n{ type: Component, args: [{\n selector: 'ejs-maps',\n inputs: inputs,\n outputs: outputs,\n template: '',\n changeDetection: ChangeDetectionStrategy.OnPush,\n queries: {\n childLayers: new ContentChild(LayersDirective), \n childAnnotations: new ContentChild(AnnotationsDirective)\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ElementRef, },\n{type: Renderer2, },\n{type: ViewContainerRef, },\n{type: Injector, },\n];\n}\n\nfunction MapsComponent_tsickle_Closure_declarations() {\n/** @type {?} */\nMapsComponent.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nMapsComponent.ctorParameters;\n/** @type {?} */\nMapsComponent.prototype.context;\n/** @type {?} */\nMapsComponent.prototype.tagObjects;\n/** @type {?} */\nMapsComponent.prototype.animationComplete;\n/** @type {?} */\nMapsComponent.prototype.annotationRendering;\n/** @type {?} */\nMapsComponent.prototype.beforePrint;\n/** @type {?} */\nMapsComponent.prototype.bubbleClick;\n/** @type {?} */\nMapsComponent.prototype.bubbleMouseMove;\n/** @type {?} */\nMapsComponent.prototype.bubbleRendering;\n/** @type {?} */\nMapsComponent.prototype.click;\n/** @type {?} */\nMapsComponent.prototype.dataLabelRendering;\n/** @type {?} */\nMapsComponent.prototype.doubleClick;\n/** @type {?} */\nMapsComponent.prototype.itemHighlight;\n/** @type {?} */\nMapsComponent.prototype.itemSelection;\n/** @type {?} */\nMapsComponent.prototype.layerRendering;\n/** @type {?} */\nMapsComponent.prototype.legendRendering;\n/** @type {?} */\nMapsComponent.prototype.load;\n/** @type {?} */\nMapsComponent.prototype.loaded;\n/** @type {?} */\nMapsComponent.prototype.markerClick;\n/** @type {?} */\nMapsComponent.prototype.markerClusterClick;\n/** @type {?} */\nMapsComponent.prototype.markerClusterMouseMove;\n/** @type {?} */\nMapsComponent.prototype.markerClusterRendering;\n/** @type {?} */\nMapsComponent.prototype.markerDragEnd;\n/** @type {?} */\nMapsComponent.prototype.markerDragStart;\n/** @type {?} */\nMapsComponent.prototype.markerMouseMove;\n/** @type {?} */\nMapsComponent.prototype.markerRendering;\n/** @type {?} */\nMapsComponent.prototype.onclick;\n/** @type {?} */\nMapsComponent.prototype.pan;\n/** @type {?} */\nMapsComponent.prototype.resize;\n/** @type {?} */\nMapsComponent.prototype.rightClick;\n/** @type {?} */\nMapsComponent.prototype.shapeHighlight;\n/** @type {?} */\nMapsComponent.prototype.shapeRendering;\n/** @type {?} */\nMapsComponent.prototype.shapeSelected;\n/** @type {?} */\nMapsComponent.prototype.tooltipRender;\n/** @type {?} */\nMapsComponent.prototype.tooltipRenderComplete;\n/** @type {?} */\nMapsComponent.prototype.zoom;\n/** @type {?} */\nMapsComponent.prototype.dataSourceChange;\n/** @type {?} */\nMapsComponent.prototype.childLayers;\n/** @type {?} */\nMapsComponent.prototype.childAnnotations;\n/** @type {?} */\nMapsComponent.prototype.tags;\n/** @type {?} */\nMapsComponent.prototype.registerEvents;\n/** @type {?} */\nMapsComponent.prototype.addTwoWay;\n/** @type {?} */\nMapsComponent.prototype.ngEle;\n/** @type {?} */\nMapsComponent.prototype.srenderer;\n/** @type {?} */\nMapsComponent.prototype.viewContainerRef;\n/** @type {?} */\nMapsComponent.prototype.injector;\n}\n\n\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Directive, ViewContainerRef, ContentChildren, ContentChild } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\nimport { Template } from '@syncfusion/ej2-angular-base';\n\n\nlet /** @type {?} */ input: string[] = ['content', 'horizontalAlignment', 'verticalAlignment', 'x', 'y', 'zIndex'];\nlet /** @type {?} */ outputs: string[] = [];\n/**\n * Represents the directive to define the annotations in the maps.\n * ```html\n * <e-maps-annotations>\n * <e-maps-annotation></e-maps-annotation>\n * </e-maps-annotations>\n * ```\n */\nexport class AnnotationDirective extends ComplexBase<AnnotationDirective> {\npublic directivePropList: any;\n/**\n * Gets or sets the type of the placement when the annotation is to be aligned horizontally.\n * \\@default None\n */\npublic horizontalAlignment: any;\n/**\n * Gets or sets the type of the placement when the annotation is to be aligned vertically.\n * \\@default None\n */\npublic verticalAlignment: any;\n/**\n * Gets or sets the x position of the annotation in pixel or percentage format.\n * \\@default '0px'\n */\npublic x: any;\n/**\n * Gets or sets the y position of the annotation in pixel or percentage format.\n * \\@default '0px'\n */\npublic y: any;\n/**\n * Gets or sets the z-index of the annotation in maps.\n * \\@default '-1'\n */\npublic zIndex: any;\n/**\n * Gets or sets the content for the annotation in maps.\n * \\@default ''\n */\n@Template()\n public content: any;\n/**\n * @param {?} viewContainerRef\n */\nconstructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'e-maps-annotations>e-maps-annotation',\n inputs: input,\n outputs: outputs, \n queries: {\n\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ViewContainerRef, },\n];\nstatic propDecorators: {[key: string]: DecoratorInvocation[]} = {\n'content': [{ type: ContentChild, args: ['content', ] },],\n};\n}\n\nfunction AnnotationDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nAnnotationDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nAnnotationDirective.ctorParameters;\n/** @type {?} */\nAnnotationDirective.propDecorators;\n/** @type {?} */\nAnnotationDirective.prototype.directivePropList;\n/**\n * Gets or sets the type of the placement when the annotation is to be aligned horizontally.\n * \\@default None\n * @type {?}\n */\nAnnotationDirective.prototype.horizontalAlignment;\n/**\n * Gets or sets the type of the placement when the annotation is to be aligned vertically.\n * \\@default None\n * @type {?}\n */\nAnnotationDirective.prototype.verticalAlignment;\n/**\n * Gets or sets the x position of the annotation in pixel or percentage format.\n * \\@default '0px'\n * @type {?}\n */\nAnnotationDirective.prototype.x;\n/**\n * Gets or sets the y position of the annotation in pixel or percentage format.\n * \\@default '0px'\n * @type {?}\n */\nAnnotationDirective.prototype.y;\n/**\n * Gets or sets the z-index of the annotation in maps.\n * \\@default '-1'\n * @type {?}\n */\nAnnotationDirective.prototype.zIndex;\n/**\n * Gets or sets the content for the annotation in maps.\n * \\@default ''\n * @type {?}\n */\nAnnotationDirective.prototype.content;\n/** @type {?} */\nAnnotationDirective.prototype.viewContainerRef;\n}\n\n/**\n * Annotation Array Directive\n */\nexport class AnnotationsDirective extends ArrayBase<AnnotationsDirective> {\nconstructor() {\n super('annotations');\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'ej-maps>e-maps-annotations',\n queries: {\n children: new ContentChildren(AnnotationDirective)\n },\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction AnnotationsDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nAnnotationsDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nAnnotationsDirective.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Directive, ViewContainerRef, ContentChildren, ContentChild } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\n\nimport { InitialShapeSelectionsDirective } from './initialshapeselection.directive';\nimport { MarkersDirective } from './markersettings.directive';\nimport { BubblesDirective } from './bubblesettings.directive';\nimport { NavigationLinesDirective } from './navigationlinesettings.directive';\n\nlet /** @type {?} */ input: string[] = ['animationDuration', 'bingMapType', 'bubbleSettings', 'dataLabelSettings', 'dataSource', 'geometryType', 'highlightSettings', 'initialShapeSelection', 'key', 'layerType', 'markerClusterSettings', 'markerSettings', 'navigationLineSettings', 'query', 'selectionSettings', 'shapeData', 'shapeDataPath', 'shapePropertyPath', 'shapeSettings', 'staticMapType', 'toggleLegendSettings', 'tooltipSettings', 'type', 'urlTemplate', 'visible'];\nlet /** @type {?} */ outputs: string[] = [];\n/**\n * Represents the directive to define the layer of the maps.\n * ```html\n * <e-layers>\n * <e-layer></e-layer>\n * </e-layers>\n * ```\n */\nexport class LayerDirective extends ComplexBase<LayerDirective> {\npublic directivePropList: any;\npublic childInitialShapeSelection: any;\npublic childMarkerSettings: any;\npublic childBubbleSettings: any;\npublic childNavigationLineSettings: any;\npublic tags: string[] = ['initialShapeSelection', 'markerSettings', 'bubbleSettings', 'navigationLineSettings'];\n/**\n * Gets or sets the type of the layer in maps. There are two types: Layer and SubLayer.\n * \\@default Layer\n */\npublic type: any;\n/**\n * Gets or sets the duration of the animation of layers when the zooming is performed in maps.\n * \\@default 0\n */\npublic animationDuration: any;\n/**\n * Gets or sets the Bing map type for the layer. If you set GeoJSON data in the map and set the `BingMapType` value without setting the layer type as \"Bing\", \n * then the map will be rendered based on the provided shape data since the default layer type will be set as \"Geometry\".\n * @deprecated\n * \\@default Aerial\n */\npublic bingMapType: any;\n/**\n * Gets or sets the options for customizing the bubbles in maps.\n */\npublic bubbleSettings: any;\n/**\n * Gets or sets the options for customizing the data labels in maps.\n */\npublic dataLabelSettings: any;\n/**\n * Gets or sets the data source for the layer. \n * The data bound to the shapes using data source can be used to display the tooltip, marker, and bubble.\n * \\@isobservable true\n * \\@default []\n */\npublic dataSource: any;\n/**\n * Gets or sets the geometry type for the layer in maps. There are two types: Geographic and Normal. \n * * Geographic type renders the shape maps with geographical coordinate system. \n * * Normal type renders the shape maps using default coordinate system.\n * \\@default Geographic\n */\npublic geometryType: any;\n/**\n * Gets or sets the options for customizing the shapes when the mouse hovers over maps.\n */\npublic highlightSettings: any;\n/**\n * Gets or sets the settings for the shapes to be selected when the maps rendering initially. \n * The initial selection of shapes will be performed only when the selection functionality of layer is enabled.\n */\npublic initialShapeSelection: any;\n/**\n * Gets or sets the key for the online map provider to render in the layer of the maps.\n * @deprecated\n * \\@default ''\n */\npublic key: any;\n/**\n * Gets or sets the type of the layer in maps. If we use layer type with shape data property in layer of the maps \n * then map will render based on the provided layer type.\n * @deprecated\n * \\@default Geometry\n */\npublic layerType: any;\n/**\n * Gets or sets the options for customizing the cluster of markers in maps.\n */\npublic markerClusterSettings: any;\n/**\n * Gets or sets the options for customizing the markers in maps.\n */\npublic markerSettings: any;\n/**\n * Gets or sets the options for customizing the navigation lines in maps.\n */\npublic navigationLineSettings: any;\n/**\n * Gets or sets the query to select particular data from the layer data source. \n * This property is applicable only when the data source is created by data manager.\n * \\@default null\n */\npublic query: any;\n/**\n * Gets or sets the options for customizing the shapes when clicking on the shapes in maps.\n */\npublic selectionSettings: any;\n/**\n * Gets or sets the data for the maps to render. \n * The data is normally JSON object with GeoJSON format that defines the shapes and geometries of the map.\n * \\@isobservable true\n * \\@default null\n */\npublic shapeData: any;\n/**\n * Gets or sets the field name from the GeoJSON data to map the shape to the data defined in the layer data source.\n * \\@default 'name'\n */\npublic shapeDataPath: any;\n/**\n * Gets or sets the field name from the data source to map the shape to the data defined in the layer data source.\n * \\@default 'name'\n */\npublic shapePropertyPath: any;\n/**\n * Gets or sets the options to customize the shape of the maps.\n */\npublic shapeSettings: any;\n/**\n * Gets or sets the type of the static maps.\n * @deprecated\n * \\@default RoadMap\n */\npublic staticMapType: any;\n/**\n * Gets or sets the options for customizing the toggle state of shapes when selecting the legend in maps.\n */\npublic toggleLegendSettings: any;\n/**\n * Gets or sets the options for customizing the tooltip of the layers in maps.\n */\npublic tooltipSettings: any;\n/**\n * Gets or sets the URL of the online map providers. \n * The online map providers will be rendered only when the shape data is not set and layer type is set with default value.\n * \\@default ''\n */\npublic urlTemplate: any;\n/**\n * Enables or disables the visibility of the layers in maps.\n * \\@default true\n */\npublic visible: any;\n/**\n * @param {?} viewContainerRef\n */\nconstructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'e-layers>e-layer',\n inputs: input,\n outputs: outputs, \n queries: {\n childInitialShapeSelection: new ContentChild(InitialShapeSelectionsDirective), \n childMarkerSettings: new ContentChild(MarkersDirective), \n childBubbleSettings: new ContentChild(BubblesDirective), \n childNavigationLineSettings: new ContentChild(NavigationLinesDirective)\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ViewContainerRef, },\n];\n}\n\nfunction LayerDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nLayerDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nLayerDirective.ctorParameters;\n/** @type {?} */\nLayerDirective.prototype.directivePropList;\n/** @type {?} */\nLayerDirective.prototype.childInitialShapeSelection;\n/** @type {?} */\nLayerDirective.prototype.childMarkerSettings;\n/** @type {?} */\nLayerDirective.prototype.childBubbleSettings;\n/** @type {?} */\nLayerDirective.prototype.childNavigationLineSettings;\n/** @type {?} */\nLayerDirective.prototype.tags;\n/**\n * Gets or sets the type of the layer in maps. There are two types: Layer and SubLayer.\n * \\@default Layer\n * @type {?}\n */\nLayerDirective.prototype.type;\n/**\n * Gets or sets the duration of the animation of layers when the zooming is performed in maps.\n * \\@default 0\n * @type {?}\n */\nLayerDirective.prototype.animationDuration;\n/**\n * Gets or sets the Bing map type for the layer. If you set GeoJSON data in the map and set the `BingMapType` value without setting the layer type as \"Bing\", \n * then the map will be rendered based on the provided shape data since the default layer type will be set as \"Geometry\".\n * @deprecated\n * \\@default Aerial\n * @type {?}\n */\nLayerDirective.prototype.bingMapType;\n/**\n * Gets or sets the options for customizing the bubbles in maps.\n * @type {?}\n */\nLayerDirective.prototype.bubbleSettings;\n/**\n * Gets or sets the options for customizing the data labels in maps.\n * @type {?}\n */\nLayerDirective.prototype.dataLabelSettings;\n/**\n * Gets or sets the data source for the layer. \n * The data bound to the shapes using data source can be used to display the tooltip, marker, and bubble.\n * \\@isobservable true\n * \\@default []\n * @type {?}\n */\nLayerDirective.prototype.dataSource;\n/**\n * Gets or sets the geometry type for the layer in maps. There are two types: Geographic and Normal. \n * * Geographic type renders the shape maps with geographical coordinate system. \n * * Normal type renders the shape maps using default coordinate system.\n * \\@default Geographic\n * @type {?}\n */\nLayerDirective.prototype.geometryType;\n/**\n * Gets or sets the options for customizing the shapes when the mouse hovers over maps.\n * @type {?}\n */\nLayerDirective.prototype.highlightSettings;\n/**\n * Gets or sets the settings for the shapes to be selected when the maps rendering initially. \n * The initial selection of shapes will be performed only when the selection functionality of layer is enabled.\n * @type {?}\n */\nLayerDirective.prototype.initialShapeSelection;\n/**\n * Gets or sets the key for the online map provider to render in the layer of the maps.\n * @deprecated\n * \\@default ''\n * @type {?}\n */\nLayerDirective.prototype.key;\n/**\n * Gets or sets the type of the layer in maps. If we use layer type with shape data property in layer of the maps \n * then map will render based on the provided layer type.\n * @deprecated\n * \\@default Geometry\n * @type {?}\n */\nLayerDirective.prototype.layerType;\n/**\n * Gets or sets the options for customizing the cluster of markers in maps.\n * @type {?}\n */\nLayerDirective.prototype.markerClusterSettings;\n/**\n * Gets or sets the options for customizing the markers in maps.\n * @type {?}\n */\nLayerDirective.prototype.markerSettings;\n/**\n * Gets or sets the options for customizing the navigation lines in maps.\n * @type {?}\n */\nLayerDirective.prototype.navigationLineSettings;\n/**\n * Gets or sets the query to select particular data from the layer data source. \n * This property is applicable only when the data source is created by data manager.\n * \\@default null\n * @type {?}\n */\nLayerDirective.prototype.query;\n/**\n * Gets or sets the options for customizing the shapes when clicking on the shapes in maps.\n * @type {?}\n */\nLayerDirective.prototype.selectionSettings;\n/**\n * Gets or sets the data for the maps to render. \n * The data is normally JSON object with GeoJSON format that defines the shapes and geometries of the map.\n * \\@isobservable true\n * \\@default null\n * @type {?}\n */\nLayerDirective.prototype.shapeData;\n/**\n * Gets or sets the field name from the GeoJSON data to map the shape to the data defined in the layer data source.\n * \\@default 'name'\n * @type {?}\n */\nLayerDirective.prototype.shapeDataPath;\n/**\n * Gets or sets the field name from the data source to map the shape to the data defined in the layer data source.\n * \\@default 'name'\n * @type {?}\n */\nLayerDirective.prototype.shapePropertyPath;\n/**\n * Gets or sets the options to customize the shape of the maps.\n * @type {?}\n */\nLayerDirective.prototype.shapeSettings;\n/**\n * Gets or sets the type of the static maps.\n * @deprecated\n * \\@default RoadMap\n * @type {?}\n */\nLayerDirective.prototype.staticMapType;\n/**\n * Gets or sets the options for customizing the toggle state of shapes when selecting the legend in maps.\n * @type {?}\n */\nLayerDirective.prototype.toggleLegendSettings;\n/**\n * Gets or sets the options for customizing the tooltip of the layers in maps.\n * @type {?}\n */\nLayerDirective.prototype.tooltipSettings;\n/**\n * Gets or sets the URL of the online map providers. \n * The online map providers will be rendered only when the shape data is not set and layer type is set with default value.\n * \\@default ''\n * @type {?}\n */\nLayerDirective.prototype.urlTemplate;\n/**\n * Enables or disables the visibility of the layers in maps.\n * \\@default true\n * @type {?}\n */\nLayerDirective.prototype.visible;\n/** @type {?} */\nLayerDirective.prototype.viewContainerRef;\n}\n\n/**\n * Layer Array Directive\n */\nexport class LayersDirective extends ArrayBase<LayersDirective> {\nconstructor() {\n super('layers');\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'ej-maps>e-layers',\n queries: {\n children: new ContentChildren(LayerDirective)\n },\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction LayersDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nLayersDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nLayersDirective.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Directive, ViewContainerRef, ContentChildren, ContentChild } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\nimport { Template } from '@syncfusion/ej2-angular-base';\n\n\nlet /** @type {?} */ input: string[] = ['angle', 'arrowSettings', 'color', 'dashArray', 'highlightSettings', 'latitude', 'longitude', 'selectionSettings', 'visible', 'width'];\nlet /** @type {?} */ outputs: string[] = [];\n/**\n * Represents the directive to define the navigation lines in the maps.\n * ```html\n * <e-layers>\n * <e-layer>\n * <e-navigationLineSettings>\n * <e-navigationLineSetting>\n * </e-navigationLineSetting>\n * </e-navigationLineSettings>\n * </e-layer>\n * </e-layers>\n * ```\n */\nexport class NavigationLineDirective extends ComplexBase<NavigationLineDirective> {\npublic directivePropList: any;\n/**\n * Gets or sets the angle of the curve connecting different locations in maps.\n * \\@default 0\n */\npublic angle: any;\n/**\n * Gets or sets the options to customize the arrow for the navigation line in maps.\n */\npublic arrowSettings: any;\n/**\n * Gets or sets the color for the navigation lines in maps.\n * \\@default 'black'\n */\npublic color: any;\n/**\n * Gets or sets the dash-array for the navigation lines drawn in maps.\n * \\@default ''\n */\npublic dashArray: any;\n/**\n * Gets or sets the highlight settings of the navigation line in maps.\n */\npublic highlightSettings: any;\n/**\n * Gets or sets the latitude value for the navigation lines to be drawn in maps.\n * \\@default []\n */\npublic latitude: any;\n/**\n * Gets or sets the longitude for the navigation lines to be drawn in maps.\n * \\@default []\n */\npublic longitude: any;\n/**\n * Gets or sets the selection settings of the navigation line in maps.\n */\npublic selectionSettings: any;\n/**\n * Enables or disables the navigation lines to be drawn in maps.\n * \\@default false\n */\npublic visible: any;\n/**\n * Gets or sets the width of the navigation lines in maps.\n * \\@default 1\n */\npublic width: any;\n \n @Template()\npublic tooltipSettings_template: any;\n/**\n * @param {?} viewContainerRef\n */\nconstructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'e-layer>e-navigationLineSettings>e-navigationLineSetting',\n inputs: input,\n outputs: outputs, \n queries: {\n\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ViewContainerRef, },\n];\nstatic propDecorators: {[key: string]: DecoratorInvocation[]} = {\n'tooltipSettings_template': [{ type: ContentChild, args: ['tooltipSettingsTemplate', ] },],\n};\n}\n\nfunction NavigationLineDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nNavigationLineDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nNavigationLineDirective.ctorParameters;\n/** @type {?} */\nNavigationLineDirective.propDecorators;\n/** @type {?} */\nNavigationLineDirective.prototype.directivePropList;\n/**\n * Gets or sets the angle of the curve connecting different locations in maps.\n * \\@default 0\n * @type {?}\n */\nNavigationLineDirective.prototype.angle;\n/**\n * Gets or sets the options to customize the arrow for the navigation line in maps.\n * @type {?}\n */\nNavigationLineDirective.prototype.arrowSettings;\n/**\n * Gets or sets the color for the navigation lines in maps.\n * \\@default 'black'\n * @type {?}\n */\nNavigationLineDirective.prototype.color;\n/**\n * Gets or sets the dash-array for the navigation lines drawn in maps.\n * \\@default ''\n * @type {?}\n */\nNavigationLineDirective.prototype.dashArray;\n/**\n * Gets or sets the highlight settings of the navigation line in maps.\n * @type {?}\n */\nNavigationLineDirective.prototype.highlightSettings;\n/**\n * Gets or sets the latitude value for the navigation lines to be drawn in maps.\n * \\@default []\n * @type {?}\n */\nNavigationLineDirective.prototype.latitude;\n/**\n * Gets or sets the longitude for the navigation lines to be drawn in maps.\n * \\@default []\n * @type {?}\n */\nNavigationLineDirective.prototype.longitude;\n/**\n * Gets or sets the selection settings of the navigation line in maps.\n * @type {?}\n */\nNavigationLineDirective.prototype.selectionSettings;\n/**\n * Enables or disables the navigation lines to be drawn in maps.\n * \\@default false\n * @type {?}\n */\nNavigationLineDirective.prototype.visible;\n/**\n * Gets or sets the width of the navigation lines in maps.\n * \\@default 1\n * @type {?}\n */\nNavigationLineDirective.prototype.width;\n/** @type {?} */\nNavigationLineDirective.prototype.tooltipSettings_template;\n/** @type {?} */\nNavigationLineDirective.prototype.viewContainerRef;\n}\n\n/**\n * NavigationLine Array Directive\n */\nexport class NavigationLinesDirective extends ArrayBase<NavigationLinesDirective> {\nconstructor() {\n super('navigationlinesettings');\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'e-layer>e-navigationLineSettings',\n queries: {\n children: new ContentChildren(NavigationLineDirective)\n },\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction NavigationLinesDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nNavigationLinesDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nNavigationLinesDirective.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Directive, ViewContainerRef, ContentChildren, ContentChild } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\nimport { Template } from '@syncfusion/ej2-angular-base';\nimport { ColorMappingsDirective } from './colormapping.directive';\n\nlet /** @type {?} */ input: string[] = ['animationDelay', 'animationDuration', 'border', 'bubbleType', 'colorMapping', 'colorValuePath', 'dataSource', 'fill', 'highlightSettings', 'maxRadius', 'minRadius', 'opacity', 'query', 'selectionSettings', 'tooltipSettings', 'valuePath', 'visible'];\nlet /** @type {?} */ outputs: string[] = [];\n/**\n * Represents the directive to define the bubbles in the maps.\n * ```html\n * <e-layers>\n * <e-layer>\n * <e-bubbleSettings>\n * <e-bubbleSetting>\n * </e-bubbleSetting>\n * </e-bubbleSettings>\n * </e-layer>\n * </e-layers>\n * ```\n */\nexport class BubbleDirective extends ComplexBase<BubbleDirective> {\npublic directivePropList: any;\npublic childColorMapping: any;\npublic tags: string[] = ['colorMapping'];\n/**\n * Gets or sets the delay in animation for the bubbles in maps.\n * \\@default 0\n */\npublic animationDelay: any;\n/**\n * Gets or sets the duration for the animation of the bubbles in maps.\n * \\@default 1000\n */\npublic animationDuration: any;\n/**\n * Gets or sets the options to customize the style properties of the border for the bubbles in maps.\n */\npublic border: any;\n/**\n * Gets or sets the type of the bubble in maps.\n * \\@default Circle\n */\npublic bubbleType: any;\n/**\n * Gets or sets the color-mapping for the bubbles in maps.\n * \\@default []\n */\npublic colorMapping: any;\n/**\n * Gets or sets the field name from the data source of bubble settings to set the color for each bubble in maps.\n * \\@default null\n */\npublic colorValuePath: any;\n/**\n * Gets or sets the data source for the bubble. \n * The data source must contain the size value of the bubble that can be bound to the bubble \n * of the maps using the `valuePath` property in the `bubbleSettings`. \n * The data source can contain data such as color and other informations that can be bound to the bubble and tooltip of the bubble.\n * \\@isobservable true\n * \\@default []\n */\npublic dataSource: any;\n/**\n * Gets or sets the color for the bubbles in maps.\n * \\@default ''\n */\npublic fill: any;\n/**\n * Gets or sets the options to customize the highlight of the bubbles in maps.\n */\npublic highlightSettings: any;\n/**\n * Gets or sets the maximum radius for the bubbles in maps.\n * \\@default 20\n */\npublic maxRadius: any;\n/**\n * Gets or sets the minimum radius for the bubbles in maps.\n * \\@default 10\n */\npublic minRadius: any;\n/**\n * Gets or sets the opacity of the bubbles in maps.\n * \\@default 1\n */\npublic opacity: any;\n/**\n * Gets or sets the query to select particular data from the bubble data source. \n * This property is applicable only when the data source is created by data manager.\n * \\@default null\n */\npublic query: any;\n/**\n * Gets or sets the options to customize the selection of the bubbles in maps.\n */\npublic selectionSettings: any;\n/**\n * Gets or sets the options to customize the tooltip of the bubbles in maps.\n */\npublic tooltipSettings: any;\n/**\n * Gets or sets the field name from the data source of bubble settings based on which the bubbles are rendered on the maps.\n * \\@default null\n */\npublic valuePath: any;\n/**\n * Enables or disables the visibility of the bubbles in maps.\n * \\@default false\n */\npublic visible: any;\n \n @Template()\npublic tooltipSettings_template: any;\n/**\n * @param {?} viewContainerRef\n */\nconstructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'e-layer>e-bubbleSettings>e-bubbleSetting',\n inputs: input,\n outputs: outputs, \n queries: {\n childColorMapping: new ContentChild(ColorMappingsDirective)\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ViewContainerRef, },\n];\nstatic propDecorators: {[key: string]: DecoratorInvocation[]} = {\n'tooltipSettings_template': [{ type: ContentChild, args: ['tooltipSettingsTemplate', ] },],\n};\n}\n\nfunction BubbleDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nBubbleDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nBubbleDirective.ctorParameters;\n/** @type {?} */\nBubbleDirective.propDecorators;\n/** @type {?} */\nBubbleDirective.prototype.directivePropList;\n/** @type {?} */\nBubbleDirective.prototype.childColorMapping;\n/** @type {?} */\nBubbleDirective.prototype.tags;\n/**\n * Gets or sets the delay in animation for the bubbles in maps.\n * \\@default 0\n * @type {?}\n */\nBubbleDirective.prototype.animationDelay;\n/**\n * Gets or sets the duration for the animation of the bubbles in maps.\n * \\@default 1000\n * @type {?}\n */\nBubbleDirective.prototype.animationDuration;\n/**\n * Gets or sets the options to customize the style properties of the border for the bubbles in maps.\n * @type {?}\n */\nBubbleDirective.prototype.border;\n/**\n * Gets or sets the type of the bubble in maps.\n * \\@default Circle\n * @type {?}\n */\nBubbleDirective.prototype.bubbleType;\n/**\n * Gets or sets the color-mapping for the bubbles in maps.\n * \\@default []\n * @type {?}\n */\nBubbleDirective.prototype.colorMapping;\n/**\n * Gets or sets the field name from the data source of bubble settings to set the color for each bubble in maps.\n * \\@default null\n * @type {?}\n */\nBubbleDirective.prototype.colorValuePath;\n/**\n * Gets or sets the data source for the bubble. \n * The data source must contain the size value of the bubble that can be bound to the bubble \n * of the maps using the `valuePath` property in the `bubbleSettings`. \n * The data source can contain data such as color and other informations that can be bound to the bubble and tooltip of the bubble.\n * \\@isobservable true\n * \\@default []\n * @type {?}\n */\nBubbleDirective.prototype.dataSource;\n/**\n * Gets or sets the color for the bubbles in maps.\n * \\@default ''\n * @type {?}\n */\nBubbleDirective.prototype.fill;\n/**\n * Gets or sets the options to customize the highlight of the bubbles in maps.\n * @type {?}\n */\nBubbleDirective.prototype.highlightSettings;\n/**\n * Gets or sets the maximum radius for the bubbles in maps.\n * \\@default 20\n * @type {?}\n */\nBubbleDirective.prototype.maxRadius;\n/**\n * Gets or sets the minimum radius for the bubbles in maps.\n * \\@default 10\n * @type {?}\n */\nBubbleDirective.prototype.minRadius;\n/**\n * Gets or sets the opacity of the bubbles in maps.\n * \\@default 1\n * @type {?}\n */\nBubbleDirective.prototype.opacity;\n/**\n * Gets or sets the query to select particular data from the bubble data source. \n * This property is applicable only when the data source is created by data manager.\n * \\@default null\n * @type {?}\n */\nBubbleDirective.prototype.query;\n/**\n * Gets or sets the options to customize the selection of the bubbles in maps.\n * @type {?}\n */\nBubbleDirective.prototype.selectionSettings;\n/**\n * Gets or sets the options to customize the tooltip of the bubbles in maps.\n * @type {?}\n */\nBubbleDirective.prototype.tooltipSettings;\n/**\n * Gets or sets the field name from the data source of bubble settings based on which the bubbles are rendered on the maps.\n * \\@default null\n * @type {?}\n */\nBubbleDirective.prototype.valuePath;\n/**\n * Enables or disables the visibility of the bubbles in maps.\n * \\@default false\n * @type {?}\n */\nBubbleDirective.prototype.visible;\n/** @type {?} */\nBubbleDirective.prototype.tooltipSettings_template;\n/** @type {?} */\nBubbleDirective.prototype.viewContainerRef;\n}\n\n/**\n * Bubble Array Directive\n */\nexport class BubblesDirective extends ArrayBase<BubblesDirective> {\nconstructor() {\n super('bubblesettings');\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'e-layer>e-bubbleSettings',\n queries: {\n children: new ContentChildren(BubbleDirective)\n },\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction BubblesDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nBubblesDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nBubblesDirective.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Directive, ViewContainerRef, ContentChildren } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\n\n\n\nlet /** @type {?} */ input: string[] = ['color', 'from', 'label', 'maxOpacity', 'minOpacity', 'showLegend', 'to', 'value'];\nlet /** @type {?} */ outputs: string[] = [];\n/**\n * Represents the directive to define the bubble color mapping in the maps.\n * ```html\n * <e-layers>\n * <e-layer>\n * <e-bubbleSettings>\n * <e-colorMappings>\n * <e-colorMapping>\n * </e-colorMapping>\n * </e-colorMappings>\n * </e-bubbleSettings>\n * </e-layer>\n * </e-layers>\n * ```\n */\nexport class ColorMappingDirective extends ComplexBase<ColorMappingDirective> {\npublic directivePropList: any;\n/**\n * Gets or sets the color for the color-mapping in maps.\n * \\@default null\n */\npublic color: any;\n/**\n * Gets or sets the value from where the range for the color-mapping starts.\n * \\@aspdefaultvalueignore\n * \\@default null\n */\npublic from: any;\n/**\n * Gets or sets the label for the color-mapping to display in the legend item text.\n * \\@default null\n */\npublic label: any;\n/**\n * Gets or sets the maximum opacity for the color-mapping in maps.\n * \\@default null\n */\npublic maxOpacity: any;\n/**\n * Gets or sets the minimum opacity for the color-mapping in maps.\n * \\@default null\n */\npublic minOpacity: any;\n/**\n * Enables or disables the visibility of legend for the corresponding color-mapped shapes in maps.\n * \\@default true\n */\npublic showLegend: any;\n/**\n * Gets or sets the value to where the range for the color-mapping ends.\n * \\@aspdefaultvalueignore\n * \\@default null\n */\npublic to: any;\n/**\n * Gets or sets the value from the data source to map the corresponding colors to the shapes.\n * \\@default null\n */\npublic value: any;\n/**\n * @param {?} viewContainerRef\n */\nconstructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'e-bubbleSettings>e-colorMappings>e-colorMapping',\n inputs: input,\n outputs: outputs, \n queries: {\n\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ViewContainerRef, },\n];\n}\n\nfunction ColorMappingDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nColorMappingDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nColorMappingDirective.ctorParameters;\n/** @type {?} */\nColorMappingDirective.prototype.directivePropList;\n/**\n * Gets or sets the color for the color-mapping in maps.\n * \\@default null\n * @type {?}\n */\nColorMappingDirective.prototype.color;\n/**\n * Gets or sets the value from where the range for the color-mapping starts.\n * \\@aspdefaultvalueignore\n * \\@default null\n * @type {?}\n */\nColorMappingDirective.prototype.from;\n/**\n * Gets or sets the label for the color-mapping to display in the legend item text.\n * \\@default null\n * @type {?}\n */\nColorMappingDirective.prototype.label;\n/**\n * Gets or sets the maximum opacity for the color-mapping in maps.\n * \\@default null\n * @type {?}\n */\nColorMappingDirective.prototype.maxOpacity;\n/**\n * Gets or sets the minimum opacity for the color-mapping in maps.\n * \\@default null\n * @type {?}\n */\nColorMappingDirective.prototype.minOpacity;\n/**\n * Enables or disables the visibility of legend for the corresponding color-mapped shapes in maps.\n * \\@default true\n * @type {?}\n */\nColorMappingDirective.prototype.showLegend;\n/**\n * Gets or sets the value to where the range for the color-mapping ends.\n * \\@aspdefaultvalueignore\n * \\@default null\n * @type {?}\n */\nColorMappingDirective.prototype.to;\n/**\n * Gets or sets the value from the data source to map the corresponding colors to the shapes.\n * \\@default null\n * @type {?}\n */\nColorMappingDirective.prototype.value;\n/** @type {?} */\nColorMappingDirective.prototype.viewContainerRef;\n}\n\n/**\n * ColorMapping Array Directive\n */\nexport class ColorMappingsDirective extends ArrayBase<ColorMappingsDirective> {\nconstructor() {\n super('colormapping');\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'e-bubbleSettings>e-colorMappings',\n queries: {\n children: new ContentChildren(ColorMappingDirective)\n },\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction ColorMappingsDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nColorMappingsDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nColorMappingsDirective.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Directive, ViewContainerRef, ContentChildren, ContentChild } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\nimport { Template } from '@syncfusion/ej2-angular-base';\n\n\nlet /** @type {?} */ input: string[] = ['animationDelay', 'animationDuration', 'border', 'colorValuePath', 'dashArray', 'dataSource', 'enableDrag', 'fill', 'height', 'highlightSettings', 'imageUrl', 'imageUrlValuePath', 'initialMarkerSelection', 'latitudeValuePath', 'legendText', 'longitudeValuePath', 'offset', 'opacity', 'query', 'selectionSettings', 'shape', 'shapeValuePath', 'template', 'tooltipSettings', 'visible', 'width'];\nlet /** @type {?} */ outputs: string[] = [];\n/**\n * Represents the directive to define the markers in the maps.\n * ```html\n * <e-layers>\n * <e-layer>\n * <e-markerSettings>\n * <e-markerSetting>\n * </e-markerSetting>\n * </e-markerSettings>\n * </e-layer>\n * </e-layers>\n * ```\n */\nexport class MarkerDirective extends ComplexBase<MarkerDirective> {\npublic directivePropList: any;\n/**\n * Gets or sets the delay time for the animation in marker.\n * \\@default 0\n */\npublic animationDelay: any;\n/**\n * Gets or sets the duration time for animating the marker.\n * \\@default 1000\n */\npublic animationDuration: any;\n/**\n * Gets or sets the options for customizing the style properties of the border of the marker in maps.\n */\npublic border: any;\n/**\n * Gets or sets the field name from the marker data source based on which the color is applied for the marker.\n * \\@default null\n */\npublic colorValuePath: any;\n/**\n * Gets or sets the dash-array for the marker.\n */\npublic dashArray: any;\n/**\n * Gets or sets the data source for the marker. \n * The data source for the marker will contain latitude and longitude values to specify the location \n * of the marker. \n * The data source can contain data such as color, shape, and other details that can be bound to the color, shape, \n * and tooltip of the marker.\n * \\@isobservable true\n * \\@default []\n */\npublic dataSource: any;\n/**\n * Enables or disables marker drag and drop functionality at any location on the map.\n * \\@default false\n */\npublic enableDrag: any;\n/**\n * Gets or sets the color for the marker in maps.\n * \\@default '#FF471A'\n */\npublic fill: any;\n/**\n * Gets or sets the height of the marker in maps.\n * \\@default 10\n */\npublic height: any;\n/**\n * Gets or sets the options to customize the marker when the mouse hovers over the markers in maps.\n */\npublic highlightSettings: any;\n/**\n * Gets or sets the URL for rendering the marker as image. This property acts as image source for all the markers in a marker settings.\n */\npublic imageUrl: any;\n/**\n * Gets or sets the field name from the marker data source based on which the image source for the image type marker is got individually.\n * \\@default null\n */\npublic imageUrlValuePath: any;\n/**\n * Gets or sets the options to select the markers at the initial rendering time of the maps. \n * The initial selection of markers will be performed only when the selection functionality of marker is enabled.\n */\npublic initialMarkerSelection: any;\n/**\n * Defines the field name from the marker data source for setting latitude for a set of markers.\n */\npublic latitudeValuePath: any;\n/**\n * Gets or sets the field name from the marker data source to render legend item text for the marker legend.\n * \\@default ''\n */\npublic legendText: any;\n/**\n * Defines the field name from the marker data source for setting longitude for a set of markers.\n */\npublic longitudeValuePath: any;\n/**\n * Gets or sets the offset value from which the marker must be rendered from the intended position.\n */\npublic offset: any;\n/**\n * Gets or sets the opacity for the marker in maps.\n * \\@default 1\n */\npublic opacity: any;\n/**\n * Gets or sets the query to select particular data from the marker data source. \n * This property is applicable only when the data source is created by data manager.\n * \\@default null\n */\npublic query: any;\n/**\n * Gets or sets the options to customize the marker while selecting the marker in maps.\n */\npublic selectionSettings: any;\n/**\n * Gets or sets the shape of the marker in maps.\n * \\@default Balloon\n */\npublic shape: any;\n/**\n * Gets or sets the field name from the marker data source based on which the shape for individual markers are set.\n * \\@default null\n */\npublic shapeValuePath: any;\n/**\n * Gets or sets the options to customize the tooltip of the marker in maps.\n */\npublic tooltipSettings: any;\n/**\n * Enables or disables the visibility of the markers in maps.\n * \\@default false\n */\npublic visible: any;\n/**\n * Gets or sets the width of the marker in maps.\n * \\@default 10\n */\npublic width: any;\n/**\n * Gets or sets the template for the marker to render custom elements.\n * \\@default null\n */\n@Template()\n public template: any;\n \n @Template()\npublic tooltipSettings_template: any;\n/**\n * @param {?} viewContainerRef\n */\nconstructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'e-layer>e-markerSettings>e-markerSetting',\n inputs: input,\n outputs: outputs, \n queries: {\n\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ViewContainerRef, },\n];\nstatic propDecorators: {[key: string]: DecoratorInvocation[]} = {\n'template': [{ type: ContentChild, args: ['template', ] },],\n'tooltipSettings_template': [{ type: ContentChild, args: ['tooltipSettingsTemplate', ] },],\n};\n}\n\nfunction MarkerDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nMarkerDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nMarkerDirective.ctorParameters;\n/** @type {?} */\nMarkerDirective.propDecorators;\n/** @type {?} */\nMarkerDirective.prototype.directivePropList;\n/**\n * Gets or sets the delay time for the animation in marker.\n * \\@default 0\n * @type {?}\n */\nMarkerDirective.prototype.animationDelay;\n/**\n * Gets or sets the duration time for animating the marker.\n * \\@default 1000\n * @type {?}\n */\nMarkerDirective.prototype.animationDuration;\n/**\n * Gets or sets the options for customizing the style properties of the border of the marker in maps.\n * @type {?}\n */\nMarkerDirective.prototype.border;\n/**\n * Gets or sets the field name from the marker data source based on which the color is applied for the marker.\n * \\@default null\n * @type {?}\n */\nMarkerDirective.prototype.colorValuePath;\n/**\n * Gets or sets the dash-array for the marker.\n * @type {?}\n */\nMarkerDirective.prototype.dashArray;\n/**\n * Gets or sets the data source for the marker. \n * The data source for the marker will contain latitude and longitude values to specify the location \n * of the marker. \n * The data source can contain data such as color, shape, and other details that can be bound to the color, shape, \n * and tooltip of the marker.\n * \\@isobservable true\n * \\@default []\n * @type {?}\n */\nMarkerDirective.prototype.dataSource;\n/**\n * Enables or disables marker drag and drop functionality at any location on the map.\n * \\@default false\n * @type {?}\n */\nMarkerDirective.prototype.enableDrag;\n/**\n * Gets or sets the color for the marker in maps.\n * \\@default '#FF471A'\n * @type {?}\n */\nMarkerDirective.prototype.fill;\n/**\n * Gets or sets the height of the marker in maps.\n * \\@default 10\n * @type {?}\n */\nMarkerDirective.prototype.height;\n/**\n * Gets or sets the options to customize the marker when the mouse hovers over the markers in maps.\n * @type {?}\n */\nMarkerDirective.prototype.highlightSettings;\n/**\n * Gets or sets the URL for rendering the marker as image. This property acts as image source for all the markers in a marker settings.\n * @type {?}\n */\nMarkerDirective.prototype.imageUrl;\n/**\n * Gets or sets the field name from the marker data source based on which the image source for the image type marker is got individually.\n * \\@default null\n * @type {?}\n */\nMarkerDirective.prototype.imageUrlValuePath;\n/**\n * Gets or sets the options to select the markers at the initial rendering time of the maps. \n * The initial selection of markers will be performed only when the selection functionality of marker is enabled.\n * @type {?}\n */\nMarkerDirective.prototype.initialMarkerSelection;\n/**\n * Defines the field name from the marker data source for setting latitude for a set of markers.\n * @type {?}\n */\nMarkerDirective.prototype.latitudeValuePath;\n/**\n * Gets or sets the field name from the marker data source to render legend item text for the marker legend.\n * \\@default ''\n * @type {?}\n */\nMarkerDirective.prototype.legendText;\n/**\n * Defines the field name from the marker data source for setting longitude for a set of markers.\n * @type {?}\n */\nMarkerDirective.prototype.longitudeValuePath;\n/**\n * Gets or sets the offset value from which the marker must be rendered from the intended position.\n * @type {?}\n */\nMarkerDirective.prototype.offset;\n/**\n * Gets or sets the opacity for the marker in maps.\n * \\@default 1\n * @type {?}\n */\nMarkerDirective.prototype.opacity;\n/**\n * Gets or sets the query to select particular data from the marker data source. \n * This property is applicable only when the data source is created by data manager.\n * \\@default null\n * @type {?}\n */\nMarkerDirective.prototype.query;\n/**\n * Gets or sets the options to customize the marker while selecting the marker in maps.\n * @type {?}\n */\nMarkerDirective.prototype.selectionSettings;\n/**\n * Gets or sets the shape of the marker in maps.\n * \\@default Balloon\n * @type {?}\n */\nMarkerDirective.prototype.shape;\n/**\n * Gets or sets the field name from the marker data source based on which the shape for individual markers are set.\n * \\@default null\n * @type {?}\n */\nMarkerDirective.prototype.shapeValuePath;\n/**\n * Gets or sets the options to customize the tooltip of the marker in maps.\n * @type {?}\n */\nMarkerDirective.prototype.tooltipSettings;\n/**\n * Enables or disables the visibility of the markers in maps.\n * \\@default false\n * @type {?}\n */\nMarkerDirective.prototype.visible;\n/**\n * Gets or sets the width of the marker in maps.\n * \\@default 10\n * @type {?}\n */\nMarkerDirective.prototype.width;\n/**\n * Gets or sets the template for the marker to render custom elements.\n * \\@default null\n * @type {?}\n */\nMarkerDirective.prototype.template;\n/** @type {?} */\nMarkerDirective.prototype.tooltipSettings_template;\n/** @type {?} */\nMarkerDirective.prototype.viewContainerRef;\n}\n\n/**\n * Marker Array Directive\n */\nexport class MarkersDirective extends ArrayBase<MarkersDirective> {\nconstructor() {\n super('markersettings');\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'e-layer>e-markerSettings',\n queries: {\n children: new ContentChildren(MarkerDirective)\n },\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction MarkersDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nMarkersDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nMarkersDirective.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Directive, ViewContainerRef, ContentChildren } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\n\n\n\nlet /** @type {?} */ input: string[] = ['shapePath', 'shapeValue'];\nlet /** @type {?} */ outputs: string[] = [];\n/**\n * Represents the directive to configure the selection of the shapes when the maps is initially rendered.\n * ```html\n * <e-layers>\n * <e-layer>\n * <e-initialShapeSelections>\n * <e-initialShapeSelection>\n * </e-initialShapeSelection>\n * </e-initialShapeSelections>\n * </e-layer>\n * </e-layers>\n * ```\n */\nexport class InitialShapeSelectionDirective extends ComplexBase<InitialShapeSelectionDirective> {\npublic directivePropList: any;\n/**\n * Gets or sets the property name from the data source in maps.\n * \\@default null\n */\npublic shapePath: any;\n/**\n * Gets or sets the value from the data source which is bound to the shape in maps.\n * \\@default null\n */\npublic shapeValue: any;\n/**\n * @param {?} viewContainerRef\n */\nconstructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'e-layer>e-initialShapeSelections>e-initialShapeSelection',\n inputs: input,\n outputs: outputs, \n queries: {\n\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ViewContainerRef, },\n];\n}\n\nfunction InitialShapeSelectionDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nInitialShapeSelectionDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nInitialShapeSelectionDirective.ctorParameters;\n/** @type {?} */\nInitialShapeSelectionDirective.prototype.directivePropList;\n/**\n * Gets or sets the property name from the data source in maps.\n * \\@default null\n * @type {?}\n */\nInitialShapeSelectionDirective.prototype.shapePath;\n/**\n * Gets or sets the value from the data source which is bound to the shape in maps.\n * \\@default null\n * @type {?}\n */\nInitialShapeSelectionDirective.prototype.shapeValue;\n/** @type {?} */\nInitialShapeSelectionDirective.prototype.viewContainerRef;\n}\n\n/**\n * InitialShapeSelection Array Directive\n */\nexport class InitialShapeSelectionsDirective extends ArrayBase<InitialShapeSelectionsDirective> {\nconstructor() {\n super('initialshapeselection');\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'e-layer>e-initialShapeSelections',\n queries: {\n children: new ContentChildren(InitialShapeSelectionDirective)\n },\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction InitialShapeSelectionsDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nInitialShapeSelectionsDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nInitialShapeSelectionsDirective.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n"],"names":["__metadata","__decorate","outputs","input"],"mappings":"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"}
|
package/CHANGELOG.md
CHANGED
|
@@ -11,30 +11,12 @@
|
|
|
11
11
|
|
|
12
12
|
## [Unreleased]
|
|
13
13
|
|
|
14
|
-
## 20.4.49 (2023-02-07)
|
|
15
|
-
|
|
16
|
-
### Maps
|
|
17
|
-
|
|
18
|
-
#### Bug Fixes
|
|
19
|
-
|
|
20
|
-
- `#I430846` - Maps will be rendered properly when the `zoomFactor` and `centerPosition` is set to their initial value using `zoomByPosition` method.
|
|
21
|
-
- `#I430070` - Marker templates will now render properly in the Maps when they are contained within an HTML div element with "scroll" overflow CSS style.
|
|
22
|
-
|
|
23
|
-
## 20.4.48 (2023-02-01)
|
|
24
|
-
|
|
25
14
|
### Maps
|
|
26
15
|
|
|
27
|
-
####
|
|
28
|
-
|
|
29
|
-
- `#I430070` - Marker templates will now render properly in the Maps when they are contained within an HTML div element with "scroll" overflow CSS style.
|
|
30
|
-
|
|
31
|
-
## 20.4.44 (2023-01-18)
|
|
32
|
-
|
|
33
|
-
### Maps
|
|
34
|
-
|
|
35
|
-
#### Bug Fixes
|
|
16
|
+
#### New Features
|
|
36
17
|
|
|
37
|
-
- `#
|
|
18
|
+
- `#I275734`, `#I293775` - The appearance of the buttons and tooltips in the zoom toolbar can now be customized using properties in the `buttonSettings` and `tooltipSettings` in the `toolbarSettings` property of `zoomSettings`.
|
|
19
|
+
- `#I425592` - The marker rendered in the Maps can now be dragged and dropped in the desired location based on the requirement. Events are also supported to notify the drag start and end.
|
|
38
20
|
|
|
39
21
|
## 20.4.38 (2022-12-21)
|
|
40
22
|
|