@syncfusion/ej2-angular-maps 32.1.19 → 32.1.21-ngcc
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/@syncfusion/ej2-angular-maps.es5.js +877 -0
- package/@syncfusion/ej2-angular-maps.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-maps.js +810 -0
- package/@syncfusion/ej2-angular-maps.js.map +1 -0
- package/LICENSE +10 -0
- package/README.md +7 -15
- package/dist/ej2-angular-maps.umd.js +1137 -0
- package/dist/ej2-angular-maps.umd.js.map +1 -0
- package/dist/ej2-angular-maps.umd.min.js +11 -0
- package/dist/ej2-angular-maps.umd.min.js.map +1 -0
- package/ej2-angular-maps.d.ts +5 -0
- package/ej2-angular-maps.metadata.json +1 -0
- package/package.json +47 -29
- package/public_api.d.ts +1 -1
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/src/index.d.ts +11 -11
- package/src/maps/annotations.directive.d.ts +53 -58
- package/src/maps/bubblesettings.directive.d.ts +116 -121
- package/src/maps/colormapping.directive.d.ts +71 -76
- package/src/maps/initialshapeselection.directive.d.ts +37 -42
- package/src/maps/layers.directive.d.ts +135 -140
- package/src/maps/maps-all.module.d.ts +20 -26
- package/src/maps/maps.component.d.ts +70 -73
- package/src/maps/maps.module.d.ts +5 -18
- package/src/maps/markersettings.directive.d.ts +171 -176
- package/src/maps/navigationlinesettings.directive.d.ts +75 -80
- package/CHANGELOG.md +0 -636
- package/esm2020/public_api.mjs +0 -2
- package/esm2020/src/index.mjs +0 -12
- package/esm2020/src/maps/annotations.directive.mjs +0 -62
- package/esm2020/src/maps/bubblesettings.directive.mjs +0 -71
- package/esm2020/src/maps/colormapping.directive.mjs +0 -61
- package/esm2020/src/maps/initialshapeselection.directive.mjs +0 -59
- package/esm2020/src/maps/layers.directive.mjs +0 -64
- package/esm2020/src/maps/maps-all.module.mjs +0 -68
- package/esm2020/src/maps/maps.component.mjs +0 -168
- package/esm2020/src/maps/maps.module.mjs +0 -88
- package/esm2020/src/maps/markersettings.directive.mjs +0 -73
- package/esm2020/src/maps/navigationlinesettings.directive.mjs +0 -67
- package/esm2020/syncfusion-ej2-angular-maps.mjs +0 -5
- package/fesm2015/syncfusion-ej2-angular-maps.mjs +0 -737
- package/fesm2015/syncfusion-ej2-angular-maps.mjs.map +0 -1
- package/fesm2020/syncfusion-ej2-angular-maps.mjs +0 -737
- package/fesm2020/syncfusion-ej2-angular-maps.mjs.map +0 -1
- package/syncfusion-ej2-angular-maps.d.ts +0 -5
|
@@ -1,73 +1,70 @@
|
|
|
1
|
-
import { ElementRef, ViewContainerRef, QueryList, Renderer2, Injector } from '@angular/core';
|
|
2
|
-
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
-
import { Maps } from '@syncfusion/ej2-maps';
|
|
4
|
-
import { LayersDirective } from './layers.directive';
|
|
5
|
-
import { AnnotationsDirective } from './annotations.directive';
|
|
6
|
-
|
|
7
|
-
export declare const
|
|
8
|
-
export declare const
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
*
|
|
12
|
-
*
|
|
13
|
-
*
|
|
14
|
-
*
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
private
|
|
19
|
-
private
|
|
20
|
-
private
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MapsComponent, never>;
|
|
72
|
-
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"; "mouseMove": "mouseMove"; "onclick": "onclick"; "pan": "pan"; "panComplete": "panComplete"; "resize": "resize"; "rightClick": "rightClick"; "shapeHighlight": "shapeHighlight"; "shapeRendering": "shapeRendering"; "shapeSelected": "shapeSelected"; "tooltipRender": "tooltipRender"; "tooltipRenderComplete": "tooltipRenderComplete"; "zoom": "zoom"; "zoomComplete": "zoomComplete"; "dataSourceChange": "dataSourceChange"; }, ["childLayers", "childAnnotations"], never>;
|
|
73
|
-
}
|
|
1
|
+
import { ElementRef, ViewContainerRef, QueryList, Renderer2, Injector } from '@angular/core';
|
|
2
|
+
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
+
import { Maps } from '@syncfusion/ej2-maps';
|
|
4
|
+
import { LayersDirective } from './layers.directive';
|
|
5
|
+
import { AnnotationsDirective } from './annotations.directive';
|
|
6
|
+
export declare const inputs: string[];
|
|
7
|
+
export declare const outputs: string[];
|
|
8
|
+
export declare const twoWays: string[];
|
|
9
|
+
/**
|
|
10
|
+
* Represents the Angular Maps component.
|
|
11
|
+
* 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
|
+
* ```html
|
|
13
|
+
* <ej-maps></ej-maps>
|
|
14
|
+
* ```
|
|
15
|
+
*/
|
|
16
|
+
export declare class MapsComponent extends Maps implements IComponentBase {
|
|
17
|
+
private ngEle;
|
|
18
|
+
private srenderer;
|
|
19
|
+
private viewContainerRef;
|
|
20
|
+
private injector;
|
|
21
|
+
context: any;
|
|
22
|
+
tagObjects: any;
|
|
23
|
+
animationComplete: any;
|
|
24
|
+
annotationRendering: any;
|
|
25
|
+
beforePrint: any;
|
|
26
|
+
bubbleClick: any;
|
|
27
|
+
bubbleMouseMove: any;
|
|
28
|
+
bubbleRendering: any;
|
|
29
|
+
click: any;
|
|
30
|
+
dataLabelRendering: any;
|
|
31
|
+
doubleClick: any;
|
|
32
|
+
itemHighlight: any;
|
|
33
|
+
itemSelection: any;
|
|
34
|
+
layerRendering: any;
|
|
35
|
+
legendRendering: any;
|
|
36
|
+
load: any;
|
|
37
|
+
loaded: any;
|
|
38
|
+
markerClick: any;
|
|
39
|
+
markerClusterClick: any;
|
|
40
|
+
markerClusterMouseMove: any;
|
|
41
|
+
markerClusterRendering: any;
|
|
42
|
+
markerDragEnd: any;
|
|
43
|
+
markerDragStart: any;
|
|
44
|
+
markerMouseMove: any;
|
|
45
|
+
markerRendering: any;
|
|
46
|
+
mouseMove: any;
|
|
47
|
+
onclick: any;
|
|
48
|
+
pan: any;
|
|
49
|
+
panComplete: any;
|
|
50
|
+
resize: any;
|
|
51
|
+
rightClick: any;
|
|
52
|
+
shapeHighlight: any;
|
|
53
|
+
shapeRendering: any;
|
|
54
|
+
shapeSelected: any;
|
|
55
|
+
tooltipRender: any;
|
|
56
|
+
tooltipRenderComplete: any;
|
|
57
|
+
zoom: any;
|
|
58
|
+
zoomComplete: any;
|
|
59
|
+
dataSourceChange: any;
|
|
60
|
+
childLayers: QueryList<LayersDirective>;
|
|
61
|
+
childAnnotations: QueryList<AnnotationsDirective>;
|
|
62
|
+
tags: string[];
|
|
63
|
+
constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
|
|
64
|
+
ngOnInit(): void;
|
|
65
|
+
ngAfterViewInit(): void;
|
|
66
|
+
ngOnDestroy(): void;
|
|
67
|
+
ngAfterContentChecked(): void;
|
|
68
|
+
registerEvents: (eventList: string[]) => void;
|
|
69
|
+
addTwoWay: (propList: string[]) => void;
|
|
70
|
+
}
|
|
@@ -1,18 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
import * as i5 from "./bubblesettings.directive";
|
|
7
|
-
import * as i6 from "./navigationlinesettings.directive";
|
|
8
|
-
import * as i7 from "./layers.directive";
|
|
9
|
-
import * as i8 from "./annotations.directive";
|
|
10
|
-
import * as i9 from "@angular/common";
|
|
11
|
-
/**
|
|
12
|
-
* NgModule definition for the Maps component.
|
|
13
|
-
*/
|
|
14
|
-
export declare class MapsModule {
|
|
15
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MapsModule, never>;
|
|
16
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MapsModule, [typeof i1.MapsComponent, typeof i2.InitialShapeSelectionDirective, typeof i2.InitialShapeSelectionsDirective, typeof i3.MarkerDirective, typeof i3.MarkersDirective, typeof i4.ColorMappingDirective, typeof i4.ColorMappingsDirective, typeof i5.BubbleDirective, typeof i5.BubblesDirective, typeof i6.NavigationLineDirective, typeof i6.NavigationLinesDirective, typeof i7.LayerDirective, typeof i7.LayersDirective, typeof i8.AnnotationDirective, typeof i8.AnnotationsDirective], [typeof i9.CommonModule], [typeof i1.MapsComponent, typeof i2.InitialShapeSelectionDirective, typeof i2.InitialShapeSelectionsDirective, typeof i3.MarkerDirective, typeof i3.MarkersDirective, typeof i4.ColorMappingDirective, typeof i4.ColorMappingsDirective, typeof i5.BubbleDirective, typeof i5.BubblesDirective, typeof i6.NavigationLineDirective, typeof i6.NavigationLinesDirective, typeof i7.LayerDirective, typeof i7.LayersDirective, typeof i8.AnnotationDirective, typeof i8.AnnotationsDirective]>;
|
|
17
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<MapsModule>;
|
|
18
|
-
}
|
|
1
|
+
/**
|
|
2
|
+
* NgModule definition for the Maps component.
|
|
3
|
+
*/
|
|
4
|
+
export declare class MapsModule {
|
|
5
|
+
}
|
|
@@ -1,176 +1,171 @@
|
|
|
1
|
-
import { ViewContainerRef } from '@angular/core';
|
|
2
|
-
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
*
|
|
6
|
-
*
|
|
7
|
-
* <e-
|
|
8
|
-
* <e-
|
|
9
|
-
* <e-
|
|
10
|
-
*
|
|
11
|
-
* </e-
|
|
12
|
-
* </e-
|
|
13
|
-
* </e-
|
|
14
|
-
*
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
*
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
*
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
*
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
*
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
*
|
|
50
|
-
*
|
|
51
|
-
*
|
|
52
|
-
*
|
|
53
|
-
*
|
|
54
|
-
* @
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
*
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
*
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
*
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
*
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
*
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
*
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
*
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
*
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
*
|
|
120
|
-
*
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
*
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
*
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
*
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
*
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
*
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
*
|
|
159
|
-
* @
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
export declare class MarkersDirective extends ArrayBase<MarkersDirective> {
|
|
173
|
-
constructor();
|
|
174
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MarkersDirective, never>;
|
|
175
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<MarkersDirective, "e-layer>e-markerSettings", never, {}, {}, ["children"]>;
|
|
176
|
-
}
|
|
1
|
+
import { ViewContainerRef } from '@angular/core';
|
|
2
|
+
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
+
/**
|
|
4
|
+
* Represents the directive to define the markers in the maps.
|
|
5
|
+
* ```html
|
|
6
|
+
* <e-layers>
|
|
7
|
+
* <e-layer>
|
|
8
|
+
* <e-markerSettings>
|
|
9
|
+
* <e-markerSetting>
|
|
10
|
+
* </e-markerSetting>
|
|
11
|
+
* </e-markerSettings>
|
|
12
|
+
* </e-layer>
|
|
13
|
+
* </e-layers>
|
|
14
|
+
* ```
|
|
15
|
+
*/
|
|
16
|
+
export declare class MarkerDirective extends ComplexBase<MarkerDirective> {
|
|
17
|
+
private viewContainerRef;
|
|
18
|
+
directivePropList: any;
|
|
19
|
+
/**
|
|
20
|
+
* Gets or sets the delay time for the animation in marker.
|
|
21
|
+
* @default 0
|
|
22
|
+
*/
|
|
23
|
+
animationDelay: any;
|
|
24
|
+
/**
|
|
25
|
+
* Gets or sets the duration time for animating the marker.
|
|
26
|
+
* @default 1000
|
|
27
|
+
*/
|
|
28
|
+
animationDuration: any;
|
|
29
|
+
/**
|
|
30
|
+
* Gets or sets the options for customizing the style properties of the border of the marker in maps.
|
|
31
|
+
*/
|
|
32
|
+
border: any;
|
|
33
|
+
/**
|
|
34
|
+
* Gets or sets the options for customizing the clustering of markers on the map.
|
|
35
|
+
* This property is used to cluster markers based on the current marker settings, and it is applied only when the `allowClustering` property is enabled.
|
|
36
|
+
*/
|
|
37
|
+
clusterSettings: any;
|
|
38
|
+
/**
|
|
39
|
+
* Gets or sets the field name from the marker data source based on which the color is applied for the marker.
|
|
40
|
+
* @default null
|
|
41
|
+
*/
|
|
42
|
+
colorValuePath: any;
|
|
43
|
+
/**
|
|
44
|
+
* Gets or sets the dash-array for the marker.
|
|
45
|
+
*/
|
|
46
|
+
dashArray: any;
|
|
47
|
+
/**
|
|
48
|
+
* Gets or sets the data source for the marker.
|
|
49
|
+
* The data source for the marker will contain latitude and longitude values to specify the location
|
|
50
|
+
* of the marker.
|
|
51
|
+
* The data source can contain data such as color, shape, and other details that can be bound to the color, shape,
|
|
52
|
+
* and tooltip of the marker.
|
|
53
|
+
* @isobservable true
|
|
54
|
+
* @default []
|
|
55
|
+
*/
|
|
56
|
+
dataSource: any;
|
|
57
|
+
/**
|
|
58
|
+
* Enables or disables marker drag and drop functionality at any location on the map.
|
|
59
|
+
* @default false
|
|
60
|
+
*/
|
|
61
|
+
enableDrag: any;
|
|
62
|
+
/**
|
|
63
|
+
* Gets or sets the color for the marker in maps.
|
|
64
|
+
* @default '#FF471A'
|
|
65
|
+
*/
|
|
66
|
+
fill: any;
|
|
67
|
+
/**
|
|
68
|
+
* Gets or sets the height of the marker in maps.
|
|
69
|
+
* @default 10
|
|
70
|
+
*/
|
|
71
|
+
height: any;
|
|
72
|
+
/**
|
|
73
|
+
* Gets or sets the field name from the data source that determines the marker height.
|
|
74
|
+
* @default null
|
|
75
|
+
*/
|
|
76
|
+
heightValuePath: any;
|
|
77
|
+
/**
|
|
78
|
+
* Gets or sets the options to customize the marker when the mouse hovers over the markers in maps.
|
|
79
|
+
*/
|
|
80
|
+
highlightSettings: any;
|
|
81
|
+
/**
|
|
82
|
+
* 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.
|
|
83
|
+
*/
|
|
84
|
+
imageUrl: any;
|
|
85
|
+
/**
|
|
86
|
+
* 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.
|
|
87
|
+
* @default null
|
|
88
|
+
*/
|
|
89
|
+
imageUrlValuePath: any;
|
|
90
|
+
/**
|
|
91
|
+
* Gets or sets the options to select the markers at the initial rendering time of the maps.
|
|
92
|
+
* The initial selection of markers will be performed only when the selection functionality of marker is enabled.
|
|
93
|
+
*/
|
|
94
|
+
initialMarkerSelection: any;
|
|
95
|
+
/**
|
|
96
|
+
* Defines the field name from the marker data source for setting latitude for a set of markers.
|
|
97
|
+
*/
|
|
98
|
+
latitudeValuePath: any;
|
|
99
|
+
/**
|
|
100
|
+
* Gets or sets the field name from the marker data source to render legend item text for the marker legend.
|
|
101
|
+
* @default ''
|
|
102
|
+
*/
|
|
103
|
+
legendText: any;
|
|
104
|
+
/**
|
|
105
|
+
* Defines the field name from the marker data source for setting longitude for a set of markers.
|
|
106
|
+
*/
|
|
107
|
+
longitudeValuePath: any;
|
|
108
|
+
/**
|
|
109
|
+
* Gets or sets the offset value from which the marker must be rendered from the intended position.
|
|
110
|
+
*/
|
|
111
|
+
offset: any;
|
|
112
|
+
/**
|
|
113
|
+
* Gets or sets the opacity for the marker in maps.
|
|
114
|
+
* @default 1
|
|
115
|
+
*/
|
|
116
|
+
opacity: any;
|
|
117
|
+
/**
|
|
118
|
+
* Gets or sets the query to select particular data from the marker data source.
|
|
119
|
+
* This property is applicable only when the data source is created by data manager.
|
|
120
|
+
* @default null
|
|
121
|
+
*/
|
|
122
|
+
query: any;
|
|
123
|
+
/**
|
|
124
|
+
* Gets or sets the options to customize the marker while selecting the marker in maps.
|
|
125
|
+
*/
|
|
126
|
+
selectionSettings: any;
|
|
127
|
+
/**
|
|
128
|
+
* Gets or sets the shape of the marker in maps.
|
|
129
|
+
* @default Balloon
|
|
130
|
+
*/
|
|
131
|
+
shape: any;
|
|
132
|
+
/**
|
|
133
|
+
* Gets or sets the field name from the marker data source based on which the shape for individual markers are set.
|
|
134
|
+
* @default null
|
|
135
|
+
*/
|
|
136
|
+
shapeValuePath: any;
|
|
137
|
+
/**
|
|
138
|
+
* Gets or sets the options to customize the tooltip of the marker in maps.
|
|
139
|
+
*/
|
|
140
|
+
tooltipSettings: any;
|
|
141
|
+
/**
|
|
142
|
+
* Enables or disables the visibility of the markers in maps.
|
|
143
|
+
* @default false
|
|
144
|
+
*/
|
|
145
|
+
visible: any;
|
|
146
|
+
/**
|
|
147
|
+
* Gets or sets the width of the marker in maps.
|
|
148
|
+
* @default 10
|
|
149
|
+
*/
|
|
150
|
+
width: any;
|
|
151
|
+
/**
|
|
152
|
+
* Gets or sets the field name from the data source that determines the marker width.
|
|
153
|
+
* @default null
|
|
154
|
+
*/
|
|
155
|
+
widthValuePath: any;
|
|
156
|
+
/**
|
|
157
|
+
* Gets or sets the template for the marker to render custom elements.
|
|
158
|
+
* @default null
|
|
159
|
+
* @asptype string
|
|
160
|
+
*/
|
|
161
|
+
template: any;
|
|
162
|
+
tooltipSettings_template: any;
|
|
163
|
+
constructor(viewContainerRef: ViewContainerRef);
|
|
164
|
+
}
|
|
165
|
+
/**
|
|
166
|
+
* Marker Array Directive
|
|
167
|
+
* @private
|
|
168
|
+
*/
|
|
169
|
+
export declare class MarkersDirective extends ArrayBase<MarkersDirective> {
|
|
170
|
+
constructor();
|
|
171
|
+
}
|