The Capacitor team has introduced a new plugin for Native Google Maps, adding long-awaited features such as multiple maps, marker clustering, and various map types, including indoor and traffic layers. A significant development was improving the scrolling experience of the Google Maps Capacitor Plugin, which initially faced challenges with integrating smoothly with web content due to the map's position outside the DOM. The team attempted a solution by requiring a container HTML element to manage map integration, ensuring the map scrolls inline with content. On iOS, a quirk in the WebView allowed native elements to function as HTML elements, solving z-index issues, while on Android, the map was positioned behind the web view, necessitating a transparent background for visibility. These implementations address major issues in integrating native maps within web applications, enhancing functionality and user experience.