Hide all pois

This commit is contained in:
ztimson
2019-07-22 13:07:05 -04:00
parent a0de11b453
commit 072200b415
2 changed files with 8 additions and 1 deletions

View File

@ -21,6 +21,13 @@ export class MapComponent {
drawListener = [];
mapApi: any;
mapClick = new BehaviorSubject<LatLngLiteral>(null);
mapStyle = [{
"featureType": "poi",
"elementType": "labels",
"stylers": [{
"visibility": "off"
}]
}];
position: any;
showPalette = false;
style = 'terrain';