google-map
google-map copied to clipboard
Places search doesn't update marker name/address when types are changed
Steps to reproduce:
- Run google-map-search with query and types entries
- View results
- Move map elsewhere
- Update types field
- Click on results to see name/address
Expected results: name/address correspond to points on map Actual results: name/address correspond to points from previous search
NOTE: Updating the query field works correctly.
See https://github.com/DavidHudlow/polymer-starter-kit/commit/f69d6d0e2b53ebb1f3545d5c81ef2df4114e7c95 for code and quick reproduction.
Fighting the same issue here.
Possible workaround: this.$$("google-map-marker")._contentChanged();
Thank you, Paul
