I got json the format.
[
{
"elementType": "geometry",
"stylers": [
{
"color": "#f5f5f5"
}
]
},
{
"elementType": "labels.icon",
"stylers": [
{
"visibility": "off"
}
]
}]
i tried in map component add styles, but not applyed.
how can i this?
Use the styles prop on the Map element. Note that its plural.
Most helpful comment
Use the
stylesprop on the Map element. Note that its plural.