Skip to content
Advertisement

How to change marker label color of react-google-maps

I am using @react-google-maps/api library. I’ve integrated google map but I am facing marker label color, I tried very hard but didn’t find any solution. Could someone please help me with how to resolve this issue.

JavaScript

Advertisement

Answer

Try this: label: {text: `${id}`, color: "blue"}

User contributions licensed under: CC BY-SA
1 People found this is helpful
Advertisement