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 Nov 30, 2018. It is now read-only.
angular-google-maps abstracts the process of creating google markers (ie we don't do it directly via new google.maps.Marker({...});).. that said, there isn't a way for us to simply retrieve the markers pertaining to a google map object nor can we create our own array to store a reference to these markers for later usage (see here)
Is there a way for us to retrieve the gMarkers pertaining to the google map object? @nmccready