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 Aug 8, 2023. It is now read-only.
Currently we use the bounds of the map itself to invalidate View Markers in bounds. This underneath uses getPointAnnotationsInBounds. There are cases (eg. big icons) where these bounds are not ideal. You need to scroll an extra bit before the annotation appears. We should be able to increase the bounds by default and look into making this configurable.
Currently we use the bounds of the map itself to invalidate View Markers in bounds. This underneath uses
getPointAnnotationsInBounds. There are cases (eg. big icons) where these bounds are not ideal. You need to scroll an extra bit before the annotation appears. We should be able to increase the bounds by default and look into making this configurable.