You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
What's New
ROU-12040 - Added support for the new Google Routes API for all client actions related to Directions. This update ensures compatibility, as Google now classifies the older Routes APIs as legacy - read more.
ROU-12041 - Added a new component named ‘SearchPlaces’, which leverages the latest Google Maps Places API. The existing component was renamed to 'SearchPlaces_Legacy', as Google now classifies the older Places APIs as legacy - read more.
Fixed Issues and Improvements
ROU-11822 - Improved the component's feedback to indicate that the 'MapStyleId' property cannot be changed after map initialization.
ROU-12069 / RPM-5988 - Fixed an issue that caused the Markers to throw an error when being destroyed, when the Map was removed first.
This occurred when the Map was removed and contained Marker blocks.
The Map would remove all Markers from an internal list to avoid memory leaks (when the marker was created via API). To fix the issue, the Map is now removing only the markers created by the API, leaving the remaining Markers to remove themselves from the internal list.