@syncfusion/ej2-angular-maps 19.4.56 → 19.4.57-105067

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 (75) hide show
  1. package/@syncfusion/ej2-angular-maps.es5.js +866 -866
  2. package/@syncfusion/ej2-angular-maps.es5.js.map +1 -1
  3. package/@syncfusion/ej2-angular-maps.js +771 -771
  4. package/@syncfusion/ej2-angular-maps.js.map +1 -1
  5. package/CHANGELOG.md +2 -0
  6. package/README.md +73 -73
  7. package/dist/ej2-angular-maps.umd.js +857 -865
  8. package/dist/ej2-angular-maps.umd.js.map +1 -1
  9. package/dist/ej2-angular-maps.umd.min.js +1 -10
  10. package/dist/ej2-angular-maps.umd.min.js.map +1 -1
  11. package/ej2-angular-maps.d.ts +5 -5
  12. package/ej2-angular-maps.metadata.json +1 -1
  13. package/package.json +80 -80
  14. package/postinstall/tagchange.js +18 -18
  15. package/public_api.d.ts +1 -1
  16. package/schematics/generators/maps-annotation/images/__path__/__name@dasherize__/compass.svg +197 -197
  17. package/schematics/generators/maps-annotation/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +20 -20
  18. package/schematics/generators/maps-annotation/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +14 -14
  19. package/schematics/generators/maps-annotation/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +57 -57
  20. package/schematics/generators/maps-annotation/schema.json +3 -2
  21. package/schematics/generators/maps-bubble/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -3
  22. package/schematics/generators/maps-bubble/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +10 -10
  23. package/schematics/generators/maps-bubble/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +71 -71
  24. package/schematics/generators/maps-bubble/samples/__path__/__name@dasherize@if-flat__/assets/population-data.ts +45 -45
  25. package/schematics/generators/maps-bubble/samples/__path__/__name@dasherize@if-flat__/assets/world-map.ts +184 -184
  26. package/schematics/generators/maps-bubble/schema.json +3 -2
  27. package/schematics/generators/maps-color-mapping/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -3
  28. package/schematics/generators/maps-color-mapping/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +8 -8
  29. package/schematics/generators/maps-color-mapping/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +76 -76
  30. package/schematics/generators/maps-color-mapping/schema.json +3 -2
  31. package/schematics/generators/maps-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -3
  32. package/schematics/generators/maps-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +10 -10
  33. package/schematics/generators/maps-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +32 -32
  34. package/schematics/generators/maps-default/schema.json +3 -2
  35. package/schematics/generators/maps-label/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -3
  36. package/schematics/generators/maps-label/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +8 -8
  37. package/schematics/generators/maps-label/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +37 -37
  38. package/schematics/generators/maps-label/samples/__path__/__name@dasherize@if-flat__/assets/world-map.ts +184 -184
  39. package/schematics/generators/maps-label/schema.json +3 -2
  40. package/schematics/generators/maps-legend/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -3
  41. package/schematics/generators/maps-legend/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +7 -7
  42. package/schematics/generators/maps-legend/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +101 -101
  43. package/schematics/generators/maps-legend/schema.json +3 -2
  44. package/schematics/generators/maps-marker/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -3
  45. package/schematics/generators/maps-marker/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +10 -10
  46. package/schematics/generators/maps-marker/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +100 -100
  47. package/schematics/generators/maps-marker/schema.json +3 -2
  48. package/schematics/generators/maps-navigation-line/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +18 -18
  49. package/schematics/generators/maps-navigation-line/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +5 -5
  50. package/schematics/generators/maps-navigation-line/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +120 -120
  51. package/schematics/generators/maps-navigation-line/samples/__path__/__name@dasherize@if-flat__/assets/map-location.ts +127 -127
  52. package/schematics/generators/maps-navigation-line/samples/__path__/__name@dasherize@if-flat__/assets/world-map.ts +184 -184
  53. package/schematics/generators/maps-navigation-line/schema.json +3 -2
  54. package/schematics/generators/maps-osm/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -3
  55. package/schematics/generators/maps-osm/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +10 -10
  56. package/schematics/generators/maps-osm/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +32 -32
  57. package/schematics/generators/maps-osm/schema.json +3 -2
  58. package/schematics/ng-add/index.ts +10 -10
  59. package/schematics/ng-add/schema.json +34 -34
  60. package/schematics/ng-add/schema.ts +30 -30
  61. package/schematics/tsconfig.json +25 -25
  62. package/schematics/utils/lib-details.d.ts +2 -2
  63. package/schematics/utils/lib-details.js +2 -2
  64. package/schematics/utils/lib-details.ts +4 -4
  65. package/src/index.d.ts +11 -11
  66. package/src/maps/annotations.directive.d.ts +49 -49
  67. package/src/maps/bubblesettings.directive.d.ts +116 -116
  68. package/src/maps/colormapping.directive.d.ts +71 -71
  69. package/src/maps/initialshapeselection.directive.d.ts +37 -37
  70. package/src/maps/layers.directive.d.ts +151 -147
  71. package/src/maps/maps-all.module.d.ts +19 -19
  72. package/src/maps/maps.component.d.ts +64 -63
  73. package/src/maps/maps.module.d.ts +5 -5
  74. package/src/maps/markersettings.directive.d.ts +149 -149
  75. package/src/maps/navigationlinesettings.directive.d.ts +74 -74
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "http://json-schema.org/schema",
3
- "id": "maps-navigation-line",
3
+ "$id": "EJ2SchemaTemplateID",
4
4
  "title": "maps-navigation-line",
5
5
  "type": "object",
6
6
  "properties": {
@@ -120,5 +120,6 @@
120
120
  },
121
121
  "required": [
122
122
  "name"
123
- ]
123
+ ],
124
+ "id": "maps-navigation-line"
124
125
  }
@@ -1,3 +1,3 @@
1
- .control-section {
2
- min-height: 450px;
3
- }
1
+ .control-section {
2
+ min-height: 450px;
3
+ }
@@ -1,10 +1,10 @@
1
- <div class="control-section">
2
- <div align='center'>
3
- <ejs-maps id='container' style="display:block;" [zoomSettings]='zoomSettings' [layers]='layers'
4
- [titleSettings] = "titleSettings"
5
- (load)="load($event)">
6
- </ejs-maps>
7
- </div>
8
- </div>
9
-
10
-
1
+ <div class="control-section">
2
+ <div align='center'>
3
+ <ejs-maps id='container' style="display:block;" [zoomSettings]='zoomSettings' [layers]='layers'
4
+ [titleSettings] = "titleSettings"
5
+ (load)="load($event)">
6
+ </ejs-maps>
7
+ </div>
8
+ </div>
9
+
10
+
@@ -1,33 +1,33 @@
1
- /* eslint-disable */
2
- import { Component, ViewEncapsulation } from '@angular/core';
3
- import { MapsTheme, Maps, Legend, Marker, MapsTooltip, ILoadEventArgs } from '@syncfusion/ej2-angular-maps';
4
-
5
- @Component({
6
- selector: '<%=dasherize(selector)%>',
7
- templateUrl: '<%=dasherize(name)%>.component.html',
8
- styleUrls: ['<%=dasherize(name)%>.component.css'],
9
- encapsulation: ViewEncapsulation.None
10
- })
11
- export class <%= classify(name) %>Component {
12
- titleSettings: object = {
13
- text: 'OSM sample',
14
- textStyle: {
15
- size: '16px'
16
- }
17
- };
18
- public zoomSettings: object = {
19
- enable: true
20
- };
21
- public layers: object[] = [{
22
- layerType: 'OSM',
23
- animationDuration: 0,
24
- }];
25
- public load = (args: ILoadEventArgs) => {
26
- let theme: string = location.hash.split('/')[1];
27
- theme = theme ? theme : 'Material';
28
- args.maps.theme = <MapsTheme>(theme.charAt(0).toUpperCase() + theme.slice(1));
29
- }
30
- constructor() {
31
- //code
32
- };
1
+ /* eslint-disable */
2
+ import { Component, ViewEncapsulation } from '@angular/core';
3
+ import { MapsTheme, Maps, Legend, Marker, MapsTooltip, ILoadEventArgs } from '@syncfusion/ej2-angular-maps';
4
+
5
+ @Component({
6
+ selector: '<%=dasherize(selector)%>',
7
+ templateUrl: '<%=dasherize(name)%>.component.html',
8
+ styleUrls: ['<%=dasherize(name)%>.component.css'],
9
+ encapsulation: ViewEncapsulation.None
10
+ })
11
+ export class <%= classify(name) %>Component {
12
+ titleSettings: object = {
13
+ text: 'OSM sample',
14
+ textStyle: {
15
+ size: '16px'
16
+ }
17
+ };
18
+ public zoomSettings: object = {
19
+ enable: true
20
+ };
21
+ public layers: object[] = [{
22
+ layerType: 'OSM',
23
+ animationDuration: 0,
24
+ }];
25
+ public load = (args: ILoadEventArgs) => {
26
+ let theme: string = location.hash.split('/')[1];
27
+ theme = theme ? theme : 'Material';
28
+ args.maps.theme = <MapsTheme>(theme.charAt(0).toUpperCase() + theme.slice(1));
29
+ }
30
+ constructor() {
31
+ //code
32
+ };
33
33
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "http://json-schema.org/schema",
3
- "id": "maps-osm",
3
+ "$id": "EJ2SchemaTemplateID",
4
4
  "title": "maps-osm",
5
5
  "type": "object",
6
6
  "properties": {
@@ -120,5 +120,6 @@
120
120
  },
121
121
  "required": [
122
122
  "name"
123
- ]
123
+ ],
124
+ "id": "maps-osm"
124
125
  }
@@ -1,10 +1,10 @@
1
- import { pkgName, pkgVer, moduleName, themeVer } from './../utils/lib-details';
2
- import { install } from '@syncfusion/ej2-angular-base/schematics';
3
- import { OptionsSchema, LibOptionsSchema } from './schema';
4
- import { Rule } from '@angular-devkit/schematics';
5
-
6
- export default function (options: OptionsSchema): Rule {
7
- const libOptions: LibOptionsSchema = Object.assign({},
8
- { 'pkgName': pkgName, 'pkgVer': pkgVer, 'moduleName': moduleName, 'themeVer': themeVer });
9
- return install(options, libOptions);
10
- }
1
+ import { pkgName, pkgVer, moduleName, themeVer } from './../utils/lib-details';
2
+ import { install } from '@syncfusion/ej2-angular-base/schematics';
3
+ import { OptionsSchema, LibOptionsSchema } from './schema';
4
+ import { Rule } from '@angular-devkit/schematics';
5
+
6
+ export default function (options: OptionsSchema): Rule {
7
+ const libOptions: LibOptionsSchema = Object.assign({},
8
+ { 'pkgName': pkgName, 'pkgVer': pkgVer, 'moduleName': moduleName, 'themeVer': themeVer });
9
+ return install(options, libOptions);
10
+ }
@@ -1,34 +1,34 @@
1
- {
2
- "$schema": "http://json-schema.org/schema",
3
- "id": "ngAdd",
4
- "title": "Add Essential JS 2 Angular packages",
5
- "type": "object",
6
- "properties": {
7
- "skipPackageJson": {
8
- "type": "boolean",
9
- "default": false,
10
- "description": "Do not add add Essential JS 2 Angular packages dependencies to package.json (e.g., --skipPackageJson)"
11
- },
12
- "modules": {
13
- "type": "string",
14
- "default": "",
15
- "description": "Add only specific Essential JS 2 modules to the app.module file (eg: --modules=slider, grid)"
16
- },
17
- "modulePath": {
18
- "type": "string",
19
- "default": "",
20
- "description": "Used to specify the path of the module file where the EJ2 module needs to be imported"
21
- },
22
- "theme": {
23
- "enum": [
24
- "material",
25
- "fabric",
26
- "bootstrap",
27
- "highcontrast"
28
- ],
29
- "default": "material",
30
- "description": "Used to change the theme that needs to be imported"
31
- }
32
- },
33
- "required": []
34
- }
1
+ {
2
+ "$schema": "http://json-schema.org/schema",
3
+ "$id": "ngAdd",
4
+ "title": "Add Essential JS 2 Angular packages",
5
+ "type": "object",
6
+ "properties": {
7
+ "skipPackageJson": {
8
+ "type": "boolean",
9
+ "default": false,
10
+ "description": "Do not add add Essential JS 2 Angular packages dependencies to package.json (e.g., --skipPackageJson)"
11
+ },
12
+ "modules": {
13
+ "type": "string",
14
+ "default": "",
15
+ "description": "Add only specific Essential JS 2 modules to the app.module file (eg: --modules=slider, grid)"
16
+ },
17
+ "modulePath": {
18
+ "type": "string",
19
+ "default": "",
20
+ "description": "Used to specify the path of the module file where the EJ2 module needs to be imported"
21
+ },
22
+ "theme": {
23
+ "enum": [
24
+ "material",
25
+ "fabric",
26
+ "bootstrap",
27
+ "highcontrast"
28
+ ],
29
+ "default": "material",
30
+ "description": "Used to change the theme that needs to be imported"
31
+ }
32
+ },
33
+ "required": []
34
+ }
@@ -1,30 +1,30 @@
1
- export interface OptionsSchema {
2
- // Whether to skip package.json install.
3
- skipPackageJson: boolean;
4
-
5
- // Used to specify required module names
6
- modules: string;
7
-
8
- // Used to specify custom module path
9
- modulePath: string;
10
-
11
- // Used to specify theme name
12
- theme: 'material' | 'fabric' | 'bootstrap' | 'highcontrast';
13
-
14
- // Name of the project to target.
15
- project?: string;
16
- }
17
-
18
- export interface LibOptionsSchema {
19
- // Package name
20
- pkgName: string;
21
-
22
- // Package version
23
- pkgVer: string;
24
-
25
- // Library base module name
26
- moduleName: string;
27
-
28
- // Theme version
29
- themeVer: string;
30
- }
1
+ export interface OptionsSchema {
2
+ // Whether to skip package.json install.
3
+ skipPackageJson: boolean;
4
+
5
+ // Used to specify required module names
6
+ modules: string;
7
+
8
+ // Used to specify custom module path
9
+ modulePath: string;
10
+
11
+ // Used to specify theme name
12
+ theme: 'material' | 'fabric' | 'bootstrap' | 'highcontrast';
13
+
14
+ // Name of the project to target.
15
+ project?: string;
16
+ }
17
+
18
+ export interface LibOptionsSchema {
19
+ // Package name
20
+ pkgName: string;
21
+
22
+ // Package version
23
+ pkgVer: string;
24
+
25
+ // Library base module name
26
+ moduleName: string;
27
+
28
+ // Theme version
29
+ themeVer: string;
30
+ }
@@ -1,25 +1,25 @@
1
- {
2
- "compilerOptions": {
3
- "lib": ["es2017", "dom"],
4
- "module": "commonjs",
5
- "moduleResolution": "node",
6
- "noEmitOnError": false,
7
- "skipDefaultLibCheck": true,
8
- "skipLibCheck": true,
9
- "sourceMap": true,
10
- "target": "es6",
11
- "declaration": true,
12
- "types": [
13
- "jasmine",
14
- "node"
15
- ]
16
- },
17
- "exclude": [
18
- "node_modules",
19
- "src",
20
- "src/**/*.ts",
21
- "spec",
22
- "spec/**/*.ts",
23
- "@typings"
24
- ]
25
- }
1
+ {
2
+ "compilerOptions": {
3
+ "lib": ["es2017", "dom"],
4
+ "module": "commonjs",
5
+ "moduleResolution": "node",
6
+ "noEmitOnError": false,
7
+ "skipDefaultLibCheck": true,
8
+ "skipLibCheck": true,
9
+ "sourceMap": true,
10
+ "target": "es6",
11
+ "declaration": true,
12
+ "types": [
13
+ "jasmine",
14
+ "node"
15
+ ]
16
+ },
17
+ "exclude": [
18
+ "node_modules",
19
+ "src",
20
+ "src/**/*.ts",
21
+ "spec",
22
+ "spec/**/*.ts",
23
+ "@typings"
24
+ ]
25
+ }
@@ -1,4 +1,4 @@
1
1
  export declare const pkgName = "@syncfusion/ej2-angular-maps";
2
- export declare const pkgVer = "^19.4.55";
2
+ export declare const pkgVer = "^19.4.56";
3
3
  export declare const moduleName = "MapsModule";
4
- export declare const themeVer = "~19.4.55";
4
+ export declare const themeVer = "~19.4.56";
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.pkgName = '@syncfusion/ej2-angular-maps';
4
- exports.pkgVer = '^19.4.55';
4
+ exports.pkgVer = '^19.4.56';
5
5
  exports.moduleName = 'MapsModule';
6
- exports.themeVer = '~19.4.55';
6
+ exports.themeVer = '~19.4.56';
@@ -1,4 +1,4 @@
1
- export const pkgName = '@syncfusion/ej2-angular-maps';
2
- export const pkgVer = '^19.4.55';
3
- export const moduleName = 'MapsModule';
4
- export const themeVer = '~19.4.55';
1
+ export const pkgName = '@syncfusion/ej2-angular-maps';
2
+ export const pkgVer = '^19.4.56';
3
+ export const moduleName = 'MapsModule';
4
+ export const themeVer = '~19.4.56';
package/src/index.d.ts CHANGED
@@ -1,11 +1,11 @@
1
- export { InitialShapeSelectionDirective, InitialShapeSelectionsDirective } from './maps/initialshapeselection.directive';
2
- export { MarkerDirective, MarkersDirective } from './maps/markersettings.directive';
3
- export { ColorMappingDirective, ColorMappingsDirective } from './maps/colormapping.directive';
4
- export { BubbleDirective, BubblesDirective } from './maps/bubblesettings.directive';
5
- export { NavigationLineDirective, NavigationLinesDirective } from './maps/navigationlinesettings.directive';
6
- export { LayerDirective, LayersDirective } from './maps/layers.directive';
7
- export { AnnotationDirective, AnnotationsDirective } from './maps/annotations.directive';
8
- export { MapsComponent } from './maps/maps.component';
9
- export { MapsModule } from './maps/maps.module';
10
- export { MapsAllModule, BubbleService, LegendService, MarkerService, HighlightService, SelectionService, MapsTooltipService, ZoomService, DataLabelService, NavigationLineService, AnnotationsService, PrintService, PdfExportService, ImageExportService } from './maps/maps-all.module';
11
- export * from '@syncfusion/ej2-maps';
1
+ export { InitialShapeSelectionDirective, InitialShapeSelectionsDirective } from './maps/initialshapeselection.directive';
2
+ export { MarkerDirective, MarkersDirective } from './maps/markersettings.directive';
3
+ export { ColorMappingDirective, ColorMappingsDirective } from './maps/colormapping.directive';
4
+ export { BubbleDirective, BubblesDirective } from './maps/bubblesettings.directive';
5
+ export { NavigationLineDirective, NavigationLinesDirective } from './maps/navigationlinesettings.directive';
6
+ export { LayerDirective, LayersDirective } from './maps/layers.directive';
7
+ export { AnnotationDirective, AnnotationsDirective } from './maps/annotations.directive';
8
+ export { MapsComponent } from './maps/maps.component';
9
+ export { MapsModule } from './maps/maps.module';
10
+ export { MapsAllModule, BubbleService, LegendService, MarkerService, HighlightService, SelectionService, MapsTooltipService, ZoomService, DataLabelService, NavigationLineService, AnnotationsService, PrintService, PdfExportService, ImageExportService } from './maps/maps-all.module';
11
+ export * from '@syncfusion/ej2-maps';
@@ -1,49 +1,49 @@
1
- import { ViewContainerRef } from '@angular/core';
2
- import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
- /**
4
- * Annotation Directive
5
- * ```html
6
- * <e-maps-annotations>
7
- * <e-maps-annotation></e-maps-annotation>
8
- * </e-maps-annotations>
9
- * ```
10
- */
11
- export declare class AnnotationDirective extends ComplexBase<AnnotationDirective> {
12
- private viewContainerRef;
13
- directivePropList: any;
14
- /**
15
- * Sets and gets the annotation element to be aligned horizontally.
16
- * @default None
17
- */
18
- horizontalAlignment: any;
19
- /**
20
- * Sets and gets the annotation element to be aligned vertically.
21
- * @default None
22
- */
23
- verticalAlignment: any;
24
- /**
25
- * Sets and gets the x position of the annotation in maps component.
26
- */
27
- x: any;
28
- /**
29
- * Sets and gets the y position of the annotation in maps component.
30
- */
31
- y: any;
32
- /**
33
- * Sets and gets the z-index of the annotation in maps component.
34
- * @default '-1'
35
- */
36
- zIndex: any;
37
- /**
38
- * Sets and gets the content for the annotation in maps component.
39
- */
40
- content: any;
41
- constructor(viewContainerRef: ViewContainerRef);
42
- }
43
- /**
44
- * Annotation Array Directive
45
- * @private
46
- */
47
- export declare class AnnotationsDirective extends ArrayBase<AnnotationsDirective> {
48
- constructor();
49
- }
1
+ import { ViewContainerRef } from '@angular/core';
2
+ import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
+ /**
4
+ * Annotation Directive
5
+ * ```html
6
+ * <e-maps-annotations>
7
+ * <e-maps-annotation></e-maps-annotation>
8
+ * </e-maps-annotations>
9
+ * ```
10
+ */
11
+ export declare class AnnotationDirective extends ComplexBase<AnnotationDirective> {
12
+ private viewContainerRef;
13
+ directivePropList: any;
14
+ /**
15
+ * Sets and gets the annotation element to be aligned horizontally.
16
+ * @default None
17
+ */
18
+ horizontalAlignment: any;
19
+ /**
20
+ * Sets and gets the annotation element to be aligned vertically.
21
+ * @default None
22
+ */
23
+ verticalAlignment: any;
24
+ /**
25
+ * Sets and gets the x position of the annotation in maps component.
26
+ */
27
+ x: any;
28
+ /**
29
+ * Sets and gets the y position of the annotation in maps component.
30
+ */
31
+ y: any;
32
+ /**
33
+ * Sets and gets the z-index of the annotation in maps component.
34
+ * @default '-1'
35
+ */
36
+ zIndex: any;
37
+ /**
38
+ * Sets and gets the content for the annotation in maps component.
39
+ */
40
+ content: any;
41
+ constructor(viewContainerRef: ViewContainerRef);
42
+ }
43
+ /**
44
+ * Annotation Array Directive
45
+ * @private
46
+ */
47
+ export declare class AnnotationsDirective extends ArrayBase<AnnotationsDirective> {
48
+ constructor();
49
+ }