@syncfusion/ej2-maps 23.2.7 → 24.1.41

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/CHANGELOG.md CHANGED
@@ -10,6 +10,19 @@
10
10
 
11
11
  ### Maps
12
12
 
13
+ #### New Features
14
+
15
+ - `#I492437` - `minLatitude`, `maxLatitude`, `minLongitude` and `maxLongitude` properties are now available in the event arguments of `zoom` and `pan` events to provide the coordinates of the visible area of the Maps. `getMinMaxLatitudeLongitude` method is also available to provide these coordinate values dynamically.
16
+ - Polygon shapes can now be displayed over map layers by using the appropriate data source. Polygon shapes in Maps can be customized, selected, and highlighted using the properties available.
17
+
18
+ #### Bug Fixes
19
+
20
+ - `#523327` - The Maps no longer zooms when clicked on the tooltip template in the Maps component with the `zoomOnClick` property set to true.
21
+
22
+ ## 23.2.7 (2023-12-05)
23
+
24
+ ### Maps
25
+
13
26
  #### Bug Fixes
14
27
 
15
28
  - `#519916` - When set as an object in the array, the `navigationLineSettings` property will now be updated.
@@ -555,4 +568,4 @@ The Maps control is used to visualize the geographical data. It is used to repre
555
568
  - **Data Labels** - Supports data label to provide additional information about the shapes.
556
569
  - **Navigation Lines** - Lines can be rendered between various points in map.
557
570
  - **Annotations** - Supports placing any HTML element on desired location in the map.
558
- - **User interaction** - Supports interactive features like zooming, panning, tooltip, highlight, selection and interactive legend.
571
+ - **User interaction** - Supports interactive features like zooming, panning, tooltip, highlight, selection and interactive legend.