You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 19, 2026. It is now read-only.
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.
Currently, google-map-marker has a
labelproperty 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.