react-leaflet-google-layer
react-leaflet-google-layer copied to clipboard
Is is possible to hide/disale POI points of interest?
like this
styles: [{
featureType: 'poi.business',
stylers: [{
visibility: 'off'
}]
}, {
"featureType": "transit",
"stylers": [{
"visibility": "off"
}]
}, {
"featureType": "poi",
"stylers": [{
"visibility": "off"
}]
},]
@benderlidze Hi,
You can pass any valid google maps styles properties in the styles prop.