Is anyone else encountering an issue with Google Maps where you can now pan beyond the poles? It used to stop at the poles before, correct?
The website I'm currently working on runs a location-based query on our server every time a user pans or zooms a map. This has been causing errors because the queries triggered by users panning off the map's edge end up being nonsensical.
Currently, I am addressing this edge case on the server side, but it doesn't provide the best user experience on the client side. Does anyone have advice on how to prevent over-panning?
Thank you
Screenshot: