@syncfusion/ej2-angular-maps 20.1.48 → 20.2.36-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.
@@ -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 = '^20.1.47';
4
+ exports.pkgVer = '^16.39.0';
5
5
  exports.moduleName = 'MapsModule';
6
- exports.themeVer = '~20.1.47';
6
+ exports.themeVer = '~16.39.0';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-maps';
2
- export const pkgVer = '^20.1.47';
2
+ export const pkgVer = '^16.39.0';
3
3
  export const moduleName = 'MapsModule';
4
- export const themeVer = '~20.1.47';
4
+ export const themeVer = '~16.39.0';
@@ -29,6 +29,7 @@ export declare class LayerDirective extends ComplexBase<LayerDirective> {
29
29
  /**
30
30
  * Sets and gets the Bing map type for the layer. If you use shape data with BingMapType without using layer type as Bing,
31
31
  * then the map will render based on shape data since default layer type will be set as Geometry.
32
+
32
33
  * @default Aerial
33
34
  */
34
35
  bingMapType: any;
@@ -62,12 +63,14 @@ export declare class LayerDirective extends ComplexBase<LayerDirective> {
62
63
  initialShapeSelection: any;
63
64
  /**
64
65
  * Sets and gets the key for the tile map layer in maps.
66
+
65
67
  * @default ''
66
68
  */
67
69
  key: any;
68
70
  /**
69
71
  * Sets and gets the type of the layer in maps. If we use layer type with shape data property in layer of the maps
70
72
  * then map will render based on the provided layer type.
73
+
71
74
  * @default Geometry
72
75
  */
73
76
  layerType: any;
@@ -115,6 +118,7 @@ export declare class LayerDirective extends ComplexBase<LayerDirective> {
115
118
  shapeSettings: any;
116
119
  /**
117
120
  * Sets and gets the type of the static maps.
121
+
118
122
  * @default RoadMap
119
123
  */
120
124
  staticMapType: any;
@@ -128,7 +132,7 @@ export declare class LayerDirective extends ComplexBase<LayerDirective> {
128
132
  tooltipSettings: any;
129
133
  /**
130
134
  * Sets and gets the template for the map using the url.
131
- * @default 'https://a.tile.openstreetmap.org/level/tileX/tileY.png'
135
+ * @default ''
132
136
  */
133
137
  urlTemplate: any;
134
138
  /**