FlowingCode / GoogleMapsAddon

Vaadin Addon based on Google Maps Web Component
https://www.flowingcode.com/en/open-source/
Apache License 2.0
20 stars 7 forks source link

Markers: setters/getters for draggable, caption, iconUrl, position properties don't work #41

Closed paodb closed 3 years ago

paodb commented 3 years ago

When trying to set this properties to a marker by using setter methods defined in GoogleMapMarkers class, client side values are not updated so nothing happens.

Setters and getters should set/get the element properties as in GoogleMapPolygon class.