Desktop seems fine for me, this issue only appears on mobile/tablet-sized devices. That said, switching Chrome into responsive mode and downscaling the viewport also allows me to reproduce it.
In certain areas of the map, postcode BR3 6ST for example, map tiles do not display when zoomed to level 21 on mobile or tablet-sized devices.
It’s worth mentioning that I’m using both new window.google.maps.LatLngBounds() and map.fitBounds(bounds). I’ve read that both can potentially cause issues similar to this. However, they are critical to our use case, so removing them is not really an option.
Capping the max zoom to 20 does “resolve” the issue, but it is not ideal. Our platform allows users to draw on the map, and reducing the max zoom level means they lose detail.
Hoping someone has experienced this before and might know a fix?