@syncfusion/ej2-angular-maps 25.2.5-ngcc → 26.1.35-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.
@@ -26,13 +26,6 @@ export declare class LayerDirective extends ComplexBase<LayerDirective> {
26
26
  * @default 0
27
27
  */
28
28
  animationDuration: any;
29
- /**
30
- * 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",
31
- * then the map will be rendered based on the provided shape data since the default layer type will be set as "Geometry".
32
-
33
- * @default Aerial
34
- */
35
- bingMapType: any;
36
29
  /**
37
30
  * Gets or sets the options for customizing the bubbles in maps.
38
31
  */
@@ -64,19 +57,6 @@ export declare class LayerDirective extends ComplexBase<LayerDirective> {
64
57
  * The initial selection of shapes will be performed only when the selection functionality of layer is enabled.
65
58
  */
66
59
  initialShapeSelection: any;
67
- /**
68
- * Gets or sets the key for the online map provider to render in the layer of the maps.
69
-
70
- * @default ''
71
- */
72
- key: any;
73
- /**
74
- * Gets or sets the type of the layer in maps. If we use layer type with shape data property in layer of the maps
75
- * then map will render based on the provided layer type.
76
-
77
- * @default Geometry
78
- */
79
- layerType: any;
80
60
  /**
81
61
  * Gets or sets the options for customizing the cluster of markers in maps.
82
62
  */
@@ -125,12 +105,6 @@ export declare class LayerDirective extends ComplexBase<LayerDirective> {
125
105
  * Gets or sets the options to customize the shape of the maps.
126
106
  */
127
107
  shapeSettings: any;
128
- /**
129
- * Gets or sets the type of the static maps.
130
-
131
- * @default RoadMap
132
- */
133
- staticMapType: any;
134
108
  /**
135
109
  * Gets or sets the options for customizing the toggle state of shapes when selecting the legend in maps.
136
110
  */