google-map icon indicating copy to clipboard operation
google-map copied to clipboard

Google Maps web components

Results 103 google-map issues
Sort by recently updated
recently updated
newest added

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...

cla: yes

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...

cla: no

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,...

cla: no

2.0 preview

cla: no

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...

bug

Pulling in the google-apis#3.x branch Modulizer command used (modulizer v0.4): `modulizer --out . --import-style=name`

cla: yes

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...

cla: yes

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...

cla: yes

How to use GetPointAtDistance in google-map?