Thursday, December 18, 2025
1 change · 17.0
Resolved issues and error corrections
This update resolves an issue with the Google Maps integration by modernizing the code to align with Google's latest guidelines. Specifically, it replaces outdated components and utilizes a more efficient loading method, ensuring ongoing compatibility and security.
Original PR description
Replaced the deprecated `google.maps.Marker` with `google.maps.marker.AdvancedMarkerElement`, as the former has been deprecated since February 2024. Additionally, updated the method for loading the Google Maps JS API to use the recommended dynamic library import for improved performance and compliance with the latest guidelines. References: - Migration to Advanced Marker: https://developers.google.com/maps/documentation/javascript/advanced-markers/migration - Dynamic library import: https://developers.google.com/maps/documentation/javascript/load-maps-js-api task-4441041