GoogleWebComponents / google-map

Google Maps web components

Home Page:https://elements.polymer-project.org/elements/google-map

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Info Window

ziszo opened this issue · comments

I used dom-repeat to display the markers and info of each item.
I'm having a problem when the filter function is being rendered.
The info window seems to show the first item in the array, though its marker shows correct latitude and longitude.

polymer 1.6
google-map 1.1.11

Thanks

Please post a jsbin that repros the issue.

I'm sorry.
I just made a work-around.

Please make the markers property
notify: true
instead.

Thanks.

Cheers to the Polymer team!