Is it possible to hide pois in google map component?

Hello, I have the googleMap component working fine in Perspective but I need to to hide POIs.
I have tried to customize a bit the map following a structure like this in properties but with no success. https://developers.google.com/maps/documentation/javascript/examples/style-selector#maps_style_selector-javascript

Is it possible to use existing properties or create new ones to customize map like this?
The minimum I need is:
{
"featureType": "poi",
"elementType": "labels",
"stylers": [
{ "visibility": "off" }
]
}
Thank you!