@syncfusion/ej2-maps 31.2.2 → 32.1.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (69) hide show
  1. package/.gitleaksignore +8 -8
  2. package/README.md +11 -2
  3. package/aceconfig.js +17 -0
  4. package/dist/ej2-maps.min.js +1 -10
  5. package/dist/ej2-maps.umd.min.js +1 -10
  6. package/dist/ej2-maps.umd.min.js.map +1 -1
  7. package/dist/es6/ej2-maps.es2015.js +87 -50
  8. package/dist/es6/ej2-maps.es2015.js.map +1 -1
  9. package/dist/es6/ej2-maps.es5.js +90 -53
  10. package/dist/es6/ej2-maps.es5.js.map +1 -1
  11. package/dist/global/ej2-maps.min.js +1 -10
  12. package/dist/global/ej2-maps.min.js.map +1 -1
  13. package/dist/global/index.d.ts +0 -9
  14. package/package.json +18 -53
  15. package/src/maps/layers/layer-panel.js +89 -52
  16. package/dist/ts/index.d.ts +0 -4
  17. package/dist/ts/index.ts +0 -4
  18. package/dist/ts/maps/index.d.ts +0 -28
  19. package/dist/ts/maps/index.ts +0 -28
  20. package/dist/ts/maps/layers/bing-map.d.ts +0 -21
  21. package/dist/ts/maps/layers/bing-map.ts +0 -51
  22. package/dist/ts/maps/layers/bubble.d.ts +0 -77
  23. package/dist/ts/maps/layers/bubble.ts +0 -304
  24. package/dist/ts/maps/layers/color-mapping.d.ts +0 -36
  25. package/dist/ts/maps/layers/color-mapping.ts +0 -230
  26. package/dist/ts/maps/layers/data-label.d.ts +0 -45
  27. package/dist/ts/maps/layers/data-label.ts +0 -457
  28. package/dist/ts/maps/layers/layer-panel.d.ts +0 -144
  29. package/dist/ts/maps/layers/layer-panel.ts +0 -1455
  30. package/dist/ts/maps/layers/legend.d.ts +0 -173
  31. package/dist/ts/maps/layers/legend.ts +0 -2465
  32. package/dist/ts/maps/layers/marker.d.ts +0 -105
  33. package/dist/ts/maps/layers/marker.ts +0 -632
  34. package/dist/ts/maps/layers/navigation-selected-line.d.ts +0 -33
  35. package/dist/ts/maps/layers/navigation-selected-line.ts +0 -171
  36. package/dist/ts/maps/layers/polygon.d.ts +0 -30
  37. package/dist/ts/maps/layers/polygon.ts +0 -68
  38. package/dist/ts/maps/maps-model.d.ts +0 -409
  39. package/dist/ts/maps/maps.d.ts +0 -1247
  40. package/dist/ts/maps/maps.ts +0 -3416
  41. package/dist/ts/maps/model/base-model.d.ts +0 -2107
  42. package/dist/ts/maps/model/base.d.ts +0 -1840
  43. package/dist/ts/maps/model/base.ts +0 -2257
  44. package/dist/ts/maps/model/constants.d.ts +0 -225
  45. package/dist/ts/maps/model/constants.ts +0 -226
  46. package/dist/ts/maps/model/export-image.d.ts +0 -39
  47. package/dist/ts/maps/model/export-image.ts +0 -194
  48. package/dist/ts/maps/model/export-pdf.d.ts +0 -40
  49. package/dist/ts/maps/model/export-pdf.ts +0 -183
  50. package/dist/ts/maps/model/interface.d.ts +0 -892
  51. package/dist/ts/maps/model/interface.ts +0 -929
  52. package/dist/ts/maps/model/print.d.ts +0 -45
  53. package/dist/ts/maps/model/print.ts +0 -125
  54. package/dist/ts/maps/model/theme.d.ts +0 -98
  55. package/dist/ts/maps/model/theme.ts +0 -919
  56. package/dist/ts/maps/user-interaction/annotation.d.ts +0 -27
  57. package/dist/ts/maps/user-interaction/annotation.ts +0 -133
  58. package/dist/ts/maps/user-interaction/highlight.d.ts +0 -63
  59. package/dist/ts/maps/user-interaction/highlight.ts +0 -272
  60. package/dist/ts/maps/user-interaction/selection.d.ts +0 -85
  61. package/dist/ts/maps/user-interaction/selection.ts +0 -342
  62. package/dist/ts/maps/user-interaction/tooltip.d.ts +0 -78
  63. package/dist/ts/maps/user-interaction/tooltip.ts +0 -500
  64. package/dist/ts/maps/user-interaction/zoom.d.ts +0 -334
  65. package/dist/ts/maps/user-interaction/zoom.ts +0 -2523
  66. package/dist/ts/maps/utils/enum.d.ts +0 -328
  67. package/dist/ts/maps/utils/enum.ts +0 -343
  68. package/dist/ts/maps/utils/helper.d.ts +0 -1318
  69. package/dist/ts/maps/utils/helper.ts +0 -3811
@@ -1,105 +0,0 @@
1
- import { Maps } from '../../index';
2
- import { LayerSettings, MarkerClusterData } from '../index';
3
- /**
4
- * Marker class
5
- */
6
- export declare class Marker {
7
- private maps;
8
- private isMarkerExplode;
9
- private markerSVGObject;
10
- initialMarkerCluster: number[][][];
11
- zoomedMarkerCluster: number[][][];
12
- /**
13
- * @private
14
- */
15
- sameMarkerData: MarkerClusterData[];
16
- constructor(maps: Maps);
17
- /**
18
- * @private
19
- * @returns {Maps} - Returns the instance of the map.
20
- */
21
- getMapsInstance(): Maps;
22
- markerRender(maps: Maps, layerElement: Element, layerIndex: number, factor: number, type: string): void;
23
- /**
24
- * To find zoom level for individual layers like India, USA.
25
- *
26
- * @param {number} mapWidth - Specifies the width of the maps
27
- * @param {number} mapHeight - Specifies the height of the maps
28
- * @param {number} maxZoomFact - Specifies the maximum zoom factor
29
- * @returns {number} - Returns the scale factor
30
- */
31
- private calculateIndividualLayerMarkerZoomLevel;
32
- /**
33
- * To calculate center position and factor value dynamically.
34
- *
35
- * @param {LayerSettings[]} layersCollection - Specifies the layer settings instance.
36
- * @returns {void}
37
- * @private
38
- */
39
- calculateZoomCenterPositionAndFactor(layersCollection: LayerSettings[]): void;
40
- /**
41
- * To check and trigger marker click event.
42
- *
43
- * @param {PointerEvent} e - Specifies the pointer event argument.
44
- * @returns {void}
45
- * @private
46
- */
47
- markerClick(e: PointerEvent): void;
48
- /**
49
- * To check and trigger Cluster click event.
50
- *
51
- * @param {PointerEvent} e - Specifies the pointer event argument.
52
- * @returns {void}
53
- * @private
54
- */
55
- markerClusterClick(e: PointerEvent): void;
56
- /**
57
- * To get marker from target id.
58
- *
59
- * @param {string} target - Specifies the target
60
- * @returns {object} - Returns the marker, data, clusterCollection, markCollection
61
- */
62
- private getMarker;
63
- /**
64
- * To check and trigger marker move event.
65
- *
66
- * @param {PointerEvent} e - Specifies the pointer event argument.
67
- * @returns {void}
68
- * @private
69
- */
70
- markerMove(e: PointerEvent): void;
71
- /**
72
- * To check and trigger cluster move event.
73
- *
74
- * @param {PointerEvent} e - Specifies the pointer event argument.
75
- * @returns {void}
76
- * @private
77
- */
78
- markerClusterMouseMove(e: PointerEvent): void;
79
- /**
80
- * This method is used to return whether the clustering is enabled in any marker settings.
81
- *
82
- * @param {LayerSettings} layer - Specifies the layer settings
83
- * @returns {boolean} - Specifies whether the clustering is enabled in any marker settings.
84
- * @private
85
- */
86
- allowInnerClusterSetting(layer: LayerSettings): boolean;
87
- /**
88
- * @private
89
- * @returns {void}
90
- */
91
- initializeMarkerClusterList(): void;
92
- /**
93
- * Get module name.
94
- *
95
- * @returns {string} - Returns the module name
96
- */
97
- protected getModuleName(): string;
98
- /**
99
- * To destroy the layers.
100
- *
101
- * @returns {void}
102
- * @private
103
- */
104
- destroy(): void;
105
- }