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
I have been struggling with how to determine the visible map bounds within the page. I require this ability in order to determine the area to search for markers within from a backend location service. I've tried several approaches to get to the underlying google API which appears to support my use case.
I have been struggling with how to determine the visible map bounds within the page. I require this ability in order to determine the area to search for markers within from a backend location service. I've tried several approaches to get to the underlying google API which appears to support my use case.
The first log prints multiple available keys, one being the
getBounds()
function. However, callinggetBounds()
returnsundefined
.Please advise. Thanks.
The text was updated successfully, but these errors were encountered: