Is there a way to display a map without google points of interest and other business listings. Many are incorrect and I don't want them showing on my maps, only the items listed in the categories.
I found this solution but no idea where to put it.
googleMap.setMapStyle(
MapStyleOptions.loadRawResourceStyle(
this, R.raw.style_json));
[{
"featureType": "poi.business",
"stylers": [{"visibility": "off"}]
},
{
"featureType": "transit",
"elementType": "labels.icon",
"stylers": [{"visibility": "off"}]
}]