@syncfusion/ej2-angular-maps 22.1.34 → 22.1.39

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 (118) hide show
  1. package/README.md +107 -45
  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 +5 -4
  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 +13 -12
  11. package/fesm2015/syncfusion-ej2-angular-maps.mjs.map +1 -1
  12. package/fesm2020/syncfusion-ej2-angular-maps.mjs +13 -12
  13. package/fesm2020/syncfusion-ej2-angular-maps.mjs.map +1 -1
  14. package/package.json +7 -28
  15. package/schematics/collection.json +55 -0
  16. package/schematics/generators/maps-annotation/images/__path__/__name@dasherize__/compass.svg +197 -0
  17. package/schematics/generators/maps-annotation/index.d.ts +3 -0
  18. package/schematics/generators/maps-annotation/index.js +8 -0
  19. package/schematics/generators/maps-annotation/sample-details.d.ts +5 -0
  20. package/schematics/generators/maps-annotation/sample-details.js +7 -0
  21. package/schematics/generators/maps-annotation/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +21 -0
  22. package/schematics/generators/maps-annotation/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +15 -0
  23. package/schematics/generators/maps-annotation/schema.d.ts +3 -0
  24. package/schematics/generators/maps-annotation/schema.js +2 -0
  25. package/schematics/generators/maps-annotation/schema.json +125 -0
  26. package/schematics/generators/maps-bubble/index.d.ts +3 -0
  27. package/schematics/generators/maps-bubble/index.js +8 -0
  28. package/schematics/generators/maps-bubble/sample-details.d.ts +5 -0
  29. package/schematics/generators/maps-bubble/sample-details.js +7 -0
  30. package/schematics/generators/maps-bubble/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -0
  31. package/schematics/generators/maps-bubble/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +10 -0
  32. package/schematics/generators/maps-bubble/schema.d.ts +3 -0
  33. package/schematics/generators/maps-bubble/schema.js +2 -0
  34. package/schematics/generators/maps-bubble/schema.json +125 -0
  35. package/schematics/generators/maps-color-mapping/images/__path__/__name@dasherize__/ballon.png +0 -0
  36. package/schematics/generators/maps-color-mapping/index.d.ts +3 -0
  37. package/schematics/generators/maps-color-mapping/index.js +8 -0
  38. package/schematics/generators/maps-color-mapping/sample-details.d.ts +5 -0
  39. package/schematics/generators/maps-color-mapping/sample-details.js +7 -0
  40. package/schematics/generators/maps-color-mapping/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -0
  41. package/schematics/generators/maps-color-mapping/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +8 -0
  42. package/schematics/generators/maps-color-mapping/schema.d.ts +3 -0
  43. package/schematics/generators/maps-color-mapping/schema.js +2 -0
  44. package/schematics/generators/maps-color-mapping/schema.json +125 -0
  45. package/schematics/generators/maps-default/images/__path__/__name@dasherize__/ballon.png +0 -0
  46. package/schematics/generators/maps-default/index.d.ts +3 -0
  47. package/schematics/generators/maps-default/index.js +8 -0
  48. package/schematics/generators/maps-default/sample-details.d.ts +5 -0
  49. package/schematics/generators/maps-default/sample-details.js +7 -0
  50. package/schematics/generators/maps-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -0
  51. package/schematics/generators/maps-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +10 -0
  52. package/schematics/generators/maps-default/schema.d.ts +3 -0
  53. package/schematics/generators/maps-default/schema.js +2 -0
  54. package/schematics/generators/maps-default/schema.json +125 -0
  55. package/schematics/generators/maps-label/index.d.ts +3 -0
  56. package/schematics/generators/maps-label/index.js +8 -0
  57. package/schematics/generators/maps-label/sample-details.d.ts +5 -0
  58. package/schematics/generators/maps-label/sample-details.js +7 -0
  59. package/schematics/generators/maps-label/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -0
  60. package/schematics/generators/maps-label/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +8 -0
  61. package/schematics/generators/maps-label/schema.d.ts +3 -0
  62. package/schematics/generators/maps-label/schema.js +2 -0
  63. package/schematics/generators/maps-label/schema.json +125 -0
  64. package/schematics/generators/maps-legend/images/__path__/__name@dasherize__/ballon.png +0 -0
  65. package/schematics/generators/maps-legend/index.d.ts +3 -0
  66. package/schematics/generators/maps-legend/index.js +8 -0
  67. package/schematics/generators/maps-legend/sample-details.d.ts +5 -0
  68. package/schematics/generators/maps-legend/sample-details.js +7 -0
  69. package/schematics/generators/maps-legend/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -0
  70. package/schematics/generators/maps-legend/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +8 -0
  71. package/schematics/generators/maps-legend/schema.d.ts +3 -0
  72. package/schematics/generators/maps-legend/schema.js +2 -0
  73. package/schematics/generators/maps-legend/schema.json +125 -0
  74. package/schematics/generators/maps-marker/images/__path__/__name@dasherize__/ballon.png +0 -0
  75. package/schematics/generators/maps-marker/index.d.ts +3 -0
  76. package/schematics/generators/maps-marker/index.js +8 -0
  77. package/schematics/generators/maps-marker/sample-details.d.ts +5 -0
  78. package/schematics/generators/maps-marker/sample-details.js +7 -0
  79. package/schematics/generators/maps-marker/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -0
  80. package/schematics/generators/maps-marker/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +10 -0
  81. package/schematics/generators/maps-marker/schema.d.ts +3 -0
  82. package/schematics/generators/maps-marker/schema.js +2 -0
  83. package/schematics/generators/maps-marker/schema.json +125 -0
  84. package/schematics/generators/maps-navigation-line/index.d.ts +3 -0
  85. package/schematics/generators/maps-navigation-line/index.js +8 -0
  86. package/schematics/generators/maps-navigation-line/sample-details.d.ts +5 -0
  87. package/schematics/generators/maps-navigation-line/sample-details.js +7 -0
  88. package/schematics/generators/maps-navigation-line/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +19 -0
  89. package/schematics/generators/maps-navigation-line/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +6 -0
  90. package/schematics/generators/maps-navigation-line/schema.d.ts +3 -0
  91. package/schematics/generators/maps-navigation-line/schema.js +2 -0
  92. package/schematics/generators/maps-navigation-line/schema.json +125 -0
  93. package/schematics/generators/maps-osm/index.d.ts +3 -0
  94. package/schematics/generators/maps-osm/index.js +8 -0
  95. package/schematics/generators/maps-osm/sample-details.d.ts +5 -0
  96. package/schematics/generators/maps-osm/sample-details.js +7 -0
  97. package/schematics/generators/maps-osm/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -0
  98. package/schematics/generators/maps-osm/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +10 -0
  99. package/schematics/generators/maps-osm/schema.d.ts +3 -0
  100. package/schematics/generators/maps-osm/schema.js +2 -0
  101. package/schematics/generators/maps-osm/schema.json +125 -0
  102. package/schematics/ng-add/index.d.ts +3 -0
  103. package/schematics/ng-add/index.js +9 -0
  104. package/schematics/ng-add/schema.d.ts +13 -0
  105. package/schematics/ng-add/schema.js +2 -0
  106. package/schematics/ng-add/schema.json +34 -0
  107. package/schematics/tsconfig.json +25 -0
  108. package/schematics/utils/lib-details.d.ts +4 -0
  109. package/schematics/utils/lib-details.js +6 -0
  110. package/schematics/utils/lib-details.ts +2 -2
  111. package/src/maps/annotations.directive.d.ts +11 -7
  112. package/src/maps/bubblesettings.directive.d.ts +20 -20
  113. package/src/maps/colormapping.directive.d.ts +9 -9
  114. package/src/maps/initialshapeselection.directive.d.ts +3 -3
  115. package/src/maps/layers.directive.d.ts +38 -29
  116. package/src/maps/maps.component.d.ts +6 -2
  117. package/src/maps/markersettings.directive.d.ts +34 -27
  118. package/src/maps/navigationlinesettings.directive.d.ts +11 -10
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.pkgName = '@syncfusion/ej2-angular-maps';
4
+ exports.pkgVer = '^22.1.39';
5
+ exports.moduleName = 'MapsModule';
6
+ exports.themeVer = '~22.1.39';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-maps';
2
- export const pkgVer = '^20.1.55';
2
+ export const pkgVer = '^22.1.39';
3
3
  export const moduleName = 'MapsModule';
4
- export const themeVer = '~20.1.55';
4
+ export const themeVer = '~22.1.39';
@@ -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
- * Annotation Directive
5
+ * Represents the directive to define the annotations in the maps.
6
6
  * ```html
7
7
  * <e-maps-annotations>
8
8
  * <e-maps-annotation></e-maps-annotation>
@@ -13,30 +13,34 @@ export declare class AnnotationDirective extends ComplexBase<AnnotationDirective
13
13
  private viewContainerRef;
14
14
  directivePropList: any;
15
15
  /**
16
- * Sets and gets the annotation element to be aligned horizontally.
16
+ * Gets or sets the type of the placement when the annotation is to be aligned horizontally.
17
17
  * @default None
18
18
  */
19
19
  horizontalAlignment: any;
20
20
  /**
21
- * Sets and gets the annotation element to be aligned vertically.
21
+ * Gets or sets the type of the placement when the annotation is to be aligned vertically.
22
22
  * @default None
23
23
  */
24
24
  verticalAlignment: any;
25
25
  /**
26
- * Sets and gets the x position of the annotation in maps component.
26
+ * Gets or sets the x position of the annotation in pixel or percentage format.
27
+ * @default '0px'
27
28
  */
28
29
  x: any;
29
30
  /**
30
- * Sets and gets the y position of the annotation in maps component.
31
+ * Gets or sets the y position of the annotation in pixel or percentage format.
32
+ * @default '0px'
31
33
  */
32
34
  y: any;
33
35
  /**
34
- * Sets and gets the z-index of the annotation in maps component.
36
+ * Gets or sets the z-index of the annotation in maps.
35
37
  * @default '-1'
36
38
  */
37
39
  zIndex: any;
38
40
  /**
39
- * Sets and gets the content for the annotation in maps component.
41
+ * Gets or sets the content for the annotation in maps.
42
+ * @default ''
43
+ * @asptype string
40
44
  */
41
45
  content: any;
42
46
  constructor(viewContainerRef: ViewContainerRef);
@@ -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
- * Layer Directive
5
+ * Represents the directive to define the bubbles in the maps.
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
- * Sets and gets the delay in animation for bubble in maps.
23
+ * Gets or sets the delay in animation for the bubbles in maps.
24
24
  * @default 0
25
25
  */
26
26
  animationDelay: any;
27
27
  /**
28
- * Sets and gets the duration for the animation for bubble in maps.
28
+ * Gets or sets the duration for the animation of the bubbles in maps.
29
29
  * @default 1000
30
30
  */
31
31
  animationDuration: any;
32
32
  /**
33
- * Sets and gets the options to customize the color and width of the border for the bubble in maps.
33
+ * Gets or sets the options to customize the style properties of the border for the bubbles in maps.
34
34
  */
35
35
  border: any;
36
36
  /**
37
- * Sets and gets the type of the bubble in maps.
37
+ * Gets or sets the type of the bubble in maps.
38
38
  * @default Circle
39
39
  */
40
40
  bubbleType: any;
41
41
  /**
42
- * Sets and gets the color-mapping for the bubble in maps.
42
+ * Gets or sets the color-mapping for the bubbles in maps.
43
43
  * @default []
44
44
  */
45
45
  colorMapping: any;
46
46
  /**
47
- * Sets and gets the value from the data source of bubble settings for the color of the bubble in maps.
47
+ * Gets or sets the field name from the data source of bubble settings to set the color for each bubble in maps.
48
48
  * @default null
49
49
  */
50
50
  colorValuePath: any;
51
51
  /**
52
- * Sets and gets the data source for the bubble.
52
+ * Gets or sets 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 the other information 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 other informations 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
- * Sets and gets the color for the bubble in maps.
61
+ * Gets or sets the color for the bubbles in maps.
62
62
  * @default ''
63
63
  */
64
64
  fill: any;
65
65
  /**
66
- * Sets and gets the highlight settings for the bubble in maps.
66
+ * Gets or sets the options to customize the highlight of the bubbles in maps.
67
67
  */
68
68
  highlightSettings: any;
69
69
  /**
70
- * Sets and gets the maximum radius for the bubble in maps.
70
+ * Gets or sets the maximum radius for the bubbles in maps.
71
71
  * @default 20
72
72
  */
73
73
  maxRadius: any;
74
74
  /**
75
- * Sets and gets the minimum radius for the bubble in maps.
75
+ * Gets or sets the minimum radius for the bubbles in maps.
76
76
  * @default 10
77
77
  */
78
78
  minRadius: any;
79
79
  /**
80
- * Sets and gets the opacity of the bubble in maps.
80
+ * Gets or sets the opacity of the bubbles in maps.
81
81
  * @default 1
82
82
  */
83
83
  opacity: any;
84
84
  /**
85
- * Sets and gets the query to select particular data from the bubble data.
85
+ * Gets or sets the query to select particular data from the bubble data source.
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
- * Sets and gets the selection settings for the bubble in maps.
91
+ * Gets or sets the options to customize the selection of the bubbles in maps.
92
92
  */
93
93
  selectionSettings: any;
94
94
  /**
95
- * Sets and gets the options to customize the tooltip for the bubbles in maps.
95
+ * Gets or sets the options to customize the tooltip of the bubbles in maps.
96
96
  */
97
97
  tooltipSettings: any;
98
98
  /**
99
- * Sets and gets the value from the data source of bubble settings for the bubble to be rendered in maps.
99
+ * Gets or sets the field name from the data source of bubble settings based on which the bubbles are rendered on the maps.
100
100
  * @default null
101
101
  */
102
102
  valuePath: any;
103
103
  /**
104
- * Enables or disables the visibility state of the bubbles in maps.
104
+ * Enables or disables the visibility 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
- * ColorMapping Directive
5
+ * Represents the directive to define the bubble color mapping in the maps.
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
- * Sets and gets the color for the color-mapping in maps.
23
+ * Gets or sets the color for the color-mapping in maps.
24
24
  * @default null
25
25
  */
26
26
  color: any;
27
27
  /**
28
- * Sets and gets the value from where the range color-mapping starts.
28
+ * Gets or sets the value from where the range for the color-mapping starts.
29
29
  * @aspdefaultvalueignore
30
30
  * @default null
31
31
  */
32
32
  from: any;
33
33
  /**
34
- * Sets and gets the label for the color-mapping from the data source in maps.
34
+ * Gets or sets the label for the color-mapping to display in the legend item text.
35
35
  * @default null
36
36
  */
37
37
  label: any;
38
38
  /**
39
- * Sets and gets the maximum opacity for the color-mapping in maps.
39
+ * Gets or sets the maximum opacity for the color-mapping in maps.
40
40
  * @default null
41
41
  */
42
42
  maxOpacity: any;
43
43
  /**
44
- * Sets and gets the minimum opacity for the color-mapping in maps.
44
+ * Gets or sets 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 state of legend for the color-mapping shapes in maps.
49
+ * Enables or disables the visibility of legend for the corresponding color-mapped shapes in maps.
50
50
  * @default true
51
51
  */
52
52
  showLegend: any;
53
53
  /**
54
- * Sets and gets the value to where the range color-mapping ends.
54
+ * Gets or sets the value to where the range for the color-mapping ends.
55
55
  * @aspdefaultvalueignore
56
56
  * @default null
57
57
  */
58
58
  to: any;
59
59
  /**
60
- * Sets and gets the value for the color-mapping from the data source.
60
+ * Gets or sets the value from the data source to map the corresponding colors to the shapes.
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
- * Layer Directive
5
+ * Represents the directive to configure the selection of the shapes when the maps is initially rendered.
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
- * Sets and gets the property name from the data source in maps.
21
+ * Gets or sets the property name from the data source in maps.
22
22
  * @default null
23
23
  */
24
24
  shapePath: any;
25
25
  /**
26
- * Sets and gets the value for the shape from data source in maps.
26
+ * Gets or sets the value from the data source which is bound to the shape 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
- * Layer Directive
5
+ * Represents the directive to define the layer of the maps.
6
6
  * ```html
7
7
  * <e-layers>
8
8
  * <e-layer></e-layer>
@@ -18,122 +18,131 @@ export declare class LayerDirective extends ComplexBase<LayerDirective> {
18
18
  childNavigationLineSettings: any;
19
19
  tags: string[];
20
20
  /**
21
- * Sets and gets the type of the layer in maps.
21
+ * Gets or sets the type of the layer in maps. There are two types: Layer and SubLayer.
22
22
  * @default Layer
23
23
  */
24
24
  type: any;
25
25
  /**
26
- * Sets and gets the duration for the animation of layers in maps.
26
+ * Gets or sets the duration of the animation of layers when the zooming is performed in maps.
27
27
  * @default 0
28
28
  */
29
29
  animationDuration: any;
30
30
  /**
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.
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
33
34
  * @default Aerial
34
35
  */
35
36
  bingMapType: any;
36
37
  /**
37
- * Sets and gets the options for customizing the bubble in maps.
38
+ * Gets or sets the options for customizing the bubbles in maps.
38
39
  */
39
40
  bubbleSettings: any;
40
41
  /**
41
- * Sets and gets the options for customizing the data-label in maps.
42
+ * Gets or sets the options for customizing the data labels in maps.
42
43
  */
43
44
  dataLabelSettings: any;
44
45
  /**
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.
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.
47
48
  * @isobservable true
48
49
  * @default []
49
50
  */
50
51
  dataSource: any;
51
52
  /**
52
- * Sets and gets the geometry type for the layer in maps.
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.
53
56
  * @default Geographic
54
57
  */
55
58
  geometryType: any;
56
59
  /**
57
- * Sets and gets the options for customizing the shapes when the mouse has hovered on maps.
60
+ * Gets or sets the options for customizing the shapes when the mouse hovers over maps.
58
61
  */
59
62
  highlightSettings: any;
60
63
  /**
61
- * Sets and gets the settings for shapes that is selected at the time of rendering.
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.
62
66
  */
63
67
  initialShapeSelection: any;
64
68
  /**
65
- * Sets and gets the key for the tile map layer in maps.
69
+ * Gets or sets the key for the online map provider to render in the layer of the maps.
70
+ * @deprecated
66
71
  * @default ''
67
72
  */
68
73
  key: any;
69
74
  /**
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
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
71
76
  * then map will render based on the provided layer type.
77
+ * @deprecated
72
78
  * @default Geometry
73
79
  */
74
80
  layerType: any;
75
81
  /**
76
- * Sets and gets the options for customizing the cluster of markers in maps.
82
+ * Gets or sets the options for customizing the cluster of markers in maps.
77
83
  */
78
84
  markerClusterSettings: any;
79
85
  /**
80
- * Sets and gets the options for customizing the marker in maps.
86
+ * Gets or sets the options for customizing the markers in maps.
81
87
  */
82
88
  markerSettings: any;
83
89
  /**
84
- * Sets and gets the options for customizing the navigation line in maps.
90
+ * Gets or sets the options for customizing the navigation lines in maps.
85
91
  */
86
92
  navigationLineSettings: any;
87
93
  /**
88
- * Sets and gets the query to select particular data from the shape data.
94
+ * Gets or sets the query to select particular data from the layer data source.
89
95
  * This property is applicable only when the data source is created by data manager.
90
96
  * @default null
91
97
  */
92
98
  query: any;
93
99
  /**
94
- * Sets and gets the options for customizing the shapes when clicking the shapes in maps.
100
+ * Gets or sets the options for customizing the shapes when clicking on the shapes in maps.
95
101
  */
96
102
  selectionSettings: any;
97
103
  /**
98
- * Sets and gets the shape data for the maps to render.
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.
99
106
  * @isobservable true
100
107
  * @default null
101
108
  */
102
109
  shapeData: any;
103
110
  /**
104
- * Sets and gets the path for the shape from the shape data in maps.
111
+ * Gets or sets the field name from the GeoJSON data to map the shape to the data defined in the layer data source.
105
112
  * @default 'name'
106
113
  */
107
114
  shapeDataPath: any;
108
115
  /**
109
- * Sets and gets the path for the layers from the layer data source in maps.
116
+ * Gets or sets the field name from the data source to map the shape to the data defined in the layer data source.
110
117
  * @default 'name'
111
118
  */
112
119
  shapePropertyPath: any;
113
120
  /**
114
- * Sets and gets the options to customize the shape of the maps.
121
+ * Gets or sets the options to customize the shape of the maps.
115
122
  */
116
123
  shapeSettings: any;
117
124
  /**
118
- * Sets and gets the type of the static maps.
125
+ * Gets or sets the type of the static maps.
126
+ * @deprecated
119
127
  * @default RoadMap
120
128
  */
121
129
  staticMapType: any;
122
130
  /**
123
- * Sets and gets the options for customizing the toggle state of shapes when selecting the legend in maps.
131
+ * Gets or sets the options for customizing the toggle state of shapes when selecting the legend in maps.
124
132
  */
125
133
  toggleLegendSettings: any;
126
134
  /**
127
- * Sets and gets the options for customizing the tooltip for the layers, markers, and bubbles in maps.
135
+ * Gets or sets the options for customizing the tooltip of the layers in maps.
128
136
  */
129
137
  tooltipSettings: any;
130
138
  /**
131
- * Sets and gets the template for the map using the url.
132
- * @default 'https://a.tile.openstreetmap.org/level/tileX/tileY.png'
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 ''
133
142
  */
134
143
  urlTemplate: any;
135
144
  /**
136
- * Enables or disables the visibility state for the layers in maps.
145
+ * Enables or disables the visibility of the layers in maps.
137
146
  * @default true
138
147
  */
139
148
  visible: any;
@@ -8,7 +8,8 @@ export declare const inputs: string[];
8
8
  export declare const outputs: string[];
9
9
  export declare const twoWays: string[];
10
10
  /**
11
- * Represents Maps Component
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.
12
13
  * ```html
13
14
  * <ej-maps></ej-maps>
14
15
  * ```
@@ -39,8 +40,11 @@ export declare class MapsComponent extends Maps implements IComponentBase {
39
40
  markerClusterClick: any;
40
41
  markerClusterMouseMove: any;
41
42
  markerClusterRendering: any;
43
+ markerDragEnd: any;
44
+ markerDragStart: any;
42
45
  markerMouseMove: any;
43
46
  markerRendering: any;
47
+ onclick: any;
44
48
  pan: any;
45
49
  resize: any;
46
50
  rightClick: any;
@@ -62,5 +66,5 @@ export declare class MapsComponent extends Maps implements IComponentBase {
62
66
  registerEvents: (eventList: string[]) => void;
63
67
  addTwoWay: (propList: string[]) => void;
64
68
  static ɵfac: i0.ɵɵFactoryDeclaration<MapsComponent, 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>;
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>;
66
70
  }