Repetitive Map Display Issue in Full-Screen Mode: Seeking Solutions

We have been using the Anvil framework and the Google Maps API to incorporate interactive maps into our application. However, I have noticed that when the map is expanded to full-screen mode and zoomed out, instead of displaying a larger area as expected, the map starts repeating.
Since this issue negatively impacts the usability and overall user experience of our application, does anyone have any ideas or suggestions regarding this problem?

We have explored the properties and methods provided by the GoogleMap component, including map_data and set_properties , but haven’t found a direct solution to disable the map repetition behavior. It appears that this repetition behavior may be a default feature of the Google Maps API when zooming out in full-screen mode.