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
It's probably due to my still limited understanding. This is my use case:
I have a filter in the dom-repeat, that allows for hide/show locations in the map, depending on user interaction.
I need to work with the filtered array (subset of locations), and I am not aware of an easy way of having access to that filtered array. That's the reason I'd use markers
But, If I'd knew how to access the filtered array (corresponding with locations showing in the map), then I won't need to use markers, I guess
When using a sample code as below
markers changes are not visible outside google-map element, it always returns undefined
Just by adding notify:true within google-map element, markers property becomes available outside google-map element.
Could you please, fix or report this issue to be fixed?
Thanks
The text was updated successfully, but these errors were encountered: