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

Add label properties to google-map-marker

ThomasOrlita opened this issue · comments

Currently, google-map-marker has a label property that only accepts strings.
In Maps API it accepts either a string or a google.maps.MarkerLabel object.
I'd be useful to add to option to customize the marker label.