Skip to content

Release of version 2.1.0 (2025-08-04)

Latest

Choose a tag to compare

@gnbm gnbm released this 29 Jul 09:45
e3a729a

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.