@syncfusion/ej2-angular-maps 21.2.10 → 22.1.34

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 (119) hide show
  1. package/README.md +45 -107
  2. package/esm2020/src/maps/annotations.directive.mjs +2 -2
  3. package/esm2020/src/maps/bubblesettings.directive.mjs +2 -2
  4. package/esm2020/src/maps/colormapping.directive.mjs +2 -2
  5. package/esm2020/src/maps/initialshapeselection.directive.mjs +2 -2
  6. package/esm2020/src/maps/layers.directive.mjs +2 -2
  7. package/esm2020/src/maps/maps.component.mjs +4 -5
  8. package/esm2020/src/maps/markersettings.directive.mjs +4 -4
  9. package/esm2020/src/maps/navigationlinesettings.directive.mjs +2 -2
  10. package/fesm2015/syncfusion-ej2-angular-maps.mjs +12 -13
  11. package/fesm2015/syncfusion-ej2-angular-maps.mjs.map +1 -1
  12. package/fesm2020/syncfusion-ej2-angular-maps.mjs +12 -13
  13. package/fesm2020/syncfusion-ej2-angular-maps.mjs.map +1 -1
  14. package/license +10 -0
  15. package/package.json +29 -8
  16. package/schematics/utils/lib-details.ts +2 -2
  17. package/src/maps/annotations.directive.d.ts +7 -10
  18. package/src/maps/bubblesettings.directive.d.ts +20 -20
  19. package/src/maps/colormapping.directive.d.ts +9 -9
  20. package/src/maps/initialshapeselection.directive.d.ts +3 -3
  21. package/src/maps/layers.directive.d.ts +29 -38
  22. package/src/maps/maps.component.d.ts +2 -6
  23. package/src/maps/markersettings.directive.d.ts +27 -33
  24. package/src/maps/navigationlinesettings.directive.d.ts +10 -11
  25. package/schematics/collection.json +0 -55
  26. package/schematics/generators/maps-annotation/images/__path__/__name@dasherize__/compass.svg +0 -197
  27. package/schematics/generators/maps-annotation/index.d.ts +0 -3
  28. package/schematics/generators/maps-annotation/index.js +0 -8
  29. package/schematics/generators/maps-annotation/sample-details.d.ts +0 -5
  30. package/schematics/generators/maps-annotation/sample-details.js +0 -7
  31. package/schematics/generators/maps-annotation/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -21
  32. package/schematics/generators/maps-annotation/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -15
  33. package/schematics/generators/maps-annotation/schema.d.ts +0 -3
  34. package/schematics/generators/maps-annotation/schema.js +0 -2
  35. package/schematics/generators/maps-annotation/schema.json +0 -125
  36. package/schematics/generators/maps-bubble/index.d.ts +0 -3
  37. package/schematics/generators/maps-bubble/index.js +0 -8
  38. package/schematics/generators/maps-bubble/sample-details.d.ts +0 -5
  39. package/schematics/generators/maps-bubble/sample-details.js +0 -7
  40. package/schematics/generators/maps-bubble/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
  41. package/schematics/generators/maps-bubble/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -10
  42. package/schematics/generators/maps-bubble/schema.d.ts +0 -3
  43. package/schematics/generators/maps-bubble/schema.js +0 -2
  44. package/schematics/generators/maps-bubble/schema.json +0 -125
  45. package/schematics/generators/maps-color-mapping/images/__path__/__name@dasherize__/ballon.png +0 -0
  46. package/schematics/generators/maps-color-mapping/index.d.ts +0 -3
  47. package/schematics/generators/maps-color-mapping/index.js +0 -8
  48. package/schematics/generators/maps-color-mapping/sample-details.d.ts +0 -5
  49. package/schematics/generators/maps-color-mapping/sample-details.js +0 -7
  50. package/schematics/generators/maps-color-mapping/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
  51. package/schematics/generators/maps-color-mapping/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -8
  52. package/schematics/generators/maps-color-mapping/schema.d.ts +0 -3
  53. package/schematics/generators/maps-color-mapping/schema.js +0 -2
  54. package/schematics/generators/maps-color-mapping/schema.json +0 -125
  55. package/schematics/generators/maps-default/images/__path__/__name@dasherize__/ballon.png +0 -0
  56. package/schematics/generators/maps-default/index.d.ts +0 -3
  57. package/schematics/generators/maps-default/index.js +0 -8
  58. package/schematics/generators/maps-default/sample-details.d.ts +0 -5
  59. package/schematics/generators/maps-default/sample-details.js +0 -7
  60. package/schematics/generators/maps-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
  61. package/schematics/generators/maps-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -10
  62. package/schematics/generators/maps-default/schema.d.ts +0 -3
  63. package/schematics/generators/maps-default/schema.js +0 -2
  64. package/schematics/generators/maps-default/schema.json +0 -125
  65. package/schematics/generators/maps-label/index.d.ts +0 -3
  66. package/schematics/generators/maps-label/index.js +0 -8
  67. package/schematics/generators/maps-label/sample-details.d.ts +0 -5
  68. package/schematics/generators/maps-label/sample-details.js +0 -7
  69. package/schematics/generators/maps-label/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
  70. package/schematics/generators/maps-label/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -8
  71. package/schematics/generators/maps-label/schema.d.ts +0 -3
  72. package/schematics/generators/maps-label/schema.js +0 -2
  73. package/schematics/generators/maps-label/schema.json +0 -125
  74. package/schematics/generators/maps-legend/images/__path__/__name@dasherize__/ballon.png +0 -0
  75. package/schematics/generators/maps-legend/index.d.ts +0 -3
  76. package/schematics/generators/maps-legend/index.js +0 -8
  77. package/schematics/generators/maps-legend/sample-details.d.ts +0 -5
  78. package/schematics/generators/maps-legend/sample-details.js +0 -7
  79. package/schematics/generators/maps-legend/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
  80. package/schematics/generators/maps-legend/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -8
  81. package/schematics/generators/maps-legend/schema.d.ts +0 -3
  82. package/schematics/generators/maps-legend/schema.js +0 -2
  83. package/schematics/generators/maps-legend/schema.json +0 -125
  84. package/schematics/generators/maps-marker/images/__path__/__name@dasherize__/ballon.png +0 -0
  85. package/schematics/generators/maps-marker/index.d.ts +0 -3
  86. package/schematics/generators/maps-marker/index.js +0 -8
  87. package/schematics/generators/maps-marker/sample-details.d.ts +0 -5
  88. package/schematics/generators/maps-marker/sample-details.js +0 -7
  89. package/schematics/generators/maps-marker/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
  90. package/schematics/generators/maps-marker/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -10
  91. package/schematics/generators/maps-marker/schema.d.ts +0 -3
  92. package/schematics/generators/maps-marker/schema.js +0 -2
  93. package/schematics/generators/maps-marker/schema.json +0 -125
  94. package/schematics/generators/maps-navigation-line/index.d.ts +0 -3
  95. package/schematics/generators/maps-navigation-line/index.js +0 -8
  96. package/schematics/generators/maps-navigation-line/sample-details.d.ts +0 -5
  97. package/schematics/generators/maps-navigation-line/sample-details.js +0 -7
  98. package/schematics/generators/maps-navigation-line/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -19
  99. package/schematics/generators/maps-navigation-line/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -6
  100. package/schematics/generators/maps-navigation-line/schema.d.ts +0 -3
  101. package/schematics/generators/maps-navigation-line/schema.js +0 -2
  102. package/schematics/generators/maps-navigation-line/schema.json +0 -125
  103. package/schematics/generators/maps-osm/index.d.ts +0 -3
  104. package/schematics/generators/maps-osm/index.js +0 -8
  105. package/schematics/generators/maps-osm/sample-details.d.ts +0 -5
  106. package/schematics/generators/maps-osm/sample-details.js +0 -7
  107. package/schematics/generators/maps-osm/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
  108. package/schematics/generators/maps-osm/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -10
  109. package/schematics/generators/maps-osm/schema.d.ts +0 -3
  110. package/schematics/generators/maps-osm/schema.js +0 -2
  111. package/schematics/generators/maps-osm/schema.json +0 -125
  112. package/schematics/ng-add/index.d.ts +0 -3
  113. package/schematics/ng-add/index.js +0 -9
  114. package/schematics/ng-add/schema.d.ts +0 -13
  115. package/schematics/ng-add/schema.js +0 -2
  116. package/schematics/ng-add/schema.json +0 -34
  117. package/schematics/tsconfig.json +0 -25
  118. package/schematics/utils/lib-details.d.ts +0 -4
  119. package/schematics/utils/lib-details.js +0 -6
@@ -2,7 +2,7 @@ import { ViewContainerRef } from '@angular/core';
2
2
  import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
3
  import * as i0 from "@angular/core";
4
4
  /**
5
- * Represents the directive to define the bubbles in the maps.
5
+ * Layer Directive
6
6
  * ```html
7
7
  * <e-layers>
8
8
  * <e-layer>
@@ -20,88 +20,88 @@ export declare class BubbleDirective extends ComplexBase<BubbleDirective> {
20
20
  childColorMapping: any;
21
21
  tags: string[];
22
22
  /**
23
- * Gets or sets the delay in animation for the bubbles in maps.
23
+ * Sets and gets the delay in animation for bubble in maps.
24
24
  * @default 0
25
25
  */
26
26
  animationDelay: any;
27
27
  /**
28
- * Gets or sets the duration for the animation of the bubbles in maps.
28
+ * Sets and gets the duration for the animation for bubble in maps.
29
29
  * @default 1000
30
30
  */
31
31
  animationDuration: any;
32
32
  /**
33
- * Gets or sets the options to customize the style properties of the border for the bubbles in maps.
33
+ * Sets and gets the options to customize the color and width of the border for the bubble in maps.
34
34
  */
35
35
  border: any;
36
36
  /**
37
- * Gets or sets the type of the bubble in maps.
37
+ * Sets and gets the type of the bubble in maps.
38
38
  * @default Circle
39
39
  */
40
40
  bubbleType: any;
41
41
  /**
42
- * Gets or sets the color-mapping for the bubbles in maps.
42
+ * Sets and gets the color-mapping for the bubble in maps.
43
43
  * @default []
44
44
  */
45
45
  colorMapping: any;
46
46
  /**
47
- * Gets or sets the field name from the data source of bubble settings to set the color for each bubble in maps.
47
+ * Sets and gets the value from the data source of bubble settings for the color of the bubble in maps.
48
48
  * @default null
49
49
  */
50
50
  colorValuePath: any;
51
51
  /**
52
- * Gets or sets the data source for the bubble.
52
+ * Sets and gets the data source for the bubble.
53
53
  * The data source must contain the size value of the bubble that can be bound to the bubble
54
- * of the maps using the `valuePath` property in the `bubbleSettings`.
55
- * The data source can contain data such as color and other informations that can be bound to the bubble and tooltip of the bubble.
54
+ * of the Maps using the valuePath property in the bubbleSettings.
55
+ * 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.
56
56
  * @isobservable true
57
57
  * @default []
58
58
  */
59
59
  dataSource: any;
60
60
  /**
61
- * Gets or sets the color for the bubbles in maps.
61
+ * Sets and gets the color for the bubble in maps.
62
62
  * @default ''
63
63
  */
64
64
  fill: any;
65
65
  /**
66
- * Gets or sets the options to customize the highlight of the bubbles in maps.
66
+ * Sets and gets the highlight settings for the bubble in maps.
67
67
  */
68
68
  highlightSettings: any;
69
69
  /**
70
- * Gets or sets the maximum radius for the bubbles in maps.
70
+ * Sets and gets the maximum radius for the bubble in maps.
71
71
  * @default 20
72
72
  */
73
73
  maxRadius: any;
74
74
  /**
75
- * Gets or sets the minimum radius for the bubbles in maps.
75
+ * Sets and gets the minimum radius for the bubble in maps.
76
76
  * @default 10
77
77
  */
78
78
  minRadius: any;
79
79
  /**
80
- * Gets or sets the opacity of the bubbles in maps.
80
+ * Sets and gets the opacity of the bubble in maps.
81
81
  * @default 1
82
82
  */
83
83
  opacity: any;
84
84
  /**
85
- * Gets or sets the query to select particular data from the bubble data source.
85
+ * Sets and gets the query to select particular data from the bubble data.
86
86
  * This property is applicable only when the data source is created by data manager.
87
87
  * @default null
88
88
  */
89
89
  query: any;
90
90
  /**
91
- * Gets or sets the options to customize the selection of the bubbles in maps.
91
+ * Sets and gets the selection settings for the bubble in maps.
92
92
  */
93
93
  selectionSettings: any;
94
94
  /**
95
- * Gets or sets the options to customize the tooltip of the bubbles in maps.
95
+ * Sets and gets the options to customize the tooltip for the bubbles in maps.
96
96
  */
97
97
  tooltipSettings: any;
98
98
  /**
99
- * Gets or sets the field name from the data source of bubble settings based on which the bubbles are rendered on the maps.
99
+ * Sets and gets the value from the data source of bubble settings for the bubble to be rendered in maps.
100
100
  * @default null
101
101
  */
102
102
  valuePath: any;
103
103
  /**
104
- * Enables or disables the visibility of the bubbles in maps.
104
+ * Enables or disables the visibility state of the bubbles in maps.
105
105
  * @default false
106
106
  */
107
107
  visible: any;
@@ -2,7 +2,7 @@ import { ViewContainerRef } from '@angular/core';
2
2
  import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
3
  import * as i0 from "@angular/core";
4
4
  /**
5
- * Represents the directive to define the bubble color mapping in the maps.
5
+ * ColorMapping Directive
6
6
  * ```html
7
7
  * <e-layers>
8
8
  * <e-layer>
@@ -20,44 +20,44 @@ export declare class ColorMappingDirective extends ComplexBase<ColorMappingDirec
20
20
  private viewContainerRef;
21
21
  directivePropList: any;
22
22
  /**
23
- * Gets or sets the color for the color-mapping in maps.
23
+ * Sets and gets the color for the color-mapping in maps.
24
24
  * @default null
25
25
  */
26
26
  color: any;
27
27
  /**
28
- * Gets or sets the value from where the range for the color-mapping starts.
28
+ * Sets and gets the value from where the range color-mapping starts.
29
29
  * @aspdefaultvalueignore
30
30
  * @default null
31
31
  */
32
32
  from: any;
33
33
  /**
34
- * Gets or sets the label for the color-mapping to display in the legend item text.
34
+ * Sets and gets the label for the color-mapping from the data source in maps.
35
35
  * @default null
36
36
  */
37
37
  label: any;
38
38
  /**
39
- * Gets or sets the maximum opacity for the color-mapping in maps.
39
+ * Sets and gets the maximum opacity for the color-mapping in maps.
40
40
  * @default null
41
41
  */
42
42
  maxOpacity: any;
43
43
  /**
44
- * Gets or sets the minimum opacity for the color-mapping in maps.
44
+ * Sets and gets the minimum opacity for the color-mapping in maps.
45
45
  * @default null
46
46
  */
47
47
  minOpacity: any;
48
48
  /**
49
- * Enables or disables the visibility of legend for the corresponding color-mapped shapes in maps.
49
+ * Enables or disables the visibility state of legend for the color-mapping shapes in maps.
50
50
  * @default true
51
51
  */
52
52
  showLegend: any;
53
53
  /**
54
- * Gets or sets the value to where the range for the color-mapping ends.
54
+ * Sets and gets the value to where the range color-mapping ends.
55
55
  * @aspdefaultvalueignore
56
56
  * @default null
57
57
  */
58
58
  to: any;
59
59
  /**
60
- * Gets or sets the value from the data source to map the corresponding colors to the shapes.
60
+ * Sets and gets the value for the color-mapping from the data source.
61
61
  * @default null
62
62
  */
63
63
  value: any;
@@ -2,7 +2,7 @@ import { ViewContainerRef } from '@angular/core';
2
2
  import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
3
  import * as i0 from "@angular/core";
4
4
  /**
5
- * Represents the directive to configure the selection of the shapes when the maps is initially rendered.
5
+ * Layer Directive
6
6
  * ```html
7
7
  * <e-layers>
8
8
  * <e-layer>
@@ -18,12 +18,12 @@ export declare class InitialShapeSelectionDirective extends ComplexBase<InitialS
18
18
  private viewContainerRef;
19
19
  directivePropList: any;
20
20
  /**
21
- * Gets or sets the property name from the data source in maps.
21
+ * Sets and gets the property name from the data source in maps.
22
22
  * @default null
23
23
  */
24
24
  shapePath: any;
25
25
  /**
26
- * Gets or sets the value from the data source which is bound to the shape in maps.
26
+ * Sets and gets the value for the shape from data source in maps.
27
27
  * @default null
28
28
  */
29
29
  shapeValue: any;
@@ -2,7 +2,7 @@ import { ViewContainerRef } from '@angular/core';
2
2
  import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
3
  import * as i0 from "@angular/core";
4
4
  /**
5
- * Represents the directive to define the layer of the maps.
5
+ * Layer Directive
6
6
  * ```html
7
7
  * <e-layers>
8
8
  * <e-layer></e-layer>
@@ -18,131 +18,122 @@ export declare class LayerDirective extends ComplexBase<LayerDirective> {
18
18
  childNavigationLineSettings: any;
19
19
  tags: string[];
20
20
  /**
21
- * Gets or sets the type of the layer in maps. There are two types: Layer and SubLayer.
21
+ * Sets and gets the type of the layer in maps.
22
22
  * @default Layer
23
23
  */
24
24
  type: any;
25
25
  /**
26
- * Gets or sets the duration of the animation of layers when the zooming is performed in maps.
26
+ * Sets and gets the duration for the animation of layers in maps.
27
27
  * @default 0
28
28
  */
29
29
  animationDuration: any;
30
30
  /**
31
- * 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",
32
- * then the map will be rendered based on the provided shape data since the default layer type will be set as "Geometry".
33
- * @deprecated
31
+ * Sets and gets the Bing map type for the layer. If you use shape data with BingMapType without using layer type as Bing,
32
+ * then the map will render based on shape data since default layer type will be set as Geometry.
34
33
  * @default Aerial
35
34
  */
36
35
  bingMapType: any;
37
36
  /**
38
- * Gets or sets the options for customizing the bubbles in maps.
37
+ * Sets and gets the options for customizing the bubble in maps.
39
38
  */
40
39
  bubbleSettings: any;
41
40
  /**
42
- * Gets or sets the options for customizing the data labels in maps.
41
+ * Sets and gets the options for customizing the data-label in maps.
43
42
  */
44
43
  dataLabelSettings: any;
45
44
  /**
46
- * Gets or sets the data source for the layer.
47
- * The data bound to the shapes using data source can be used to display the tooltip, marker, and bubble.
45
+ * * Sets and gets the data source for the layer.
46
+ * * The data source can contain data that can be bound to the tooltip, marker, and bubble.
48
47
  * @isobservable true
49
48
  * @default []
50
49
  */
51
50
  dataSource: any;
52
51
  /**
53
- * Gets or sets the geometry type for the layer in maps. There are two types: Geographic and Normal.
54
- * * Geographic type renders the shape maps with geographical coordinate system.
55
- * * Normal type renders the shape maps using default coordinate system.
52
+ * Sets and gets the geometry type for the layer in maps.
56
53
  * @default Geographic
57
54
  */
58
55
  geometryType: any;
59
56
  /**
60
- * Gets or sets the options for customizing the shapes when the mouse hovers over maps.
57
+ * Sets and gets the options for customizing the shapes when the mouse has hovered on maps.
61
58
  */
62
59
  highlightSettings: any;
63
60
  /**
64
- * Gets or sets the settings for the shapes to be selected when the maps rendering initially.
65
- * The initial selection of shapes will be performed only when the selection functionality of layer is enabled.
61
+ * Sets and gets the settings for shapes that is selected at the time of rendering.
66
62
  */
67
63
  initialShapeSelection: any;
68
64
  /**
69
- * Gets or sets the key for the online map provider to render in the layer of the maps.
70
- * @deprecated
65
+ * Sets and gets the key for the tile map layer in maps.
71
66
  * @default ''
72
67
  */
73
68
  key: any;
74
69
  /**
75
- * Gets or sets the type of the layer in maps. If we use layer type with shape data property in layer of the maps
70
+ * Sets and gets the type of the layer in maps. If we use layer type with shape data property in layer of the maps
76
71
  * then map will render based on the provided layer type.
77
- * @deprecated
78
72
  * @default Geometry
79
73
  */
80
74
  layerType: any;
81
75
  /**
82
- * Gets or sets the options for customizing the cluster of markers in maps.
76
+ * Sets and gets the options for customizing the cluster of markers in maps.
83
77
  */
84
78
  markerClusterSettings: any;
85
79
  /**
86
- * Gets or sets the options for customizing the markers in maps.
80
+ * Sets and gets the options for customizing the marker in maps.
87
81
  */
88
82
  markerSettings: any;
89
83
  /**
90
- * Gets or sets the options for customizing the navigation lines in maps.
84
+ * Sets and gets the options for customizing the navigation line in maps.
91
85
  */
92
86
  navigationLineSettings: any;
93
87
  /**
94
- * Gets or sets the query to select particular data from the layer data source.
88
+ * Sets and gets the query to select particular data from the shape data.
95
89
  * This property is applicable only when the data source is created by data manager.
96
90
  * @default null
97
91
  */
98
92
  query: any;
99
93
  /**
100
- * Gets or sets the options for customizing the shapes when clicking on the shapes in maps.
94
+ * Sets and gets the options for customizing the shapes when clicking the shapes in maps.
101
95
  */
102
96
  selectionSettings: any;
103
97
  /**
104
- * Gets or sets the data for the maps to render.
105
- * The data is normally JSON object with GeoJSON format that defines the shapes and geometries of the map.
98
+ * Sets and gets the shape data for the maps to render.
106
99
  * @isobservable true
107
100
  * @default null
108
101
  */
109
102
  shapeData: any;
110
103
  /**
111
- * Gets or sets the field name from the GeoJSON data to map the shape to the data defined in the layer data source.
104
+ * Sets and gets the path for the shape from the shape data in maps.
112
105
  * @default 'name'
113
106
  */
114
107
  shapeDataPath: any;
115
108
  /**
116
- * Gets or sets the field name from the data source to map the shape to the data defined in the layer data source.
109
+ * Sets and gets the path for the layers from the layer data source in maps.
117
110
  * @default 'name'
118
111
  */
119
112
  shapePropertyPath: any;
120
113
  /**
121
- * Gets or sets the options to customize the shape of the maps.
114
+ * Sets and gets the options to customize the shape of the maps.
122
115
  */
123
116
  shapeSettings: any;
124
117
  /**
125
- * Gets or sets the type of the static maps.
126
- * @deprecated
118
+ * Sets and gets the type of the static maps.
127
119
  * @default RoadMap
128
120
  */
129
121
  staticMapType: any;
130
122
  /**
131
- * Gets or sets the options for customizing the toggle state of shapes when selecting the legend in maps.
123
+ * Sets and gets the options for customizing the toggle state of shapes when selecting the legend in maps.
132
124
  */
133
125
  toggleLegendSettings: any;
134
126
  /**
135
- * Gets or sets the options for customizing the tooltip of the layers in maps.
127
+ * Sets and gets the options for customizing the tooltip for the layers, markers, and bubbles in maps.
136
128
  */
137
129
  tooltipSettings: any;
138
130
  /**
139
- * Gets or sets the URL of the online map providers.
140
- * The online map providers will be rendered only when the shape data is not set and layer type is set with default value.
141
- * @default ''
131
+ * Sets and gets the template for the map using the url.
132
+ * @default 'https://a.tile.openstreetmap.org/level/tileX/tileY.png'
142
133
  */
143
134
  urlTemplate: any;
144
135
  /**
145
- * Enables or disables the visibility of the layers in maps.
136
+ * Enables or disables the visibility state for the layers in maps.
146
137
  * @default true
147
138
  */
148
139
  visible: any;
@@ -8,8 +8,7 @@ export declare const inputs: string[];
8
8
  export declare const outputs: string[];
9
9
  export declare const twoWays: string[];
10
10
  /**
11
- * Represents the Angular Maps component.
12
- * 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.
11
+ * Represents Maps Component
13
12
  * ```html
14
13
  * <ej-maps></ej-maps>
15
14
  * ```
@@ -40,11 +39,8 @@ export declare class MapsComponent extends Maps implements IComponentBase {
40
39
  markerClusterClick: any;
41
40
  markerClusterMouseMove: any;
42
41
  markerClusterRendering: any;
43
- markerDragEnd: any;
44
- markerDragStart: any;
45
42
  markerMouseMove: any;
46
43
  markerRendering: any;
47
- onclick: any;
48
44
  pan: any;
49
45
  resize: any;
50
46
  rightClick: any;
@@ -66,5 +62,5 @@ export declare class MapsComponent extends Maps implements IComponentBase {
66
62
  registerEvents: (eventList: string[]) => void;
67
63
  addTwoWay: (propList: string[]) => void;
68
64
  static ɵfac: i0.ɵɵFactoryDeclaration<MapsComponent, never>;
69
- static ɵcmp: i0.ɵɵComponentDeclaration<MapsComponent, "ejs-maps", never, { "allowImageExport": "allowImageExport"; "allowPdfExport": "allowPdfExport"; "allowPrint": "allowPrint"; "annotations": "annotations"; "background": "background"; "baseLayerIndex": "baseLayerIndex"; "border": "border"; "centerPosition": "centerPosition"; "description": "description"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "format": "format"; "height": "height"; "layers": "layers"; "legendSettings": "legendSettings"; "locale": "locale"; "mapsArea": "mapsArea"; "margin": "margin"; "projectionType": "projectionType"; "tabIndex": "tabIndex"; "theme": "theme"; "titleSettings": "titleSettings"; "tooltipDisplayMode": "tooltipDisplayMode"; "useGroupingSeparator": "useGroupingSeparator"; "width": "width"; "zoomSettings": "zoomSettings"; }, { "animationComplete": "animationComplete"; "annotationRendering": "annotationRendering"; "beforePrint": "beforePrint"; "bubbleClick": "bubbleClick"; "bubbleMouseMove": "bubbleMouseMove"; "bubbleRendering": "bubbleRendering"; "click": "click"; "dataLabelRendering": "dataLabelRendering"; "doubleClick": "doubleClick"; "itemHighlight": "itemHighlight"; "itemSelection": "itemSelection"; "layerRendering": "layerRendering"; "legendRendering": "legendRendering"; "load": "load"; "loaded": "loaded"; "markerClick": "markerClick"; "markerClusterClick": "markerClusterClick"; "markerClusterMouseMove": "markerClusterMouseMove"; "markerClusterRendering": "markerClusterRendering"; "markerDragEnd": "markerDragEnd"; "markerDragStart": "markerDragStart"; "markerMouseMove": "markerMouseMove"; "markerRendering": "markerRendering"; "onclick": "onclick"; "pan": "pan"; "resize": "resize"; "rightClick": "rightClick"; "shapeHighlight": "shapeHighlight"; "shapeRendering": "shapeRendering"; "shapeSelected": "shapeSelected"; "tooltipRender": "tooltipRender"; "tooltipRenderComplete": "tooltipRenderComplete"; "zoom": "zoom"; "dataSourceChange": "dataSourceChange"; }, ["childLayers", "childAnnotations"], never>;
65
+ static ɵcmp: i0.ɵɵComponentDeclaration<MapsComponent, "ejs-maps", never, { "allowImageExport": "allowImageExport"; "allowPdfExport": "allowPdfExport"; "allowPrint": "allowPrint"; "annotations": "annotations"; "background": "background"; "baseLayerIndex": "baseLayerIndex"; "border": "border"; "centerPosition": "centerPosition"; "description": "description"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "format": "format"; "height": "height"; "layers": "layers"; "legendSettings": "legendSettings"; "locale": "locale"; "mapsArea": "mapsArea"; "margin": "margin"; "projectionType": "projectionType"; "tabIndex": "tabIndex"; "theme": "theme"; "titleSettings": "titleSettings"; "tooltipDisplayMode": "tooltipDisplayMode"; "useGroupingSeparator": "useGroupingSeparator"; "width": "width"; "zoomSettings": "zoomSettings"; }, { "animationComplete": "animationComplete"; "annotationRendering": "annotationRendering"; "beforePrint": "beforePrint"; "bubbleClick": "bubbleClick"; "bubbleMouseMove": "bubbleMouseMove"; "bubbleRendering": "bubbleRendering"; "click": "click"; "dataLabelRendering": "dataLabelRendering"; "doubleClick": "doubleClick"; "itemHighlight": "itemHighlight"; "itemSelection": "itemSelection"; "layerRendering": "layerRendering"; "legendRendering": "legendRendering"; "load": "load"; "loaded": "loaded"; "markerClick": "markerClick"; "markerClusterClick": "markerClusterClick"; "markerClusterMouseMove": "markerClusterMouseMove"; "markerClusterRendering": "markerClusterRendering"; "markerMouseMove": "markerMouseMove"; "markerRendering": "markerRendering"; "pan": "pan"; "resize": "resize"; "rightClick": "rightClick"; "shapeHighlight": "shapeHighlight"; "shapeRendering": "shapeRendering"; "shapeSelected": "shapeSelected"; "tooltipRender": "tooltipRender"; "tooltipRenderComplete": "tooltipRenderComplete"; "zoom": "zoom"; "dataSourceChange": "dataSourceChange"; }, ["childLayers", "childAnnotations"], never>;
70
66
  }
@@ -2,7 +2,7 @@ import { ViewContainerRef } from '@angular/core';
2
2
  import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
3
  import * as i0 from "@angular/core";
4
4
  /**
5
- * Represents the directive to define the markers in the maps.
5
+ * Layer Directive
6
6
  * ```html
7
7
  * <e-layers>
8
8
  * <e-layer>
@@ -18,30 +18,30 @@ export declare class MarkerDirective extends ComplexBase<MarkerDirective> {
18
18
  private viewContainerRef;
19
19
  directivePropList: any;
20
20
  /**
21
- * Gets or sets the delay time for the animation in marker.
21
+ * Sets and gets the delay time for the animation in marker.
22
22
  * @default 0
23
23
  */
24
24
  animationDelay: any;
25
25
  /**
26
- * Gets or sets the duration time for animating the marker.
26
+ * Sets and gets the duration time for animating the marker.
27
27
  * @default 1000
28
28
  */
29
29
  animationDuration: any;
30
30
  /**
31
- * Gets or sets the options for customizing the style properties of the border of the marker in maps.
31
+ * Sets and gets the options for customizing the color and width of the border for the marker in maps.
32
32
  */
33
33
  border: any;
34
34
  /**
35
- * Gets or sets the field name from the marker data source based on which the color is applied for the marker.
35
+ * Sets and gets the value path from the marker data source to apply color for the marker.
36
36
  * @default null
37
37
  */
38
38
  colorValuePath: any;
39
39
  /**
40
- * Gets or sets the dash-array for the marker.
40
+ * Sets and gets the dash-array for the marker.
41
41
  */
42
42
  dashArray: any;
43
43
  /**
44
- * Gets or sets the data source for the marker.
44
+ * Sets and gets the data source for the marker.
45
45
  * The data source for the marker will contain latitude and longitude values to specify the location
46
46
  * of the marker.
47
47
  * The data source can contain data such as color, shape, and other details that can be bound to the color, shape,
@@ -51,103 +51,97 @@ export declare class MarkerDirective extends ComplexBase<MarkerDirective> {
51
51
  */
52
52
  dataSource: any;
53
53
  /**
54
- * Enables or disables marker drag and drop functionality at any location on the map.
55
- * @default false
56
- */
57
- enableDrag: any;
58
- /**
59
- * Gets or sets the color for the marker in maps.
54
+ * Sets and gets the color for the marker in maps.
60
55
  * @default '#FF471A'
61
56
  */
62
57
  fill: any;
63
58
  /**
64
- * Gets or sets the height of the marker in maps.
59
+ * Sets and gets the height of the marker in maps.
65
60
  * @default 10
66
61
  */
67
62
  height: any;
68
63
  /**
69
- * Gets or sets the options to customize the marker when the mouse hovers over the markers in maps.
64
+ * Sets and gets the options to customize the marker while the mouse has hovered on the marker in maps.
70
65
  */
71
66
  highlightSettings: any;
72
67
  /**
73
- * 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.
68
+ * Sets and gets the URL for rendering the marker as image.
74
69
  */
75
70
  imageUrl: any;
76
71
  /**
77
- * 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.
72
+ * Sets and gets the value path from the marker data source for the image of the marker.
78
73
  * @default null
79
74
  */
80
75
  imageUrlValuePath: any;
81
76
  /**
82
- * Gets or sets the options to select the markers at the initial rendering time of the maps.
83
- * The initial selection of markers will be performed only when the selection functionality of marker is enabled.
77
+ * To select the shape at the rendering time.
84
78
  */
85
79
  initialMarkerSelection: any;
86
80
  /**
87
- * Defines the field name from the marker data source for setting latitude for a set of markers.
81
+ * Defines the value path from the marker data source for setting latitude for a set of markers.
88
82
  */
89
83
  latitudeValuePath: any;
90
84
  /**
91
- * Gets or sets the field name from the marker data source to render legend item text for the marker legend.
85
+ * Sets and gets the text for the legend from the marker data source.
92
86
  * @default ''
93
87
  */
94
88
  legendText: any;
95
89
  /**
96
- * Defines the field name from the marker data source for setting longitude for a set of markers.
90
+ * Defines the value path from the marker data source for setting longitude for a set of markers.
97
91
  */
98
92
  longitudeValuePath: any;
99
93
  /**
100
- * Gets or sets the offset value from which the marker must be rendered from the intended position.
94
+ * Sets and gets the position to move the marker by setting specific value.
101
95
  */
102
96
  offset: any;
103
97
  /**
104
- * Gets or sets the opacity for the marker in maps.
98
+ * Sets and gets the opacity for the marker in maps.
105
99
  * @default 1
106
100
  */
107
101
  opacity: any;
108
102
  /**
109
- * Gets or sets the query to select particular data from the marker data source.
103
+ * Sets and gets the query to select particular data from the marker data.
110
104
  * This property is applicable only when the data source is created by data manager.
111
105
  * @default null
112
106
  */
113
107
  query: any;
114
108
  /**
115
- * Gets or sets the options to customize the marker while selecting the marker in maps.
109
+ * Sets and gets the options to customize the marker while selecting the marker in maps.
116
110
  */
117
111
  selectionSettings: any;
118
112
  /**
119
- * Gets or sets the shape of the marker in maps.
113
+ * Sets and gets the shape of the marker in maps.
120
114
  * @default Balloon
121
115
  */
122
116
  shape: any;
123
117
  /**
124
- * Gets or sets the field name from the marker data source based on which the shape for individual markers are set.
118
+ * Sets and gets the value path from the marker data source to set the shape of the marker.
125
119
  * @default null
126
120
  */
127
121
  shapeValuePath: any;
128
122
  /**
129
- * Gets or sets the options to customize the tooltip of the marker in maps.
123
+ * Sets and gets the options to customize the tooltip for the marker in maps.
130
124
  */
131
125
  tooltipSettings: any;
132
126
  /**
133
- * Enables or disables the visibility of the markers in maps.
127
+ * Enables or disables the visibility state of the marker based on the marker data source in maps.
134
128
  * @default false
135
129
  */
136
130
  visible: any;
137
131
  /**
138
- * Gets or sets the width of the marker in maps.
132
+ * Sets and gets the width of the marker in maps.
139
133
  * @default 10
140
134
  */
141
135
  width: any;
142
136
  /**
143
- * Gets or sets the template for the marker to render custom elements.
137
+ * Sets and gets the template for the marker.
144
138
  * @default null
145
139
  */
146
140
  template: any;
147
141
  tooltipSettings_template: any;
148
142
  constructor(viewContainerRef: ViewContainerRef);
149
143
  static ɵfac: i0.ɵɵFactoryDeclaration<MarkerDirective, never>;
150
- static ɵdir: i0.ɵɵDirectiveDeclaration<MarkerDirective, "e-layer>e-markerSettings>e-markerSetting", never, { "animationDelay": "animationDelay"; "animationDuration": "animationDuration"; "border": "border"; "colorValuePath": "colorValuePath"; "dashArray": "dashArray"; "dataSource": "dataSource"; "enableDrag": "enableDrag"; "fill": "fill"; "height": "height"; "highlightSettings": "highlightSettings"; "imageUrl": "imageUrl"; "imageUrlValuePath": "imageUrlValuePath"; "initialMarkerSelection": "initialMarkerSelection"; "latitudeValuePath": "latitudeValuePath"; "legendText": "legendText"; "longitudeValuePath": "longitudeValuePath"; "offset": "offset"; "opacity": "opacity"; "query": "query"; "selectionSettings": "selectionSettings"; "shape": "shape"; "shapeValuePath": "shapeValuePath"; "template": "template"; "tooltipSettings": "tooltipSettings"; "visible": "visible"; "width": "width"; }, {}, ["template", "tooltipSettings_template"]>;
144
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MarkerDirective, "e-layer>e-markerSettings>e-markerSetting", never, { "animationDelay": "animationDelay"; "animationDuration": "animationDuration"; "border": "border"; "colorValuePath": "colorValuePath"; "dashArray": "dashArray"; "dataSource": "dataSource"; "fill": "fill"; "height": "height"; "highlightSettings": "highlightSettings"; "imageUrl": "imageUrl"; "imageUrlValuePath": "imageUrlValuePath"; "initialMarkerSelection": "initialMarkerSelection"; "latitudeValuePath": "latitudeValuePath"; "legendText": "legendText"; "longitudeValuePath": "longitudeValuePath"; "offset": "offset"; "opacity": "opacity"; "query": "query"; "selectionSettings": "selectionSettings"; "shape": "shape"; "shapeValuePath": "shapeValuePath"; "template": "template"; "tooltipSettings": "tooltipSettings"; "visible": "visible"; "width": "width"; }, {}, ["template", "tooltipSettings_template"]>;
151
145
  }
152
146
  /**
153
147
  * Marker Array Directive