You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 23, 2025. It is now read-only.
Currently it isn't easy to automatically offset the map/markers (for when you have a control that sits over the map)
Google have updated their API to handle this but it isn't supported in this library yet: https://developers.google.com/maps/documentation/javascript/reference/map#Map.fitBounds
https://stackoverflow.com/a/53565456
Here are old issues about adding the feature: #716 #1471
And here is a pull request that implemented it but was never released: #1478