google-map
google-map copied to clipboard
Google Maps web components
Checking if listeners is defined before accessing property and removing. Before setting new properties set empty object if it is undefined. This is also noted in issue #407 . But...
Attempted to use the attribute 'hidden' in polymer 2 I check that it does not work, as in polymer 1. In Polymer 1 in this component you use the attribute...
Solved the failure in polymer 2 with the hidden attribute. When you use the Google Maps component in Polymer 2 the hidden attribute is not working as in Polymer 1,...
Basically I create a google-map-markers component to render an array of points. However, I have some problem getting the infowindow to work. It seems the data-binding is not working properly...
Pulling in the google-apis#3.x branch Modulizer command used (modulizer v0.4): `modulizer --out . --import-style=name`
Just starting the work, PR to track for now. I'm changing the API a bit, trying to make it simpler and closer to the Maps API: - Properties that mirror...
Updating to support the Polymer 3.0 preview. Took a few extra changes after modulizer to make it work. I guess it won't get merged, but hopefully other people who want...
How to use GetPointAtDistance in google-map?