@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.
- package/README.md +107 -45
- package/esm2020/src/maps/annotations.directive.mjs +2 -2
- package/esm2020/src/maps/bubblesettings.directive.mjs +2 -2
- package/esm2020/src/maps/colormapping.directive.mjs +2 -2
- package/esm2020/src/maps/initialshapeselection.directive.mjs +2 -2
- package/esm2020/src/maps/layers.directive.mjs +2 -2
- package/esm2020/src/maps/maps.component.mjs +5 -4
- package/esm2020/src/maps/markersettings.directive.mjs +4 -4
- package/esm2020/src/maps/navigationlinesettings.directive.mjs +2 -2
- package/fesm2015/syncfusion-ej2-angular-maps.mjs +13 -12
- package/fesm2015/syncfusion-ej2-angular-maps.mjs.map +1 -1
- package/fesm2020/syncfusion-ej2-angular-maps.mjs +13 -12
- package/fesm2020/syncfusion-ej2-angular-maps.mjs.map +1 -1
- package/package.json +7 -28
- package/schematics/collection.json +55 -0
- package/schematics/generators/maps-annotation/images/__path__/__name@dasherize__/compass.svg +197 -0
- package/schematics/generators/maps-annotation/index.d.ts +3 -0
- package/schematics/generators/maps-annotation/index.js +8 -0
- package/schematics/generators/maps-annotation/sample-details.d.ts +5 -0
- package/schematics/generators/maps-annotation/sample-details.js +7 -0
- package/schematics/generators/maps-annotation/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +21 -0
- package/schematics/generators/maps-annotation/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +15 -0
- package/schematics/generators/maps-annotation/schema.d.ts +3 -0
- package/schematics/generators/maps-annotation/schema.js +2 -0
- package/schematics/generators/maps-annotation/schema.json +125 -0
- package/schematics/generators/maps-bubble/index.d.ts +3 -0
- package/schematics/generators/maps-bubble/index.js +8 -0
- package/schematics/generators/maps-bubble/sample-details.d.ts +5 -0
- package/schematics/generators/maps-bubble/sample-details.js +7 -0
- package/schematics/generators/maps-bubble/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -0
- package/schematics/generators/maps-bubble/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +10 -0
- package/schematics/generators/maps-bubble/schema.d.ts +3 -0
- package/schematics/generators/maps-bubble/schema.js +2 -0
- package/schematics/generators/maps-bubble/schema.json +125 -0
- package/schematics/generators/maps-color-mapping/images/__path__/__name@dasherize__/ballon.png +0 -0
- package/schematics/generators/maps-color-mapping/index.d.ts +3 -0
- package/schematics/generators/maps-color-mapping/index.js +8 -0
- package/schematics/generators/maps-color-mapping/sample-details.d.ts +5 -0
- package/schematics/generators/maps-color-mapping/sample-details.js +7 -0
- package/schematics/generators/maps-color-mapping/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -0
- package/schematics/generators/maps-color-mapping/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +8 -0
- package/schematics/generators/maps-color-mapping/schema.d.ts +3 -0
- package/schematics/generators/maps-color-mapping/schema.js +2 -0
- package/schematics/generators/maps-color-mapping/schema.json +125 -0
- package/schematics/generators/maps-default/images/__path__/__name@dasherize__/ballon.png +0 -0
- package/schematics/generators/maps-default/index.d.ts +3 -0
- package/schematics/generators/maps-default/index.js +8 -0
- package/schematics/generators/maps-default/sample-details.d.ts +5 -0
- package/schematics/generators/maps-default/sample-details.js +7 -0
- package/schematics/generators/maps-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -0
- package/schematics/generators/maps-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +10 -0
- package/schematics/generators/maps-default/schema.d.ts +3 -0
- package/schematics/generators/maps-default/schema.js +2 -0
- package/schematics/generators/maps-default/schema.json +125 -0
- package/schematics/generators/maps-label/index.d.ts +3 -0
- package/schematics/generators/maps-label/index.js +8 -0
- package/schematics/generators/maps-label/sample-details.d.ts +5 -0
- package/schematics/generators/maps-label/sample-details.js +7 -0
- package/schematics/generators/maps-label/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -0
- package/schematics/generators/maps-label/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +8 -0
- package/schematics/generators/maps-label/schema.d.ts +3 -0
- package/schematics/generators/maps-label/schema.js +2 -0
- package/schematics/generators/maps-label/schema.json +125 -0
- package/schematics/generators/maps-legend/images/__path__/__name@dasherize__/ballon.png +0 -0
- package/schematics/generators/maps-legend/index.d.ts +3 -0
- package/schematics/generators/maps-legend/index.js +8 -0
- package/schematics/generators/maps-legend/sample-details.d.ts +5 -0
- package/schematics/generators/maps-legend/sample-details.js +7 -0
- package/schematics/generators/maps-legend/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -0
- package/schematics/generators/maps-legend/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +8 -0
- package/schematics/generators/maps-legend/schema.d.ts +3 -0
- package/schematics/generators/maps-legend/schema.js +2 -0
- package/schematics/generators/maps-legend/schema.json +125 -0
- package/schematics/generators/maps-marker/images/__path__/__name@dasherize__/ballon.png +0 -0
- package/schematics/generators/maps-marker/index.d.ts +3 -0
- package/schematics/generators/maps-marker/index.js +8 -0
- package/schematics/generators/maps-marker/sample-details.d.ts +5 -0
- package/schematics/generators/maps-marker/sample-details.js +7 -0
- package/schematics/generators/maps-marker/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -0
- package/schematics/generators/maps-marker/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +10 -0
- package/schematics/generators/maps-marker/schema.d.ts +3 -0
- package/schematics/generators/maps-marker/schema.js +2 -0
- package/schematics/generators/maps-marker/schema.json +125 -0
- package/schematics/generators/maps-navigation-line/index.d.ts +3 -0
- package/schematics/generators/maps-navigation-line/index.js +8 -0
- package/schematics/generators/maps-navigation-line/sample-details.d.ts +5 -0
- package/schematics/generators/maps-navigation-line/sample-details.js +7 -0
- package/schematics/generators/maps-navigation-line/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +19 -0
- package/schematics/generators/maps-navigation-line/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +6 -0
- package/schematics/generators/maps-navigation-line/schema.d.ts +3 -0
- package/schematics/generators/maps-navigation-line/schema.js +2 -0
- package/schematics/generators/maps-navigation-line/schema.json +125 -0
- package/schematics/generators/maps-osm/index.d.ts +3 -0
- package/schematics/generators/maps-osm/index.js +8 -0
- package/schematics/generators/maps-osm/sample-details.d.ts +5 -0
- package/schematics/generators/maps-osm/sample-details.js +7 -0
- package/schematics/generators/maps-osm/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -0
- package/schematics/generators/maps-osm/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +10 -0
- package/schematics/generators/maps-osm/schema.d.ts +3 -0
- package/schematics/generators/maps-osm/schema.js +2 -0
- package/schematics/generators/maps-osm/schema.json +125 -0
- package/schematics/ng-add/index.d.ts +3 -0
- package/schematics/ng-add/index.js +9 -0
- package/schematics/ng-add/schema.d.ts +13 -0
- package/schematics/ng-add/schema.js +2 -0
- package/schematics/ng-add/schema.json +34 -0
- package/schematics/tsconfig.json +25 -0
- package/schematics/utils/lib-details.d.ts +4 -0
- package/schematics/utils/lib-details.js +6 -0
- package/schematics/utils/lib-details.ts +2 -2
- package/src/maps/annotations.directive.d.ts +11 -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 +38 -29
- package/src/maps/maps.component.d.ts +6 -2
- package/src/maps/markersettings.directive.d.ts +34 -27
- package/src/maps/navigationlinesettings.directive.d.ts +11 -10
|
@@ -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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
37
|
+
* Gets or sets the type of the bubble in maps.
|
|
38
38
|
* @default Circle
|
|
39
39
|
*/
|
|
40
40
|
bubbleType: any;
|
|
41
41
|
/**
|
|
42
|
-
*
|
|
42
|
+
* Gets or sets the color-mapping for the bubbles in maps.
|
|
43
43
|
* @default []
|
|
44
44
|
*/
|
|
45
45
|
colorMapping: any;
|
|
46
46
|
/**
|
|
47
|
-
*
|
|
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
|
-
*
|
|
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
|
|
55
|
-
* The data source can contain data such as color
|
|
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
|
-
*
|
|
61
|
+
* Gets or sets the color for the bubbles in maps.
|
|
62
62
|
* @default ''
|
|
63
63
|
*/
|
|
64
64
|
fill: any;
|
|
65
65
|
/**
|
|
66
|
-
*
|
|
66
|
+
* Gets or sets the options to customize the highlight of the bubbles in maps.
|
|
67
67
|
*/
|
|
68
68
|
highlightSettings: any;
|
|
69
69
|
/**
|
|
70
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
80
|
+
* Gets or sets the opacity of the bubbles in maps.
|
|
81
81
|
* @default 1
|
|
82
82
|
*/
|
|
83
83
|
opacity: any;
|
|
84
84
|
/**
|
|
85
|
-
*
|
|
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
|
-
*
|
|
91
|
+
* Gets or sets the options to customize the selection of the bubbles in maps.
|
|
92
92
|
*/
|
|
93
93
|
selectionSettings: any;
|
|
94
94
|
/**
|
|
95
|
-
*
|
|
95
|
+
* Gets or sets the options to customize the tooltip of the bubbles in maps.
|
|
96
96
|
*/
|
|
97
97
|
tooltipSettings: any;
|
|
98
98
|
/**
|
|
99
|
-
*
|
|
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
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
32
|
-
* then the map will
|
|
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
|
-
*
|
|
38
|
+
* Gets or sets the options for customizing the bubbles in maps.
|
|
38
39
|
*/
|
|
39
40
|
bubbleSettings: any;
|
|
40
41
|
/**
|
|
41
|
-
*
|
|
42
|
+
* Gets or sets the options for customizing the data labels in maps.
|
|
42
43
|
*/
|
|
43
44
|
dataLabelSettings: any;
|
|
44
45
|
/**
|
|
45
|
-
*
|
|
46
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
82
|
+
* Gets or sets the options for customizing the cluster of markers in maps.
|
|
77
83
|
*/
|
|
78
84
|
markerClusterSettings: any;
|
|
79
85
|
/**
|
|
80
|
-
*
|
|
86
|
+
* Gets or sets the options for customizing the markers in maps.
|
|
81
87
|
*/
|
|
82
88
|
markerSettings: any;
|
|
83
89
|
/**
|
|
84
|
-
*
|
|
90
|
+
* Gets or sets the options for customizing the navigation lines in maps.
|
|
85
91
|
*/
|
|
86
92
|
navigationLineSettings: any;
|
|
87
93
|
/**
|
|
88
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
121
|
+
* Gets or sets the options to customize the shape of the maps.
|
|
115
122
|
*/
|
|
116
123
|
shapeSettings: any;
|
|
117
124
|
/**
|
|
118
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
135
|
+
* Gets or sets the options for customizing the tooltip of the layers in maps.
|
|
128
136
|
*/
|
|
129
137
|
tooltipSettings: any;
|
|
130
138
|
/**
|
|
131
|
-
*
|
|
132
|
-
*
|
|
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
|
|
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
|
|
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
|
}
|